$(function(){
  
  var page = $("#content").attr('class');
  
    $('.navigation').flash(
        { src: '/media/flash/navigation.swf?str=' + page,
          width: 700,
          height: 120 },
        { version: 9 }
    );
  
    $('#flash_intro').flash(
        { src: '/media/flash/beauty_intro.swf',
          width: 960,
          height: 542 },
        { version: 9 }
    );
  $('.scroll-pane').jScrollPane();
  $('a[href^="http://"]').attr('target', '_blank');
  $("a[href$='pdf']").attr('target', '_blank');
  $("span[class^='prettyPhoto'] a").prettyPhoto({hideflash:true});
  $("[rel^='prettyPhoto']").prettyPhoto({hideflash:true});
});

