$(document).ready(function(){

	/*
	$("#whatsnew>h2").everyTime("3s",function() {
		$(this).effect("bounce");
	});	
	
	$("#whatsnew>h2").mouseover(function(){
		$(this).stopTime();
		*/
		$("#whatsnew").animate({
        marginTop : "14px",
				height: "214px"
      }, 500 );
	/*
	});
	
	$("#whatsnew").click(function(){
		$("#whatsnew").animate({
        marginTop : "177px",
				height: "50px"
      }, 1500 );
      });
      */
	
});