
<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!-- start

var linktext = "Email Us";
var email1 = "mike";
var email2 = "photoscape.ca";

document.write('All images on this website are the property of Photoscape and may not be electronically stored, or used without expressed written permission<br>');

document.write('All Contents &copy;Copyright 2003 ');

document.write('<a href="index.html" target="_top">Photoscape</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write("<a href=" + "mail" + "to:" + email1 + "@" + email2 + ">" +
linktext + "</a>");

//  End -->
