
function Visit(trackingLinkID)
{
	window.location = "TrackingRedirect.aspx?id=" + trackingLinkID + "&pageURL=" + location.href;
}






