// JavaScript for quotes
	if (!(window.thisQuote === undefined) )  /* works even if thisQuote not declared */
				document.write(thisQuote );
