function initPage() {
		
	if(!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for(var i=0; i<anchors.length; i++){
		var anchor = anchors[i];
		if(anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")
			anchor.target = "_blank";
	}
	
}

window.onload = initPage;
swfobject.embedSWF("http://www.beachvolleyboeskool.nl/templates/beachvolley/afbeeldingen/beachvolley.swf", "flashheader", "1000", "208", "8.0.0", "http://www.beachvolleyboeskool.nl/templates/beachvolley/afbeeldingen/expressInstall.swf");
