$(function () {
	$('div#billboard').cycle(
	{
		fx: 'fade',
		timeout: 5000
	});
});

