// JavaScript Document
		function Affiche_Div()
		{
			
			Msg = new Array;
			// lien pour les images DE CE SCRIPT:
			
			Msg[0] = "<a href='http://www.homme-avenue.com/shorty-homme-invisible-nacre.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/1.png' border='0' alt='shorty homme invisible nacre' title='Shorty Homme invisible Nacre'/></a>";
			
			Msg[1] = "<a href='http://www.homme-avenue.com/shorty-stade-franais-plaquage-bleu.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/2.png' border='0' alt='shorty stade français plaquage bleu' title='Shorty stade francais plaquage bleu'/></a>";
			
			Msg[2] = "<a href='http://wwww.homme-avenue.com/slips/slip-2xist-basic-3100.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/3.png' border='0' alt='slip 2xist basic 3100' title='Slip 2xist basic 3100'/></a>";
			
			Msg[3] = "<a href='http://www.homme-avenue.com/shortys-boxers/shorty-homme-invisible-gold.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/4.png' border='0' alt='shorty homme invisible gold' title='Shorty Homme invisible gold'/></a>";
			
			Msg[4] = "<a href='http://www.homme-avenue.com/shortys-boxers/shorty-stade-franais-plaquage-rose.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/5.png' border='0' alt='shorty stade francais plaquage rose' title='Shorty Stade Francais plaquage rose'/></a>";
			
			Msg[5] = "<a href='http://www.homme-avenue.com/accessoires/bijoux/bracelet-homme-boucle.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/6.png' border='0' alt='bracelet homme boucle' title='Bracelet homme boucle cuir'/></a>";
			
			Msg[6] = "<a href='http://www.homme-avenue.com/shortys-boxers/shorty-cacharel-monsieur-noir.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/7.png' border='0' alt='shorty cacharel monsieur noir' title='Shorty Cacharel monsieur noir'/></a>";
			
			Msg[7] = "<a href='http://www.homme-avenue.com/shorty-eminence-elegance.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/8.png' border='0' alt='shorty eminence elegance' title='Shorty Eminence Elegance'/></a>";
			
			Msg[8] = "<a href='http://www.homme-avenue.com/shorty-homme-invisible-nacre.html'><img src='http://www.homme-avenue.com/skin/frontend/default/default/images/vitrine/promo2/1.png' border='0' alt='shorty homme invisible nacre' title='Shorty Homme invisible Nacre'/></a>";
			
			var Choice = Math.round(Math.random() * ( Msg.length ));
			if ( Choice > 8 ) Choice = 0;
			document.getElementById("vitrine-promo2").innerHTML = Msg[Choice] + '';
			
		}
		Affiche_Div();
