// JavaScript Document
$(document).ready(
	function() {
		$('.redirect').attr('target', 'blank');
	}
);