// JavaScript Document
 { 
 document.write("<span class='printtitle'>" + document.title + "</span><br />");
 document.write(location.href + "<br />");
 }
