// Copyright Sample Script File

function copyright() {
 
 document.write('|&nbsp; <a href="../NOSDC.html"><font color=white><b>Race Details</b></a> &nbsp;| ')   
 document.write('|&nbsp; <a href="../Markstay/Markstay-Warren.html"><font color=white><b>Markstay-Warren </b></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="../Register.html"><font color=white><b>Registration</b></a> &nbsp;| <br>') 
 document.write('|&nbsp; <a href="../Past-Race-Results.html"><font color=white><b>Past Results</b></a> &nbsp;| ') 
 
 document.write('|&nbsp; <a href="http://www.ultraguest.com/?id=1099597389" target="blank"><font color=white><b>Guestbook</b></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="../index.html"><font color=white><b>Home</b></a> &nbsp;| ') 

    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2002-2009, <a href="http://www.nosdc.com/"><b>Northern Ontario Sled Dog Club - NOSDC</b></a> &nbsp; &nbsp; ')
document.write('Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')
document.write('<br><br>')
document.write('</div>')
}



 
