// Mapeamento de publicidades INFO
//lc["sitePage_oas"] = "sitepage | listpos"
var lc = new Array
lc["interno"] = "infoexame/interno|Top,Right1,Right3,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["home"] = "infoexame/home|Top,x72,x08,Right1,Right2,Right3,Top1,Top2,Top3,Position1,x02,BottomRight,BottomLeft,x15,Left,x01,x41,x42,x43,x44,x45,x46,x47,x48,x10";
lc["reviews"] = "infoexame/guia|Top,Right1,Right3,Bottom1,Left,x01,x10,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["dicas"] = "infoexame/dicas|Top,x04,Right1,Right3,Left,x01,x41,x42,x43,x44,x45,x46,x12,x15,x72";
lc["tvinfo"] = "infoexame/tvinfo|Top,Right1,Right3,x15,Left,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["ambienteteste"] = "infoexame/ambienteteste|Top,x01,Bottom,x08,Right1,Right2,Top1,Position1,x02,BottomRight,BottomLeft,x96,x10,x72";
lc["noticias-dev"] = "infoexame/ti|Top,Right1,Right3,Left,x15,x01,x16,x41,x42,x43,x44,x45,x46,x47,x48,x72";

lc["noticias"] = "infoexame/plantao|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-carreira"] = "infoexame/plantao/carreira|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-mercado"] = "infoexame/plantao/mercado|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-tecnologia-pessoal"] = "infoexame/plantao/tecnologia_pessoal|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-internet"] = "infoexame/plantao/internet|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-universo-apple"] = "infoexame/plantao/apple|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-ti"] = "infoexame/plantao/ti|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-seguranca"] = "infoexame/plantao/seguranca|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-ciencia"] = "infoexame/plantao/ciencia|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["noticias-tecnologias-verdes"] = "infoexame/plantao/tecnologias_verdes|Top,Right1,Right3,Left,Bottom,x15,x16,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";


lc["blogs"] = "infoexame/blogs|Top,Right1,Right3,Left,x01,Top1,x41,x42,x43,x44,x45,x46,x47,x48,x10,x72";
lc["downloads"] = "infoexame/download|Top,Right1,Right3,x01,x41,x42,x43,x44,x45,x46,x47,x48,x72";
lc["shop"] = "infoexame/shop|Right1";
                      

//Lista de exceção
//lc[0] = "url | sitepage | listpos"
var le = new Array
//le[0]  = "/blogs/gradilone/|pexame/blogs/investidor|Top,Right1";
le[0]  = "/premioinfo/2011/|infoexame/premioinfo2011|Top,Right1,Right3,x41,x42,x43,x44,x45,x46,x47,x48";



                        

//Verifica o canal 
var theURL = new String (document.location) ;
theURL = theURL + "chk" ;
var bEx = false ;
if (typeof le != 'undefined') 
	for (i=0;i<le.length;i++)  
	if (theURL.indexOf( PrsStr(le[i],0) ) > -1 ) {
      var ABR_page    = PrsStr(le[i],1) ;
      var ABR_pos = PrsStr(le[i],2) ;
	  bEx = true ;
	}

if (!bEx) {
	//var auxPath = theURL.split("/") ;
	//var chName = auxPath[3] ;
	//chName="mkt";
	if (sitePage_oas != null || sitePage_oas != undefined)
    chName = sitePage_oas;
	else
    chName = null;
	if ((typeof lc != 'undefined') && (lc[chName]!=null)) {
    var ABR_page  = PrsStr(lc[chName],0) ;
    var ABR_pos = PrsStr(lc[chName],1) ;
	} else {
    var ABR_page = PrsStr(lc["interno"],0) ;
    var ABR_pos = PrsStr(lc["interno"],1) ;
	}
}
function PrsStr(ct,id) {
  var str=ct.split('|');
  return str[id] ;
}




