 $(document).ready(function(){
  
	  $(function() {
	    $('#navFlags').droppy({speed: 100});
	  });
	  
});
