<!-- SiteCatalyst code version: H.2. Copyright 1997-2005 Omniture, Inc. More info available at omniture.com -->
var thisURL 		= document.location.href;
var thisProtocol 	= "";
	
if( thisURL.indexOf("https") > -1 ){
	if( thisURL.indexOf("www-uat.ges.symantec.com") > -1){
		thisProtocol = "";	
	}else{
		thisProtocol = "https://www-secure.symantec.com";
	}
}else{
	if( thisURL.indexOf("localhost") > -1){
		thisProtocol = "";			
	}else if( thisURL.indexOf("www-uat.ges.symantec.com")  	 	 > -1 ||
	 		  thisURL.indexOf("www-secure-uat.ges.symantec.com") > -1 ||
			  thisURL.indexOf("preview.ges.symantec.com")   	 > -1 || 
 			  thisURL.indexOf("support.ges.symantec.com")        > -1 || 
			  thisURL.indexOf("phoenix2.ges.symantec.com")  	 > -1 || 		
			  thisURL.indexOf("phoenix.ges.symantec.com")   	 > -1 || 		
			  thisURL.indexOf("uscu-staging.symantec.com")  	 > -1 || 		
			  thisURL.indexOf("solutions-qa.symantec.com")  	 > -1 || 
			  thisURL.indexOf("solutions-dev.symantec.com") 	 > -1 ){
				thisProtocol = "http:/"+"/www-uat.ges.sym"+"antec.com";
	}else{	
		thisProtocol = "http://www.symantec.com";
	}
}

document.write("<SCRIPT SRC=\""+thisProtocol+"/home_homeoffice/support/script/OmniScript.js\" LANGUAGE=\"javascript\" TYPE=\"text/javascript\" ID=\"OmniScript\"></SCRIPT>");
