
var spotlightTags = new Object();

//Inicio Home	
spotlightTags["/piarawii/lbl_start"] = "lpwii007";
spotlightTags["/piarawii/lbl_home"] = "lpwii007";


// Inicio Comprueba
spotlightTags["/piarawii/WiiFormSubmit"] = "lpwii005";


// Descarga Burbutapas	
spotlightTags["/piarawii/lbl_descarga"] = "lpwii006";

// Descarga Burbutapas Datos
spotlightTags["/piarawii/DescargaFormSubmit"] = "lpwii004";


/*

codigos como actualizado el 13-11-2007

Carga_Home                    getURL("javascript:spotlight('lpwii002')") 
Boton Wii                   getURL("javascript:spotlight('lpwii003')") 
Descarga Burbutapas Datos   getURL("javascript:spotlight('lpwii004')") 
Inicio Comprueba            getURL("javascript:spotlight('lpwii005')") 
Descarga Burbutapas         getURL("javascript:spotlight('lpwii006')") 
Inicio Home                 getURL("javascript:spotlight('lpwii007')") 
*/




function trackSpotlight(inLabel){

		var catVal = spotlightTags[inLabel];
		if(catVal){
			try{
				console.log("track spotlight : " + inLabel + " - " + catVal);
			}catch(e){}
			
			spotlight(catVal);
		}
}


function spotlight(catVal) { 
var spotlighttagDF; var TagDF; 
var axel = Math.random() + ""; 
var ord = axel * 1000000000000000000; 
var prx = "?"; 
spotlighttagDF='http://ad.es.doubleclick.net/activity;src=1589553;type=lpwii001;cat='+catVal+';ord='+ord+prx; 
TagDF = new Image(); 
TagDF.src = spotlighttagDF; 
} 






