	(function($){ 
	$(document).ready(function() { 	
								   
		Cufon.replace('.header .topNavbar ul.mainNav a',{fontFamily: 'Lucida Sans Unicode', hover: {color: '#DD0000'}, color: '#013286'});
		Cufon.replace('.header .topNavbar ul.mainNav a.selected',{fontFamily: 'Lucida Sans Unicode', color: '#DD0000'});
		Cufon.now();
			
			$('#foto_caroussel').cycle({
					fx: 'fade', //transition type, ex: fade, scrollUp, shuffle, etc...
					speed: 3000, //defines the number of milliseconds it will take to transition from one slide to the next
					timeout: 2000, //specifies how many milliseconds will elapse between the start of each transition
					pause: 1 //causes the slideshow to pause when the mouse hovers over the slide
				});
			
			$(window).bind("unload",function(){
				$("canvas, span.cufon").remove();
			});

		})})(jQuery);