var onload_do = function(){
	if(document.getElementById){
		if(document.getElementById("geizcam")){
			var node0 = document.getElementById("geizcam");
			node0.onclick=function(){
				location.href='/geizcam-world.htm';
			}
		}
		if(document.getElementById("livecam")){
			var node9 = document.getElementById("livecam");
			node9.onclick=function(){
				location.href='/livecam-amateure.htm';
			}
		}
}	}
window.onload=onload_do;

function hit(hitlink) {if(document.images) {(new Image()).src=''+hitlink+'';}return true;}