
var cpage = '<style>#currentpage{margin:20px 20px 20px 20px}</style><p id=currentpage><b>Current Page:</b> <a href="' + location.href + '">' + location.href + '</a></p>';
document.write( cpage );
