<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "3366CC"		// HEADER BACKGROUND COLOR
var showimage 		= "no"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "http://www.unzion.net/contact.htm"		// SMALL IMAGE PAGE LINK
var bordercolor		= "CCCCCC"		// HEADER BOTTOM BORDER COLOR
var borderIMGcolor	= "F0F0F0"		// IMAGE LEFT BORDER COLOR




// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START LOGO HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" style="border-bottom: #'+bordercolor+' 1px solid;"><tr><td ALIGN="LEFT">');
document.write('<a href="http://www.unzion.net/index.html"><IMG SRC="http://www.unzion.net/picts/logo.jpg" border="0" alt="Home"></a><br>');
document.write('</td><td align="right" width="60">');
<!-- SiteSearch Google -->
document.write('<form method="get" action="http://www.unzion.net/resultados.html" target="_top">');
document.write('<table border="0" bgcolor="#F0F0F0">');
document.write('<tr><td nowrap="nowrap"  align="left" height="32">');
document.write('<a href="http://www.google.com/">');
document.write('<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>');
document.write('</td>');
document.write('<td nowrap="nowrap">');
document.write('<input type="hidden" name="domains" value="www.unzion.net"></input>');
document.write('<label for="sbi" style="display: none">Introduzca los términos de búsqueda.</label>');
document.write('<input type="text" name="q" size="15" maxlength="255" value="" id="sbi"></input>');
document.write('<label for="sbb" style="display: none">Envíe el formulario de búsqueda</label>');
document.write('<input type="submit" name="sa" value="Buscar" id="sbb"></input>');
document.write('</td></tr>');
document.write('<tr>');
document.write('<td>&nbsp;</td>');
document.write('<td nowrap="nowrap">');
document.write('<table>');
document.write('<tr>');
document.write('<td>');
document.write('<input type="radio" name="sitesearch" value="" id="ss0"></input>');
document.write('<label for="ss0" title="Buscar en la web"><font size="-1" color="#000000">Web</font></label></td>');
document.write('<td>');
document.write('<input type="radio" name="sitesearch" value="www.unzion.net" checked id="ss1"></input>');
document.write('<label for="ss1" title="Buscar www.unzion.net"><font size="-1" color="#000000">www.unzion.net</font></label>');document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<input type="hidden" name="client" value="pub-5893565796317051"></input>');
document.write('<input type="hidden" name="forid" value="1"></input>');
document.write('<input type="hidden" name="channel" value="3096141141"></input>');
document.write('<input type="hidden" name="ie" value="ISO-8859-1"></input>');
document.write('<input type="hidden" name="oe" value="ISO-8859-1"></input>');
document.write('<input type="hidden" name="flav" value="0000"></input>');
document.write('<input type="hidden" name="sig" value="1m0pzaaPG6iySamp"></input>');
document.write('<input type="hidden" name="cof" value="GALT:#E1771E;GL:1;DIV:#CCCCCC;VLC:000000;AH:center;BGC:F0F0F0;LBGC:8E866F;ALC:000000;LC:000000;T:44423A;GFNT:78B749;GIMP:78B749;FORID:11"></input>');
document.write('<input type="hidden" name="hl" value="es"></input>');
document.write('</td></tr></table>');
document.write('</form>');
<!-- SiteSearch Google -->

   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="http://www.unzion.net/picts/header_image.jpg" border="0" style="border-left: #'+borderIMGcolor+' 1px solid;"></a><br>');
}
else {
document.write('<img src="http://www.unzion.net/picts/spacer.gif" width="10" height="10"><br>');
}
document.write('</td></tr></table>');




//  End -->