Cufon.replace('.cufon');

jQuery(document).ready(function () {

    // http://jquery.malsup.com/cycle/options.html
    jQuery('.slideshow').cycle({
        fx: 'fade',
        timeout: 5000
    });
});
