function admin()
{
var c0,c1,c2,c3,c4,c5;
c0 = '<a href=\"mai';
c1 = 'lto:';
c2 = 'administration';
c3 = '@';
c4 = 'boyertown-trolley';
c5 = '.com"\>Administrator</a>';
document.write(c0+c1+c2+c3+c4+c5);
}

function dsmail()
{
var c0,c1,c2,c3,c4,c5;
c0 = '<a href=\"mai';
c1 = 'lto:';
c2 = 'mdsimmons';
c3 = '@';
c4 = 'centurytel';
c5 = '.net\">Doug Simmons</a>';
document.write(c0+c1+c2+c3+c4+c5);
}

function bbtadmin()
{
var c0,c1,c2,c3,c4,c5;
c0 = '<a href=\"mai';
c1 = 'lto:';
c2 = 'admin';
c3 = '@';
c4 = 'beachboytrolley';
c5 = '.com\">Administrator</a>';
document.write(c0+c1+c2+c3+c4+c5);
}

function bbtinfo()
{
var c0,c1,c2,c3,c4,c5;
c0 = '<a href=\"mai';
c1 = 'lto:';
c2 = 'tom';
c3 = '@';
c4 = 'beachboytrolley';
c5 = '.com\">Administrator</a>';
document.write(c0+c1+c2+c3+c4+c5);
}

function bbtsales()
{
var c0,c1,c2,c3,c4,c5;
c0 = '<a href=\"mai';
c1 = 'lto:';
c2 = 'tom';
c3 = '@';
c4 = 'beachboytrolley';
c5 = '.com\">Tom McKean</a>';
document.write(c0+c1+c2+c3+c4+c5);
}

function lastdate2()
{
update = new Date(document.lastModified)
theMonth = update.getMonth() + 1
theDate = update.getDate()
theYear = update.getFullYear()
document.write("<hr width=175 align=center size=2>");
document.writeln("<i>This page last updated on:<br>" + theMonth + "/" + theDate + "/" + theYear + "</i>");
document.write("<hr width=175 align=center size=2>");
}

function lastdate()
{
var m = "This page last updated on " + document.lastModified;
var p = m.length-8;
document.write("<hr width=175 align=center size=2>");
document.writeln("<center>");
document.write(m.substring(p, 0));
document.write("<hr width=175 align=center size=2>");
document.writeln("</center>");
}