$(document).ready(function(){
$("div#wrapper").fadeTo("slow", 0.3, function(){
});
});


