// Copyright Sample Script File

function copyright() {


  document.write('|<a href="unionmembercontacts.html">Member Contacts</a>| ')
  document.write('|<a href="OPSEUagenda.html">LEC Agenda</a>| ')
  document.write('|<a href="OPSEUminutes.html">LEC Minutes</a>|  ')
  document.write('|<a href="UCCMmins.html">UCC Minutes</a>| <br>')
  document.write('|<a href="OPSEUAGMmins.html">AGM Minutes</a>| ')
  document.write('|<a href="LECMeetingSchedule.html">LEC Meeting Schedule</a>| ')
  
  
  document.write('|<a href="Articles/DraftBook.doc">Demand Settings</a>| ')
  document.write('|<a href="OPSEUreleasetime.html">Release Time</a>|  ') 
  document.write('|<a href="Articles/newBargBook2002.doc">Bargaining</a>| <br>')
  document.write('|<a href="Other-Topics.html">Other Topics</a>|  ')
  document.write('|<a href="OPSEUlinks.html">Links</a>| ')
  document.write('|<a href="welcome.html">Home</a>|  ')

  
  document.write('<br><br>')
   document.write('<br><br>')
  document.write('<div align="center">')
  document.write('©Copyright 2002-2010  <a href="http://www.opseul653.com" target="blank">OPSEU - Ontario Public Service Employees Unions</a>.<br>')
  document.write('Site created and maintained by: <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
