<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>♥阿粉粉の幸福風景 .｡.:*ღ-美好記憶</title>
<link>http://blog.roodo.com/afenfen/archives/cat_308116.html</link>
<description>





var today = new Date();
var year = today.getYear();
var month = today.getMonth();
var day = today.getDate();
var t_yy = 0;
var t_mm = 0;
var t_dd = 0;

var b_yy = 2005;
var b_mm = 05;
var b_dd = 04;

t_yy = year - b_yy - 1;

if ( month + 1 &gt; b_mm)
{ t_mm = month - b_mm ;
t_yy++;
}
else
t_mm = 12 - b_mm + month;

if (day &gt; b_dd)
{ t_dd = day - b_dd;
t_mm++;
}
else
t_dd = daysInMonth(month, year) - b_dd + day;

if (t_dd &gt; daysInMonth(month, year)-1)
{ t_dd = 0;
t_mm++;
}

if (t_mm &gt; 11)
{ t_mm = 0;
t_yy++;
}

document.write(&quot;~~Q比 已經 &quot;);

if (t_yy &gt; 0)
document.write(&quot; &quot; + t_yy + &quot; 歲 &quot;);

if (t_mm &gt; 0)
document.write(t_mm + &quot; 個月&quot;);

if (t_dd &gt; 0)
document.write(&quot; 又 &quot; + t_dd + &quot; 天了~~ &quot;) ;

//****** function set ******

function arrayOfDayInMonths(isLeapYear)
{ this[0] = 31;
this[1] = 28;
if (isLeapYear)
this[1] = 29;
this[2] = 31;
this[3] = 30;
this[4] = 31;
this[5] = 30;
this[6] = 31;
this[7] = 31;
this[8] = 30;
this[9] = 31;
this[10] = 30;
this[11] = 31;
}

function daysInMonth(month, year)
{ var isLeapYear = ((( year % 4 == 0) &amp;&amp; (year % 100 != 0)) || (year % 400 == 0));
var monthdays = new arrayOfDayInMonths(isLeapYear);
return monthdays[month];
}
</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/afenfen/archives/cat_308116.xml" rel="self" type="application/rss+xml" />
<item>
	<title>美好記憶-2002/12/31</title>
	<description><![CDATA[
			
畢業後，我們每年相聚一起倒數著另一年的來臨，今年，因突發的事件，我們取消了原本計劃好的跨年活動。臨睡前，我靜靜想起了，我最愛的那年，遙遠的2003

我們選擇了遠離塵囂、恬靜的苗栗山上—菊園，在那兒一起渡過了2002的最後一天
		]]>
	</description>
	<content:encoded><![CDATA[
			<br />
<div class="pict"><img width="219" hspace="5" height="165" border="0" align="left" class="pict" src="http://blog.roodo.com/afenfen/ff4f0e5b.jpg" /></div>畢業後，我們每年相聚一起倒數著另一年的來臨，今年，因突發的事件，我們取消了原本計劃好的跨年活動。<br />臨睡前，我靜靜想起了，我最愛的那年，遙遠的2003<br />
<br />
<br />我們選擇了遠離塵囂、恬靜的苗栗山上—菊園，在那兒一起渡過了2002的最後一天
		<a class="acontinues" href="http://blog.roodo.com/afenfen/archives/2615402.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/afenfen/archives/2615402.html</link>
	<guid>http://blog.roodo.com/afenfen/archives/2615402.html</guid>
	<category>美好記憶</category>
	<pubDate>Tue, 02 Jan 2007 19:46:24 +0800</pubDate>
</item>
</channel>
</rss>