'; var blankFrameBottom = ''; var blankFrame = blankFrameTop + blankFrameBottom; var doneLoop = false; var wordIntro = new makeSlideShow (words, 1500, '







', 'http://www.geocities.com/Colosseum/Field/2706/bucks.html'); function makeSlideShow (obj, wait, pre, url) { this.curText = ''; this.posit = 1; this.word = obj; this.length = obj.length; this.pre = pre; this.wait = wait; this.url = url; this.display = displaySlideShow; } function displaySlideShow() { if (this.posit <= this.length) { this.curText = this.word[this.posit] outStringWord = blankFrameTop + this.pre + this.curText + blankFrameBottom; parent.draw.location = 'javascript:parent.outStringWord'; this.posit++; } else top.location = this.url; } document.write (''); document.write (''); document.write (''); function displayLoop() { if (wordIntro.posit <= wordIntro.length) reDraw = setTimeout('displayLoop()', wordIntro.wait); wordIntro.display(); } // --> BUCKEYES™ HOMEPAGE!