﻿(function(){
/**
 * 		default.js
 * 		
 * 		2010.03.18
 * 		author: 
 */

$(function() {
    $('.gnav').droppy();
  });


})(jQuery);

