$(document).ready(function() {
	$("#topper").stop().animate({ height:'40px' },{queue:false,duration:400});
});
