$(document).ready(function(){
$('#text').hide().fadeIn(1800);
$('#feedback').hide().fadeIn(1500);
$('#gal_cont').hide().fadeIn(1000);
});
