var feed={title:'四六级学习网',link:'http://www.cetstudy.cn',items:[{title:'大学英语四六级考试查出9800多名考生违规',link:'http://www.cetstudy.cn/cet-information/84052.html',pubDate:'Tue, 22 Dec 2009 16:22:24 +0800',author:'cetstudy'},{title:'2009年12月19日大学英语六级试题答案终极版',link:'http://www.cetstudy.cn/cet-zhenti/cet6zhenti/83952.html',pubDate:'Mon, 21 Dec 2009 16:44:53 +0800',author:'cetstudy'},{title:'2009年12月英语六级真题答案(新东方B卷)',link:'http://www.cetstudy.cn/cet-zhenti/cet6zhenti/83951.html',pubDate:'Mon, 21 Dec 2009 16:42:23 +0800',author:'cetstudy'},{title:'2009年12月英语六级试题答案B卷(点点版)',link:'http://www.cetstudy.cn/cet-zhenti/cet6zhenti/83949.html',pubDate:'Mon, 21 Dec 2009 16:19:44 +0800',author:'cetstudy'},{title:'2009年12月四级阅读加大主旨题考察力度',link:'http://www.cetstudy.cn/cet-reading/cet4-reading/83947.html',pubDate:'Mon, 21 Dec 2009 16:12:12 +0800',author:'cetstudy'},{title:'英语四级考题偏难 考生发帖吐苦水',link:'http://www.cetstudy.cn/cet-information/83944.html',pubDate:'Mon, 21 Dec 2009 16:04:59 +0800',author:'cetstudy'},{title:'2009年12月大学英语四级考试听力音频下载',link:'http://www.cetstudy.cn/cet-listening/cet4-listening/83895.html',pubDate:'Mon, 21 Dec 2009 10:02:36 +0800',author:'cetstudy'},{title:'点点英语：2009年12月大学四级权威答案A卷',link:'http://www.cetstudy.cn/cet-zhenti/cet6zhenti/83796.html',pubDate:'Sat, 19 Dec 2009 21:00:31 +0800',author:'cetstudy'},{title:'恩波教育：2009年12月大学英语六级B卷答案',link:'http://www.cetstudy.cn/cet-zhenti/cet6zhenti/83795.html',pubDate:'Sat, 19 Dec 2009 20:58:39 +0800',author:'cetstudy'},{title:'沪江新东方：12月英语六级真题答案（听力）',link:'http://www.cetstudy.cn/cet-listening/cet6-listenning/83794.html',pubDate:'Sat, 19 Dec 2009 20:36:10 +0800',author:'cetstudy'}],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);