$(function() {
	var Blanks = $('.Blank');
	Blanks.each(function (k, v) { $(this).attr('target', '_blank'); });
});
