var newsflash=new Array()

newsflash[0]='<marquee><font color="#FF9900"><font color="#FFFFFF">second annual African Arts Festival!!</font> Saturday 8/28/2010</font></marquee>'
var whichnews=Math.floor(Math.random()*(newsflash.length))
document.write(newsflash[whichnews])