$(document).ready(function(){
		$('a.popup').attr('target','_new');
	});
