//les Hot Spots
function nb_aleatoire(nb)
{
nombre= Math.floor(Math.random() * nb)+1;
}


var lheure="";
var ladate=new Date();
if (ladate.getHours() < 10) {lheure+="0";}
lheure+=ladate.getHours() + ":"
if (ladate.getMinutes() < 10) {lheure+="0";}
lheure+=ladate.getMinutes() + ":"
if (ladate.getSeconds() < 10) {lheure+="0";}
lheure+=ladate.getSeconds()


hotspot = new Array("", "Rencontre Paris", "Chat", "Célibataire", "Rencontre Gratuite", "Rencontre Annonces", "Club Rencontre", "Réservation Séjour Ski", "Ordinateur Portable", "Livraison Fleurs", "Verbatim", "DVD Pas Cher", "Idee Cadeaux Femme", "Coffret Cadeaux", "Sono", "Musculation", "Stage Pilotage", "Equipement Fitness", "Saut Parachute", "Location Ski", "Saut Elastique", "Cartouche Encre", "Voix sur IP", "Tee Shirt Personnalisé", "Jean diesel", "Sous Vêtement Homme", "Mincir", "Soin Visage", "Idée Week End", "Bourse en Ligne", "Défiscalisation", "Trouvez Votre Voiture", "Achat Voiture", "Location Voiture");

tirage = new Array;
nombres=""
nb= 6

function mot()
{
for (i=1 ;i<nb ;i++)
{
//	if((lheure>="06:00:00") && (lheure<="22:00:00")){
nb_aleatoire(33);
//	}else{
//nb_aleatoire(41);		
//	}
tirage[i]= nombre;
for (t=1 ; t<i ;t++){
if (tirage[t]==nombre) 
{
i=i-1;
} 
}
}
for (i=1 ;i<nb ;i++)
{
nombres=nombres+tirage[i];
}
longueur=hotspot[tirage[1]].length + hotspot[tirage[2]].length + hotspot[tirage[3]].length + hotspot[tirage[4]].length + hotspot[tirage[5]].length;
if(longueur>="55"){
	mot();	
}
}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sousnav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
