$(document).ready(function() {
	$("body").removeClass("noscript");
});

function navigatePopup(a) {
	window.open(a.href, a.href);
	return false;
}