function registerClick(u) {
	if (document.images) {
		myImage = new Image();
		myImage.src = u + "&rand=" + Math.floor(Math.random()*10000000);
	}
}