<!-- SiteSearch Google -->
build_root="http://localhost/esl/";
function write_search_others(p){
var str='';
str+='<!-- SiteSearch Google -->';
str+='<form method="get" action="http:\/\/www.google.com\/custom" target="google_window">';
str+='<table border="0">';
str+='<tr>';
str+='<td nowrap="nowrap">';
str+='<input type="hidden" name="domains" value="sevenevent.com"><\/input>';
str+='<input type="text" name="q" size="25" maxlength="255" value=""><\/input>';
str+='<\/td><\/tr>';
str+='<tr>';
str+='<td align="right">';
str+='<div align="left">';
str+='<table cellspacing="0" cellpadding="0">';
str+='<tr>';
str+='<td>';
str+='<input type="radio" name="sitesearch" value="" checked="checked"><\/input>';
str+='<font size="-2" color="#000000">Web<\/font>';
str+='<\/td>';
str+='<td>';
str+='<input type="radio" name="sitesearch" value="www.sevenevent.com"><\/input>';
str+='<font size="-2" color="#000000">sevenevent<\/font>';
str+='<\/td>';
str+='<\/tr>';
str+='<\/table>';
str+='<\/div>';
str+='<input type="submit" name="sa" value="Búsqueda de Google"><\/input>';
str+='<input type="hidden" name="client" value="pub-4718401279868193"><\/input>';
str+='<input type="hidden" name="forid" value="1"><\/input>';
str+='<input type="hidden" name="channel" value="0492323009"><\/input>';
str+='<input type="hidden" name="ie" value="ISO-8859-1"><\/input>';
str+='<input type="hidden" name="oe" value="ISO-8859-1"><\/input>';
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;FORID:1"><\/input>';
str+='<input type="hidden" name="hl" value="es"><\/input>';
str+='<\/td><\/tr><\/table> <\/form>';
str+='<!-- SiteSearch Google -->';
return(str);
}



