document.domain = "eredivisielive.nl";
function scrollToTop(x, y) {
    window.scroll(x,y);
}
function resizeFrame(iHeight) {
	this.scrollToTop(0, 0);
	if(document.getElementById("costsFrame") != undefined){
		document.getElementById("costsFrame").style.height = iHeight+"px";
	} else if(document.getElementById("clubFrame") != undefined){
		document.getElementById("clubFrame").style.height = iHeight+"px";
	} else if(document.getElementById("ac608d09") != undefined){
		document.getElementById("ac608d09").style.height = iHeight+"px";
	} 
}