// Page Standards.js
// Created by Daniel Lucas, 07/17/2005

function createWebLink()
{
var webLinkTxt;
webLinkTxt = "";

webLinkTxt += "<p align=\"right\"><font face=\"Verdana\" size=\"1\">Site Design By&nbsp;<a href=\"http://www.bornrecordingstudio.com\">Born Media Productions</a></font>";

document.writeln(webLinkTxt);
}

function createLastUpdated()
{
var m = "Last Updated: " + document.lastModified;
var p = m.length-8;

document.write(m.substring(p,0));

}

function alertMsg()
{
alert("This feature is not yet available.  Please check back soon!");
}
