$(document).ready(function() {
    // Direct javascript errors off to the server
    handleErrors('/js_error_handler/');
});
