<!-- Beginning of JavaScript -
 function writelink(urlname) {
     document.write('<font size="1"><<a href="');
     document.write(urlname);
     document.write('" target="_self">');
     document.write(urlname);
     document.write('</a>></font>');
 }
// - End of JavaScript - -->

