 $(document).ready(function(){
	$("#content .inner").fadeOut(2000, function() {});
 });
