(function($){
    //fallback to Cufon for browsers that don't support @font-face
    if (!Modernizr.fontface) {
        //Cufon.replace('selector goes here; either a DOM collection or a jQuery object');
    }
	
	$('ul#slideshow').cycle({
		'timeout': 8000
	});
})(jQuery);
