if ((typeof(DisableMetricsTagging) != 'undefined') && !(DisableMetricsTagging))
{
	// check if homepage
	isHomePage();
	
	//if(document.frmConfig!=null) s.products=(document.frmConfig.seg!=null && document.frmConfig.system_name!=null)?';'+document.frmConfig.seg.value+'-'+ document.frmConfig.system_name.value:'';	
	s.charSet=s.charSet?s.charSet:'UTF-8';
	var path=window.location.pathname.toLowerCase();
	if(path.indexOf('proddetail') > -1)
		s.events=s.events?s.events+='prodView,event5':'prodView,event5';
	/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
	var s_code=s.t();if(s_code)document.write(s_code);
}