$(document).ajaxStart(function(){$("#footer_loading_text").html("Loading");$("#footer_loading").stop(true,true).fadeIn(500)});$(document).ajaxStop(function(){if($("#footer_loading_text").html()!="Error Loading"){$("#footer_loading").fadeOut(500)}});$(document).ajaxError(function(a,b,c){$("#footer_loading_text").html("Error Loading");if($("#footer_loading").css('display')=='none'){$("#footer_loading").stop(true,true).fadeIn(500)}setTimeout(function(){$("#footer_loading").fadeOut(500)},3000)});
