// Copyright Sample Script File

function copyright() {


   
document.write('<div align="center">')
document.write('<font color=white>© Copyright 2005 - 2010, <a href="http://www.klfinancialplanner.com"><font color="white"><b>St. Cyr and Associates Financial</b></a> &nbsp; &nbsp; ')
document.write('<font color="white"><b>Kirkland Lake and Temiskaming Shores (New Liskeard), Ontario</b>  &nbsp; &nbsp; <br>')

document.write('<font color=white> Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="white">Internet WebDeZines</a>')
document.write('<br><br>')
document.write('</div>')
}



 
