// ******** Status Bar Javascript Magic by Likno 1.0 **********
function home_start() {clearInterval(home.sttm);home_init();if (arguments.length>0) home_init2(arguments[0]);home.sttm=setInterval ("doEffect('home')",10);}
function home_stop() {clearInterval(home.sttm);window.status="";}

home_init();
function home_init() {home={stel:0,stft:"",stec:3,stcel:1,stce:-1,stcl:-1,stls:-1,stcs:0,sttg:0,stea:["Welcome to Windows XP Unlimited Home Page!",0,16,1,"Welcome to Windows XP Unlimited Home Page!",11,10,5,"hope you like it.....",11,10,5]};}
function home_init2 (en) {home.stea=[home.stea[(en-1)*4],home.stea[(en-1)*4+1],home.stea[(en-1)*4+2],home.stea[(en-1)*4+3]];home.stec=1;home.stel=0;}
function doEffect(es) {var s=eval(es);if (s.stce==s.stec) {if (s.stcel==s.stel) {clearInterval(s.sttm);window.status=s.stft;return;} else {if (s.stel>0) s.stcel++;s.stce=-1;s.stcl=s.stls;}}if (s.stcl==s.stls) {s.stce++;s.sttx=s.stea[s.stce*4];s.sttp=s.stea[s.stce*4+1];s.stsd=s.stea[s.stce*4+2];s.stls=s.stea[s.stce*4+3];s.stcl=0;s.stsp=1;s.sttg=0;}if (21-s.stsd-s.sttg==0) {var stres=eval("stEffect"+s.sttp+"(s.sttx,s.stsp++,es);");s.sttg=0;if (stres!="") window.status=stres;else {s.stcl++;s.stsp=1;}}s.sttg++;}
function stEffect0(text,step){if (step>text.length) return "";else return text.substring(0,step);}
function stEffect11(text,step){if (step>3) return ""; else return text;}
home_start();
var message = new Array() // leave this as is

message[0] = "  Windows XP Unlimited  ";
var reps = 200
var speed = 200

var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>8){s=1}
// you can fiddle with the patterns here...
if(s==1){document.title='-->--------- '+T+' ---------<--'}
if(s==2){document.title='---->------- '+T+' -------<----'}
if(s==3){document.title='------>----- '+T+' -----<------'}
if(s==4){document.title='-------->--- '+T+' ---<--------'}
if(s==5){document.title='----------<- '+T+' ->----------'}
if(s==6){document.title='--------<--- '+T+' --->--------'}
if(s==7){document.title='-----<------ '+T+' ------>-----'}
if(s==8){document.title='---<-------- '+T+' -------->---'}
if(C<(8*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();
