// CSS Document - theShoppersWeelkly.com - for ad click counter - 2011-11-29 - dlb 

function linkCnt(id) {
	thisPage = document.URL;
	window.location.assign('img/ClickCounter.asp?id=' + id + '&t=' + thisPage);
}

