// JavaScript Document
document.writeln('<hr />')
document.writeln('<a href="' + self.location + '">Title: ' + title +  '</a><br />')
document.writeln('Publication Date:' + dDate + ' ' + mDate + ' ' + yDate)
document.writeln('<br /><a href="../legal.htm">Copyright &copy; </a>' + yDate + ' ' + author + ' All rights reserved. View <a href="../legal.htm">Disclaimer</a> for details. <br />')

