	Cufon.replace('#leftContentEO h2', { fontFamily: 'GeosansLight', hover: true });
	Cufon.replace('#rightContentEO h3', { fontFamily: 'GeosansLight', hover: true });
	$(document).ready(function() {
		$('.slideshowEO').cycle({
			fx: 'scrollUp' // choose your transition type, ex: fade, scrollUp, shuffle, zoom, turnDown, curtainX, scrollRight  etc...
		});
	});

