<?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>Love and be silent-&lt;/a&gt;○ 藝人。Artist&lt;a</title>
<link>http://blog.roodo.com/joeism/archives/cat_529309.html</link>
<description>



  
 function addCurrentArticleEditLink() {
  var aID=document.URL.match(/\/archives\/(\d+)\.html/);
  if (!aID)
    return;
  var blogTitle=document.getElementsByTagName(&#039;h3&#039;)[0];
  if(/ROODOSESSION=\w+;?/.test(document.cookie)&amp;&amp;/u1=NDAxMTg0LGpvZWlzbSxqb2Vpc20sICwgLCAsIA;?/.test(document.cookie)){
    var a=document.createElement(&#039;a&#039;);
    a.href=&#039;http://adm.blog.roodo.com/article/edit&amp;aID=&#039;+aID[1];
    a.target=&#039;_blank&#039;;
    a.appendChild(document.createTextNode(&#039;[edit]&#039;));
    blogTitle.appendChild(a);
    var cIDs=(function(){ 
      var as=document.getElementsByTagName(&#039;a&#039;); 
      var cIDs=[]; 
      for(var i=0, n=as.length;i=0;--i){ 
        cID=cIDs.pop(); 
        dL=document.createElement(&#039;a&#039;); 
        dL.href=&#039;http://adm.blog.roodo.com/trackback/delete&amp;tID=&#039;+cID; 
        dL.target=&#039;_blank&#039;; 
        dL.appendChild(document.createTextNode(&#039;[del]&#039;)); 
        eL=document.createElement(&#039;a&#039;); 
        eL.href=&#039;http://adm.blog.roodo.com/trackback/edit&amp;tID=&#039;+cID; 
        eL.target=&#039;_blank&#039;; 
        eL.appendChild(document.createTextNode(&#039;[edit]&#039;)); 
        aTrackback[i].appendChild(eL); 
        aTrackback[i].appendChild(dL); 
      } 
    } 
  }
}
if (window.attachEvent) window.attachEvent(&#039;onload&#039;, addCurrentArticleEditLink);
else window.addEventListener(&#039;load&#039;, addCurrentArticleEditLink, false);
  











/*
 * 作者: 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/joeism/archives/cat_529309.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>