$(function() {
$('a[@href^="http://"]')
.addClass("externallink")
.attr({ target: "_blank" });
});
