function PrintDomaincheck_clear(zanox_tracking_dll, zanox_tracking_param){
  var zanox = '';
  if(zanox_tracking_dll) zanox = zanox_tracking_dll+'?'+zanox_tracking_param+'=';
  document.writeln('<script language=javascript><!--');
  document.writeln('function chkFormular()');
  document.writeln('{ if (document.Form1.domain_search_name.value == "")');
  document.writeln('{ alert("Bitte geben Sie einen Domainnamen ein!");');
  document.writeln('  return false; }');
  document.writeln('else  { return true; } ');
  document.writeln('} ');
  document.writeln('-->');
  document.writeln('<\/script>');
  document.writeln('<table width="160" border="0" cellpadding="0" cellspacing="0" bordercolor="">');
  document.writeln('<tr> ');
  document.writeln('<form name="Form1" action="' + zanox_tracking_dll + '" method="get" target="_top" accept-charset="UTF-8" onsubmit="return chkFormular(this)">');
  document.writeln('<input type="hidden" name="' + zanox_tracking_param + '" value="https://www.strato.de/ordering/defaultsession/Domainauswahl?">');
  document.writeln('<td valign="top" width="160" height="118" bgcolor="" align="center"> ');
  document.writeln('<p> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font size="2">Domain-Check</font></b></font><br>');
  document.writeln('<font face="Verdana,Geneva" size="1" color="#000000">Ist Ihr Wunschname ');
  document.writeln('noch frei?</font><br><br>');
  document.writeln('<input type="hidden" name="step" value="search_domain">');
  document.writeln('<input type="text" value="" name="domain_search_name" size="13" maxlength="55">');
  document.writeln('<select name="domain_search_tlds_normal_scope">');
  document.writeln('<option value="de">de ');
  document.writeln('<option value="eu">eu ');
  document.writeln('<option value="com">com ');
  document.writeln('<option value="net">net ');
  document.writeln('<option value="org">org ');
  document.writeln('<option value="info">info ');
  document.writeln('<option value="biz">biz ');
  document.writeln('</select><br><br>');
  document.writeln('<input type=submit alt="Ok!" value="&nbsp  Jetzt testen! &nbsp " name="SubmitButtonName">');
  document.writeln('</p>');
  document.writeln('</td>');
  document.writeln('</form>');
  document.writeln('</tr>');
  document.writeln('</table>');
}