var d = new Date(document.lastModified);
var pageURI = self.location;
var pageTitle = document.title;
document.writeln ('<p>')
document.write ("Last Updated: " + d.toUTCString());
document.writeln ('<br />');
document.writeln('Page Title:&nbsp;&nbsp;<i>' + pageTitle + '</i><br />Page Location:');
document.writeln (pageURI);
document.writeln ('</p>');
document.writeln ('<p><a href="index1.htm">Site Map</a>&nbsp;&nbsp;&nbsp;<a href="&#x6d;&#97;&#105;&#x6c;&#116;&#111;&#x3a;&#x69;&#110;&#102;&#111;&#x40;&#x74;&#117;&#x72;&#107;&#105;&#115;&#x68;&#108;&#x61;&#110;&#x67;&#117;&#97;&#103;&#101;&#46;&#99;&#x6f;&#x2e;&#117;&#107;?subject=Question to Manisa Turkish">Contact Author</a>&nbsp;&nbsp;&nbsp;<em>Double-Click anywhere for Top of Page</em></p>');
document.writeln ('<br />');
document.writeln ('<p><img  style="border:none;margin-right:10px;" src="pics/rssicon.png" width="16" height="16" alt="rss icon" /><a href="ror.xml">Subscribe to our RSS Site Map Feed</a></p>');