var $j = jQuery.noConflict();

$j(document).ready(function(){	
	$j(document).ready(function () {
		$j('#page').fadeIn(4000);
      });

});
 
