loadPersonaCookie(); // sets omniture id

/* You may give each page an identifying name, server, and channel on
the next lines. */
var state = 'SB';
var authCookie = getCookie("CEM-login");
if(authCookie==null || authCookie=="")
{
	state = 'GT';
}
s_ea.pageName="NA:US:SPORTS:TIBURON:ONLINEGAME:TIGER:TIGERONLINE:TIGERONLINE:" + state + omniturePageTitle

s_ea.server="" //Used by EMEA as site section but should be moved to channel
s_ea.channel=""//used to identify site and section in some instances
s_ea.pageType=""//Only used for error pages (404s etc.)
s_ea.prop1=omnitureId
s_ea.prop2="TIGERONLINE"
s_ea.prop3="SPORTS"
s_ea.prop4="TIGER"
s_ea.prop5="TIGERONLINE"
s_ea.prop6="PC"
s_ea.prop7="TIBURON"
s_ea.prop9="ONLINEGAME"
s_ea.prop10=pageTitle
s_ea.prop11="NA"
s_ea.prop12="en_US"
s_ea.prop15=omnitureContentBucket
s_ea.prop17="US"
s_ea.prop18="US:TIGERONLINE"

/* E-commerce Variables */
s_ea.eVar1=omnitureId
s_ea.eVar3="TIGERONLINE"//Same as prop5
s_ea.eVar17="US"//Same as prop 17
s_ea.eVar18="NA"//Same as prop 11
s_ea.eVar29=s_ea.setInitValOnce('US:TIGERONLINE:TIGERONLINE');
s_ea.eVar30="US:TIGERONLINE:TIGERONLINE"
s_ea.eVar34="SPORTS"

/************* 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)
	}
}