// Win/IE flash referrer fix by group94
function ld(theurl) {
	document.getElementById("url").href = theurl;
	document.getElementById("url").click();
}