// SCRIPT PARA LA PUBLICIDAD

        OAS_url ='http://publi.grupocorreo.es/RealMedia/ads/';
        OAS_listpos = 'Position1,Position3,Bottom1';
        OAS_query = '?';
        OAS_sitepage = 'www.ozu.es/chat';
        //end of configuration
        OAS_version = 10;
        OAS_rn = '001234567890'; OAS_rns = '1234567890';
        OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
        function OAS_NORMAL(pos) {
        document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
        document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '"                 BORDER=0         ALT="Click!"><'+'/A>');
        }
        //-->

        <!--
        OAS_version = 11;
        if (navigator.userAgent.indexOf('Mozilla/3') != -1)
        OAS_version = 10;
        if (OAS_version >= 11)
        document.write('<SC'+'RIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos +     OAS_query + '"></'+'SCRIPT>');
        //-->

        <!--
        document.write('');
        function OAS_AD(pos) {
        if (OAS_version >= 11 && typeof(OAS_RICH)!='undefined')
          OAS_RICH(pos);
        else
          OAS_NORMAL(pos);
        }
        
// FIN SCRIPT DE LA PUBLICIDAD

// SCRIPT DE LA CABECERA

arrayGoogle=new Array('conversación','amistad','ligar','parejas','contactos');

function RotaGoogle(){
	var fecha = new Date();
	var aleatgoogle = fecha.getSeconds() % 5;
	return ( arrayGoogle[aleatgoogle] );

}

//qdq
provincias=new Array("Madrid","Vizcaya","Sevilla","Barcelona");
function abrir_qdq(){
 var fecha = new Date();
 var rotar = fecha.getSeconds() % 4;
 window.open('http://palabras.ozu.es/cgi-bin/click_thru.cgi/QDQbusqueda?http://guia.ozu.es/buscaprovincia/provincianuevo.php?q='+window.document.getElementById('q').value+'&d='+provincias[rotar],'provincia','scrollbars=no,height=100,width=449');
 //return false;
}

//ebay
var target="http://adfarm.mediaplex.com/ad/ck/1185-13908-7054-2?RedirectEnter";
partner="36797";
loc="http://search.es.ebay.com/search/search.dll%3Fshortcut=4%26";	

function ebay_search(){
  if (document.search1.q.value == "")
    window.open(target + "&partner=" + partner + "&loc=http://es.ebay.com", "result");
  else
    window.open(target + "&partner=" + partner + "&loc=" + loc + "query=" + document.getElementById("q").value, "result");
}

//tienda
function tienda_search(){
	document.getElementById("k").value=document.getElementById("q").value;
	document.getElementById("k").value=document.getElementById("q").value;
	//document.buscar_tienda.submit();
	document.getElementById("search1").action=document.getElementById("buscar_tienda").action;
}

function busca_en(a)
{
	var devuelve = true;
	if(a=='google'){		
		document.getElementById("as_dt").value="";
		document.getElementById("cr").value="";
		document.getElementById("search1").action="http://buscar.ozu.es/ozu_search.php";
	}else if(a=='google_es'){
		document.getElementById("as_dt").value="i";
		document.getElementById("cr").value="countryES";
		document.getElementById("search1").action="http://buscar.ozu.es/ozu_search.php";
	}else if(a=='qdq'){
		abrir_qdq();
		//document.search1.action="javascript:abrir_qdq();";
	devuelve = false;
	}else if(a=='tienda'){
		tienda_search();
		//document.search1.action="javascript:tienda_search();";
	}else if(a=='softonic'){
		document.getElementById("search").value=document.getElementById('q').value;
		document.getElementById("search1").action="http://ozu.softonic.com/index.phtml";
	}
	if(devuelve)
	{
		document.getElementById("search1").target="_blank";
		document.getElementById("search1").submit();
	}
}

// FIN SCRIPT DE LA CABECERA