// hitbox function to track additional pageview events in flash
function 

hbxPageView(pn,mlc){
	

	_hbSet("n",pn);
	

	if(typeof mlc != "undefined")
 _hbSet("vcon",mlc);
	

	_hbSend();	

}



//hitbox function to track click events in flash
function 

hbxLinkTrack(lid,lpos){
	
	
	_hbSet("lid",lid);
	

	if(typeof lpos != "undefined")  _hbSet("lpos",lpos);
	

	_hbSend();

	_hbSet("lid","");

	_hbSet("lpos","");

}

