<?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/">
<channel>
<title>小小妤的BLOG</title>
<link>http://blog.yam.com/yolanda421</link>
<description>
yolanda的成長日誌
   
 

var today = new Date();
var year = today.getFullYear();
var month = today.getMonth();
var day = today.getDate();
var t_yy = 0;
var t_mm = 0;
var t_dd = 0;

var b_yy = 2007;
var b_mm = 09;
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;可愛的小小妤已經~&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] = 31; 
this[2] = 28; 
if (isLeapYear) 
this[2] = 29; 
this[3] = 31; 
this[4] = 30; 
this[5] = 31; 
this[6] = 30; 
this[7] = 31; 
this[8] = 31; 
this[9] = 30; 
this[10] = 31; 
this[11] = 30; 
}



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>blog.yam.com</generator>
<copyright>All Rights Reserved</copyright>
<item>
  <title>部落格賺錢方法~</title>
  <description>
&lt;strong&gt;&lt;font color=&quot;#ff0000&quot;&gt;雖然我知道有人是月賺 3000 美元啦, 達人這個月也破 1000 美元, 不過很多人還是想知道達人是怎麼賺的吧??~~&lt;br /&gt;&lt;br /&gt;&lt;font color=&quot;#0000ff&quot;&gt;想看圖文版分享嘛??&amp;nbsp;方法如下&lt;/font&gt;:&amp;nbsp; &amp;nbsp;&lt;img src=&quot;http://club.pixnet.net/js/fckeditor/editor/images/smiley/msn/b10.gif&quot; alt=&quot;&quot; /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;font color=&quot;#000000&quot;&gt;老套:&lt;br /&gt;&lt;br /&gt;1. 加入部落客賺錢小圈圈&lt;br /&gt;2. 部落格不能是空站和少於3篇文章&lt;br /&gt;3. 在討論區張貼一篇部落客賺錢相關文章並回覆本文&amp;nbsp;&lt;br /&gt;4. 就發站內短訊給文章網址和密碼&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;[作者於 2008/06/06 12:20:32 修改本文]&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/font&gt;&lt;/strong&gt;
   </description>

<content:encoded><![CDATA[
<strong><font color="#ff0000">雖然我知道有人是月賺 3000 美元啦, 達人這個月也破 1000 美元, 不過很多人還是想知道達人是怎麼賺的吧??~~<br /><br /><font color="#0000ff">想看圖文版分享嘛??&nbsp;方法如下</font>:&nbsp; &nbsp;<img src="http://club.pixnet.net/js/fckeditor/editor/images/smiley/msn/b10.gif" alt="" />&nbsp;<br /><br /><font color="#000000">老套:<br /><br />1. 加入部落客賺錢小圈圈<br />2. 部落格不能是空站和少於3篇文章<br />3. 在討論區張貼一篇部落客賺錢相關文章並回覆本文&nbsp;<br />4. 就發站內短訊給文章網址和密碼<br /><br /><br /></font>
<div><font color="#000000">&nbsp;</font></div>
<div><b><font color="#000000">[作者於 2008/06/06 12:20:32 修改本文]</font></b></div>
</font></strong>
]]>
</content:encoded>


  <link>http://blog.yam.com/yolanda421/article/15581107</link>
  <category>好康報報</category>
  <pubDate>Fri, 13 Jun 2008 23:03:41 +0800</pubDate>
</item>
</channel>
</rss>