$(document).ready(function() {
   // put all your jQuery goodness in here.

// NAV
 $(function() {
    $('#nav').droppy({speed: 10});
  });

});

