function menudivination(page)

{
if(page!='horoscopejour')
{
document.write('&nbsp;<a href="divination/horoscopejour.htm" style="font-size:11px">horoscope du jour</a>&nbsp;');
}
if(page!='themeastral')
{
document.write('&nbsp;<a href="divination/themeastral.htm" style="font-size:11px">thème astral</a>&nbsp;');
}
if(page!='affinitescouple')
{
document.write('&nbsp;<a href="divination/affinitescouple.htm" style="font-size:11px">affinités</a>&nbsp;');
}
document.write('<br>');
if(page!='tarotmajeur')
{
document.write('&nbsp;<a href="divination/tarotmajeur.htm" style="font-size:11px">tarot majeur</a>&nbsp;');
}
if(page!='tarotmineur')
{
document.write('&nbsp;<a href="divination/tarotmineur.htm" style="font-size:11px">tarot mineur</a>&nbsp;');
}
if(page!='voyancecourriel')
{
document.write('&nbsp;<a href="divination/voyancecourriel.htm" style="font-size:11px">voyance par email</a>&nbsp;');
}
if(page!='tetrabible')
{
document.write('<br>&nbsp;<a href="divination/tetrabible.htm" style="font-size:11px">la tétrabible</a>&nbsp;');
}
}
