<!--
function index_banner() {} ; b = new banner() ; n = 0
/* Main Database for Banners */
b[n++]= "<img src='banners/index/advice_saxophone.gif' border='0' alt='How can they advise, \nif they cannot play the \nSaxophone?'>"
b[n++]= "<a href='getzen/index.html'><img src='banners/index/getzen.jpg' border='0' alt='Getzen'><\/a>"
b[n++]= "<img src='banners/index/advice_clarinet.gif' border='0' alt='How can they advise, \nif they cannot play the \nClarinet?'>"
b[n++]= "<img src='banners/index/bunker.gif' border='0' alt='Bunker'>"
b[n++]= "<img src='banners/index/advice_flute.gif' border='0' alt='How can they advise, \nif they cannot play the \nFlute?'>"
b[n++]= "<img src='banners/index/buynow.jpg' border='0' alt='Buy now'>"
b[n++]= "<img src='banners/index/advice_horn.gif' border='0' alt='How can they advise, \nif they cannot play the \nFrench Horn?'>"
b[n++]= "<img src='banners/index/credit.gif' border='0' alt='Your money goes \nfurther at \nEltham Woodwind.'>"
b[n++]= "<img src='banners/index/advice_oboe.gif' border='0' alt='How can they advise, \nif they cannot play the \nOboe?'>"
b[n++]= "<img src='banners/index/never.gif' border='0' alt='Will they treat your \ninstrument well?'>"
b[n++]= "<img src='banners/index/advice_piccolo.gif' border='0' alt='How can they advise, \nif they cannot play the \nPiccolo?'>"
b[n++]= "<img src='banners/index/advice_trumpet.gif' border='0' alt='How can they advise, \nif they cannot play the \nTrumpet?'>"
b[n++]= "<img src='banners/index/parking.gif' border='0' alt='Parking is never an issue \nat Eltham Woodwind and Brass'>"
b[n++]= "<img src='banners/index/pressured.gif' border='0' alt='We never pressure you with \nSale ends Friday tactics, \nour prices are low all the time'>"
b[n++]= "<img src='banners/index/low_price.gif' border='0' alt='We do not have Sales, \nour prices are low all the time'>"
b[n++]= "<img src='banners/index/unhappy.gif' border='0' alt='Could your sound be improved \nwith a quality Yanagisawa \nMouthpiece or Neck?'>"
b[n++]= "<img src='banners/index/reed1.gif' border='0' alt='Quality M.A.R.C.A. reeds \nfor your Clarinet'>"
b[n++]= "<img src='banners/index/reed2.gif' border='0' alt='Quality M.A.R.C.A. reeds \nfor your Saxophone'>"
b[n++]= "<img src='banners/index/reed3.gif' border='0' alt='Quality M.A.R.C.A. reeds \nfor your Oboe'>"
b[n++]= "<img src='banners/index/reed4.gif' border='0' alt='Quality M.A.R.C.A. reeds \nfor your Bassoon'>"
b[n++]= "<img src='banners/index/rent_getzen_trombone.gif' border='0' alt='Rent a Getzen Trombone'>"
b[n++]= "<img src='banners/index/rent_getzen_trumpet.gif' border='0' alt='Rent a Getzen Trumpet'>"
b[n++]= "<img src='banners/index/getzen_brass.gif' border='0' alt='Getzen Brass'>"

/* ...just keep adding to database */
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )
//-->