
var quotes=new Array()



quotes[0]='<img src="images/home_bbj.gif" width="148" height="84">'

quotes[1]='<img src="images/home_ocg.gif" width="148" height="84">'

quotes[3]='<img src="images/home_cps_bbj.gif" width="148" height="84">'

quotes[4]='<img src="images/home_iida.gif" width="148" height="84">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
