Dear diary, YouTude Code
About this Entry
Posted by: RaY1127

Visit RaY1127's Xanga Site

Original: 5/21/2009 6:46 AM
Views: 1

Back to Your Xanga Site


Thursday, May 21, 2009

 

很久很久,,沒有接觸這個xg,,,,

最近,,,收到一個消息,,,

這次不知道是不是真的,,,

兩年後,,,我的家,,還會存在嗎,,,?

家裡每一件物件,,,每一個位置,,,

充滿著我對某人的回憶,,,

然後,,,目標好像不斷被動搖,,,

我要放棄嗎,,,!?

很不甘心,,,

每個朋友都好像開始有一點目標,,

而我,,,我的目標,,,好像,,越來越遠,,,

好像永遠都不會達成一樣,,,,

 

我沒有我沒有沒有,,,

從運氣到痛苦到悲歡愛恨全部折扣,,,

 Posted 5/21/2009 6:46 AM - 1 View

var today = new Date; var Future0 = new Date; var BirthMonth = 6; var BirthDate = 20; var BirthYear = 1987; BirthMonth--; Future0.setMonth(BirthMonth, BirthDate); if (Date.parse(today) > Date.parse(Future0)) { Future0.setFullYear(today.getYear()+1); age = (today.getYear() - BirthYear) + 1; } else {age = today.getYear() - BirthYear;} if (age % 10 == 0) ageend = 'th'; else if (age % 10 == 4) ageend = 'th'; else if (age % 10 == 5) ageend = 'th'; else if (age % 10 == 6) ageend = 'th'; else if (age % 10 == 7) ageend = 'th'; else if (age % 10 == 8) ageend = 'th'; else if (age % 10 == 9) ageend = 'th'; else if (age % 10 == 1) ageend = 'st'; else if (age % 10 == 2) ageend = 'nd'; else if (age % 10 == 3) ageend = 'rd';