/**
 * @author strumc7
 */

$(document).ready(function() {
	$(".blogentry a").removeAttr("target").attr("target","_blank");
});