$(document).ready(function(){
  $("a[rel=external]").each(function(i){
    this.target="_blank";
  });
  $('#wrapper_left').css('min-height', $('#content_txt').height()+239);
});

