$(document).ready(function(){
  $('#slideshow').bjqs({
    'animation' : 'slide',
    'width' : 707,
    'height' : 313,
    'showMarkers' : true,
    'showControls' : false,
    'centerMarkers' : true
  });
  
  $('a[href^=http]').click(function(){
    $(this).attr( 'target', '_blank' );
  });
  $('a[href*=".doc"]').click(function(){
    $(this).attr( 'target', '_blank' );
  });
  $('a[href*=".pdf"]').click(function(){
    $(this).attr( 'target', '_blank' );
  });
  $('#media_about_us #content-body a[href^="/i/media"]').click(function(){
    $(this).attr( 'target', '_blank' );
  });
});
