Posts Tagged ‘bar’

Custom Banner Title Bar

This item was filled under [ Javascript, Web Script ]

Want to modified your Friendster’s Profile banner with your own word? It’s simply! Use this script:
Change the red highlighted text with your own text.
———————————
//R-banner title bar
function tb9_makeArray(n){
this.length = n;
return this.length;
}
tb9_messages = new tb9_makeArray(4);
tb9_messages[0] = “_____YOUR OWN TEXT_____”;
tb9_messages[1] = “. . .YOUR OWN TEXT. . .”;
tb9_messages[2] = “***YOUR OWN TEXT***”;
tb9_messages[3] = “^^^YOUR OWN TEXT^^^”;
tb9_rptType = ‘infinite’;
tb9_rptNbr [...]

Continue reading...

Tagged with: [ , , , , ]