// JavaScript Document

<!-- Verberg JavaScript voor oude browsers 
doOkerStat('OET');
function doOkerStat(name) 
{ 
ref = escape(document.referrer); 
page = document.title ;
if ((ref == "") || (ref == "undefined")) { 
ref = "bookmark"; 
} 
screenres = screen.width + "x" + screen.height; 
screencol = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth; 
src = screenres + "&colors=" + screencol + "&ref=" + ref; 
document.write('<img src="http://www.okergroup.nl/webstats/make_stats.php?name=' + name + '&res=' + src + '&page=' + page + '" height=1 width=1>'); 
} 
// Stop het verbergen --> 

