var strgSearch = ''+
'<div id="gSearch" style="visibility:hidden;position:absolute;top:20px;left:20px;width:420px;height:80px;border:solid 1px;background-Color:#ffffff;">'+
'<!-- SiteSearch Google -->'+
'	<form method="get" action="http://www.google.com/custom" target="_top">'+
'	<table border="0" bgcolor="#ffffff">'+
'	<tr><td nowrap="nowrap" valign="top" align="left" height="32">'+
''+
'	</td>'+
'	<td nowrap="nowrap">'+
'	<input type="hidden" name="domains" value="foro.recuperarelpelo.com"></input>'+
'	<label for="sbi" style="display: none">Introduzca los términos de búsqueda.</label>'+
'	<input type="text" id="focusHere" name="q" size="31" maxlength="255" value="" id="sbi"></input>'+
'	<label for="sbb" style="display: none">Envíe el formulario de búsqueda</label>'+
'	<input type="submit" name="sa" value="Búsqueda de Google" id="sbb"></input>'+
'	</td></tr>'+
'	<tr>'+
'	<td>&nbsp;</td>'+
'	<td nowrap="nowrap">'+
'	<table>'+
'	<tr>'+
'	<td>'+
'	<input type="radio" name="sitesearch" value="" id="ss0"></input>'+
'	<label for="ss0" title="Buscar en la web"><font style="font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 11px;" color="#000000">Web</font></label></td>'+
'	<td>&nbsp;&nbsp;&nbsp;&nbsp;'+
'	<input type="radio" name="sitesearch" value="foro.recuperarelpelo.com" checked id="ss1"></input>'+
'	<label for="ss1" title="Búsqueda foro.recuperarelpelo.com"><font style="font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 11px;" color="#000000">foro.recuperarelpelo.com</font></label></td>'+
'	<td>&nbsp;&nbsp;&nbsp;&nbsp;'+
'	<span class="myHref" onclick="ogSearch.style.visibility=\'hidden\'" style="font:11px;text-decoration:none;">Cerrar</span></td>'+
'	</tr>'+
'	</table>'+
'	<input type="hidden" name="client" value="pub-2221443920931081"></input>'+
'	<input type="hidden" name="forid" value="1"></input>'+
'	<input type="hidden" name="channel" value="4283812587"></input>'+
'	<input type="hidden" name="ie" value="ISO-8859-1"></input>'+
'	<input type="hidden" name="oe" value="ISO-8859-1"></input>'+
'	<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:EFEFEF;LBGC:ffffff;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:198;L:http://foro.recuperarelpelo.com/templates/subSilver/images/searchlogo.gif;S:http://foro.recuperarelpelo.com;FORID:1"></input>'+
'	<input type="hidden" name="hl" value="es"></input>'+
'	</td></tr></table>'+
'	</form>'+
'	<!-- SiteSearch Google -->'+
'</div>';
//noLogo
//'	<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#EFEFEF;VLC:663399;AH:center;BGC:EFEFEF;LBGC:ffffff;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>'+
function showSearch(evt)
{
	evt = window.event ? window.event : evt;

	ogSearch.style.top = parseInt(evt.clientY) - (parseInt(ogSearch.style.height)/2);
	ogSearch.style.left = evt.clientX - (parseInt(ogSearch.style.width)/1);
	ogSearch.style.visibility = 'visible';
	document.getElementById('focusHere').focus();

}
document.write('<span class="myHref" id="searchNotLogged" style="font:11px;text-decoration:none;"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Buscar" hspace="3" />Buscar </span>');
document.write(strgSearch);
document.getElementById('searchNotLogged').onclick = showSearch;
var ogSearch = document.getElementById('gSearch');
