	var quote = new Array(10);
quote[0] = "March 17th, 2004 - New autopublishing system now in place on Firenet Systems in Altanta, Georgia.";

now=new Date()
num=(now.getSeconds())%1
document.write(quote[num])
