var tabCalculatrice = new Array();
tabCalculatrice[0] = "<table width=\"355\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\
<a href=\"calcul-imc.html\">\
<img src=\"images/calculatrice-imc.jpg\" width=\"355\" height=\"171\" border=0></A></td>\
</tr><tr><td height=\"62\" align=\"center\" background=\"images/calcule_index.gif\">\
<table width=\"327\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"arial-11-gris\">\
<a href=\"calcul-imc.html\" class=\"arial-11-bleu-b\">CALCUL POIDS SANTE (IMC)</a><br>\
Calculer votre Indice de Masse Corporelle, afin de connaitre votre poids santé ...\
</td></tr></table></td></tr><tr><td height=\"16\" align=\"center\" valign=\"bottom\">\
<table width=\"295\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\
<td><a href=\"#\" onclick=\"return prevCalculatrice()\"><img src=\"images/precedente.gif\" width=\"75\" height=\"8\" border=0></A></td>\
<td align=\"right\"><a href=\"#\" onclick=\"nextCalculatrice()\"><img src=\"images/suivante.gif\" width=\"62\" height=\"8\" border=0></A></td>\
</tr></table></td></tr></table>";
tabCalculatrice[1] = "<table width=\"355\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\
<a href=\"calculatrice-amour.html\">\
<img src=\"images/calculatrice-amour.jpg\" width=\"355\" height=\"171\" border=0></A></td>\
</tr><tr><td height=\"62\" align=\"center\" background=\"images/calcule_index.gif\">\
<table width=\"327\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"arial-11-gris\">\
<a href=\"calculatrice-amour.html\" class=\"arial-11-bleu-b\">CALCULATRICE DE L\'AMOUR</a><br>\
Indiquez le nom et prénom, et découvrez le pourcentage de compatibilité entre ces 2 personnes ...\
</td></tr></table></td></tr><tr><td height=\"16\" align=\"center\" valign=\"bottom\">\
<table width=\"295\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\
<td><a href=\"#\" onclick=\"return prevCalculatrice()\"><img src=\"images/precedente.gif\" width=\"75\" height=\"8\" border=0></A></td>\
<td align=\"right\"><a href=\"#\" onclick=\"nextCalculatrice()\"><img src=\"images/suivante.gif\" width=\"62\" height=\"8\" border=0></A></td>\
</tr></table></td></tr></table>";
tabCalculatrice[2] = "<table width=\"355\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\
<a href=\"calculatrice-credit.html\">\
<img src=\"images/calcul-credit.jpg\" width=\"355\" height=\"171\" border=0></A></td>\
</tr><tr><td height=\"62\" align=\"center\" background=\"images/calcule_index.gif\">\
<table width=\"327\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"arial-11-gris\">\
<a href=\"calculatrice-credit.html\" class=\"arial-11-bleu-b\">CALCUL CREDIT A LA CONSOMMATION</a><br>\
Se faire plaisir de temps en temps grâce à un petit crédit, aucun problême ...\
</td></tr></table></td></tr><tr><td height=\"16\" align=\"center\" valign=\"bottom\">\
<table width=\"295\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\
<td><a href=\"#\" onclick=\"return prevCalculatrice()\"><img src=\"images/precedente.gif\" width=\"75\" height=\"8\" border=0></A></td>\
<td align=\"right\"><a href=\"#\" onclick=\"nextCalculatrice()\"><img src=\"images/suivante.gif\" width=\"62\" height=\"8\" border=0></A></td>\
</tr></table></td></tr></table>";
tabCalculatrice[3] = "<table width=\"355\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\
<a href=\"calculatrice-hypothecaire.html\">\
<img src=\"images/calculatrice-hypothecaire.jpg\" width=\"355\" height=\"171\" border=0></A></td>\
</tr><tr><td height=\"62\" align=\"center\" background=\"images/calcule_index.gif\">\
<table width=\"327\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"arial-11-gris\">\
<a href=\"calculatrice-hypothecaire.html\" class=\"arial-11-bleu-b\">CALCULER VOTRE HYPOTHEQUE</a><br>\
Vous voulez acheter une maison, un appartement ? Calculez les versements de votre hypothèque ...\
</td></tr></table></td></tr><tr><td height=\"16\" align=\"center\" valign=\"bottom\">\
<table width=\"295\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\
<td><a href=\"#\" onclick=\"return prevCalculatrice()\"><img src=\"images/precedente.gif\" width=\"75\" height=\"8\" border=0></A></td>\
<td align=\"right\"><a href=\"#\" onclick=\"nextCalculatrice()\"><img src=\"images/suivante.gif\" width=\"62\" height=\"8\" border=0></A></td>\
</tr></table></td></tr></table>";
tabCalculatrice[4] = "<table width=\"355\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\
<a href=\"calculer-ascendant.html\">\
<img src=\"images/calculer-ascendant.jpg\" width=\"355\" height=\"171\" border=0></A></td>\
</tr><tr><td height=\"62\" align=\"center\" background=\"images/calcule_index.gif\">\
<table width=\"327\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"arial-11-gris\">\
<a href=\"calculer-ascendant.html\" class=\"arial-11-bleu-b\">CALCULER VOTRE ASCENDANT</a><br>\
Calculer votre ascendant, vous permettra de preciser les prévisions astrologiques vous concernant ...\
</td></tr></table></td></tr><tr><td height=\"16\" align=\"center\" valign=\"bottom\">\
<table width=\"295\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\
<td><a href=\"#\" onclick=\"return prevCalculatrice()\"><img src=\"images/precedente.gif\" width=\"75\" height=\"8\" border=0></A></td>\
<td align=\"right\"><a href=\"#\" onclick=\"nextCalculatrice()\"><img src=\"images/suivante.gif\" width=\"62\" height=\"8\" border=0></A></td>\
</tr></table></td></tr></table>";
var posCalculatrice = Math.floor(Math.random()*tabCalculatrice.length);
document.write('<div id="div_articuler" style="width:100%;filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);"></div>');
function nextCalculatrice()
{
    posCalculatrice++;
    if(posCalculatrice >= tabCalculatrice.length) posCalculatrice = 0;
    if(document.all) document.getElementById('div_articuler').filters[0].Apply();
    document.getElementById('div_articuler').innerHTML = tabCalculatrice[posCalculatrice];
    if(document.all) document.getElementById('div_articuler').filters[0].Play();
    return false;
}
function prevCalculatrice()
{
    posCalculatrice--;
    if(posCalculatrice < 0) posCalculatrice = tabCalculatrice.length-1;
    if(document.all) document.getElementById('div_articuler').filters[0].Apply();
    document.getElementById('div_articuler').innerHTML = tabCalculatrice[posCalculatrice];
    if(document.all) document.getElementById('div_articuler').filters[0].Play();
    return false;
}
nextCalculatrice();
setInterval('nextCalculatrice()', 7500);
