function random_cartes() {
	var numero=Math.floor(Math.random()*255);
	if (numero<=99) {
		numero1="0" + numero;
		numero2=numero1;
	}
	else {
		numero2=numero;
	}
	if (numero<=9) {
		numero2="0" + numero1;
	}
	if (numero==0) {
		numero2="001";
	}
	document.write('<a href=\"../aplates/plan' + numero2 + '.htm\" title=\"ouvrir une planche de cartes au hasard\" style=\"height:23px; line-height:11px\">');
	document.write('<img src=\"../../images/arrowleft2.gif\" alt=\"go\" width=\"8\" height=\"10\" style=\"float:right; padding-top:1px; border-style:none\">Visite Al&eacute;atoire<br style=\"clear:both\"><img src=\"../../images/arrowleft2.gif\" alt=\"go\" width=\"8\" height=\"10\" style=\"float:right; padding-top:1px; border-style:none\">Random Visit<br style=\"clear:both\"></a>');
}
random_cartes();
