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

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

