// Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.
// You must leave this copyright header in tact for use.
// Please read the License file that accompanies the full package of this script.
// For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<img border="0" src="photos/COVER.jpg" width="258" height="343" alt="" /><br />Greenville Magazine, January 2002.'
banner[1]='<a href="graphics/greenvillejournal_20060303.gif"><img src="graphics/greenvillejournal_20060303-t.gif" width="190" height="126" border="0" alt="PHOTO: Greenville Journal, Friday, March 3, 2006" /></a><br />Greenville Journal, Friday, March 3, 2006'
banner[2]='<a href="graphics/gvillenews26072002.jpg"><img src="graphics/greenvillenews-t.gif" width="190" height="126" border="0" alt="PHOTO: Greenville News, Tuesday, July 23, 2002" /></a><br />Greenville News, Tuesday, July 23, 2002'
banner[3]='<a href="graphics/andersonindependent_20000130.gif"><img src="graphics/andersonindependent_20000130-t.gif" width="190" height="126" border="0" alt="PHOTO: Anderson Independent, January 30, 2000" /></a><br />Anderson Independent, January 30, 2000'
banner[4]='<a href="graphics/escape_20000128.gif"><img src="graphics/escape_20000128-t.gif" width="190" height="126" border="0" alt="PHOTO: Escape, January 28, 2000" /></a><br />Escape, January 28, 2000'
banner[5]='<a href="graphics/greenvillenews_.gif"><img src="graphics/greenvillenews_-t.gif" width="190" height="126" border="0" alt="PHOTO: Greenville News" /></a><br />Greenville News'
banner[6]='<a href="graphics/escape_19990108.gif"><img src="graphics/escape_19990108-t.gif" width="190" height="126" border="0" alt="PHOTO: Escape, January 8, 1999" /></a><br />Escape, January 8, 1999'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
