function offSiteLink(newURL)
{
	alert("You are leaving the Structured Investment Management Website and entering the mutual fund website.");
	window.location.href = newURL;
}