$(window).load(function()  {
	 $(".banner").animate({
	  opacity: 'show'
	}, 1000, "easein");
  
	$("#commentForm").validate();


});


