function printUrl() {
   document.writeln("Titel: " + document.title);
   document.writeln("Url: " + location.href);
}


function printsb(Mysb)  {

       document.writeIn("<a href=" + Mysb +  location.href + "</a>");

}