favico

HTML>
<HEAD>
<TITLE>demo</TITLE>
<SCRIPT  LANGUAGE="JavaScript"><!--
<!--
function scroll(espaces,position) {
var msg ="Bienvenue sur ce site"
var out ="  "
if (danse) {return false}
for (var i=0; i<position; i++){
out += msg.charAt(i)}
for (i=1;i<espaces;i++) {
out += " "}
out += msg.charAt(position)
window.status = out
if (espaces <= 1) {
position++
if (msg.charAt(position) == ' ') {
position++ }
espaces = 100-position
}
else if (espaces >  3) {
espaces *= .75}
else {
espaces--}
if (position != msg.length) {
var cmd = "scroll(" + espaces + "," + position + ")";
scrollID = window.setTimeout(cmd,5);
}
else {
mouvement = false
return false}
return true;
}
function javascriptCenter() {
if (mouvement)
return false
danse = true
mouvement = true
var killID = window.setTimeout('danse=false',6)
scrollID = window.setTimeout('scroll(100,0)',10)
return true
}
var scrollID = Object
var mouvement = false
var danse = false
-->
--></SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" onload="javascriptCenter()">
</BODY>
</HTML>