// JavaScript Document
$(document).ready(function(){
	$('.popup a.CMSListMenuLink').attr('target', '_blank');
});

