$(document).ready(function() {
	$('html').hide();
	$('html').fadeIn(1000);
});
