var bannerDomain = "mapas.ya.com";
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 = 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("-", "");
	}
}
