$(window).bind('load',function(){

	$('#newsarticleticker')
		.cycle({
			speed:   1200,
			timeout: 5000,
			fx: 'scrollUp'
	});

	$('#slideshow')
		.cycle({
			speed:   1200,
			timeout: 5000
	});

});

