$(document).ready(function() {
  $('form').validateForm();
  $('div.text').jScrollPane({showArrows: true});
  $('a[rel=external]').click(function() { window.open(this.href); return false; });
});