$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', speed:2000, timeout: 6000
	});
	
	$('.eh1').bind('click',function(){$('#eh1_ot').toggle();});
	$('.eh2').bind('click',function(){$('#eh2_ot').toggle();});
	$('.eh3').bind('click',function(){$('#eh3_ot').toggle();});
	$('.eh4').bind('click',function(){$('#eh4_ot').toggle();});

});

