<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
document.write('<span class ="copyright">');
document.write('Music Masters Entertainment<br />'); 
document.write('.:| Phone (805) 494-6800  .:|:. '); 

var username = "info";
var hostname = "musicmasters-ent.com";
var linktext = "Click Here To Email Music Masters";
document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + ">" + linktext + "</a>")

document.write(' |:.'); 
document.write('</span><br>');

//  End -->