var a = "Questions or Comments?&nbsp;&nbsp;&nbsp;Email Sharon at - <a href=";
var b = "sharon";
var c = "gagechek.com";
var d = "http://www.tattedlace.com/index.html target=_top";
var time = new Date();
var year = time.getYear();
if (year < 1900) { year = time.getYear() + 1900; }
else year = time.getYear();
document.write ("<div style = \"color: #0000FF; font-family: sans-serif, arial; ");
document.write ("font-size: 9pt; font-weight: 400; text-align: center; text-decoration:none\">");
document.write ("All Material (including images) on this site are ");
document.write ("Copyright© 1998-" + year + " by ");
document.write ("&#83;&#104;&#97;&#114;&#111;&#110;&#32;&#66;");
document.write ("&#114;&#105;&#103;&#103;&#115;&#46;<br>");
document.write (a + "mail" + "to:" + b + "@" + c + ">" + b + "@" + c + "<" + "/" + "a><br>");
document.write ("<a href=" + d + ">WEBSITE: HOME</a><br>");
document.write ("<br><br><br></div>");
