/* FUNCTION PSEUDO CLASS ----------- */
function personalInfo( ai, pspm, pv )
	{
	this.annualIncome = ai;
	this.potentialSavingsPerMonth = pspm;
	this.propertyValue = pv;
	}
/* ----------- */
