<!-- Begin SEARCH OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var showsearch		= "yes"		// SHOW THE SEARCH FORM


var showtext		= "no"		// SHOW TEXT ABOVE SEARCH
var searchtext		= "Google"	// TEXT ABOVE SEARCH FORM
var bottomspace		= "7"		// FORM BOTTOM SPACE



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// SEARCH FORM
   if (showsearch == "yes") 
  
  <!-- SiteSearch Google -->
document.write('<form method="get" action="http://adnorte.com/results.html" target="_top">')
document.write('<table border="0" bgcolor="#4C5A57">')
document.write('<tr><td nowrap="nowrap" valign="top" align="left" height="32">')

document.write('<br/>')
document.write('<input type="hidden" name="domains" value="adnorte.com"></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('</td></tr>')
document.write('<tr>')
document.write('<td nowrap="nowrap">')
document.write('<table>')
document.write('<tr>')
document.write('<td>')
document.write('<input type="radio" name="sitesearch" value="" checked id="ss0"></input>')
document.write('<label for="ss0" title="Buscar en la web"><font size="-1" color="#ffffff">Web</font></label></td>')
document.write('<td>')
document.write('<input type="radio" name="sitesearch" value="adnorte.com" id="ss1"></input>')
document.write('<label for="ss1" title="Busqueda adnorte.com"><font size="-1" color="#ffffff">adnorte.com</font></label></td>')
document.write('</tr>')
document.write('</table>')
document.write('<label for="sbb" style="display: none">Envíe el formulario de búsqueda</label>')
document.write('<input type="submit" name="sa" value="Busqueda de Google" id="sbb"></input>')
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="ie" value="ISO-8859-1"></input>')
document.write('<input type="hidden" name="oe" value="ISO-8859-1"></input>')
document.write('<input type="hidden" name="cof" ')
			   document.write('value="GALT:#FFFF66;GL:1;DIV:#003366;VLC:663399;AH:center;BGC:6C82B5;LBGC:99C9FF;ALC:FFFFCC;LC:FFFFCC;T:FFFFFF;GFNT:CAF99B;GIMP:CAF99B;FORID:11"></input>')
document.write('<input type="hidden" name="hl" value="es"></input>')
document.write('</td></tr></table>')
document.write('</form>')
<!-- SiteSearch Google -->
  
  
  
  
  
  {
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" class="printhide"><tr><td class="search-font">')
   if (showtext == "yes") {
document.write(''+searchtext+'<br>')
document.write('</td><td>')
document.write('&nbsp;<br>')
document.write('</td></tr><tr><td>')
}

document.write('</td></tr></table>')
document.write('<IMG SRC="picts/spacer.gif" height="'+bottomspace+'" width="30" border="0">');
}



// -- END -->