time = new Date();
year = time.getYear();
if ( year < 2000 ) { year = year + 1900; }

document.write("<p align=\"center\">Thomas Neuburger <BR>Twelfth Night Books\n"); 
document.write("<BR>1221  SW 10th Ave, No. 310<BR>Portland, OR 97205\n"); 
document.write("<BR>Phone: +1 503-525-4941\n"); 
document.write("<BR>FAX: +1 503-525-4943\n"); 
document.write("<BR>Email: <A href=\"mailto:inquiries\@twelfthnight.com\">inquiries\@twelfthnight.com</A></P>\n"); 
document.write("<p align=\"center\"><FONT size=\"1\"><BR>Copyright &copy; " + year + " Thomas Neuburger</P>\n");
document.write("<p align=\"center\">&nbsp;\n");
document.write("<br>Site created and maintained by<br><a href=\"mailto:dragonrider@dragonriderfreehold.com\">");
document.write("dragonrider</a></p></FONT>\n");


