$(document).ready(function(){
$(document).ready(function () {
		$('#wrapper').fadeIn(1300);
        });
});

