if (document.location == top.document.location)
  {
    document.write("<center>");
    document.write("<p><b>Attenzione!!</b> Questa è la sottopagina <i>'");
    document.write(document.title);
    document.write("'</i>");
    document.write("<p>Per visualizzare l'home page del sito <b><a href='http://www.studiobortot.com/index.html' target=NULL>clicca qui!</a></b>");
    document.write("<hr width='100%' color='#CCCCCC' size='1'>");
    document.write("</center>");
    document.write("<p>");
  }
