// By John Elliott; created 16-23 December 2002; last revised 26 December 2002.
// This script is for the quote that appears at the top right of each page on which the link to this script appears.
// It is part of the basic page template. 

document.open();

document.write("<DIV STYLE=\"position:absolute; top:20px; left:378px; width:350px; height:100px; border:0px solid #E1CA94; text-align:right;\">");
document.write("<SPAN CLASS=DAILYQUOTE>&quot;I've never in all my life erased a word&#8212;<BR>");
document.write("I tear up the page and start over.&quot;</SPAN><BR>");
document.write("<!-- Source & Date -->");
document.write("<SPAN CLASS=DAILYSOURCE>from: Gesture (1926)</SPAN><BR>");
document.write("<!-- Description -->");
document.write("<SPAN CLASS=DAILYDESC>unproduced<BR>");
document.write("play</SPAN>");
document.write("</DIV>");
		
document.close();