$(window).load(function() { $('ul.social li a').tipsy({gravity: 'n'}); $('ul.sf-menu').superfish(); $('form.search input').focus(function() { $(this).val(''); }); $("#gallery li").append(""); $("a[rel^='prettyPhoto']").prettyPhoto(); });