document.writeln("<table width='100' border='0' cellpadding='0' cellspacing='0'>");
document.writeln("<form  name='frmSiteSearch' method='get' action='../site_search.asp?'>");
document.writeln("<tr>");
document.writeln("<td>&nbsp;</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td>&nbsp;</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td width='70%' align='left' valign='bottom'>");
document.write(" <input type='hidden' name='mode' id='mode' value='anywords'>");
document.write(" <input name='txtSearch' type='text' class='box' value='Search' onblur=\"javascript:if (document.getElementById('txtSearch').value=='') document.getElementById('txtSearch').value='Search';\" onmousedown=\"javascript:document.getElementById('txtSearch').value='';\" size='20' />");
document.writeln("<td width='30%' align='left' valign='middle'>");
document.writeln("<input name='btnSearch' type='button' class='button-go' style='cursor:hand;' value='Go' onClick='javascript:doValidateText();'>");
document.writeln("<script language='javascript'>");
document.writeln("function doValidateText()");
document.writeln("{");
document.writeln("	if (document.getElementById('txtSearch').value=='' || document.getElementById('txtSearch').value=='Search')");
document.writeln("	{");
document.writeln("		alert('Please Enter text for Search.');document.getElementById('txtSearch').focus();return false;");
document.writeln("	}");
document.writeln("	else");
document.writeln("	{");
document.writeln("		document.getElementById('frmSiteSearch').submit();");
document.writeln("	}");
document.writeln("}");
document.writeln("</script>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</form>");
document.writeln("</table>");


				