/* FUNCTION PSEUDO CLASS ----------- */
function investmentInfo( lp, is, ror, pr )
	{
	this.loanPrincipal = lp;
	this.isSecured = is;
	this.rateOfReturn = ror;
	this.primeRate = pr;
	}
/* ----------- */
