<!-- Begin

message     = "-->> Welcome to Mera Chishtian^" +
"You will Find Best Free Stuff Here^" +
"This Is the Bigest Web Portal Of The World^" +
"Join Our Email Service And Get Free Email Address at you@chishtian.gawab.com^" +
"Get Latest Information And Free Download Softwares^" +
"Contact Us For Your Problems at majidch81@yahoo.com^" +
"A Lot Of Free Things Like Free Fax, Free Email, Free Call And More^" +
"And Also Invite Your Friends And Family Members To Our Website^" +
"Send Free Sms To Ufone, Mobilink Or Many Other Networks In The World^" +
"Enjoy And Allah Hafiz <<---^" +
"^" + "^"
scrollSpeed = 21
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)

// End -->