$(document).ready(function() {
$('.top_slideshow').cycle({
fx: 'fade', 
    speed:  2000
});
}); 
