jQuery(document).ready(function(){
	jQuery('a[@href^="http://"]').not('a[@href*="'+location.host+'"]', 'a[@href*="forum.hemminga.net"]').attr({target: "_blank"});
	jQuery('a[@href^="https://"]').not('a[@href*="'+location.host+'"]').attr({target: "_blank"})
	jQuery('a[@href^="ftp://"]', 'a[@href^="ftps://"]').attr({target: "_blank"})
})
