/* Script available free online at http://lukeonweb.net
created by: Luca Ruggiero */

var QUESTA_PAGINA = document.URL;
document.write("<div>");

if (QUESTA_PAGINA.indexOf("sex.html") == (-1))
{
    document.write("<a href='sex.html'>SEX</a>");
}
else
{
    document.write("<a href='sex.html'><font color='#4c4c4c'><b>SEX</b></font></a>");
}

document.write("<br />");

if (QUESTA_PAGINA.indexOf("flowers.html") == (-1))
{
    document.write("<a href='flowers.html'>FLOWERS</a>");
}
else
{
    document.write("<a href='flowers.html'><font color='#4c4c4c'><b>FLOWERS</b></font></a>");
}

document.write("<br />");

if (QUESTA_PAGINA.indexOf("cities.html") == (-1))
{
    document.write("<a href='cities.html'>CITIES</a>");
}
else
{
    document.write("<a href='cities.html'><font color='#4c4c4c'><b>CITIES</b></font></a>");
}
document.write("</div>");

/*
if (QUESTA_PAGINA.indexOf("trees.html") == (-1))
{
    document.write("<a href='trees.html'>TREES</a>");
}
else
{
    document.write("<a href='trees.html'><font color='#4c4c4c'><b>TREES</b></font></a>");
}

document.write("</div>");*/