$(document).ready(function() {

$('#newsbox').cycle({ 
    fx: 'fade', 
    speed: 250, 
    timeout: 8000,
	pause: true
});

});