/*$(function() {
    $('a').each(function () {
        if (!this.href.match(/(default.aspx|access.aspx|faq.aspx|news.aspx|productslist.aspx|register.aspx|registration2.aspx|school.aspx|isic.aspx)#?/)) {
			$(this).attr('target', '_blank');
		}
	});
});*/
