// Copyright Sample Script File

function copyright() {



  document.write('|&nbsp;<a href="index.html"><font color="#DCF66A">Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="About-Us.html"><font color="#DCF66A">About Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Contact-Us.html"><font color="#DCF66A">Contact Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Studio-Artists.html"><font color="#DCF66A">This Year\'\s Studio Artists</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Links.html"><font color="#DCF66A">Links</a>&nbsp;| ')
 
 
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2007-2010 <a href="http://www.temiskamingstudiotour.com/" target="blank"><font color="#FFF799"> -  Temiskaming Studio Tour </a> &nbsp; &nbsp; // &nbsp; &nbsp;')
  document.write('Site created  by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
