$(document).ready(function() {
  $("#pic").cycle({ 
  fx:'fade',
  speed:2500,
  timeout:3000
});});
