window.onLoad = reloadIt;

function reloadIt(){  
	document.location = document.location;
}
