$(document).ready(setupHomeNews);

function setupHomeNews() {

   $('#nav_item').accordion({
      header:'h3'
   });
}
