The Girl ;

*__Xinling__*
*__Pisces__*
*__1st march__*
*__Me being myself__*
*__I'm content with my life __*

Indulges In ;

*__Yellow__*
*__white__*
*__icecream!__* *__Animals__*
*__Nature__*
*__Stars__*
*__Turtles__*

Detests On ;

*__Crocroaches, basically insects__*
Wishes On ;

*__travel to taiwan__*
*__travel to rendang__*
*__everyone around me to be happy!__*

Her Exits;

Name
[[+ Peiling +]]
[[+ Jieying +]]
[[+ Qinghui +]]
[[+ Zhining +]]
[[+ Xuanhui +]]
[[+ Aikkun +]]
[[+ Eunice +]]
[[+ Szeying +]]
[[+ Claudia +]]
[[+ Daryl +]]
[[+ Jiawen +]]
[[+ Huimin +]]
[[+ Adeline +]]
[[+ Samantha +]]
[[+ Yvonne +]]
[[+ Yilin +]]
[[+ Julian +]]
[[+ Liping +]]
[[+ Valerie +]]
[[+ Sijia +]]
[[+ Desmond +]]
[[+ Grace +]]
[[+ Yiru +]]
[[+ Elizabeth +]]
[[+ Ernst +]]
[[+ Rati +]]
[[+ Shihui +]]
[[+ Jasmine +]]
[[+ Charmaine +]]
[[+ Kiat +]]
[[+ Pohli +]]
[[+ Melissa +]]
[[+ Aloysius +]]
[[+ Shiling +]]
[[+ MinQi +]]
[[+ Elaine +]]
[[+ Hui Qi +]]
[[+ Mei Yi +]]
[[+ Li Ling +]]
[[+ Denise +]]
[[+ Jia Yi +]]
[[+ Derrick +]]
[[+ Vincent +]]
[[+ Ying qi +]]
[[+ Winstar +]]
[[+ Kelvin +]]
[[+ Meishi +]]
[[+ Niki +]]
[[+ Priscilla +]]
[[+ Peiling +]]
[[+ Alisa +]]
[[+ Siangling +]]
[[+ Jiale +]]
[[+ Cheryl +]]

The Credits ;

Images: 1
Brushes: 1, 2, 3, 4, 5, 6, 7, 8, 9
Designer: purpl3d
Special Tnks to: Blogger, Blogskins

The Memories ;

June 2005
July 2005
August 2005
September 2005
April 2006
June 2006
July 2006
August 2006
September 2006
October 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
July 2008
August 2008
September 2008
November 2008
December 2008
January 2009
February 2009
March 2009
May 2009
June 2009
July 2009
August 2009
September 2009
October 2009
November 2009
December 2009
January 2010
March 2010
May 2010
July 2010
September 2010
November 2010
March 2011
December 2011
April 2013


Music ;

Tuesday, July 07, 2009

最熟悉的陌生人
还记得吗 
窗外那被月光染亮的海洋
你还记得吗 
是爱让彼此把夜点亮
为何后来我们 
用沉默替代依赖
曾经朗朗星空 
渐渐阴霾
心碎离开 
转身回到最初荒凉里等待
为了寂寞 
是否找个人填心中空白
我们变成了世上 
最熟悉的陌生人
今后各自曲折 
各自悲哀
只怪我们爱得那么汹涌 
爱得那么深 于是梦醒了 
搁浅了 
沉默了 
挥手了 
却回不了神
如果当初在交会时能忍住了 
激动的灵魂
也许今夜我不会让自己在思念里 
沉沦

Just The Girl @ 6:10 AM

// All you have to do is put another text in the variable message. // Don't forget to break all lines with a ^ // When you do not place a ^ at the end of all the message, the // message will not repeat message = "Starry, starry, starry night,^" + "I lie beneath the glimmering sky^" + "A cloud above; an angel's stare,^" + "Comforting glow; the moon aware.^" + " ^ "+ "Starry, starry, starry night,^" + "I witness a shooting star above^" + "Close my eyes and make a wish,^" + "A feeling of hope, a feeling of bliss.^" + " * * * * * * * * ^" scrollSpeed = 75 lineDelay = 1200 // Do not change the text below // txt = "" function scrollText(pos) { if (message.charAt(pos) != '^') { txt = txt + message.charAt(pos) status = txt pauze = scrollSpeed } else { pauze = lineDelay txt = "" if (pos == message.length-1) pos = -1 } pos++ setTimeout("scrollText('"+pos+"')",pauze) } // Unhide --> scrollText(0)