//enables the redirect to the interstitial
var enableInterstitial = false;

//relative path to brand site default page
var defaultBrandSiteUrl = "index.html"; 	

//text that is displayed for the brand site button in the interstitial 
var brandSiteName = "NIKERUNNING.COM"; 	

//this is the actual javascript variable that holds the locale of the user
//if the brand site does not support locales then leave as null
//it must be formatted in the style of en_gb, fr_fr etc
var brandSiteLocaleVarName = null;

//siteSrc, used for tracking when user clicks through to Nike Store
var siteSrc = "europenikerunning"; 	

//set the start and end date of the interstitial campaign (yyyy, mm, dd)
//if the current day does not fall between these two dates then the user 
//will no longer be redirected to the interstitial
var startRedirectToInterstitialDate = '2007 00 08'; //(yyyy, mm, dd)
var endRedirectToInterstitialDate = '2008 00 08';	//(yyyy, mm, dd)