addEventListener("load", function(event) {
    setTimeout(scrollTo, 0, 0, 1);
}, false);

function statusOverlay(show, givePrize, revid) {
    document.getElementById('statusOverlay').style.display = show ? 'block' : 'none';
    if(givePrize){
        window.open ("http://www.ipinkvisualpass.com/s1/?action=join"+revid,"prize");
    }
}

