var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j(window).unload(function(){
		var ScreenHeight = $j(document).height();
		$j(".FullLoading").attr('style', 'height:'+ScreenHeight+'px');
		$j(".FullLoading").fadeIn();
	 });
});
