//JavaScript file for virtual footer
//Update this document only to change footer on entire site

function printVirtualFooter()
{

document.write('<center><br><hr width=95%>');

document.write('<A HREF="index.html"><FONT SIZE="+1"><B><IMG SRC="graphics/silhouettessm.gif" WIDTH=97 HEIGHT=71 BORDER=0 ALIGN=middle></A><A HREF="cast.html"><IMG SRC="graphics/cast.gif" WIDTH=63 HEIGHT=35 BORDER=0 ALIGN=middle></A><IMG SRC="graphics/separator3.gif" WIDTH=14 HEIGHT=32 ALIGN=middle><A HREF="crew.html"><IMG SRC="graphics/crew.gif" WIDTH=65 HEIGHT=36 BORDER=0 ALIGN=middle></A><IMG SRC="graphics/separator3.gif" WIDTH=14 HEIGHT=32 ALIGN=middle><A HREF="pictures.html"><IMG SRC="graphics/pictures.gif" WIDTH=101 HEIGHT=36 BORDER=0 ALIGN=middle></A><IMG SRC="graphics/separator3.gif" WIDTH=14 HEIGHT=32 ALIGN=middle><A HREF="lyrics.html"><IMG SRC="graphics/lyrics.gif" WIDTH=84 HEIGHT=49 BORDER=0 ALIGN=middle></A><IMG SRC="graphics/separator3.gif" WIDTH=14 HEIGHT=32 ALIGN=middle><A HREF="trivia.html"><IMG SRC="graphics/trivia.gif" WIDTH=80 HEIGHT=39 BORDER=0 ALIGN=middle></A><IMG SRC="graphics/separator3.gif" WIDTH=14 HEIGHT=32 ALIGN=middle><A HREF="about.html"><IMG SRC="graphics/abouttbtc2.gif" WIDTH=80 HEIGHT=41 BORDER=0 ALIGN=middle></A><BR></B></B></FONT><FONT SIZE="+0"><!-- <A HREF="about.html"><I>About <B>Tedious Brief Theatre Company</B></I></A> | <A HREF="http://guestbook.mycomputer.com/guest.html?u=binsk&b=2">Sign Guestbook</A> | --> <A HREF="concept.html"><I>Concept/Synopsis</I></A> | <A HREF="sitemap.html"><B>Site Map</B></A></FONT>');

document.write('<hr width=95%>');

document.write('<FONT COLOR="#993300"><I>Website created and maintained by </I></FONT><A HREF="http://homepage.mac.com/binsk"><FONT COLOR="#CC3300"><I>Robin Stewart</I></FONT></A><BR><FONT SIZE="-1" COLOR="#993300"><I>Hosted by </I></FONT><A HREF="http://www.organicfamily.com"><FONT SIZE="-1" COLOR="#CC3300"><I>Organic Family</I></FONT></A><FONT SIZE="-1" COLOR="#993300"><I>.</I></FONT><BR><FONT SIZE="-1" COLOR="#996633">Email any questions, comments, or concerns to </FONT><A HREF="mailto:tediousbrief@mail.com"><FONT SIZE="-1" COLOR="#996633">tediousbrief@mail.com</FONT></A><FONT SIZE="-1" COLOR="#996633">.</FONT></P>');

document.write('<font size="1" color="660066">Last modified: ' + document.lastModified + '</font></CENTER>');

}