$(document).ready(function() {
  $('#content_left').jScrollPane({showArrows: true});
  $('a[rel=external]').click(function() { window.open(this.href); return false; });
  $('#gallery a').lightBox();
});