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

function printVirtualFooter()
{

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

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

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

}
