(function($){
	$(document).ready(function(){
					
		// Droppy
		$('ul#nav').droppy();
		
		//$('#nav .noLink:first').removeClass('noLink');
		$('.noLink').attr("href","javascript:void(0)");
		//$('#nav .noLink:first').attr("href","/index.html");
		//$('#nav .noLink:first').removeClass(".noLink");
		
		/*
		$('#slideshow').cycle({ 
		    fx:     'fade', 
		    speed:   300, 
		    timeout: 4000, 
		    next:   '.nextSlide',
		 		prev:   '.prevSlide', 
		    pause:   0,
    		cleartype: true, 
        cleartypeNoBg: true
		});
		*/
		
	});
})(jQuery);
