<html> <head> </head>  <script language=Javascript> <!-- function noFrames() { if (top.frames.length!=0) top.location=self.document.location; } //--> </script> <script language="JavaScript1.1"> <!-- begin hiding // Script (C) 1999 by Marcin Wojtowicz [one_spook@hotmail.com] // This part of the script should be pasted into the head of the document // You may modify the following: 	var locationAfterPreload = "http://www.nicolas.li/cecilia/edito/bienvenue.php" // URL of the page after preload finishes 	var lengthOfPreloadBar = 300 // Length of preload bar (in pixels) 	var heightOfPreloadBar = 5 // Height of preload bar (in pixels) 	// Put the URLs of images that you want to preload below 	var yourImages = new Array("images/fond_cara.jpg","images/fond_menu.jpg","images/titre_cecilia.jpg","images/infofans.gif","menu/menu.gif","menu/menub.gif","menu/top.gif") // Do not modify anything beyond this point! if (document.images) { 	var dots = new Array() 	dots[0] = new Image(1,1) 	dots[0].src = "images/black.gif" // default preloadbar color (note: You can substitute it with your image, but it has to be 1x1 size) 	dots[1] = new Image(1,1) 	dots[1].src = "images/blue.gif" // color of bar as preloading progresses (same note as above) 	var availWidth = lengthOfPreloadBar-5 	var preImages = new Array(),coverage = Math.floor(availWidth/yourImages.length),currCount = 0 	var loaded = new Array(),i,covered,timerID 	var leftOverWidth = availWidth%coverage } function loadImages() { 	for (i = 0; i < yourImages.length; i++) { 		preImages[i] = new Image() 		preImages[i].src = yourImages[i] 		loaded[i] = false 	} 	checkLoad() } function checkLoad() { 	if (currCount == preImages.length) { 		location.replace(locationAfterPreload) 		return 	} 	for (i = 0; i < preImages.length; i++) { 		if (loaded[i] == false && preImages[i].complete) { 			loaded[i] = true 			eval("document.img" + currCount + ".src=dots[1].src") 			currCount++ 		} 	} 	timerID = setTimeout("checkLoad()",10) } // end hiding --> </script> <body background="images/fond_cara.jpg" onLoad="noFrames()"> <center><FONT color=#ffffff>       <P></P> <P>&nbsp;</P> <P>&nbsp;</P> <P>&nbsp;</P> <P>&nbsp;</P> <P>&nbsp;</P> <P>&nbsp;</P>  <center>   <font size="4">Elements en cours de chargement</font>   <p> 0% <script language="JavaScript1.1"> <!-- begin hiding // It is recommended that you put a link to the target URL just in case if the visitor wants to skip preloading // for some reason, or his browser doesn't support JavaScript image object. if (document.images) { 	var preloadBar = '' 	preloadBar += '<img src="' + dots[1].src + '" width="5" height="' + heightOfPreloadBar + '" name="img" align="absmiddle">' 	for (i = 0; i < yourImages.length-1; i++) { 		preloadBar += '<img src="' + dots[0].src + '" width="' + coverage + '" height="' + heightOfPreloadBar + '" name="img' + i + '" align="absmiddle">' 	} 	preloadBar += '<img src="' + dots[0].src + '" width="' + (leftOverWidth+coverage) + '" height="' + heightOfPreloadBar + '" name="img' + (yourImages.length-1) + '" align="absmiddle">' 	document.write(preloadBar) 	loadImages() } // end hiding --> </script> 100%<br> </center>  </body> </html> 
