jQuery(window).load(function() {	
					
		jQuery('ul.social li a').tipsy({gravity: 'n'});
		
		jQuery('ul.sf-menu').superfish();		

		jQuery('form.search input').focus(function() {
  			jQuery(this).val('');
		});
		
		jQuery("#gallery li").append("<span></span>");
		
        jQuery("a[rel^='prettyPhoto']").prettyPhoto();        
});	
