// JavaScript Document
$('#animbox1').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4000
 
});
$('#animbox2').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4000
 
});
$('#animbox3').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4000
 
});
$('#animbox4').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4000
 
});
