//show scrollpane

$(document).ready(function(){	
	$('#my_body').height($('#my_body').height()+$('#content').height()+18)

});



	
