// Copyright Sample Script File

function copyright() {



  document.write('|&nbsp;<a href="TriTownLacrosse.html"><font color="black" size="3"><b>ENTER HERE</b></font></a>&nbsp;|  ')

  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2009-2010 <a href="http://www.tritownlacrosse.com"><font color=white>Rock Devils and the Tri Town Lacrosse Association.</font></a> <br><br>')
  document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
