document.write('<div id="minnpost_rss_feed" style="background:#993233">');
document.write('<a href="http:\/\/www.minnpost.com"><img src="http://www.minnpost.com/amm/themes/rss_widget_160_400/minnpost.gif" alt="Minnpost, a thoughtful approach to news" \/><\/a>');
document.write('<div id="feed_list" name="feed_list"><\/div>');
document.write('<a href="http:\/\/www.minnpost.com/rss/"><img src="http://www.minnpost.com/amm/themes/rss_widget_160_400/minnpost_rss.gif" alt="Subscribe to Minnpost RSS" /><\/a>');
document.write('<\/div>');
var s = document.createElement('link');
s.setAttribute("type", "text/css");
s.setAttribute("rel", "stylesheet");
s.setAttribute("href", "http://www.minnpost.com/amm/themes/rss_widget_160_400/minnpost_rss_style.css");
document.getElementsByTagName('head').item(0).appendChild(s);
var j = document.createElement('script');
j.setAttribute("type", "text/javascript");
j.setAttribute("src", "http://www.minnpost.com/go/home-rss.js");
document.getElementsByTagName('head').item(0).appendChild(j);
window.onload = init;
function init() {
	try {
		document.getElementById('feed_list').innerHTML = feed_list_html;
	} catch(e) {
		setTimeout(init,500);
	}
	var feed_list = document.getElementsByTagName('li');
	for(i=1;i<feed_list.length;i=i+2) {
		if(!document.getElementById('js_feed_list').childNodes[i]) { break; }
		document.getElementById('js_feed_list').childNodes[i].className = 'alt';
	}
}
