// JavaScript Document
var maxAdNo = 7
var adNo
var myAd = new Array()

myAd[0] = 'A penny saved is a penny earned. - Ben Franklin'
myAd[1] = 'An investment in knowledge pays the best interest. - Ben Franklin'
myAd[2] = 'Beware of little expenses.  A small leak will sink a great ship. - Ben Franklin'
myAd[3] = 'He that won’t be counseled can’t be helped. - Ben Franklin'
myAd[4] = 'By failing to prepare, you are preparing to fail. - Ben Franklin'
myAd[5] = 'Gain may be temporary and uncertain, but ever while you live, expense is constant and certain. - Ben Franklin'
myAd[6] = 'Creditors have better memories than debtors. - Ben Franklin'
myAd[7] = 'Nonprofit service you can trust.'
myAd[8] = 'You’re not alone. We’re here to help.'
myAd[9] = 'The use of money is all the advantage there is in having it. - Ben Franklin'
myAd[10] = 'If you would know the value of money, go and try to borrow some. - Ben Franklin'
myAd[11] = 'Being ignorant is not so much a shame, as being unwilling to learn. - Ben Franklin'
myAd[12] = 'If you know how to spend less than you get, you have the philosopher’s stone. - Ben Franklin'
myAd[13] = 'Remember that credit is money. - Ben Franklin'
myAd[14] = 'It is easier to prevent bad habits than to break them. - Ben Franklin'
myAd[15] = 'Wealth is not his that has it, but his that enjoys it. - Ben Franklin'
myAd[16] = 'Tell me and I forget.  Teach me and I remember.  Involve me and I learn. - Ben Franklin'

