// 
// FUNCION DE FECHA E LETRAS
//
   function FechaLetras () {
   var today = new Date();
   var hoyletras;
   dias = new Array(7);
   dias[0] = 'Domingo ';
   dias[1] = 'Lunes ';
   dias[2] = 'Martes ';
   dias[3] = 'Miercoles ';
   dias[4] = 'Jueves ';
   dias[5] = 'Viernes ';
   dias[6] = 'Sabado ';
   mese = new Array(12);
   mese[0] = 'Enero';
   mese[1] = 'Febrero';
   mese[2] = 'Marzo';
   mese[3] = 'Abril';
   mese[4] = 'Mayo';
   mese[5] = 'Junio';
   mese[6] = 'Julio';
   mese[7] = 'Agosto';
   mese[8] = 'Septiembre';
   mese[9] = 'Octubre';
   mese[10] = 'Noviembre';
   mese[11] = 'Diciembre';
   hoyletras = dias[today.getDay()] + today.getDate() + " de " +mese[today.getMonth()];
   return hoyletras;
   }

// 
// SECURITY FUNCTION
//
   function Financia (PARA) {
     var urg	
     urg = document.referrer;
     var indice; 
     indice = 0;
     var busca;
     lok = new Array(2);
     var maxele = 2;


   // -- REFORMATEA PARA POR DEFAULT
//     if (urg <= ' ' || urg == null) {	     
//     PARA = 99999
//     var i = 99999
//     }

   // -- PARA PAGER
     if (PARA == 0) {	
// -- Inhibecontrol en el Pager
// --     PARA = 99999
// --     var i = 99999
// --
     lok[0] = 'www.financialine';
     lok[1] = 'www.maex';
     lok[2] = 'looksmart';
     }	

   // -- PARA PRINCIPAL DEL CIERRE
     if (PARA == 1) {	
     lok[0] = 'www.financialine';
     lok[1] = 'NADIE';
     lok[2] = 'looksmart';
     }	

   // -- PARA CONTENIDOS DEL CIERRE
     if (PARA == 11) {	
     lok[0] = 'www.financialine';
     lok[1] = 'NADIE';
     lok[2] = 'looksmart';
     }	

   // -- PARA OTRAS PAGINAS
     if (PARA == 3) {	
     lok[0] = 'www.financialine';
     lok[1] = 'NADIE';
     lok[2] = 'looksmart';
     }	


   // -- BARRIDO	
     if (i != 99999) {
     for (indice = 0 ; indice <= maxele; indice++) {
     var i = 0;
     busca = lok[indice];
     i = urg.indexOf(busca);    
     if (i > 0) {
        break;
	}
       }
     }

  // -- NO AUTORIZADO
    if (i <= 0) {
    location.href='http://www.financialine.com/ZSRV001VRS/Errores/NotAutorize.html';
	alert(urg + ' - No autorizado')
        }	
    }


function SetUBC (ubicacion) {
SetCookie ("UBC", ubicacion , null, "/");
   }

function Abre (ubicacion,w,h,name) {
open(ubicacion,'Emergente' + name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height='+ h , true)
}
 
function AbreBar (ubicacion,w,h,name) {
open(ubicacion,'Emergente' + name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=' + w + ',height='+ h , true)
}
  
function Gopagina(pagina) {
var ures
ures = escape(pagina)
location.href=ures;
}

function VerNoticia(u){
var j = 'http://www.financialine.com/Dayli/' + u
window.open(j,"PagerNoticias","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=615,height=250", true)
}  

function click() {
if ((event.button==2)||(event.button==3)){
alert('Opcion Deshabilitada en esta Web.');
}
}
document.onmousedown=click

