$(document).ready(function(){
	$("a:not([@href*=http://www.molnies.com])").not("[href^=#]")
		.addClass("external")
		.attr({ target: "_blank" });
});