//Parse URL
var href = window.location.href;
var s = href.split("/");

var a_zone = "home";
var _onlyInhouseAds=false;
var _noBanner=false;

//Directory structure and assigned section name
if ((s[3]=="")) {
  a_zone="homepage";
}
if ((s[3]=="index.php")) {
  a_zone="homepage";
}
if ((s[3]=="index.html")) {
  a_zone="homepage";
}

if ((s[3]=="schedule")) {
  a_zone="schedule";
}
//Sponsored Zone
/*
if ((s[3]=="Funstuff") && (s[4]=="Contests") && (s[5]=="MTVTheGames2007")) {
  a_zone="swatch";
}
*/
