numitems=1 //variable que contiene el número a rotar 
numaleatorio=Math.round(Math.random()*(numitems)); 
switch(numaleatorio){
  case 0: nombre="1";
			document.write('<table><tr><td style=" border:1px solid #b9d8fe;padding:10px;"><div align="center"><a href="/fra/guia.asp?m=1"><b>Choisissez où détendre le corps et l´esprit</b></a><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td width="6%">&nbsp;</td><td align="left" class="txtNeg001"><br>Consulter le guide de logements pour obtenir toute l&acute;information sour nos maisons.</td></tr></table><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/img/1x1.gif" width="5" height="3"></td></tr> </table> </div></td></tr></table>');
			break;
  case 1: nombre="2";
  		  document.write('<table><tr><td style=" border:1px solid #b9d8fe;padding:10px;"><div align="center"><a href="/fra/disfruta.asp?m=4"><b>Les meilleurs propositions de loisir à La Ribera Navarre</b></a><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td width="6%">&nbsp;</td><td align="left" class="txtNeg001"><br>Nous avons choisi les meilleurs propositions et activites pour vous. Consulter Jouissez de La Ribera pour davantage d&acute;information.</td></tr></table><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/img/1x1.gif" width="5" height="3"></td></tr></table></div></td></tr></table>');
          break;
		 }