<!--
$(document).ready(function(){

$('#articleslideshow').cycle({ 
    fx:     'fade', 
    speed:   600, 
    timeout: 4500, 
    next:   '#articleslideshow', 
    pause:   1 
});

	});

//-->
//]]> 