jQuery(document).ready(function () {
setTimeout(function(){ jQuery('#loading_mask').hide(); }, 12000);
});

