/**
 * @author Benjamin
 */

window.onload = function() {
	
	setTimeout("redirecten()",100)
}

function redirecten () {	
	location.href = "http://www.johideway.be/";
}

//Hier staat eigenlijk: window.location.href


