// JavaScript Document

$(document).ready(function(){
   $("img").css({display:'none'})
   $("img").fadeIn(5000);
 });
