<!--

var timeID = 0
var Count = 0;
var Total_count=1
var Text = ":::::::::::::::::::::::::::: welcome to TranceZone :::::::::::::::::::::::::::::::::::::"

function runMessager() {
window.status = Text.substring (Count, Text.length) + Text.substring (0, Count)
if (Count < Text.length)
    Count++;
    else if (Count == Text.length) {
             Total_count++;
             Count=0;
             }
           else
    Count=0;
    if (Total_count != 10000) setTimeout("runMessager()", 80)
    }

function delay() {
clearTimeout()
}
// -->