$(function() {
           $('#search').example('Search using Google');
});

// initialise plugins
jQuery(function(){
jQuery('ul.sf-menu').superfish();
});	