﻿
window.onload = function() {
    if (window.location.href.lastIndexOf("aspx") > 0) {
        window.scrollTo(0, 480);
    }
}