:: Hide Codes Galore ::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Hide Codes Galore ::


 
HomeHomeRulesLatest imagesGallerySearchRegisterLog in

title bar effect(NEW COMPILATION)

View previous topic View next topic Go down
Go to page : Previous  1, 2
Author Message
*munxterxcore
*munxterxcore
HCG Freak
Female

> : [H.C.G] Rockssss :))
Posts : 195
Age : 30
Location : trash can =]
Mood : Blah
Country : title bar effect(NEW COMPILATION) - Page 2 Brazil
Reg-Date : 2009-05-10
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://friendster.com/munxterxcore

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeMon Jun 15, 2009 6:03 pm

First topic message reminder :

Instructions:

Add this app 1st
http://app.darylldelfin.com/
paste in your Second box app [HCG]
edit this part __your_text_hir__

Blink :)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb3_makeArray(n){
   this.length = n;
   return this.length;
}

tb3_messages = new tb3_makeArray(3);
tb3_messages[0] = "__your_text_hir__";
tb3_messages[1] = "__your_text_hir__";
tb3_messages[2] = "__your_text_hir__";
tb3_rptType = 'infinite';
tb3_rptNbr = 5;
tb3_speed = 500;
tb3_nbrOneMsg = 5;
var tb3_currMsg=0;
var tb3_timerID = null;
var tb3_switcher = 0;
var tb3_countOneMsg=0;
var tb3_counter=1;
function tb3_blinktitle(){
if (tb3_countOneMsg == tb3_nbrOneMsg){
   if (tb3_currMsg == tb3_messages.length-1){
      if ((tb3_rptType == 'finite') && (tb3_counter==tb3_rptNbr)){
         clearTimeout(tb3_timerID);
         return;
      }
      tb3_counter++;
      tb3_currMsg=0;
      tb3_countOneMsg=0;
   }
   else{
      tb3_currMsg++;
      tb3_countOneMsg=0;
   }
}
if (tb3_switcher==0){
   document.title = tb3_messages[tb3_currMsg];
   tb3_switcher=1;   
   tb3_countOneMsg++;
}
else{
   document.title = "______________________________________________________________";
   tb3_switcher=0;
}
tb3_timerID = setTimeout("tb3_blinktitle()", tb3_speed)
}
tb3_blinktitle();
</script>


Elastic:)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb7_makeArray(n){
   this.length = n;
   return this.length;
}

tb7_messages = new tb7_makeArray(3);
tb7_messages[0] = "__your_text_hir__";
tb7_messages[1] = "__your_text_hir__";
tb7_messages[2] = "__your_text_hir__";
tb7_rptType = 'infinite';
tb7_rptNbr = 5;
tb7_speed = 200;
tb7_timeOneMsg = 6000;
tb7_minBrojRazmaka = 0;
tb7_maxBrojRazmaka = 3;
var tb7_counter=1;
var tb7_currMsg;
var tb7_stsmsg="";
var tb7_brojac = 0;
var tb7_expand = true;
var tb7_run=false
var tb7_tmpmsg="";
var tb7_spaces="";
var tb7_timer=null;
for (var i=0; i<tb7_minBrojRazmaka; i++)
   tb7_spaces += "_";
for (var i=0; i<tb7_messages.length; i++){
   tb7_tmpmsg="";
   for (var j=0; j<tb7_messages[i].length; j++){
      tb7_tmpmsg=tb7_tmpmsg+tb7_spaces+tb7_messages[i].charAt(j);
   }
   tb7_messages[i]=tb7_tmpmsg;
}
function tb7_settitle(){
if (!tb7_run){
   clearTimeout(tb7_timer2);
   return;
}
var tb7_sts = "";
if (tb7_brojac == 0)
   document.title = tb7_messages[tb7_currMsg]
else{
   for (var i=0; i<tb7_messages[tb7_currMsg].length; i++){
      for (var j=0; j<tb7_brojac; j++)
         tb7_sts += "_";
      tb7_sts += tb7_messages[tb7_currMsg].charAt(i);
   }
   document.title = tb7_sts;
}
if (tb7_expand && (tb7_brojac >= tb7_maxBrojRazmaka))
   tb7_expand=false;
if (!tb7_expand && tb7_brojac < tb7_minBrojRazmaka)
   tb7_expand = true;
if (tb7_expand)
   tb7_brojac++
else tb7_brojac--;
tb7_timer2 = setTimeout("tb7_settitle()", tb7_speed);
}
function tb7_coordinator(){
if (!tb7_run){
   tb7_currMsg=0;
   tb7_run = true;
   tb7_settitle();
}
else{
   if (tb7_currMsg == tb7_messages.length-1){
      if ((tb7_rptType == 'finite') && (tb7_counter==tb7_rptNbr)){
         clearTimeout(tb7_timer);
         tb7_run = false;
         return;
      }
      tb7_counter++;
      tb7_currMsg=0;
   }
   else{
      tb7_currMsg++;
   }
}
tb7_timer = setTimeout("tb7_coordinator()",tb7_timeOneMsg);
}
tb7_coordinator();
</script>


Bounce:)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb13_makeArray(n){
   this.length = n;
   return this.length;
}

tb13_messages = new tb13_makeArray(3);
tb13_messages[0] = "__your_text_hir__";
tb13_messages[1] = "__your_text_hir__";
tb13_messages[2] = "__your_text_hir__";
tb13_rptType = 'infinite';
tb13_rptNbr = 5;
tb13_speed = 200;
tb13_maxspaces = 40;
tb13_bncOneMsg = 1;
var tb13_counter=1;
var tb13_currMsg=0;
var tb13_spaces=0;
var tb13_right=true;
var tb13_counterOneMsg=0;
var tb13_timer=null;
function tb13_bounce(){
var tmp=tb13_messages[tb13_currMsg];
tb13_spaces = (tb13_right)?tb13_spaces+1:tb13_spaces-1;
for (var i=0; i<tb13_spaces; i++)
   tmp = "_"+tmp;
document.title = tmp;
if ((tb13_spaces >= tb13_maxspaces) || (tb13_spaces<1)){
   tb13_right = !tb13_right;
}
if ((tb13_spaces == 0)){
   tb13_counterOneMsg++;
   if (tb13_counterOneMsg  == tb13_bncOneMsg){
      if (tb13_currMsg == tb13_messages.length-1){
         if ((tb13_rptType == 'finite') && (tb13_counter==tb13_rptNbr)){
            clearTimeout(tb13_timer);
            return;
         }
         tb13_counter++;
         tb13_currMsg=0;
         tb13_counterOneMsg=0;
      }
      else{
         tb13_currMsg++;
         tb13_counterOneMsg=0;
      }
   }
}
tb13_timer = setTimeout("tb13_bounce()", tb13_speed);
}
tb13_bounce();
</script>



Message Scroller:)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb8_makeArray(n){
   this.length = n;
   return this.length;
}

tb8_messages = new tb8_makeArray(3);
tb8_messages[0] = "__your_text_hir__";
tb8_messages[1] = "__your_text_hir__";
tb8_messages[2] = "__your_text_hir__";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 100;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
   tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
   document.title = tb8_tekst;
   tb8_sp=tb8_speed;
   tb8_i++;
   if (tb8_i==tb8_messages[tb8_currMsg].length){
      tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
   }
   if (tb8_currMsg == tb8_messages.length){
      if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
         clearTimeout(tb8_TID);
         return;
      }
      tb8_counter++;
      tb8_currMsg = 0;
   }
   tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()
</script>


Scroll left :)

Code:

<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb1_makeArray(n){
   this.length = n;
   return this.length;
}

tb1_messages = new tb1_makeArray(3);
tb1_messages[0] = "__your_text_hir__";
tb1_messages[1] = "__your_text_hir__";
tb1_messages[2] = "__your_text_hir__";
tb1_bln = 50;
tb1_rptType = 'infinite';
tb1_rptNbr = 5;
tb1_speed = 100;
tb1_counter=1;
tb1_timer = null;
tb1_last = 1;
tb1_st='';
tb1_currMsg = 0;
function tb1_scrolltitle(){
if (tb1_last > tb1_messages[tb1_currMsg].length){
   if (tb1_st.length == 0){
   tb1_last=1;
      if (tb1_currMsg == tb1_messages.length-1){
         if ((tb1_rptType == 'finite') && (tb1_counter==tb1_rptNbr)){
            clearTimeout(tb1_timer);
            return;
         }
         tb1_counter++;
         tb1_currMsg=0;
      }
   else{
      tb1_currMsg++;
   }
}
else{
   tb1_st=tb1_st.substring(1,tb1_st.length);
}
}
else{
   tb1_st = tb1_messages[tb1_currMsg].substring(0, tb1_last);
   for (var i=0; i<=(tb1_bln+tb1_messages[tb1_currMsg].length-tb1_last); i++)
      tb1_st="_"+tb1_st;
   tb1_last++;
}
document.title = tb1_st;
tb1_timer = setTimeout("tb1_scrolltitle()", tb1_speed);
}
tb1_scrolltitle();
</script>

Scroll Right:)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb2_makeArray(n){
   this.length = n;
   return this.length;
}

tb2_messages = new tb2_makeArray(3);
tb2_messages[0] = "__your_text_hir__";
tb2_messages[1] = "__your_text_hir__";
tb2_messages[2] = "__your_text_hir__";
tb2_bln = 50;
tb2_rptType = 'infinite';
tb2_rptNbr = 5;
tb2_speed = 100;
var tb2_currMsg=0;
var tb2_kraj=tb2_messages[tb2_currMsg].length;
var tb2_sts="";
var tb2_timer = null;
var tb2_stsmsg="";
for (var i=0;i<tb2_bln;i++)
   tb2_stsmsg="_"+tb2_stsmsg;
tb2_stsmsg += tb2_messages[tb2_currMsg];
var tb2_pocetak = tb2_stsmsg.length-1;
var tb2_ocapareno = 0;
var tb2_counter=1;
function tb2_scrolltitle(){
if (tb2_pocetak >= 0){
   tb2_sts = tb2_stsmsg.substring(tb2_pocetak,tb2_stsmsg.length);
   tb2_pocetak--;
}
else{
   if (tb2_ocapareno == tb2_messages[tb2_currMsg].length){
      if (tb2_currMsg == tb2_messages.length-1){
         if ((tb2_rptType == 'finite') && (tb2_counter==tb2_rptNbr)){
               clearTimeout(tb2_timer);
               return;
         }
         tb2_currMsg=0;
         tb2_counter++;
      }
   else{
      tb2_currMsg++;
   }
   tb2_stsmsg="";
   for (var i=0;i<tb2_bln;i++)
      tb2_stsmsg="_"+tb2_stsmsg;
      tb2_stsmsg += tb2_messages[tb2_currMsg];
      tb2_pocetak = tb2_stsmsg.length-1;
      tb2_ocapareno = 0;
   }
   else{
      tb2_stsmsg=tb2_sts;
      tb2_sts = "  "+tb2_stsmsg.substring(0,tb2_stsmsg.length-1);
      tb2_ocapareno++;
   }
}
document.title = tb2_sts;   
tb2_timer = setTimeout("tb2_scrolltitle()", tb2_speed);
}
tb2_scrolltitle();
</script>

Random Placer:)

Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb6_makeArray(n){
   this.length = n;
   return this.length;
}

tb6_messages = new tb6_makeArray(3);
tb6_messages[0] = "__your_text_hir__";
tb6_messages[1] = "__your_text_hir__";
tb6_messages[2] = "__your_text_hir__";
tb6_rptType = 'infinite';
tb6_rptNbr = 5;
tb6_speed = 500;
tb6_nbrOneMsg = 5;
var tb6_currMsg=0;
var tb6_timer = null;
var tb6_countOneMsg=0;
var tb6_counter=1;
tb6_arr = new tb6_makeArray(100);
tb6_arr[0] = "_";
for (var i=1; i<tb6_arr.length; i++)
   tb6_arr[i] = tb6_arr[i-1] + "_";
var tb6_tbTimer = null;
function tb6_settitle(){
var k;
   if (tb6_countOneMsg == tb6_nbrOneMsg){
      if (tb6_currMsg == tb6_messages.length-1){
         if ((tb6_rptType == 'finite') && (tb6_counter==tb6_rptNbr)){
            clearTimeout(tb6_timer);
            return;
         }
         tb6_counter++;
         tb6_currMsg=0;
         tb6_countOneMsg=0;
      }
      else{
         tb6_currMsg++;
         tb6_countOneMsg=0;
      }
   }
   k = Math.round(Math.random() * tb6_arr.length)
   document.title = tb6_arr[k] + tb6_messages[tb6_currMsg];
   tb6_countOneMsg++;
   tb6_timer = setTimeout("tb6_settitle()", tb6_speed);
}
tb6_settitle();
</script>


Random letters :)
Code:
<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb5_makeArray(n){
   this.length = n;
   return this.length;
}

tb5_messages = new tb5_makeArray(3);
tb5_messages[0] = "__your_text_hir__";
tb5_messages[1] = "__your_text_hir__";
tb5_messages[2] = "__your_text_hir__";
tb5_rptType = 'infinite';
tb5_rptNbr = 5;
tb5_speed = 300;
tb5_delay = 2000;
var tb5_counter=1;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){
   k = Math.round(Math.random() * (arr.length - i - 1)) + i;
   temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
   tb5_arr[i] = i;
   tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){
   if (tb5_currMsg == tb5_messages.length-1){
      if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
         clearTimeout(tb5_timerID);
         return;
      }
      tb5_counter++;
      tb5_currMsg=0;
   }
   else{
      tb5_currMsg++;
   }
   n=0;
   tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
   tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
   for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
      tb5_arr[i] = i;
      tb5_sts[i] = "_";
   }
   tb5_arr = tb5_shuffle(tb5_arr);
   tb5_sp=tb5_delay;
}
else{
   tb5_sp=tb5_speed;
   k = tb5_arr[n];
   tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
   tb5_stsmsg = "";
   for (var i=0; i<tb5_sts.length; i++)
      tb5_stsmsg += tb5_sts[i];
      document.title = tb5_stsmsg;
      n++;
   }
   tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){
   tb5_init(0);
}
tb5_randomizetitle();
</script>


NEW COMPILATION

Title Wiper :)
Code:

<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb10_makeArray(n){
   this.length = n;
   return this.length;
}

tb10_messages = new tb10_makeArray(3);
tb10_messages[0] = "__your_text_hir__";
tb10_messages[1] = "__your_text_hir__";
tb10_messages[2] = "__yout_text_hir__";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 100;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="_"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
   document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
   tb10_index++
   if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
   else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
   tb10_index=0
   tb10_wiper=""
   for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
   tb10_clearem()
}
function tb10_clearem()
{
   document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
   tb10_index++
   if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
      if (tb10_currMsg == tb10_messages.length-1){
         if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
            document.title="";
            return;   
         }   
         tb10_counter++;
         tb10_currMsg = 0;
      }
      else tb10_currMsg++;
      tb10_index=0
      tb10_main()
   }
   else{setTimeout('tb10_clearem()',250)}
}
</script>


Thats all fer now..
Credit:Bosiljak

NOTE:
Spoiler:


Last edited by *munxterxcore on Tue Jun 23, 2009 1:32 pm; edited 5 times in total
Back to top Go down
Jerzzz777
Jerzzz777
HCG Freak
> : I love HCG!
Posts : 102
Reg-Date : 2009-05-19
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://www.friendster.com/105908697

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeSat Aug 08, 2009 5:57 pm

thnx for this.
Back to top Go down
antiimp19
antiimp19
HCG Addict
Male

> : I love u!
Posts : 482
Age : 30
Location : caloocan
Mood : Good
Country : title bar effect(NEW COMPILATION) - Page 2 Philippines-1
Reg-Date : 2009-06-23
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 210
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://profiles.friendster.com/om6k1m

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeThu Aug 20, 2009 6:12 pm

title bar effect(NEW COMPILATION) - Page 2 933962 thx 4 sharin

but ndi ko ma gets nkaka hilo title bar effect(NEW COMPILATION) - Page 2 94130




HUHUHUHU title bar effect(NEW COMPILATION) - Page 2 774365
Back to top Go down
Edson™
Edson™
HCG Geek
Male

> : Dota? :)
Posts : 962
Age : 28
Location : Local Disk (C:)
Mood : Happy
Country : title bar effect(NEW COMPILATION) - Page 2 Philippines-1
Reg-Date : 2009-01-07
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://www.friendster.com

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeThu Aug 20, 2009 6:15 pm

oyea.:D:D
Back to top Go down
avatar
PRINCESS AFHUR
HCG Geek
Female

> : BANNED !
Posts : 887
Age : 31
Location : HERE.
Mood : Bitchy
Country : title bar effect(NEW COMPILATION) - Page 2 SouthKorea-1
Reg-Date : 2009-03-15
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 110
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue





title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeFri Aug 21, 2009 12:13 am

i tnk napost nato ni kuya jiro
Back to top Go down
wifi
wifi
HCG Member
Male

> : DEE!
Posts : 10
Location : wireless city
Mood : Flirty
Country : title bar effect(NEW COMPILATION) - Page 2 UnitedStatesofAmericaUSA-1
Reg-Date : 2009-08-21
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://friendster.com/wifii

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeFri Aug 21, 2009 12:44 am

nice nice!!!
Back to top Go down
*munxterxcore
*munxterxcore
HCG Freak
Female

> : [H.C.G] Rockssss :))
Posts : 195
Age : 30
Location : trash can =]
Mood : Blah
Country : title bar effect(NEW COMPILATION) - Page 2 Brazil
Reg-Date : 2009-05-10
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://friendster.com/munxterxcore

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeSat Aug 22, 2009 7:31 pm

`tnks guys..
Back to top Go down
eryl234
eryl234
HCG Freak
Male

> : tHank'S HCG
Posts : 115
Age : 30
Location : manila
Mood : Calm
Country : title bar effect(NEW COMPILATION) - Page 2 Philippines-1
Reg-Date : 2009-03-31
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://profiles.friendster.com/erylmclee

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeSat Aug 22, 2009 11:41 pm

i like that..................


xD
Back to top Go down
anaD18
anaD18
HCG Member
Female

> : I love HCG!
Posts : 13
Location : qc phil.
Reg-Date : 2008-12-26
Forum Warning : title bar effect(NEW COMPILATION) - Page 2 010
Contribution :
title bar effect(NEW COMPILATION) - Page 2 Left_bar_bleue0 / 1000 / 100title bar effect(NEW COMPILATION) - Page 2 Right_bar_bleue



http://profiles.friendster.com/sofiadana

title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitimeSat Jul 10, 2010 12:36 pm

taena.[b]
Back to top Go down

Sponsored content





title bar effect(NEW COMPILATION) - Page 2 Vide
PostSubject: Re: title bar effect(NEW COMPILATION) title bar effect(NEW COMPILATION) - Page 2 I_icon_minitime

Back to top Go down

title bar effect(NEW COMPILATION)

View previous topic View next topic Back to top
Page 2 of 2 Go to page : Previous  1, 2
                         Posting Regulations                         

Permissions in this forum: You cannot reply to topics in this forum
:: Hide Codes Galore :: :: Design And Development :: HCG Design and Development -
Free forum | Art, Culture and Leisures | Mangas | ©phpBB | Free forum support | Report an abuse | Forumotion.com