// Copyright Sample Script File

function copyright() {



 
 document.write('|&nbsp; <a href="About-Us.html"><font color="#00524C"><b>About Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Links.html"><font color="#00524C"><b>Links</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="http://www.thescrapattickl.com/Products.php"><font color="#00524C"><b>Our Products</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Photos.html"><font color="#00524C"><b>Photo Gallery</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Contact-Us.html"><font color="#00524C"><b>Contact Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Featured-Product.html"><font color="#00524C"><b>Featured Product</b></font></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Calendar-Events.html"><font color="#00524C"><b>Calendar/Events</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Newsletters.html"><font color="#00524C"><b>Newsletter</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="index.html"><font color="#00524C"><b>Home</b></font></a> &nbsp;| ')

    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2005-2010 <a href="http://www.thescrapattickl.com/"><font color="#00524C"><b>The Scrap Attic - Kirkland Lake, Ontario</font></b></a> &nbsp; &nbsp; ')
document.write('Site created  by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="#00524C"><b>Internet WebDeZines</font></a>')
document.write('</div>')
}



 

