 
$(document).ready(function(){
 
	$(document).ready(function () {
		$('div.pagepic').fadeIn(1500);
      });
 
});
 
