$(document).ready(function(){

$('#s1').cycle({ 
    delay:  0, 
    speed:  1000, 
    before: onBefore 
}); 

$('#s2').cycle({ 
    delay:  1000, 
    speed:  1000  
}); 
 
function onBefore() { 
    $('#title').html(this.alt); 
}; 

$(document).pngFix();

$(function() {
    $('#rotate > ul').tabs({ fx: { opacity: 'toggle' } });
});

});


