


$(document).ready(function(){

$("#thumbnails").fadeIn(500);
$("#post").fadeIn(500);

}

);

