<!-- Start


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

var email = 'bill'

var emailHost = 'tapestrylink.com'

document.write('<a href="' + 'mail' + 'to:' + email + '@' + emailHost +'"  class="foot">Contact Us</a> | ');


document.write(' <a href="about.htm" class="foot">About</a> | ');

document.write(' <a href="index.html" class="foot">Home</a>');

document.write('<br>');

document.write('&copy;Copyright 2010 ');

document.write('<a href="index.html" target="_top" class="foot">TapestryLink.com</a>');

document.write('<br>');


//  End -->