// Copyright Sample Script File

function copyright() {



  document.write('|&nbsp;<a href="index.html"><font color=white>Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Rooms-Rates-Quality-Inn.html"><font color=white>Rooms & Rates</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Amenities-Quality-Inn.html"><font color=white>Amenities</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Meeting-Room-Quality-Inn.html"><font color=white>Meeting Room</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Area-Info-Quality-Inn.html"><font color=white>Area Information</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Map-Directions-Quality-Inn.html"><font color=white>Map & Directions</a>&nbsp;| ')  
  document.write('|&nbsp;<a href="FAQs-Quality-Inn.html"><font color=white>FAQs</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Links-Quality-Inn.html"><font color=white>Links</a>&nbsp;| ')
  
  document.write('|&nbsp;<a href="http://www.choicehotels.com/ires/en-US/html/ChoicePrivileges?sid=pCW7i.uGWCigvn8.1" target="blank"><font color=white>Choice Privileges Reward Program</a>&nbsp;| ')

  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2006-2011 <a href="http://www.qualityinnnewliskeard.com/" target="blank"><font color="#FFF799"> -  Quality Inn, located in New Liskeard Ontario</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>')
}


 
 

