<html>
<head>
<title>Images variable : Mohamed EL BACHIRI</title>
<center>
<script language="JavaScript1.1">
<!--
//specify interval between slide (in mili seconds)
var slidespeed=3000
//specify images
var slideimages=new Array("http://dynamicdrive.com/dynamicindex4/bs008 47a.gif","http://dynamicdrive.com/dynamicindex4/bs 00847a.gif","http://www.maroc.net/sports/images/si di.gif")
//specify corresponding links
var slidelinks=new Array("http://www.dynamicdrive.com","http://javasc riptkit.com","http://www.geocities.com")
var newwindow=1 //open links in new window? 1=yes, 0=no
var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
funct ion gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
els e
window.location=slidelinks[whichlink]
}
//-->
< /script>
</head>
<body>
<a href="javascript:gotoshow()"><img src="image1.gif" name="slide" border=0 style="filter:blendTrans(duration=2)" width=97 height=100></a>
<script language="JavaScript1.1">
<!--
var whichlink=0
var whichimage=0
var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0
function slideit(){
if (!document.images) return
if (ie) document.images.slide.filters[0].apply()
document. images.slide.src=imageholder[whichimage].src
if (ie) document.images.slide.filters[0].play()
whichlink= whichimage
whichimage=(whichimage<slideimages.leng th-1)? whichimage+1 : 0
setTimeout("slideit()",slidespeed+blenddelay)
}
slideit()
//-->
</script>
<p align="center"><font face="arial" size="-2">Mohamed EL BACHIRI<br>
<a href="http://diverso.site.voila.fr/index.html">Mer ci</a></font></p>
<center>
</body>
</html>