$(document).ready(function(){
	$('#dvrightimage')
		.cycle({
		fx: 'fade',
		timeout: 9000
		});
});
