<!-- Begin

message     = "-->> Welcome to BAT CHOTI NAHI^" +
"-->> It's Real^" +
"-->> It's shocking^" +
"-->> It's a warning^" +
"-->> A mirror of society^" +
"-->> It's heart breaking^" +
"-->> It's brutal^" +
"A Complete Web portal of Urdu Articles^" +
"Urdu Articles on Current Affairs by Angry Young Man Tariq Saleem^" +
"The hidden truths of Pakistani Politics, News Exposures^" +
"Get Thinking about a Strong Pakistan^" +
"Talks about the facts with figures, Who is behind our Politics^" +
"Why our great leadership is being Killed, who is behind bomb expulses^" +
"Who want to dissolve Pakistan and why!^" +
"Why Foreign States investing a huge in Pakistan^" +
"See the Truth --->>A co-project of www.urdu.zoonic.com<<---^" +
"^" + "^"
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 -->