// Start slideshow if on page
$(document).ready(function(){     
  $('#jquery_slideshow').each(function() {                     
     $(this).cycle({
      speed: 4000,
      timeout: 6000
     });          
  });
});  

// For ace menus
var ace_path="/nav/acemenu/";
$(document).ready(function(){
  ACELoadMenu();
});
