<?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>Alan&#039;s Playground-Alann辦公室</title>
<link>http://blog.roodo.com/alannlin/archives/cat_547175.html</link>
<description>


_uacct = &quot;UA-508832-1&quot;;
urchinTracker();





/*
 * 作者: Nelson (http://blog.pixnet.net/Nelson)
 * 說明: 讓 Roodo 的文章自動加入 Google AdSense
 * 備註: 原始程式碼來自 http://blog.xuite.net/emisjerry/tech/11088489，
 *       我將它改成適合 Roodo 的版本。
 * 版本: v1.0，2007/04/26
 * 適用: Roodo 版型
 * 授權: 自由使用及修改，拿去用之前，
 * 		 麻煩到 http://blog.pixnet.net/Nelson/post/3967606 留個言給我。
 */

/*
 * 檢查網址裡頭有沒有 &quot;/archives/&quot; 字串，
 * 有的話就代表是單篇文章。
 */
var isArticle = false;
if (document.URL.indexOf(&quot;/archives/&quot;) &gt; 0)
	isArticle = true;

if (isArticle)
{
	if (window.attachEvent)
		window.attachEvent(&#039;onload&#039;, init);
	else
		window.addEventListener(&#039;load&#039;, init, false);
}


function init()
{
	var DIVs = document.getElementsByTagName(&#039;div&#039;);
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		// 檢查 class 是否為 &quot;posted&quot;，是的話就是文章結尾
		if (x.indexOf(&quot;posted&quot;) == 0)
		{
			DIVs[i].innerHTML +=
				document.getElementById(&quot;divAdSenseContentScript&quot;).innerHTML;
			break;
		}
	}
}
</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/alannlin/archives/cat_547175.xml" rel="self" type="application/rss+xml" />
<item>
	<title>[辦公室日誌] 001</title>
	<description><![CDATA[
			話說新工作開始也四個月了，好像一直沒機會寫一些工作上的事情

雖然最近手頭上事情真的很多，不過找到時間還是多少寫些公司的瑣事~

希望不要被公司同事發現這個小小blog就好了 XD

		]]>
	</description>
	<content:encoded><![CDATA[
			話說新工作開始也四個月了，好像一直沒機會寫一些工作上的事情<br />
<br />
雖然最近手頭上事情真的很多，不過找到時間還是多少寫些公司的瑣事~<br />
<br />
希望不要被公司同事發現這個小小blog就好了 XD<br />

		<a class="acontinues" href="http://blog.roodo.com/alannlin/archives/6372311.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/alannlin/archives/6372311.html</link>
	<guid>http://blog.roodo.com/alannlin/archives/6372311.html</guid>
	<category>Alann辦公室</category>
	<pubDate>Sun, 06 Jul 2008 20:09:44 +0800</pubDate>
</item>
</channel>
</rss>