// Copyright Sample Script File

function copyright() {




 document.write('|&nbsp; <a href="The-Gallery.html"><font color=white><b>The Gallery</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="About-ArtistMom.html"><font color=white><b>About ArtistMom</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Contact-ArtistMom.html"><font color=white><b>Contact ArtistMom</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Artist-Exhibitions.html"><font color=white><b>Exhibitions</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Learn-to-Paint.html"><font color=white><b>Want to Learn to Paint</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="ArtistMom-Links.html"><font color=white><b>Links</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="http://artistmom2.blogspot.com/" target="blank"><font color=white><b>ArtistMom Blog</b></font></a> &nbsp;| ')
    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 1999-2010 <font color=white><a href="http://www.artistmom.net"><b>Artistmom.net</font></b></a></a> &nbsp; &nbsp;')
document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')
document.write('</div>')
}



 
