// JavaScript Document

$(document).ready(function(){
	$("a.blank").each(function(i){$(this).attr("target","_blank");});
});