
$('#slideshow').cycle({ 
    fx:    'fade', 
    speed:  1500,
	delay:  -4000,
	random: 1 
 });


$('#homebg').cycle({ 
    fx:    'fade', 
    speed:  2000,
	delay:  -6000,
	random: 1 
 });

$('#homebgnew').cycle({ 
    fx:    'fade', 
    speed:  3000,
	delay:  -3000,
	random: 1 
 });

