33,435頁面訪問量
.
joanna的主頁
 

狀態

joanna AMR ALI MOKHEL I WILL ALWAYS LOVE U

禮物

嗚。。我沒有禮物.
你可以做第一個送禮物給我的人!
現在就送禮物給我吧!

留言本

1天前my love

MERRROOO
Amr 27, 麥納麥, 巴林
still counting the days ... hmmmmmmmmm
can not belive that
I LOVE YOU
take care my love
Amr

1天前hi

virenderbarbola
ღ♥ღღ 高級會員 已驗証的會員 27, Rohtak, 印度

1天前!!!!!!

marispb1
* MARINA* 高級會員 已驗証的會員 50, Saint Petersburg, 俄羅斯聯邦
Hello dear Joanna!!!!!!! How are you?

1天前You are most beautiful woman in the universe

engineer565
ahmed 36, 開羅, 埃及

3天前lovely Thursday sis..miss u soooooooooo much

SoulOfBeauty
i'm yours 108, 美國
As the Internet grows and becomes a part of our lives it brings with it a unique opportunity to meet people we likely would never have met in any other way. And very often, those people we meet on line will become friends. Sometimes very close n best friends.

G/M Pictures, Images and Photos

Saying It All Pictures, Images and Photos

couples beach shot Pictures, Images and Photos

Have a wonderful Thursday sweet friend
Cheers;
Judi

3天前hello

coolboy1980
cool 29, 孟買, 印度

4天前Have a goodnight jojo xo

meagain11
Sally 27, ipswich, 昆士蘭, 澳大利亞

4天前I'm back from my vacation ( miz U )

beautiful4007
Aiko 65, Nagoya, 日本
hello my friend
I may not always be by your side,
but my prayers will be with you.
I may not always help you,
but deep inside you know I want to.
I may not always do what you like,
but I will do the best I can.
I may not always understand,
but we can still walk hand in hand.
I may not be the perfect friend,
I may not be the best out there,
but in spite and despite all these,
you can be sure somebody cares!

Aiko
A Precious Love

5天前hi

coolboy1980
cool 29, 孟買, 印度
<<上一頁 1 2 3 4 5 6 下一頁 >>
發表評論
標題:
內容:
                  
colors = new Array(); // **** Define Your Own Color Combinations Here **** colors[0] = new Array('yellow', 'lime'); colors[1] = new Array('silver', 'green') colors[2] = new Array('silver', 'blue'); colors[3] = new Array('silver', 'purple'); colors[4] = new Array('purple', 'white'); colors[5] = new Array('blue', 'silver'); colors[6] = new Array('red', 'fuchsia'); colors[7] = new Array('yellow', 'red'); // **** Define the Maximum Number of Rockets **** maximum = 100; // **** DO NOT Alter Any Below **** vmlobj=''; for(i = 0; i < 12; i++){ vmlobj += '
'; vmlobj += ''; vmlobj += ''; vmlobj += '
'; } document.write(vmlobj); vmlobj = null; fire = 0; function begin() { try { if(fire == maximum){ return;} colorscheme = Math.floor(Math.random() * colors.length); posLinks = Math.floor(Math.random() * (document.body.clientWidth - 180)); posLinks = (posLinks < 170)? 170: posLinks; posAbove = Math.floor(Math.random() * (document.body.clientHeight - 180)); posAbove = (posAbove < 170)? 170: posAbove; change = 0; burst = true; flash = 0; flickereffect = false; for(var i = 0; i < 12; i++){ document.getElementsByTagName('shape')[i].setAttribute('fillcolor', colors[colorscheme][0]); document.getElementById('star'+i).style.visibility = 'hidden'; // 5.0 fix document.getElementById('star'+i).style.left = posLinks; document.getElementById('star'+i).style.top = posAbove; } document.getElementById('star0').style.top = (document.body.clientHeight - 20); document.getElementById('star0').style.visibility = 'visible'; forhigh(); } catch(e){} } function forhigh() { try { positie = parseInt(document.getElementById('star0').style.top); if(positie > posAbove){ document.getElementById('star0').style.top = (positie - 25); setTimeout('forhigh()', 50); } else { for(i = 1; i < 12; i++){ document.getElementById('star'+i).style.top = positie; document.getElementById('star'+i).style.visibility = 'visible'; } burstpattern(); } } catch(e){} } function burstpattern() { try { if(change > 120 && change % 10 == 0){ flickereffect = true; flash = (flash == colors[colorscheme].length)? 0: (flash+1); } for(var i = 0; i < 12; i++){ var angle = i * 30; var piangle = Math.PI - Math.PI / 180 * angle; var links = posLinks + Math.round(change * Math.sin(piangle)); var above = positie + Math.round(change * Math.cos(piangle)); document.getElementById('star'+i).style.left = links; document.getElementById('star'+i).style.top = above; if(flickereffect){ document.getElementsByTagName('shape')[i].setAttribute('fillcolor', colors[colorscheme][flash]); } } if(change < 160 && burst){ change += (change < 120)? 10: 5; setTimeout('burstpattern()', 50); } else if(change > 120){ burst = false; change -= 5; setTimeout('burstpattern()', 50); } else if(change <= 120){ for(var i = 0; i < 12; i++){ document.getElementById('star'+i).style.visibility = 'hidden'; } fire++; setTimeout('begin()', 500); } } catch(e) {} } window.onload=begin; // -->