// JavaScript Document
<!-- Hide from old browsers
// Copyright &#194;&#169; 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com
// must have 10 items: 0-9

var a = Math.random() + ""
var rand1 = a.charAt(5)
//alert(rand1)
quotes = new Array

var quote = quotes[rand1];

// -- End Hiding Here -->
