function wst(){
window.status="I´m on IRC, /server irc.uni-erlangen.de or ICQ: 135225040"  ;
window.setTimeout("wst()",100);
}
wst();

function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){ 
		src.style.cursor = 'hand'; 
		src.bgColor = clrOver; 
	} 
} 
function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgColor = clrIn; 
	} 
} 
