function tracker(hbx_page,atlas) {

	if (hbx_page != "") {
		_hbPageView(hbx_page,"/");
	}
	
	if (atlas != "") {
		atag = new Image();
		atag.src = "http://switch.atdmt.com/action/" + atlas;
	}
}