$(function() {
		init_slideshow()
	})
	init_slideshow = function()
	{
	$(".cycleslides").cycle({
		speed:3000
	});
};
