$(document).ready(function(){
	$("#innercontent").animate({height: "900px"}, 2000);
});