function NikeLiveConfig()
{
	this.domain="www.nikelivefabregas.com/site"; // set this to the live URL of the site. This ensures that when the site is running from the live URL it sends tags to the LiveAccount Omniture suite. In other environments live dev/build/tie it sends tags to the DevAccount
	var myquery = window.location.toString();
    if (myquery.indexOf('nikelive.com') > 0) {
        this.domain="www.nikelive.com/site";
    } else {
        this.domain="www.nikelivefabregas.com/site";
    }
	this.liveAccount = "nikefootball,nikeall";
	this.devAccount = "devnikefootballglobal"; 
	// if there is not a dev account, remove the previous 4 lines and replace with account = "<account_name>"
	this.category = "football";
	//this.channel = "Media"; //uncomment this if you want to set the channel value
	this.locale = "en_gb"; //uncomment this if site is in one language only and set the correct locale
	//this.language = "eng"; // 3 letter code //uncomment this if site is in one language only and set the correct language code
	this.siteName = "UKLIVE"; //This will prefix each tag call page name. When tagging is rolled up to Nike's global report they can distinguish tag origin//LA= latin americas //WO= Women //
	this.subdomain = "nike.com"; //leave this. I don't think it's even used
	this.debug = "none";	     // possible values: "client" "server" or "none"; This can be set manually or passed in via a querystring at run time
	this.trackDownloads = "true"; //leave this
	this.trackExternalLinks = "true"; // leave this
	this.currency="GBP"; //Adjust this is you have commerce tag calls in your site. otherwise don't worry about it
	this.referrername = ""; // refferrer parameter //not actually used at the moment but if you link out to another Nike site you should append this referrer value to the querystring i.e. http://www.nike.com/nikeproeurope/?ref=http://nikewomenlatinamericas.com
}
