var feed={selflink:'http://feed.panpans.cn',title:'入锅三分',description:'关注生活，关注网络新鲜事件，发表独特观点的的个人博客。',link:'http://www.panpans.cn/',copyright:'|||var wea_sid = 3860; var wea_domain=&quot;&quot;;',items:[{title:'入锅三分是干什么的',link:'http://www.panpans.cn/post/panpanscn.html',pubDate:'Tue, 05 Aug 2008 23:14:21 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'手机竟然还有这种功能',link:'http://www.panpans.cn/post/mobile.html',pubDate:'Sun, 03 Aug 2008 16:39:15 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'周伯通 秦煌,差点儿玩完了',link:'http://www.panpans.cn/post/qinhuang.html',pubDate:'Mon, 14 Jul 2008 10:45:51 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'提高关键词排名的28个SEO技巧',link:'http://www.panpans.cn/post/seo.html',pubDate:'Sun, 13 Jul 2008 15:50:48 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'PJBlog3发布，实现全站静态化',link:'http://www.panpans.cn/post/PJBlog3.html',pubDate:'Sun, 13 Jul 2008 01:33:43 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'连载：《Google Adsense的秘密》第二章',link:'http://www.panpans.cn/post/Google-Adsends-2.html',pubDate:'Sat, 12 Jul 2008 22:56:52 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'连载：《Google Adsense的秘密》第一章',link:'http://www.panpans.cn/post/Google-Adsends-1.html',pubDate:'Sat, 12 Jul 2008 09:49:27 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'关于免费正版杀毒软件',link:'http://www.panpans.cn/post/FreeAntivirusSoftware.html',pubDate:'Fri, 11 Jul 2008 15:12:51 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'免费正版杀毒软件之：墨者（终身免费杀毒）',link:'http://www.panpans.cn/post/mozhe.html',pubDate:'Fri, 11 Jul 2008 14:53:54 +0800',author:'JMaoHao@Gmail.com (冒号)'},{title:'免费正版杀毒软件之：超级巡警',link:'http://www.panpans.cn/post/sucop.html',pubDate:'Fri, 11 Jul 2008 14:16:44 +0800',author:'JMaoHao@Gmail.com (冒号)'}],encoding:'utf8'};
function outfeed(feed){
	//begin body
	document.write('<div style="border: 1px solid rgb(188, 204, 235); margin: 0.5em; padding: 0pt; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; font-family: arial,sans-serif; font-size: 10pt; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px;" id="readerpublishermodule0" class="reader-publisher-module">');
	//begin title
	document.write('<h3 style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(188, 204, 235); border-width: medium medium 1px; margin: 0pt 0.5em; padding: 0.2em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 0pt; -moz-border-radius-bottomleft: 0pt; color: rgb(9, 9, 146);">');
	document.write('<a href="'+feed.link+'" >');
	document.write(feed.title);
	document.write('</a>');
	document.write('</h3>');
	//end title
	//begin items 
	document.write('<ul style="border: medium none ; margin: 0pt 0.5em; padding: 0.2em; background: transparent none repeat scroll 0%; overflow: hidden; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal;">');
	for(var i=0;i<feed.items.length;i++){
		var item=feed.items[i];
		//begin item
		document.write('<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;">');
		//begin item title
		document.write('<a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" ');
		//fill link title
		var re = /([\"\n\\])/g;
        var desc = item.title;
        desc=desc.replace(re, "");
        re = /<[\s\S]+?>/g;
        desc = desc.replace(re, "");
        desc=item.pubDate+":"+desc;
		document.write('title="'+desc+'" ');
		//fill link url
		document.write('href="'+item.link+'">');
		//fill title text
		document.write(item.title);
		//end item title
		document.write('</a>');
		//end item 
		document.write('</li>');
	}
	//end items
	document.write('</ul>');
	//begin home link
	//tail style
	document.write('<div style="border-style: solid none none; border-color: rgb(188, 204, 235) -moz-use-text-color -moz-use-text-color; border-width: 1px medium medium; margin: 0pt; padding: 0.2em 8px; background: rgb(229, 236, 249) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: right; text-indent: 0pt; text-decoration: none; font-weight: normal; -moz-border-radius-topleft: 0pt; -moz-border-radius-topright: 0pt; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; font-size: small; white-space: nowrap;" class="f">');
	document.write('<a href="'+feed.selflink+'" ');
	document.write('style="border: medium none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: underline; font-weight: normal; color: rgb(137, 141, 233);">');
	document.write('Read in Feedsky');
	document.write('</a>');
	document.write('</div>');
	//end home link
	//end body
	document.write('</div>');
}
outfeed(feed);