jQuery(function() {
	jQuery('a[class="tblank"]').click( function() {
		window.open( jQuery(this).attr('href') );
		return false;
	});
});

