//AÑADIDO POR DINGHO
 //Publicidad de Google
google_ad_client = "pub-1725704698684687";
google_alternate_ad_url = "http://www.quientv.com/altimp728x90.htm";
google_ad_width = "728";
google_ad_height = "90";
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-21: Trabajo
google_ad_channel = "6008941598";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "003366";
google_color_text = "000000";
google_color_url = "3333FF";
google_ui_features = "rc:0";
  
//vent insc prof (uso)
		function ventana1() {
						 var win;
						 win=window.open("http://www.quientv.com/ventprofes.html","profe","height=650 ,width=620 ,left=10 ,top=10 ,resizable=no");
		}

//vent ext insc. emp. (uso)
function ventana2() {
var win;
win=window.open("http://www.quientv.com/formempresa.php","empresa","width=700,left=10,top=10,resizable=no,scrollbars=yes");
    }
		
//ventana privado
    function ventana3() {
    var win;
    win=window.open("privado.html","Texto","height=500,width=400,left=10,top=10,resizable=yes");
    win.setTimeout("window.close()",30000);
    }
//ventana mail quientv
    function mail_quientv() {
    var win;
    win=window.open("mail/contacto.php","contacto","height=700,width=650,left=10,top=10,resizable=yes");
     }

//ENVIAR TRABAJO	INTERIOR	 
		 function trabajo() {
    var win;
    win=window.open("http://www.quientv.com/formoferta.php","oferta","height=700,width=650,left=10,top=10,resizable=yes");
     }
	//ENVIAR TRABAJO	EXTERIOR	 
		 function trabajo2() {
    var win;
    win=window.open("http://www.quientv.com/formoferta.php","oferta","height=700,width=650,left=10,top=10,resizable=yes");
     }
		 //ENVIAR TRABAJO	DESDE PREOFERTA	 
		 function trabajo3() {
    var win;
    win=window.open("http://www.quientv.com/formoferta.php");
     }
		 //ENVIAR TRABAJO	DESDE menu	 
		 function trabajo4() {
    var win;
    win=window.open("http://www.quientv.com/formoferta2.php","oferta","height=750,width=650,left=10,top=10,resizable=no");
     }
//ENVIAR DEMANDA
     function demanda() {
    var win;
    win=window.open("http://www.quientv.com/formdemanda.html","demandar","height=700,width=650,left=10,top=10,resizable=no");
     }

//Botón mouse derecho
       document.oncontextmenu = function(){return false}
//cambio imagenes
    

// Hecho por Dingho 
function tiempo(){
f= new Date()
dia=f.getDate()
mes=f.getMonth()+1
mes2=f.getMonth()+2
año=f.getYear()
if (dia<10){
dia = "0" + dia;
}
if (mes<10){
mes = "0" + mes;
}
if (mes2<10){
mes2 = "0" + mes2;
}
if (mes2>12 && año==2007){
año = "2008";
mes2 = "01";
}



data =(año + "-" + mes2 + "-" + dia)
data2 =(año + "-" + mes2 + "-" + dia)
document.form1.fecha.value=data;
document.form1.fecha2.value=data2;

}
// AntiSpam
		function mailAntiSpam()
		{
		var usuario = "webmaster"
		var dominio = "quientv.com?subject= PUBLICAR CURRÍCULUM EN LA WEB  DE QUIEN TV"
		Email =  usuario + "@" + dominio
		document.write("<a href=\"mailto:" + usuario + "@" + dominio + "\" >- PUBLICAR CURRÍCULUM EN LA WEB -</a>")
		}
		
		
