$(document).ready(function()
{

  // slide and fade in each nav item from top to bottom
  slide("#sliding-navigation", 290, .9);


});

