function EmeaRunningConfig()
{
	this.domain="nike.com/europerunning"; // must be set in order to set the account variable properly
	this.liveAccount = "nikeall,nikerunningeurope";
	this.devAccount = "devnikerunningeurope"; 
	// if there is not a dev account, remove the previous 4 lines and replace with account = "<account_name>"
	this.category = "running";
	//this.channel = "Media";
	//this.locale = "en_gb";
	//this.language = "eng"; // 3 letter code
	this.siteName = "emearunning";
	this.subdomain = "nikerunning.com";
	this.debug = "none";		// possible values: "client" "server" or "none"
	this.trackDownloads = "true";
	this.trackExternalLinks = "true";
	this.currency="GBP";
	this.referrername = "http://emeanikerunning.com"; // refferrer parameter
}
