$(function(){
	//$('#content').jScrollPane();
	var b = $(window).height();
	//$("#innercontainer").css({height:b-24});
	
	$(window).resize(function() {
		var b = $(document).height();
		$("#innercontainer").css({height:b-24});
		//$("#content").css({height:b-300});
	});

	
});

