$(document).ready(function () {
	$('#slideshow').cycle({
		delay: 5000,
		speed: 2000,
		continuous: 1
	});
	if(typeof sIFR == "function"){
		sIFR.replaceElement("h2", named({sFlashSrc: "centuryGothic.swf", sColor: "#6a0c00"}));
	};
});