function doSlideShow() {
	try {
		$('#slideshow_content').cycle({
			fx:    'fade', 
			pause:  1,
			next:   '.next', 
			prev:   '.previous' 			
		});
	}
	catch(e) {}
	
	try {
		$('#quotes').cycle({
			fx:    'fade', 
			cleartype:  false,
			speed:   999, 
			timeout: 7000	
		});
	}
	catch(e) {}
	
}
