jQuery(document).ready(function(){
	jQuery('a[@href^="http://"]').not('a[@href^="http://'+location.host+'"]').attr({target: "_blank"})
})