function topreplace()
{
	if(window.top==self) {
    		var parentURL = "index.html"
    		var childURL = window.location.href
    		var reframeURL = parentURL + "?" +  childURL 
    		location.href = reframeURL
			     }
}

function fillbottom(root)
{
 var Datum        = new Date();
 var Year         = Datum.getFullYear();
 var Locatie      = this.location.href

 // alert (Locatie);
 document.write("<a href=\"http://jigsaw.w3.org/css-validator/validator?uri=http://www.olympiek.nl/style/css_olympiek.css\">")
//     document.write("<img src=\"images/valid-css.gif\" alt=\"Valid CSS!\"align=\"right\" width=\"88\" height=\"31\" border=\"0\" /><\/a>");
 document.write("<img src="+root+"images/valid-css.gif  alt=\"Valid CSS!\"align=\"right\" width=\"88\" height=\"31\" border=\"0\" /><\/a>");
 document.write("<a href=\"http://validator.w3.org/check?uri="+Locatie+"\">")
//     document.write("<img src=\"images/w3c_xhtml.jpg\" alt=\"Valid XHTML 1.0!\"align=\"right\" height=\"31\" width=\"88\" border=\"0\" \/><\/a>");
 document.write("<img src="+root+"images/w3c_xhtml.jpg alt=\"Valid XHTML 1.0!\"align=\"right\" height=\"31\" width=\"88\" border=\"0\" \/><\/a>");
 document.write("<font size=-1>© Copyright 2005-"+Year+"&nbsp;Korfbal Vereniging Olympiek Den Haag.(content)<\/font>");
 document.write("<br\/>")
 document.write("<font size=-1>All rights reserved. All copying prohibited. Uw reacties zijn van harte welkom.<\/font>");
 document.write("<br\/>")
}




