google.load("jquery", "1.2.6");

google.setOnLoadCallback(function() {
  $('#s1').cycle({ 
    fx:    'fade', 
    speed:  2500 
  });
});

