function em4007()
{
	var version = 1;
	var sitio = "0664611978451f39"
	var pagina = "";
	var server = "ads.e-planning.net";
	var seccion_id = "";
	var grupo_id = "";
	
	var isHttps=document.URL.indexOf('https:')==0;

	var url = "http" + (isHttps ? "s" : "") + "://" + server + "/em/" + version + "/" + sitio; 
	if (pagina != "") {
		url += "/" + pagina;
	}
	var n = new Date();
	var hd = n.getHours() * 3600 + n.getMinutes() * 60 + n.getSeconds();	
	var l = navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage;
	var at = 8;
	if (navigator.javaEnabled()) {
		at |=4;
	}
	var r = Math.floor(Math.random() *65555).toString(16);
	url += "?u=" + escape(document.URL) + "&f=" + escape(window.document.referrer) + "&z=" + n.getTimezoneOffset().toString(16) + "&h=" + hd.toString(16) + "&t=" + history.length.toString(16) + "&l=" + escape(l) + "&a=" + at.toString(16) + "&r=" + r;
	if(typeof(screen)=="object") {
		url += "&n=" + screen.width.toString(16) + "x" + screen.height.toString(16) + "x" + (screen.colorDepth != null ? screen.colorDepth.toString(16) : 0);
	}
	if (document.e_planning_load_start != null) {
		lt = n.getTime() - document.e_planning_load_start;
		url += "&m=" + lt.toString(16);
	}
	document.write('<img width="1" height="1" id="em4007" border="0" src="'+url+'">');
}
em4007();

