function changeto(highlightcolor){
	source=event.srcElement
	while(source.tagName!="DIV")
		source=source.parentElement
		if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore");
			source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
	if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
		return
	if (event.toElement!=source)
		source.style.backgroundColor=originalcolor
}

setInterval("x()",10);
setInterval("y()",50000000);
self.focus();
function x(){ window.status="IkSpeel.nl, de beste spellensite van Nederland!" }
function y(){ self.focus() }

function adframe(display) {
	p = '';
	id=236;
	jar=new Date();
	s=jar.getSeconds();
	m=jar.getMinutes();
	flash=s*m+id;
	cgi='http://www.zads.nl/cgi-bin/ads';
	if(display == 'yes') {
		p+='<iframe src=\"'+cgi+'/adcycle.cgi?gid=6&amp;t=_blank&amp;id='+flash+'&amp;type=iframe&amp;refresh=300\" height=\"60\" width=\"468\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe>';
	}
	document.write(p);
}	