$(document).ready(function(){

	$('#topimg').cycle({
		pager:  '#imgnav .imglist',
		fx:     'fade',
		speed:   1200,
		timeout: 5000
	});

	$('#latestnewslist').cycle({
		speed:   1200,
		timeout: 6000,
		fx:      'scrollUp'
	});

});

