$(window).load(function() {	
					
		$('ul.social li a').tipsy({gravity: 's'});
		$('.tipsy').tipsy({gravity: 's'});
		
		$('ul.sf-menu').superfish({
			delay: 400,
			animation: {opacity:'show',duraction:'0'},
			speed: 'fast',
			autoArrows: false,
			dropShadows: true,
		});		

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