//////////////////////////////////////////////////////////////////////////////////
// This is the Javascript page for the Header Search at top of all webpages. //
//////////////////////////////////////////////////////////////////////////////////

// Search at the Top for all webpages

document.write('Search ecfirst.com for:<BR>');
document.write('<FORM id=msviSearchForm method="get" action="http://www.google.com/custom">');
document.write('<input type="text" name="q" maxLength=255 size="25" value="">');
document.write('<input type="submit" name="btnG" value="Go">');
document.write('<input type="hidden" name="cof" value="L:http://www.ecfirst.com/healthcare/images/hipaaacademy_logo_new.jpg;LW:200;LH:70;AH:center;GL:0;">');
document.write('<font size="-1">');
document.write('<input type="hidden" name="domains" value="www.ecfirst.com">');
document.write('<input type="hidden" name="sitesearch" value="www.ecfirst.com" checked></font></form>');

