// Last Modified JavaScript by Raphael
// http://www.nr1webresource.com/tutorials/lmodified.htm
// Additions before and after by Daniel Smith on 3/20/02 and earlier

// Year in 4-digit format
var modified = new Date(document.lastModified);
var m_year = modified.getYear();
if (m_year<1000) m_year = m_year + 1900;

var pre = "srrayburn";
var pst = "hotmail.com";
var all = pre + "@" + pst;

document.writeln("Copyright &copy; " + m_year + " " + "<a href=\"http://www.sbatrips.com/contact_information.html\">SBAtrips.com</a> All Rights Reserved.");

