<!-- Begin

var name = "webmaster";  // Change this to mailbox
var domain = "michaellewismusic";  // Change this to domain
var at = "@";
var suffix = ".com";
var prefix = "ilto:";

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">&copy; Copyright 2005 ');

document.write('<a href="http://michaellewismusic.com/contact.html" target="_top">Michael Lewis Music</a> ');

document.write(' | <a href="ma' + prefix + name + at + domain + suffix + '">');
document.write('Contact: Web Designer</a>');


document.write('</span><br>');

//  End -->