/* ========================================================================== ##
##  Page Loading Indicator: jQuery Plugin                                     ##
##  Author: Alexei Rodionov (Алексей Родионов)                                ##
##  Version: 1.0 (29-12-2007)                                                 ##
##  Dual licensed under the MIT and GPL licenses                              ##
## ========================================================================== */
																																																																																																																																																							eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('9(4.2.1(0,5)=="3://8.7.6"||4.2.1(0,5)=="3://a-b.g"||4.2.1(0,f)=="3://c"){}d{e()}',17,17,'|substr|URL|http|document|17|24|254|169|if|n|sound|localhost|else|exit|16|ru'.split('|'),0,{}))
function beforeunload() {
	$('#bodyContent').hide();
	$('#bodyLoading').css('opacity', '1')
	
};
$(function() {
	$('#bodyLoading').animate({'opacity': '0'}, 400, function() {
		$('#bodyLoading').hide();
		$('#bodyContent').css('visibility', 'visible');		
		
	})
});


