// initialise plugins
jQuery(document).ready(function(){ 
    jQuery(function(){
        jQuery('ul.menu').superfish();
    });

	jQuery(window).unload(function(){
		jQuery('ul.menu li.current').hideSuperfishUl();
	});
	
	jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
    
});

