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