// Support for legacy Hitbox Functions hard-coded into old Flash Files
// These functions will now record to both Hitbox and Omniture
function _hbflash(p,m,x,d,s,c,f,g){cto.hbflash(p,m,x,d,s,c,f,g);}
function _hbPageView(p,m){cto.hbflash(p,m,"n","n","n","n","n","n");}
function _hbExitLink(n){cto.hbflash(_pn,_mlc,n,"n","n","n","n","n");}
function _hbDownload(n){cto.hbflash(_pn,_mlc,"n",n,"n","n","n","n");}
function _hbVisitorSeg(n,p,m){cto.hbflash(p,m,"n","n",n,"n","n","n");}
function _hbCampaign(n,p,m){cto.hbflash(p,m,"n","n","n",n,"n","n");}
function _hbFunnel(n,p,m){cto.hbflash(p,m,"n","n","n","n",n,"n");}
function _hbGoalPage(n,p,m){cto.hbflash(p,m,"n","n","n","n","n",n);}

function _redirect(url, target){
//alert(url + "\n" +target);
	window.self.open(url, target);
}

