	s_wds(s_account);
	s_ca(s_account);
	
	function sendAnalyticsEvent(str){
		ns=s_account;
		if(str!=null)ns+=","+str;
		void(s_gs(ns));
	}
	
	function sendLinkEvent(str,lnkname){
		ns=s_account; 
		if(str!=""&&str!=null)  ns+=","+str; s_linkType="o"; 
		s_lnk=true;
		s_linkName=lnkname; 
		void(s_gs(ns));
	}
	
	function omniTagPage(pageName){

	//--this function will be called within flash to tag pages within the flash
		s_pageName = s_prop5 + ' | ' + pageName;
		sendAnalyticsEvent(); 
	}
	
	function omniTagLink(linkTag, url){
		sendLinkEvent('',linkTag);
		if (url != '') {
			window.location=url;
		}
	}