<!-- SiteCatalyst code version: H.11. Copyright 1997-2007 Omniture, Inc. More info available at http://www.omniture.com -->
/* You may give each page an identifying name, server, and channel on the next lines. */
if (typeof(pixel_medio) == 'undefined') pixel_medio='america latina';
if (typeof(pixel_dominio) == 'undefined') pixel_dominio='los40.com';
s.pageName=s.getPageName();
s.channel=pixel_dominio;
s.prop1= pixel_dominio+ ">" + pixel_medio;
s.prop2='';
s.prop3="articulo";
s.prop4="";  
s.prop5="";					
s.prop6="";					
s.prop7="";					
s.prop8="";					
s.prop9="";					
s.prop10="";				
s.prop11="";				
s.prop12="";
s.prop13="";				
s.prop14="";				
s.prop15="";
s.prop16="";
s.prop17="";
s.prop18="Prisacom";		
s.prop19="Los 40";			
s.prop20="Latam";
jerarquia = s.prop18 + '>' + s.prop19 + '>' + s.prop20 + '>';
s.hier1 = jerarquia + s.prop1 + ">" + s.pageName;
s.hier2 = jerarquia + s.pageName;
s.hier3 = jerarquia + s.pageName;
s.hier4 = jerarquia + s.pageName;
s.hier5="";					
/* Conversion Variables */
s.products="";
s.purchaseId="";
s.campaign="";
s.events="";
s.eVar1="";
s.eVar2="";
s.eVar3="";
s.eVar4="";
s.eVar5="";
s.eVar6="";
s.eVar7="";
s.eVar8="";
s.eVar9="";
s.eVar10="";
s.eVar11="";
s.eVar12="";
s.eVar13="";
s.eVar14="";
s.eVar15="";
s.eVar16="";
s.eVar17="";
s.eVar18="";
s.eVar19="";
s.eVar20="";

var s_code=s.t();if(s_code)document.write(s_code)

//CONTROL INTERNO PRISACOM --> Esto es lo que queda
function __setCookie(name, value, expires, path, domain, secure) {
	var curCookie = name + "=" + escape(value) +
      ((expires) ? "; expires=" + expires : "") +
      ((path) ? "; path=" + path : "") +
      ((domain) ? "; domain=" + domain : "") +
      ((secure) ? "; secure" : "");
  document.cookie = curCookie;
}

function __getCookie(name) {
  var dc = document.cookie;
  var prefix = name + "=";
  var begin = dc.indexOf("; " + prefix);
  if (begin == -1) {
    begin = dc.indexOf(prefix);
    if (begin != 0) return null;
  } else
    begin += 2;
  var end = document.cookie.indexOf(";", begin);
  if (end == -1)
    end = dc.length;
  return unescape(dc.substring(begin + prefix.length, end));
}
