var onload_do = function(){
	if(document.getElementById){
		var node0 = document.getElementById("webmaster");
		node0.onclick=function(){
			window.open('/out.php?go=webmaster');
		}
}	}
window.onload=onload_do;

function hit(hitlink) {if(document.images) {(new Image()).src=''+hitlink+'';}return true;}