<!--
$(document).ready(function(){

$('#slideshow').cycle({ 
    random: 1,
fx:    'fade', 
    speed:  2500,
timeout: 2000 
 });

$('#slideshow2').cycle({ 
    random: 1,
fx:    'fade', 
    speed:  2500,
timeout: 2000 
 });

	}); 
//-->
//]]> 