// --- RELOAD --- //
function doResize() {
        location.reload();
    return false;
}

if (document.layers) window.captureEvents(Event.RESIZE);
window.onresize=doResize;
