/* random logo script */
var quotes=new Array()
quotes[0]='

'
quotes[1]='

'
quotes[2]='

'
quotes[3]='

'
quotes[4]='

'
quotes[5]='

'
/* Your additional logos here*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])