document.write("<tr>");
document.write("    <td width='770' class='Logo'><a href=../index.html><img src='../$Common/Image/Logo/logo.gif' alt='Latest Hair Style' border=0 /></a></td>");
document.write("    <td width='220'   valign='bottom'>");
document.write("     <table cellspacing='0' cellpadding='0' border='0' align='center'>");
document.write(" <form method='get' action='http://www.google.com/custom'>");
document.write("      <tr><td id='Search'>");
document.write(" <input type='text' name='q' id='q' value='Enter Search String' onClick = 'clickclear(this,\"Enter Search String\");' onBlur='clickrecall(this,\"Enter Search String\");' /> </td>");
//document.write(" <input type='text' name='q' id='q' value='Enter Search String'   ");
document.write("<td valign='top' id='Search' ><input type='submit' name='sa'  value='GO'  /> </td>");
//document.write(" <td><input type='image' src='$Common/Image/Generic/search.jpg' name='sa'  value='Go' /> </td> ");
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.latest-hair-styles.com/' /> ");
document.write("<input type='hidden' name='sitesearch' value='http://www.latest-hair-styles.com/' /> ");
document.write("</tr>");
document.write("</form>");
document.write("     </table>");
document.write("    </td>");
document.write("   </tr>");

function clickclear(thisfield, defaulttext) {
if (thisfield.value == defaulttext) {
thisfield.value = '';
}
}

function clickrecall(thisfield, defaulttext) {
if (thisfield.value == '') {
thisfield.value = defaulttext;
}
}