var onload_do = function(){
	if(document.getElementById){
		if(document.getElementById("webmaster1")){
			var node0 = document.getElementById("webmaster1");
			node0.onclick=function(){
				window.open('/out.php?show=webmaster1');
			}
		}
		if(document.getElementById("webmaster2")){
			var node1 = document.getElementById("webmaster2");
			node1.onclick=function(){
				window.open('/out.php?show=webmaster2');
			}
		}
		if(document.getElementById("webmaster3")){
			var node2 = document.getElementById("webmaster3");
			node2.onclick=function(){
				window.open('/out.php?show=webmaster3');
			}
		}
		if(document.getElementById("logo")){
			var node9 = document.getElementById("logo");
			node9.onclick=function(){
				location.href='/';
			}
		}
		if(document.getElementById("add_dbc1")){
			var node9 = document.getElementById("add_dbc1");
			node9.onclick=function(){
				window.open('http://www.adcell.de/click.php?bid=16438-29192-chattenmitcam');
			}
		}
		if(document.getElementById("add_dbc2")){
			var node9 = document.getElementById("add_dbc2");
			node9.onclick=function(){
				window.open('http://www.adcell.de/click.php?bid=16439-29192-chattenmitcam');
			}
		}
		if(document.getElementById("enter")){
			var node_enter = document.getElementById("enter");
			node_enter.onclick=function(){
				window.open('/cam-chat.php');
			}
		}
		if(document.getElementsByName("webtipp")){
			node_webtipp = document.getElementsByName("webtipp");
			for(var i=0; i<node_webtipp.length; i++){
				var node_webtipp1 = node_webtipp[i];
				var node_img = document.getElementById('wimg'+node_webtipp1.getAttribute('id').substr(4));
				node_img.setAttribute('title', document.getElementById('wurl'+node_webtipp1.getAttribute('id').substr(4)).getAttribute('href').substr(7));
				node_img.onclick=function(){
					window.open(node_webtipp[this.getAttribute('id').substr(4)].getAttribute('href'));
				}
			}
		}
}	}
window.onload=onload_do;

function hit(hitlink) {if(document.images) {(new Image()).src=''+hitlink+'';}return true;}