ddsmoothmenu.init({
mainmenuid: "smoothmenu1",
orientation: 'h',
classname: 'ddsmoothmenu',
contentsource: "markup"
})


$(document).ready(function(){
	$('.slideshow1').cycle({
	    delay: 0,
		fx: 'fade',
		random: 1,
		timeout: 15000
	});
	$('.slideshow2').cycle({
	    delay: 5000,
		fx: 'fade',
		random: 1,
		timeout: 15000
	});
	$('.slideshow3').cycle({
	    delay: 10000,
		fx: 'fade',
		random: 1,
		timeout: 15000
	});

});

