// ******** Status Bar Javascript Magic by Likno 1.0 **********
function scroll1_start() {clearInterval(scroll1.sttm);scroll1_init();if (arguments.length>0) scroll1_init2(arguments[0]);scroll1.sttm=setInterval ("doEffect('scroll1')",10);}
function scroll1_stop() {clearInterval(scroll1.sttm);window.status="";}

scroll1_init();
function scroll1_init() {scroll1={stel:0,stft:"",stec:5,stcel:1,stce:-1,stcl:-1,stls:-1,stcs:0,sttg:0,stea:["If it’s diamonds you’re dreaming of, a membership to BlingYourself.com could be the best invention you’ve ever heard of",3,16,1,"Get the goods then dazzle your friends for as long as you wish, then trade them in for the next hot thing.",0,16,1,"Sound scandalous? your secret is safe with us. BlingYourself.com",3,17,1,"BlingYourself.com features a grand selection of designer pieces for both women and men",0,16,1,"You won't be stuck wearing that one cocktail ring you splurged on to all 20 parties that you are attending.",3,16,1]};}
function scroll1_init2 (en) {scroll1.stea=[scroll1.stea[(en-1)*4],scroll1.stea[(en-1)*4+1],scroll1.stea[(en-1)*4+2],scroll1.stea[(en-1)*4+3]];scroll1.stec=1;scroll1.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 stEffect3(text,step) {if (step>text.length) return "";else {for (var i=0,r=""; i<text.length-step; i++) r+=" ";return r+text;}}
function stEffect0(text,step){if (step>text.length) return "";else return text.substring(0,step);}
scroll1_start();