document.write("<tr>");
document.write("<td class='Row' width='180px' Height='145px' ><p align='center' class='Text2'><span class='style2'>Looking for an ecard ?</span></p>");
document.write("<form method='get' action='http://www.google.com/custom'>");
document.write("<b><p align='center' class='Text2'>search fot it here:</p></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<input type='text' name='q' id='q' size='10' value='Enter Search String' onClick = 'clickclear(this,\"Enter Search String\");' onBlur='clickrecall(this,\"Enter Search String\");' />&nbsp;&nbsp;");
document.write("<input type='image' src='images/go.JPG' name='sa'  value='GO' width='25' height='17'  /> ");
document.write("<input type='hidden' name='cof' value='S:http://www.netlinkis.com;AH:center;AWFID:146e21b602f393fa;'/>");
document.write("<input type='hidden' name='domains' value='http://www.bestcompliments.com/' /> ");
document.write("<input type='hidden' name='sitesearch' value='http://www.bestcompliments.com/' />");
document.write("</form><br /><br />");
document.write("</p></td>");
document.write("</tr>");

function clickclear(thisfield, defaulttext) {
		if (thisfield.value == defaulttext) {
		thisfield.value = '';
		}
		}
		
	function clickrecall(thisfield, defaulttext) {
		if (thisfield.value == '') {
		thisfield.value = defaulttext;
		}
		}