$(document).ready
(
  function() 
  { 
	$('#news').accordion({ autoHeight: false });
  }
);
