jQuery(document).ready(function () {
    jQuery("#flash").flash();
    jQuery.ajaxSetup({timeout: 15000});
    jQuery(document).ajaxError(handleAjaxError);
});
