<!--
$(document).ready(function(){

$('#homeslide').cycle({ 
    
fx:    'fade', 
speed:  1500,
random: 1,
timeout: 5000
 });

}); 
