<!-- début
var width;
var height;
var url;
var alt;
function AffichageAleatoireImage2()
{
numimage= Math.floor(Math.random()*15)+1;
if (numimage == 1)
{
	gotosite = "";
	url = "bota-0418-tpm.jpg";
	alt = "Aubépine monogyne";
}
if (numimage == 2)
{
	gotosite = "";
	url = "bota-0431-tpm.jpg";
	alt = "Asphodèle blanche";
}
if (numimage == 3)
{
	gotosite = "";
	url = "bota-0642-tpm.jpg";
	alt = "Frêne oxyphylle";
}
if (numimage == 4)
{
	gotosite = "";
	url = "bota-0646-tpm.jpg";
	alt = "Frêne oxyphylle";
}
if (numimage == 5)
{
	gotosite = "";
	url = "bota-0941-tpm.jpg";
	alt = "Digitale pourpre";
}
if (numimage == 6)
{
	gotosite = "";
	url = "bota-0993-tpm.jpg";
	alt = "Saule roux";
}
if (numimage == 7)
{
	gotosite = "";
	url = "bota-1053-tpm.jpg";
	alt = "Tsuga hétérophylle";
}
if (numimage == 8)
{
	gotosite = "";
	url = "bota-1684-tpm.jpg";
	alt = "Berce sphondyle";
}
if (numimage == 9)
{
	gotosite = "";
	url = "bota-2013-tpm.jpg";
	alt = "Sapin de Céphalonie";
}
if (numimage == 10)
{
	gotosite = "";
	url = "bota-2414-tpm.jpg";
	alt = "Campanule à feuilles de pêcher";
}
if (numimage == 11)
{
	gotosite = "";
	url = "bota-1690 12-tpm.jpg";
	alt = "Cône de mélèze d'Europe";
}
if (numimage == 12)
{
	gotosite = "";
	url = "bota-6301-tpm.jpg";
	alt = "Pin Napoléon (non, il n'y a pas d'erreur !!!)";
}
if (numimage == 13)
{
	gotosite = "";
	url = "bota-6730 02-tpm.jpg";
	alt = "Cardère sauvage";
}
if (numimage == 14)
{
	gotosite = "";
	url = "bota-2300 22-tpm.jpg";
	alt = "Les connaisseurs s'amuseront à détacher lentement 2 parties de la feuille du cornouiller sanguin afin de faire apparaître les filaments présents à l'intérieur.";
}
if (numimage == 15)
{
	gotosite = "";
	url = "bota-7300 12-tpm.jpg";
	alt = "Fleur d'Ancolie vulgaire.";
}
if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alt + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}
// -->
