function hitBoxCode(module,link)
{
	//alert("about to call omniture flash track link if exists link- "+link+" module- "+module);
	
	if(cto && cto.FlashTrackLink)
	{
		cto.FlashTrackLink(link, module,"");
	}
}




