$(document).ready(function(){

$('#project_rotator').cycle({ 
    delay:  1000,
    timeout: 6000,     
    speed:  2000,
}); 

});



