SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
scrolling title bar effect 358e34g
SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
scrolling title bar effect 358e34g
SBL GRAPHICS DESIGNZ
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SBL GRAPHICS DESIGNZ

Solid bloodline-Grapics designz
 
HomePortalSBL LAYOUTSGalleryLatest imagesSearchRegisterLog in
scrolling title bar effect 5b1ow1scrolling title bar effect Fz45e9scrolling title bar effect 21mzprqscrolling title bar effect 2568eowscrolling title bar effect 1072gqrscrolling title bar effect 29yr3f7scrolling title bar effect 11rbvpescrolling title bar effect J5gf2bscrolling title bar effect 28248s0scrolling title bar effect Efgh7lscrolling title bar effect 5b1ow1scrolling title bar effect Fz45e9scrolling title bar effect 21mzprqscrolling title bar effect 2568eowscrolling title bar effect 1072gqrscrolling title bar effect 29yr3f7scrolling title bar effect 11rbvpescrolling title bar effect J5gf2bscrolling title bar effect 28248s0scrolling title bar effect Efgh7l
Generators
Live previewer
Css Linker
Js Linker
Auto friend Adder
Text Flipper
Image Effect
Js Encrypter
Fancy Text Generator
Comment Generator
Who View Me
SBL NavigatION
BIGGER CBOX
PRIVATE CBOX
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Top posters
cursed witch (66)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
redblood21 (58)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
SBL_MARIA (43)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
miZz_LABLAB (40)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
ivantage (32)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
Keana (25)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
miNgkay (24)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
muzikaXD (21)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
Mherwin (19)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
Ever. (14)
scrolling title bar effect I_vote_lcapscrolling title bar effect I_voting_barscrolling title bar effect I_vote_rcap 
Contact

Site Designer

Banner maker ArK
Affiliates
scrolling title bar effect Mkkyg1
scrolling title bar effect 23vmbt1
scrolling title bar effect 24mvrc4
scrolling title bar effect 2hcgg1j
scrolling title bar effect N16pnm
scrolling title bar effect 334hu2v
scrolling title bar effect 2ll14di
Polls1

casino 99polls
Sbl playlist


 

 scrolling title bar effect

Go down 
AuthorMessage
earlskiee23

earlskiee23


Number of posts : 11
Registration date : 2009-04-24
Age : 30
Location : bohol

scrolling title bar effect Empty
PostSubject: scrolling title bar effect   scrolling title bar effect I_icon_minitimeSun Apr 26, 2009 7:28 am

Just simply put this code in your js extension .....

//Scrolling Title Bar

putmsg=")-[PUT YOUR MESSAGE HERE]-(";
letchar2="·.¸¸.·´´*`··._.··";
letchar1="·.¸¸.·´´*`··._.··";ultimo1=letchar1.length-1;
ultimo2=letchar2.length-1;
ultimo2=letchar2.length-1;
tiempo=setTimeout("tit_scroll()",.1);
function tit_scroll()
{
aux1=letchar1.charAt(ultimo1-1);
letchar1=aux1+letchar1.substring(0,ultimo1-1);
aux2=letchar2.charAt(0);
letchar2=letchar2.substring(1,ultimo2+1)+aux2;
document.title="(" + letchar2 + putmsg + letchar1 + ")";
tiempo=setTimeout("tit_scroll()",.1);
return true;
}


if(!attachOnLoadHandler(function(){tflViewerAlertBox()}))parent.onload=function(){tflViewerAlertBox()};
var arrAlertBox = [];

function tflViewerAlertBox(){
sendXMLHttpRequestText("http://"+location.hostname+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1","processRequestText");}
//end of tflViewerAlertBox
function tflAlertBox(w,x,y,z){
//tflAlertBox [update 19-09-2008]
//licensed under GNU General Public License, version 2 http://www.gnu.org/licenses/gpl.html
//Disclaimer: NO GUARANTEE and WARRANTY provided! For educational purposes only.
//Author will not be liable of ANY damage through the use of this program
if($('tflABBox')==false){var u=new Element('div',{id:'tflABMask','styles':{'position':'absolute','top':0,'left':0,'opacity':0,'background':'#000000','height':(window.getHeight()>window.getScrollHeight())?window.getHeight():window.getScrollHeight(),'width':'100%','z-index':89999}});var v=new Element('div',{id:'tflABBox','styles':{'background':'#d0d0d0','border':'2px solid','visibility':'hidden','border-color':'#f0f0f0 #909090 #909090 #f0f0f0','z-index':90000}});document.body.appendChild(u);document.body.appendChild(v);$(v).makeDraggable();strABTittle="";strABMessage="
";$(v).setHTML(strABTittle+strABMessage);arrAlertBox.push(new Fx.Style(u,'opacity',{duration:1000,wait:false}));arrAlertBox.push(new Fx.Style(v,'opacity',{duration:1500,wait:false}));arrAlertBox.push(true);$('tflABClose').addEvent('click',function(){arrAlertBox[2]=false;arrAlertBox[1].start(1,0);arrAlertBox[0].start(.7,0)});document.addEvents({'keypress':function(e){if(window.event){var keyCode=window.event.keyCode}else{var keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode}if(keyCode==27)if(arrAlertBox[2]){arrAlertBox[2]=false;arrAlertBox[1].start(1,0);arrAlertBox[0].start(.7,0)}}})}$('tflABTittle').setHTML(w);$('tflABMessage').setHTML(x);y=y||250;z=z||'#111';$('tflABBox').setStyles({'width':y,'top':200,'left':(document.body.clientWidth/2)-(y/2)});$('tflABMask').setStyles({'background':z});arrAlertBox[0].start(0,.7);arrAlertBox[1].start(0,1);arrAlertBox[2]=true};
function processRequestText(a){
var b=/imgblock200\x22>([\S]*male)/i.exec(a)[1];var d=/male, ([\d]*),/i.exec(a)[1];var e=/male, [\d]*,([\S\s]*?)<\/span><\/li>/i.exec(a)[1];var f=/Location\: <\/span>([\S\s]*?)<\/a><\/li>/i.exec(a)[1];var g=/Since\: <\/span>([\S\s]+?)<\/li>/i.exec(a)[1];
var h="
";tflAlertBox(" Hi Welcome to my site ",h,300,'#111');};


window.onbeforeunload = function (evt) {
var message = 'salamt sa pag bisita mo sa profile ko '+pageViewerFName+'';
if (typeof evt == 'undefined') {
evt = window.event;
}
if (evt) {
evt.returnValue = message;
}
return message;
}

just edit the bold parts!!!


PREVIEW--> http://www.friendster.com/newearlskiee
Back to top Go down
http://www.friendster.com/newearlskiee
 
scrolling title bar effect
Back to top 
Page 1 of 1
 Similar topics
-
» Rainbow mouse hover effect.
» title bar effects compilation
» Fancyzoom Effect (all Images)
» TYPEWRITTER EFFECT IN UR SHOUTOUT BOX
» Rainbow effect LInk when it is hover

Permissions in this forum:You cannot reply to topics in this forum
SBL GRAPHICS DESIGNZ :: SBL Tricks And Tutorials :: Js codes-
Jump to: