$(document).ready(function(){
	$("a:not([href*='blog.kechol.net'])").attr("target","_blank");
});
