// Copyright Script File

function copyright() {
  document.write('<div align="Top">')
  document.write('<font face="Verdana">')
  document.write('<font size="2">')
  document.write('<font color="#666666">')
  document.write('Copyright 2010 Mission Success Group :: All rights reserved<br>')
  document.write('<font size="1">')
  document.write('All other trademarks, copyrights & logos are property of their respective owners<br>')
  document.write('</div>')
}

