$(document).ready(function() {

  // Adds pipes to the navigation in the footer
  $('.nav-footer li:not(:last)').append(' |');
  
  // Rotates photos in the header  
  $('#slideshow').cycle({ fx:'fade', speed:5000 });
    
});
