var randomize = Math.round(Math.random()*9);
if (randomize ==0){
link = "/htdocs/generic.shtml"
}else if (randomize ==1){
link = "/htdocs/films.shtml"
}else if (randomize ==2){
link = "/htdocs/restos.shtml"
}else if (randomize ==3){
link = "/htdocs/generic1.shtml"
}else if (randomize ==4){
link = "/htdocs/arts.shtml"
}else if (randomize ==5){
link = "/htdocs/club.shtml"
}else if (randomize ==6){
link = "/htdocs/generic5.shtml"
}else if (randomize ==7){
link = "/htdocs/musique.shtml"
}else if (randomize ==8){
link = "/htdocs/arts.shtml"
}else if (randomize ==9){
link = "/htdocs/sport.shtml"
}
document.write("<a href='"+ link +"'><IMG BORDER='0' SRC='/htdocs/houseads/house"+randomize+".gif'></a>");