function OpenPaymeWindow(userid, subject, nounID) {
	//var formName = "PaymeForm_" + nounID;
	//var strURL = "https://www.moneyzap.com/application/HSPaymeSignon.asp";
	//strURL += "?mzuserid=" + userid;
	//strURL += "&subject=" + subject;
	//strURL += "&affiliateid=3";
	//strURL += "&hdnIsHS=true";
	//strURL += "&amount=" + escape(document.forms[formName].amount.value);
	//window.open(strURL, 'WesternUnionPayme', 'width=640,height=480');
	//return true;
	document.write('<BR>Western Union MoneyZap has chosen to end their agreement with Homestead due to changes in their business direction.  MoneyZap will no longer be offering the PayMe Element on Homestead Professional.  If you are the owner of this page, please remove this Element.<BR>');
}