
	var bannerDomain = null;
	var logChannel   = null;
	var kw           = ""; 
	var bannerSeg    = 1;
	var logPath      = ""; 
	var section      = null;
	var floatskyinactive=false; 
		
	//alert(document.location.href);
	//alert(document.location.pathname);
	bannerDomain = "especiales.ya.com";
	logChannel = (document.location.pathname == "/" || document.location.pathname == "/index.html" || document.location.pathname =="/index.htm") ? "home" : "resto";
	if(logChannel=="resto"){
		section = document.location.pathname.split("/");
		if(section!=null && section.length !=0){
			logChannel = section[1].replace("-", "");
		}	
	}
