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

		$('form.search input').focus(function() {
  			$(this).val('');
		});
		
		$("#gallery li").append("<span></span>");
		
		$(".gallery-item a").each(function() {
        			$(this).attr("rel", "prettyPhoto[testing 123]");			
        		});
		
        		$("a[rel^='prettyPhoto']").prettyPhoto();    
});	
