user = "webmaster";
site = "adjshow";
tld = ".com";
var m = "Web Site was last updated " + document.lastModified;
var p = m.length-8;
document.writeln("
");
document.writeln("");
document.write('Web Design by ');
document.write('');
document.write(user + '@' + site + '');
document.write(' A.K.A. Flipper');
document.writeln("
");
document.write('Web address: ');
document.write('');
document.write(site + tld + ' © 2002-2005');
document.writeln("
");
document.write(m.substring(p, 0));
document.writeln("
");
document.write('Back to "Top Of Page"');
document.writeln("");