function stampaURL() {

var htmlString = 'Indirizzo web: ' + document.location

document.write(htmlString)

}


