$(document).ready
(
  function() 
  { 
	$('#news').accordion({ autoHeight: false });
  }
);
$(function()
{
  $('ul.sf-menu').superfish();
});

