<!--
function banner() {} ; b = new banner() ; n = 0
/* Main Database for Banners */
b[n++]= "<a href='../../../thesound/index.html'><img src='../../banners/thesound.gif' border='0' alt='Value, with the quality'><\/a>"
b[n++]= "<a href='../../../yanagisawa/index.html'><img src='../../banners/yanagisawa.gif' border='0' alt='Worlds finest name in saxophones and mouthpieces.'><\/a>"
b[n++]= "<a href='../../../marca/index.html'><img src='../../banners/marca.gif' border='0' alt='The finest cane from France.'><\/a>"
b[n++]= "<a href='../../../rental.html'><img src='../../banners/rental.gif' border='0' alt='Not sure, then rent it first.'><\/a>"
b[n++]= "<a href='../../../rental.html'><img src='../../banners/rentbuy.gif' border='0' alt='Your rental can contribute towards the purchase.'><\/a>"
b[n++]= "<a href='../../../rental.html'><img src='../../banners/xrentbuy.jpg' border='0' alt='Rent Buy Plan, but for the more expensive instruments.'><\/a>"
b[n++]= "<a href='../../../thesound/clarinet/ecole-professional-clarinet.html'><img src='../../banners/ecole.gif' border='0' alt='Brand NEW Ecole Clarinets.'><\/a>"
b[n++]= "<a href='../../../getzen/index.html'><img src='../../banners/getzen1.jpg' border='0' alt='Celebrating 80 years of excellence'><\/a>"
b[n++]= "<a href='../../../getzen/trombone.html'><img src='../../banners/getzen2.jpg' border='0' alt='The Slide of your life'><\/a>"
b[n++]= "<a href='../../../getzen/otherbrass.html'><img src='../../banners/getzen3.jpg' border='0' alt='Brass Makers to the world'><\/a>"
/* ...just keep adding to database */
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )
//-->