$(window).bind('load',function(){
	$('#topbar .toppanellist')
		.cycle({
			speed:   1200,
			timeout: 0,
			next: '#topnext',
			prev: '#topprev'
	});
});

