
function comingSoon()
{
	alert("This feature is currently under construction.\n" +
	      "Please try again later.");
}

function goToPage(pageURL)
{
	var url = "/bf/ca/nsbia/mem/" + pageURL + (pageURL.indexOf("?")==-1?"?":"&") + "pid=1020";
	
	window.location.href = url;
}

