	var quote = new Array(10);
quote[0] = "April 14th, 2004 - New video compression cuts down video images by half using the Divx format which now allows for DRM Keying.";

now=new Date()
num=(now.getSeconds())%1
document.write(quote[num])
