Since i already shared this code into Help Section.
This is the shorter version of STBE.
![:D](img/smilies/another_D.gif)
[quote]/**SCROLLING TITLE BAR BY XIRU**/
/****CREDITS TO: A1SCRIPTS****/
msg = "[b]MESSAGE HERE[/b]";
msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();[/quote]
preview : [url]http://profiles.friendster.com/50908747[/url]
[i]
paste 2 ur Js extension file. Ok?[/i]
[b]credits:[/b] a1script
Last edited by ---xXirukiTepe--- (2009-06-03 11:32:22)