//alert(this.location.pathname);
var percorso= this.location.pathname;
var puntamento="";

/*alert(percorso.indexOf("/labirinto/contatti.html"));
alert(percorso.indexOf("/labirinto/faq/faq_teseo.html"));
alert(percorso.indexOf("/labirinto/faq/faq_previdenza_compl.html"));
alert(percorso.indexOf("/labirinto/faq/previdenza_compl/"));
alert(percorso.indexOf("/labirinto/faq/TESEO/"));*/

if (percorso.indexOf("/preventivi/contatti.html")>=0)
{
	puntamento="../";
}
else if (percorso.indexOf("/labirinto/faq/faq_teseo.html")>=0 || percorso.indexOf("/labirinto/faq/faq_previdenza_compl.html")>=0)
{
	puntamento="../../";
}
else if (percorso.indexOf("/labirinto/faq/previdenza_compl/")>=0 || percorso.indexOf("/labirinto/faq/TESEO/")>=0)
{
	puntamento="../../../";
}
else if (percorso.indexOf("/dicono_di_noi/")>=0)
{
	puntamento="../";
}
else if ((percorso.indexOf("/labirinto/")>=0) || (percorso.indexOf("/preventivi/")>=0)) 
{
	puntamento="../";
}

document.write("<br><br>");
document.write("<div align=center><font face=tahoma size=1 color=#999900>Messaggio promozionale riguardante forme pensionistiche complementari - <br>prima dell'adesione leggere la ");
document.write("<a href=" + puntamento + "labirinto/normative/NotaInformativa.pdf target='_blank'><font face=tahoma size=1 color=#999900>nota informativa</font></a> e il </font>");
document.write("<a href=" + puntamento + "labirinto/normative/Regolamento.pdf target='_blank'><font face=tahoma size=1 color=#999900>regolamento</font></a><br><br>");
document.write("<font face=tahoma, arial, helvetica, sans-serif size=1 color=#999900>TESEO è distribuito dalle agenzie Reale Mutua, Italiana Assicurazioni.</font><br><br>");
document.write("<img src=" + puntamento + "img/riga.gif width=250 height=1><br><br>");

document.write("<table border='0'>");
document.write(" <tr>");
document.write("   <td align=right valign=baseline>");
document.write("      <a href=" + puntamento + "teseo/cose_fpa.html target=_top><font face=tahoma size=1 color=#999900>TESEO, cos'è come funziona</font></a>")
document.write("   </td>");
document.write("   <td> | </td>");
document.write("   <td align=left valign=baseline>");
document.write("      <a href=" + puntamento + "aziende/aziende.html target=_top><font face=tahoma size=1 color=#999900>previdenza complementare collettiva </font></a>")
document.write("   </td>");
document.write("</tr>");

document.write(" <tr>");
document.write("   <td align=right valign=baseline>");
document.write("      <a href=" + puntamento + "persona/cosa_sono.html target=_top><font face=tahoma size=1 color=#999900>previdenza complementare individuale</font></a>")
document.write("   </td>");
document.write("   <td> | </td>");
document.write("   <td align=left valign=baseline>");
document.write("      <a href=" + puntamento + "labirinto/doc_contrattuali.html target=_top><font face=tahoma size=1 color=#999900>documenti contrattuali e normativa</font></a>")
document.write("   </td>");
document.write("</tr>");

document.write(" <tr>");
document.write("   <td  align=right valign=baseline>");
document.write("      <a href=" + puntamento + "preventivi/contatti.html target=_top><font face=tahoma size=1 color=#999900>strumenti</font></a>")
document.write("   </td>");
document.write("   <td> | </td>");
document.write("   <td  align=left valign=baseline>");
document.write("      <a href=" + puntamento + "dicono_di_noi/dicono.asp target=_top><font face=tahoma size=1 color=#999900>dicono di noi</font></a>")
document.write("   </td>");
document.write("</tr>");

document.write(" <tr>");
document.write("   <td  align=center valign=baseline  colspan=3>");
document.write("      <a href=" + puntamento + "index.html target=_top><font face=tahoma size=1 color=#999900>home</font></a>")
document.write("   </td>");
document.write("</tr>");

document.write("</table>");



