
	var bannerDomain = "portada.ya.com";
	var logChannel   = null;
	var floatskyinactive = false;
	var kw           = ""; 
	var bannerSeg    = 1;
	var logPath      = ""; 
	var section      = null;
	
	//alert(document.location.href);
	//alert(document.location.pathname);
	//bannerDomain = document.location.hostname;
	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("-", "");
		}	
	}
	
