
$(document).ready
(


	function()
	{
		$('ul.cycle').cycle({speed: 1000, timeout:  7000, cleartype: false});
	
	}
)
