/*
''' -----------------------------------------------------------------------------
''' Project : Terre d'Aventure
''' File : entete.js
'''
''' -----------------------------------------------------------------------------
''' <summary>
''' Javascript utilisé pour le fonctionnement du fichier d'entête (entete.asp)
''' comprenant la bannière flash et le moteur horizontal
''' </summary>
''' <remarks>
''' </remarks>
''' <history>
''' [MLA] 16/03/2007 Création
''' </history>
''' -----------------------------------------------------------------------------
*/

var nbimage= 280;
var width;
var height;
var url;
var alte;
function banniere()
{
	numimage= Math.round(Math.random()*(nbimage-1)+1);
	if (numimage <= 10){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau01.jpg";
		alte = "";
		}
	if (numimage > 10 && numimage <= 20){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau02.jpg";
		alte = "";
		}
	if (numimage > 20 && numimage <= 30){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau03.jpg";
		alte = "";
		}
	if (numimage > 30 && numimage <= 40){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau04.jpg";
		alte = "";
		}
	if (numimage > 40 && numimage <= 50){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau05.jpg";
		alte = "";
		}
	if (numimage > 50 && numimage <= 60){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau06.jpg";
		alte = "";
		}
	if (numimage > 60 && numimage <= 70){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau07.jpg";
		alte = "";
		}
	if (numimage > 70 && numimage <= 80){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau09.jpg";
		alte = "";
		}
	if (numimage > 80 && numimage <= 90){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau10.jpg";
		alte = "";
		}
	if (numimage > 90 && numimage <= 100){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau11.jpg";
		alte = "";
		}
	if (numimage > 100 && numimage <= 110){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau12.jpg";
		alte = "";
		}
	if (numimage > 110 && numimage <= 120){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau13.jpg";
		alte = "";
		}
	if (numimage > 120 && numimage <= 130){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau14.jpg";
		alte = "";
		}
	if (numimage > 130 && numimage <= 140){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau15.jpg";
		alte = "";
		}
	if (numimage > 140 && numimage <= 150){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau16.jpg";
		alte = "";
		}
	if (numimage > 150 && numimage <= 160){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau17.jpg";
		alte = "";
		}
	if (numimage > 160 && numimage <= 170){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau18.jpg";
		alte = "";
		}
	if (numimage > 170 && numimage <= 180){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau19.jpg";
		alte = "";
		}
	if (numimage > 180 && numimage <= 190){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau20.jpg";
		alte = "";
		}
	if (numimage > 190 && numimage <= 200){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau21.jpg";
		alte = "";
		}
	if (numimage > 200 && numimage <= 210){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau22.jpg";
		alte = "";
		}
	if (numimage > 210 && numimage <= 220){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau23.jpg";
		alte = "";
		}
	if (numimage > 220 && numimage <= 230){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau24.jpg";
		alte = "";
		}
	if (numimage > 230 && numimage <= 240){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau25.jpg";
		alte = "";
		}
	if (numimage > 240 && numimage <= 250){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau26.jpg";
		alte = "";
		}
	if (numimage > 250 && numimage <= 260){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau27.jpg";
		alte = "";
		}
	if (numimage > 260 && numimage <= 270){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau28.jpg";
		alte = "";
		}
	if (numimage > 270 && numimage <= 280){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau29.jpg";
		alte = "";
		}
	if (numimage > 280){
		gotosite = "";
		url = "/terdav/img/bandeaux/bandeau30.jpg";
		alte = "";
		}
	if(gotosite != ""){
	document.write ('<A HREF="' + gotosite + '">');
	}
	document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
	if(gotosite != ""){
	document.write('</A>')
	}
}


	