		/*
		This code makes a pageview omniture call at the last line of the code.
		
		*/
		
		/*
		This variable should include the domain name of the current website 
		(including the staging and development versions, when testing o he corresponding websites) 
		*/
		s.linkInternalFilters="javascript:,ge.com" ;		
		
		/* You may give each page an identifying name, server, and channel on
		the next lines. */
		s.pageName = document.title;
		s.server="";
		s.channel= strSection + " : " + strSubSection;
		s.pageType="";
	
		//s.prop1=[ADD FAILED INTERNAL SEARCH KEYWORD];
	
		if (window. strSearchTermFail) { 
			s.prop1= strSearchTermFail;  
		} 
		else { 
		  s.prop1= ""; 
		}
	
		s.prop2="";
		s.prop3="";
		s.prop4="";
		s.prop5="";
		/* E-commerce Variables */
		s.campaign="";
		s.state="";
		s.zip="";
		s.events="";
		s.products="";
		s.purchaseID="";
	
		//s.eVar1=[ADD SUCCESSFUL INTERNAL SEARCH KEYWORD];
		if (window.strSearchTermSuccess) { 
			s.eVar1= strSearchTermSuccess; 
		} 
		else { 
		  s.eVar1= ""; 
		}
	
		s.eVar2="";
		s.eVar3="";
		s.eVar4="";
		s.eVar5="";
		/* Hierarchy Variables */
		s.hier1="";
		var s_code=s.t(); if(s_code)document.write(s_code)

