function clickThru(linkURL) {

	//alert("clickThru("+linkURL+")")

	// Force a brief delay to make sure that the beacon had time to be properly sent to WebTrends

	setTimeout('document.location.href = "' + linkURL + '"', 500);

}