$(function(){
    $('#example').flash(
        { src: 'example.swf',
          width: 720,
          height: 480 },
        { version: 8 }
    );
    $('a[href^="http://"]').attr('target', '_blank');
  $("a[href$='pdf']").attr('target', '_blank');
  $("a[rel^='prettyPhoto'], .rtePhoto").prettyPhoto();
  
  $("#slides").slides({
    effect: 'fade',
    crossfade: true,
    play: 5000
  });
  
});

