// Instructions to add a new quote.
// Michael Johnson, Echo Reality 2004
//
// This process is very straightforward!
//
// Step 1. Find the line below that reads: var quote= new Array(x) ..where x is a number.
// This x value is the total number of quotes. Increment this number by 1 when adding a new quote.
//
// Step 2. Take any of the existing lines containing a quote below (they begin with quote[x]="...)
// and recreate it at the bottom of the list of quotes (using copy & paste).
//
// (Note: The quote number n (ie quote[n]) must stay in sequence from zero onwards.
// So if there are 5 quotes, the quote numbers must be in sequence of 0 to 4)
//
// Step 3. The quote information must be in the following format:
// quote[n]="'[quote text]'
[name]
[position], [company]";
// (to make things easier, just copy and paste an exisiting quote and plug in the new information).
//
// :: END OF INSTRUCTIONS ::
var quote= new Array(6)
quote[0]="I like MONEY3 because every time I come in Rodney is here and he knows me. I don’t have to go through my life history every time. He knows what I want and I don’t have to hang around in a line.";
quote[1]="I came into Northcote for a loan and was out in about 30min, it was great, I don’t know where else I could have gone for a loan in that short a time.";
quote[2]="A friend of mine was selling his lounge suite real cheap as he was going overseas and I wanted to buy it. I applied for a credit card but the bank said they couldn’t even give me an answer for 10 days. MONEY3 helped me out real quick and even paid the money into my friends account.";
quote[3]="It was a good atmosphere, very friendly and you didn't have to wait at the counter for ages...";
quote[4]="You just walk in there you know, it's just boom bang - file done. There you go, there's your money!";
quote[5]="It's like walking into a bank, except they're friendlier. It's actually better because you get service...";