// Inizializzo la variabile identificativa dell'indirizzo della pagina corrente
var QUESTA_PAGINA = document.URL;

document.write("<td>");
document.write("<a href='home.html'>Chi sono</a>");
document.write("</td><td>");
document.write("<a href='amici.asp'>Photo Gallery</a>");
document.write("</td><td>");
document.write("<a href='contatti.html'>Contatti</a>");
document.write("</td><td>");
document.write("<a href='http://www.canyoningvalledaosta.com' target='_blank'>Canyoning</a>");
document.write("</td>");