document.observe("dom:loaded", function() {
    $("quickjump").select("select").invoke("observe", "change", function(changeEvent) {
        window.location.href = $F(this);
    });

});