// JavaScript Document	

$(window).load(function () {
      $("#mainImg:hidden").fadeIn("slow");
    });

