var omnitureLoader = {
	overlayView:function(){
		/* You may give each page an identifying name, server, and channel on       the next lines. */       s_ea.pageName="NA:US:PLAY:HASBRO:MKT:GIJOE:GIJOE:GIJOE:AGEGATE"       s_ea.server=""       s_ea.channel=""       s_ea.prop1="No ID"       s_ea.prop2="GIJOE"       s_ea.prop3="PLAY"       s_ea.prop4="GIJOE"       s_ea.prop5="GIJOE"       s_ea.prop6=""       s_ea.prop7="HASBRO"       s_ea.prop8=""       s_ea.prop9="MKT"//Specifies type of site"        s_ea.prop10="AGEGATE" //Content Type Title       s_ea.prop11="NA"//Same as evar 18        s_ea.prop12="en_US"        s_ea.prop13=""       s_ea.prop14=""       s_ea.prop15="General Info"       s_ea.prop16=""       s_ea.prop17="US"//Country        s_ea.prop18="US:GIJOE" // Site ID - aggregate of Country and site name       /* E-commerce Variables */       s_ea.eVar1="No ID"       s_ea.eVar2=""       s_ea.eVar3="GIJOE"       s_ea.eVar17="US"       s_ea.eVar18="NA"       s_ea.eVar29=s_ea.setInitValOnce('US:GIJOE:GIJOE'); //"original" allocation to attribute conversions to the first EA-owned site visitors see -  ***will need to use setInitValOnce function to set        s_ea.eVar30="US:GIJOE:GIJOE" //"most recent" allocation to attribute conversions to the last non e-commerce EA-owned site visitors see - to be used on non ecommerce sites only       s_ea.eVar34="PLAY"       /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/       if((s_imageDisableFlag == null) || (typeof (s_imageDisableFlag) == 'undefined') || (!s_imageDisableFlag)){              var s_code=s_ea.t();if(s_code)document.write(s_code)       }
	},
	pageView:function(pageID) {
		if(pageID == 'home') {
				/* You may give each page an identifying name, server, and channel on
			the next lines. */
			s_ea.pageName="NA:US:PLAY:HASBRO:MKT:GIJOE:GIJOE:GIJOE:HOME"
			s_ea.prop1="No ID"
			s_ea.prop2="GIJOE"
			s_ea.prop3="PLAY"
			s_ea.prop4="GIJOE"
			s_ea.prop5="GIJOE"
			s_ea.prop7="HASBRO"
			s_ea.prop9="MKT"
			s_ea.prop10="Home"
			s_ea.prop11="NA"
			s_ea.prop12="en_US"
			s_ea.prop14="Game Information"
			s_ea.prop15="General Info"
			s_ea.prop17="US"
			s_ea.prop18="US:GIJOE"
			/* E-commerce Variables */
			s_ea.eVar1="No ID"
			s_ea.eVar3="GIJOE"
			s_ea.eVar17="US"
			s_ea.eVar18="NA"
			s_ea.eVar29=s_ea.setInitValOnce('US:GIJOE:GIJOE');
			s_ea.eVar30="US:GIJOE:GIJOE"
			s_ea.eVar34="PLAY"
			/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
			if((s_imageDisableFlag == null) || (typeof (s_imageDisableFlag) == 'undefined') || (!s_imageDisableFlag)){
				var s_code=s_ea.t();if(s_code)document.write(s_code)
			}
		}
	}
}