
$(document).ready(function(){jQuery.each($("a[rel*='external']"),function(){$(this).click(function(){window.open(this.href);return false;});$(this).keypress(function(){window.open(this.href);return false;});});});
