<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var	showbrand	= "yes"		// SHOW GOOGLE BRANDING (SWITCH TO YES IF YOU HAVE ANY PROBLEMS)
var	showsearch	= "yes"		// SHOW SEARCH BOX


var	yourdomain	= "colotlan2.com"	// YOUR DOMAIN NAME



// GOOGLE SITE SEARCH




// COPYRIGHT 2007 © Publicolotlan Network
// Unauthorized use or sale of this script is strictly prohibited by law




   if (showsearch == "yes") {

document.write('<form id="searchbox_004929759119759967683:rzgo9n-kahu"  action="http://www.'+yourdomain+'/search_results.html" class="formmargin">');

document.write('<input type="hidden" name="cx" value="004929759119759967683:rzgo9n-kahu" />');

document.write('<input type="hidden" name="cof" value="FORID:10" />');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="search-box"><tr><td colspan="2">');

document.write('Busqueda en Google<br>');

document.write('</td></tr><tr><td>');

document.write('<input name="q" type="text" size="15" class="searchform">');

document.write('</td><td>');

document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" name="sa" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search"><br>')

document.write('</td></tr></TABLE>');

document.write('</form>');

}








// GOOGLE BRANDING
   if (showbrand == "yes") {
document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/google.com\/coop\/cse\/brand?form=searchbox_004929759119759967683%3Arzgo9n-kahu"><\/script>');
}





//  End -->