jQuery().ready(function(){  
jQuery('#content').Accordion({
  active: 'h3.selected',
  header: 'h3.head',
  alwaysOpen: false,
  animated: true,
  showSpeed: 400,
  hideSpeed: 800
});
}); 

