var canvascheck = document.createElement('canvas');
if(canvascheck.getContext || (document.all && document.namespaces && !window.opera)){
    document.writeln('<style type="text/css">');
    document.writeln('img.instant { visibility: hidden; }');
    document.writeln('<\/style>');
}

$(function() { $('#slides').cycle({
    timeout: 8500, 
    speed:  2000,
    autostop: 1,
    delay: -3000

  }); });

