if(document.location.href.indexOf('#track.') != -1) {
	var id   = document.location.href.split('#track.');
	var path = '&path=' + encodeURIComponent(id[0]);
	var refr = '&refr=' + encodeURIComponent(document.referrer);

	window.location = 'http://www.agentaffiliatenetwork.com/track.php?code=' + id[1] + path + refr;
}
