$(document).ready(
    function() 
{
$('#fade1').cycle({fx:'fade', timeout: 9000})
}
);
