//================//// Random Quote v1.0//----------------// Random Quote Generator.//----------------// Requires: //================//var ranRand01 = Math.random();var ranNum01 = ranRand01 * (19);var roundNum01 = Math.round(ranNum01);function MakeArray(n) {this.length = nreturn this	}quote01 = new MakeArray(20)quote01[0] = "../images/quotes/quote01.gif"quote01[1] = "../images/quotes/quote02.gif"quote01[2] = "../images/quotes/quote03.gif"quote01[3] = "../images/quotes/quote04.gif"quote01[4] = "../images/quotes/quote05.gif"quote01[5] = "../images/quotes/quote06.gif"quote01[6] = "../images/quotes/quote07.gif"quote01[7] = "../images/quotes/quote08.gif"quote01[8] = "../images/quotes/quote09.gif"quote01[9] = "../images/quotes/quote10.gif"quote01[10] = "../images/quotes/quote11.gif"quote01[11] = "../images/quotes/quote12.gif"quote01[12] = "../images/quotes/quote13.gif"quote01[13] = "../images/quotes/quote14.gif"quote01[14] = "../images/quotes/quote15.gif"quote01[15] = "../images/quotes/quote16.gif"quote01[16] = "../images/quotes/quote17.gif"quote01[17] = "../images/quotes/quote18.gif"quote01[18] = "../images/quotes/quote19.gif"quote01[19] = "../images/quotes/quote20.gif"storNumber = roundNum01function showquote01(){	document.write('<img  src="' + quote01[roundNum01] + '" width="547" height="81" border="0"></a>')	}