window.onload = function(){
	if(!document.getElementById("header")){
		window.location.reload();
	}
}
