var feed={title:'免费屋－免费资源分享中心',description:'免费域名注册,解析,停靠;免费空间;免费代码;免费邮箱等免费资源的分享中心和集散地',link:'http://free5.org',items:[{title:'canhaswebsite提供500M免费空间-Cpanel控制面板',link:'http://free5.org/2010/09/02/canhaswebsite-provide-500m-free-space-cpanel-control-panel/',pubDate:'Thu, 02 Sep 2010 14:25:09 +0800',author:'admin'},{title:'向你推荐一款免费加密软件－Comodo Disk Encryption',link:'http://free5.org/2010/08/19/to-recommend-to-you-a-free-encryption-software-comodo-disk-encryption/',pubDate:'Thu, 19 Aug 2010 16:25:06 +0800',author:'admin'},{title:'免费帮你找网络硬盘文件',link:'http://free5.org/2010/08/10/free-network-disk-files-to-help-you-find/',pubDate:'Tue, 10 Aug 2010 21:17:37 +0800',author:'admin'},{title:'支持64位系统的免费虚拟机软件–VMWare Player',link:'http://free5.org/2010/08/10/64-bit-support-free-software-virtual-machine-vmware-player/',pubDate:'Tue, 10 Aug 2010 10:51:12 +0800',author:'admin'},{title:'免费的在线版PhotoShop',link:'http://free5.org/2010/08/05/free-online-version-of-photoshop/',pubDate:'Thu, 05 Aug 2010 09:49:20 +0800',author:'admin'},{title:'.htaccess文件之rewrite规则实例',link:'http://free5.org/2010/06/28/htaccess-file-of-the-rewrite-rule-instance/',pubDate:'Mon, 28 Jun 2010 19:36:16 +0800',author:'admin'},{title:'日本免费空间sitemix去广告方法',link:'http://free5.org/2010/06/28/japanese-advertising-methods-to-free-space-sitemix/',pubDate:'Mon, 28 Jun 2010 19:16:22 +0800',author:'admin'},{title:'WordPress博客添加ping服务器加快搜索引擎收录',link:'http://free5.org/2010/06/28/add-a-ping-server-to-speed-up-wordpress-blog-search-engine-included/',pubDate:'Mon, 28 Jun 2010 19:08:33 +0800',author:'admin'},{title:'Glide OS——可同步本地文件的网络操作系统',link:'http://free5.org/2010/06/23/glide-os-can-synchronize-the-local-file-network-operating-system/',pubDate:'Wed, 23 Jun 2010 09:32:07 +0800',author:'admin'},{title:'我的google voice验证终于通过啦！',link:'http://free5.org/2010/06/15/my-google-voice-verification-finally-passed-it/',pubDate:'Tue, 15 Jun 2010 09:25:18 +0800',author:'admin'}],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);