﻿//Su explorador no soporta java o lo tiene deshabilitado; esta pagina necesita javascript para funcionar correctamente<!-- 
//Copyright © McAnam.com 

function abrirNoBordes(direccion){
    window.open(direccion, "ventana", "width=520;height=600"); 

focus(); 
}

function dc_track(s, t, c) {
    var axel = Math.random() + "";
    var a = axel * 10000000000000;
    var img = new Image();

    img.onload = function() { };
    img.src = "http://ad-emea.doubleclick.net/activity;src=" + s + ";type=" + t + ";cat=" + c + ";ord=" + a + "?";

    return true;
}



