function validateTRSForm() {
   if (document.TRSearchForm3.rfind.value =="")  {
    alert("Zadejte prosím nějaké hledané rádio...");
    document.TRSearchForm3.rfind.focus();
    return (false);
  }
  return (true);
 } 

document.write(" <div align=\"center\"> ");
document.write(" <table width=\"92\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FDDCC6\" bordercolor=\"#000000\" bordercolorlight=\"#000000\" bordercolordark=\"#000000\"> ");
document.write(" <tr><td>  ");
document.write(" <form  name=\"TRSearchForm3\" method=\"post\" action=\"http://www.tuneradio.net/default.asp?action=RADIOSS\" target=\"_blank\"> ");
document.write(" <a href=\"http://www.tuneradio.net\" target=\"_blank\"><img src=\"http://www.tuneradio.net/images/ad/tuneradio4.gif\" width=\"88\" height=\"31\" border=\"0\" alt=\"TuneRadio.net - portál nejen o rádiích\" vspace=\"0\" hspace=\"2\"></a> ");
document.write(" <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"88\" align=\"center\" bgcolor=\"#FDDCC6\"> ");
document.write(" </td></tr> ");
document.write(" <tr><td bgcolor=\"#FDDCC6\"><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-size: 10px; font-weight: bold\">&nbsp;Najít rádio:</span></td> ");
document.write(" </tr> ");
document.write(" <tr><td bgcolor=\"#FDDCC6\" align=\"center\">  ");
document.write(" <input type=\"text\" name=\"rfind\" size=\"8\" STYLE=\"width: 80px;\"></td></tr> ");
document.write(" <tr valign=\"top\"><td align=\"right\" height=\"24\" valign=\"top\">  ");
document.write(" <a href=\"javascript:if(validateTRSForm(document.TRSearchForm3)){TRSearchForm3.submit()}\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline; font-size: 11px; font-weight: bold;\"\">Hledej</a>&nbsp; ");
document.write(" </td> ");
document.write(" </form> ");
document.write(" </tr></table> ");
document.write(" </td></tr></table></div> ");


