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