﻿<!--
texte='.: Bienvenue sur Crazy RC le futur SITE DE REFERENCE du modelisme thermique :.       .: Webmasters: C[R]@zydoub & Mike :.       ';
longeur=texte.length-1;
posistion=0;
function defile()
{if (posistion == texte.length)
{posistion=0;}
if (posistion<=longeur)
{afficher = texte.substring((texte.length-(longeur-posistion)),texte.length) + texte.substring(0,posistion);
posistion++; }
window.status = afficher;
vitesse = setTimeout("defile()", 100);
}
-->