function fillout(){
	with (document.loanRequest){
		BorrowerName.value = 'Michael Krupenin';
		CoBorrowerName.value = 'Alex Krupenin';
		BorrowerStreetAddress.value = '5339 Newcastle Ave. #110';
		CoBorrowerStreetAddress.value = '19247 Califa St.';
		BorrowerCity.value = 'Encino';
		CoBorrowerCity.value = 'Tarzana';
		BorrowerState.value = 'CA';
		BorrowerZip.value = '91316';
		CoBorrowerState.value = 'CA';
		CoBorrowerZip.value = '91356';
		BorrowerHomePhone.value = '818-345-1915';
		CoBorrowerHomePhone.value = '818-342-0923';
		BorrowerWorkPhone.value = '310-825-1386';
		CoBorrowerWorkPhone.value = '818-512-4438';
		BorrowerContactTime.value = '7 p.m.';
		CoBorrowerContactTime.value = '9 a.m.';
		BorrowerEmail.value = 'mk_pr@yahoo.com';
		CoBorrowerEmail.value = 'alexk@lifelogic.com';
		BorrowerSSN.value = '602-13-1091';
		CoBorrowerSSN.value = '123-45-6789';
		BorrowerEmployer.value = 'University of California';
		CoBorrowerEmployer.value = 'Advanced Computer Consulting';
		BorrowerEmployersPhone.value = '310-825-1386';
		CoBorrowerEmployersPhone.value = '818-512-4438';
		BorrowerLengthOfEmployment.value = '2 months';
		CoBorrowerLengthOfEmployment.value = '5 years';
		BorrowerGrossMonthlyIncome.value = '1700';
		CoBorrowerGrossMonthlyIncome.value = '5000';
		BorrowerDOB.value = '05-05-81';
		CoBorrowerDOB.value = '10-13-56';
		LoanAmount.value = '100000';
		PropertyAddress.value = '19247 Califa St.';
		PropertyCity.value = 'Tarzana';
		PropertyState.value = 'CA';
		PropertyZip.value = '91356';
		PropertyValue.value = '450000';
		PropertyYear.value = '1995';
		PropertyPrice.value = '350000';
		PropertyPurchaseAmount.value = '150000';
		FirstMortgageAmount.value = '350,000';
		FirstMortgageHeldBy.value = 'Creditor 1';
		FirstMortgagePayment.value = '1500';
		SecondMortgageAmount.value = '350,000';
		SecondMortgageHeldBy.value = 'Creditor 2';
		SecondMortgagePayment.value = '1500';
		OtherMortgageAmount.value = '350,000';
		OtherMortgageHeldBy.value = 'Creditor 3';
		OtherMortgagePayment.value = '1500';
		FirstCreditor.value = 'Creditor 1';
		FirstCreditorOwed.value = '175000';
		FirstCreditorPayment.value = '1500';
		SecondCreditor.value = 'Creditor 2';
		SecondCreditorOwed.value = '50000';
		SecondCreditorPayment.value = '1000';
		ThirdCreditor.value = 'Creditor 3';
		ThirdCreditorOwed.value = '175000';
		ThirdCreditorPayment.value = '1500';
		FourthCreditor.value = 'Creditor 4';
		FourthCreditorOwed.value = '50000';
		FourthCreditorPayment.value = '1000';
		OtherDebts.value = 'asdgy890qp34ojh5a;,mdnfzkl;xjcvh yauds90gfkajsdtn huivlkjmasdfn  yuja;sdkfjnandfgk;  zpc8g7ertkl;sdmfg jkl;adlkguv980lkdjg jkadpgoiu';
		CameFrom.value = 'Search Engine';
	}
}