var newsflash=new Array()

newsflash[0]='<marquee><font color="#FF9900"><font color="#FFFFFF">"Art is much less important than life, but what a poor life without it."</font> - Robert Motherwell</font></marquee>'
var whichnews=Math.floor(Math.random()*(newsflash.length))
document.write(newsflash[whichnews])
