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