if ($.browser.msie && $.browser.version < 7) {
    window.location = "/unsupported";
}

$(document).ready(function(){ 
    // Code to execute after the document is loaded
}); 