$(function()
{
	$(".ticker").cycle(
	{
		pause: 1,
		timeout: 6000
	});

});
