$(document).ready(function(){
$('.tblank').each(function(){
$(this).attr('target', '_blank');
});
});
