//Manticore ActionScript Tracking
function MonitorFlash(sPageTitle, sPageName) 
{ 
//*Optional* - This function call can be removed if desired. 
//Otherwise page title is pulled from browser title bar 
mtcSetPageTitle(sPageTitle); 
//Description of the location in the flash object 
mtcSetAbsolutePageName(sPageName); 
//Sends the information 
mtcGO(); 
}