
function LienAuHasard()
{
Url = new Array;
Url[0]="alain_christine.php";
Url[1]="allo_dma.php";
Url[2]="andre_lefort.php";
Url[3]="barbe_rouge.php";
Url[4]="oncle_paul.php";
Url[5]="belloy.php";   
Url[6]="blueberry.php";
Url[7]="brice_bolt.php";   
Url[8]="buck_danny.php";        
Url[9]="clairette.php";
Url[10]="dan_cooper.php";
Url[11]="fanfan_polo.php";
Url[12]="grands_noms_histoire.php"; 
Url[13]="jacques_le_gall.php";  
Url[14]="jean_mermoz.php";
Url[15]="jean_valhardi.php";
Url[16]="jim_cutlass.php";
Url[17]="joe_la_tornade.php";
Url[18]="kim_devil.php";
Url[19]="los_gringos.php";
Url[20]="marc_dacier.php";
Url[21]="marco_polo.php";
Url[22]="michel_brazier.php";
Url[23]="patrouille_castors.php";
Url[24]="le_prive.php";
Url[25]="quatre_hommes.php";
Url[26]="ron_clarke.php";
Url[27]="rosine.php";
Url[28]="simba_lee.php";
Url[29]="surcouf.php";
Url[30]="tanguy_laverdure.php"; 
Url[31]="tarawa.php";
Url[32]="thierry_chevalier.php";
Url[33]="tiger_joe.php";
Url[34]="bd_divers.php";

ChoixLien = Math.random() ;
ChoixLien = ChoixLien * (Url.length);
ChoixLien = Math.floor(ChoixLien) ;
if(ChoixLien>=Url.length)ChoixLien=Url.length - 1;

window.location=Url[ChoixLien];
}







