
function OmnitureDownload( strEvent ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar5,prop6,events";
	s.linkTrackEvents="event5";
	s.eVar5=strEvent;
	s.prop6=strEvent;
	s.events="event5";
	s.tl( true , "d" , strEvent );
	s.events="";
	s.eVar5="";
	s.prop6="";
}

function OmnitureSiteExit( strEvent ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar5,prop6,events";
	s.linkTrackEvents="event5";
	s.eVar5=strEvent;
	s.prop6=strEvent;
	s.events="event5";
	s.tl( true , "e" , strEvent );
	s.events="";
	s.eVar5="";
	s.prop6="";
}

function OmnitureCustom( strEvent ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar5,prop6,events";
	s.linkTrackEvents="event5";
	s.eVar5=strEvent;
	s.prop6=strEvent;
	s.events="event5";
	s.tl( true , "o" , strEvent );
	s.events="";
	s.eVar5="";
	s.prop6="";
}

function OmnitureAsset_Start( strAssetName , intInteractionNumber, strInteraction ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar3,eVar4,prop5,events";
	s.linkTrackEvents="event2,event4";
	s.eVar3=strAssetName;
	s.eVar4=strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.prop5=strAssetName;
	s.events="event2,event4";
	strEvent = strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.tl( true , "o" , strEvent );
	s.eVar3="";
	s.eVar4="";
	s.prop5="";
	s.events="";
}

function OmnitureAsset_Interaction( strAssetName , intInteractionNumber, strInteraction ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar4,prop5,events";
	s.linkTrackEvents="event4";
	s.eVar4=strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.prop5=strAssetName;
	s.events="event4";
	strEvent = strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.tl( true , "o" , strEvent );
	s.eVar4="";
	s.prop5="";
	s.events="";
}

function OmnitureAsset_Complete( strAssetName , intInteractionNumber, strInteraction ) {
	var s=s_gi(s_account);
	s.linkTrackVars="eVar3,eVar4,prop5,events";
	s.linkTrackEvents="event3,event4";
	s.eVar3=strAssetName;
	s.eVar4=strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.prop5=strAssetName;
	s.events="event3,event4";
	strEvent = strAssetName + ": " + intInteractionNumber + ": " + strInteraction;
	s.tl( true , "o" , strEvent );
	s.eVar3="";
	s.eVar4="";
	s.prop5="";
	s.events="";
}

