window.onresize = fnResize
function fnResize(){
	window.location.reload();
}