

function fngooglesearch()
{
var str="";
str+="<form method='get' action='http://www.google.com/custom' target='_top'>";

 str+="<span style='color: #ffcc99; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;'>       </span>";
str+="<input type='hidden' name='domains' value='www.findyourfate.com'>";
   str+="<label for='sbi' style='display: none'>Ems</label> ";
       str+=" <input type='text' name='q' size='20' maxlength='255' value='' id='sbi'>";
       str+=" <label for='sbb' style='display: none'></label> ";
       str+=" <input type='submit' name='sa' value='Search site with Google' id='sbb'>";
     str+=" <input type='hidden' name='sitesearch' value='www.findyourfate.com' checked id='ss1'>";
        str+="<input type='hidden' name='client' value='pub-7449524369049758'>";
        str+="<input type='hidden' name='forid' value='1'>";
      str+="  <input type='hidden' name='ie' value='ISO-8859-1'>";
       str+=" <input type='hidden' name='oe' value='ISO-8859-1'>";
      str+="  <input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:43;LW:750;L:http://www.findyourfate.com/fyftop.gif;S:http://www.findyourfate.com;FORID:1'>";
       str+=" <input type='hidden' name='hl' value='n'>";  
   
str+="</form>";
	document.write(str);

}


 
 
