//flash integrated tracking 
//passes varialbes from flash to an omniture tracking object
//SiteCatalyst code version: H.9.
//Copyright 1997-2007 Omniture, Inc. More info available at
//www.omniture.com

function trackPage(){
 	s.events = "event21";
 	s.prop34 = arguments[0];
	s.prop21 = arguments[1];
	s.channel = arguments[2];
	s.pageName = arguments[3];
	s.prop43=s.prop34+"|"+s.prop21;
	
	/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
	var s_code=s.t();if(s_code)document.write(s_code)//-->
}
