/* This is the script that animates little circles next to links in the left navigation bar */

if (document.images) {
	circleOn = new Image
	circleOff = new Image

	circleOn.src = "graphics/bluecircle.gif"
	circleOff.src = "graphics/clearcircle.gif"
	}

else {
	circleOn = ""
	circleOff = ""

	document.home = ""
	document.who = ""
	document.what = ""
	document.contact = ""
	document.facts = ""
	document.words = ""
	document.thoughts = ""
	document.stories = ""
	document.poetry = ""
	document.essays = ""
	document.texts = ""
	}
