jQuery(function($){
	Cufon.replace('.menu>ul>li>a', { hover: true, textShadow: '1px 1px #641145' });
	Cufon.replace('#slider h2', { fontFamily: 'Museo 700', hover: true, textShadow: '0.5px 3.5px #189807' });
	Cufon.replace('h1,h2,h3,h4,h5', { hover: true });
	
	
		if($('#slideshow').length){ 
	$("#slideshow").cycle({ 
	    fx: 'fade',
	    timeout: 3000,
	    speed: 2500,
	    pause: 1,
	    fit: 1
	});	
 }
	
		$("#twitted").getTwitter({
					userName: "gloriagarcia",
					numTweets: 3,
					loaderText: "Loading tweets...",
					slideIn: false,
					showHeading: false,
					showProfileLink: false,
					showTimestamp: true
				});
});
