var nfm_array=new Array(
['http%3A%2F%2Fwww.einnews.com%2Fnfm_news.php%3Fwid%3D276223052','Lawmaker%20Introduces%20Bill%20To%20Keep%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20In%20Arizona','9%20Feb%202010%2017%3A51','...%20Lawmaker%20Introduces%20Bill%20To%20Keep%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20In%20Arizona%20An%20Arizona%20lawmaker%20has%20introduced%20%20...%20%20a%20new%20spring%20training%20facility%20for%20the%20%3Cstrong%3EChicago%3C%2Fstrong%3E%20%3Cstrong%3ECubs.%3C%2Fstrong%3E%20Phoenix%20Republican%20Rep.%20John%20McComish%20introduced%20%20...','Cbs2chicago.com'],
['http%3A%2F%2Fwww.einnews.com%2Fnfm_news.php%3Fwid%3D276234029','Lawmaker%20introduces%20bill%20to%20keep%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20in%20Arizona%20but%20leaves%20out%20key%20details','9%20Feb%202010%2018%3A44','...%20Lawmaker%20introduces%20bill%20to%20keep%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20in%20Arizona%20but%20leaves%20out%20key%20details%20%20...%20%20a%20new%20spring%20training%20facility%20for%20the%20%3Cstrong%3EChicago%3C%2Fstrong%3E%20%3Cstrong%3ECubs.%3C%2Fstrong%3E%20Phoenix%20Republican%20Rep.%20John%20McComish%20introduced%20%20...','Sympatico%20MSN'],
['http%3A%2F%2Fwww.einnews.com%2Fnfm_news.php%3Fwid%3D276235803','Ariz.%20lawmaker%20introduces%20bill%20to%20fund%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20facility','9%20Feb%202010%2018%3A54','...%20%20a%20new%20spring%20training%20facility%20for%20the%20%3Cstrong%3EChicago%3C%2Fstrong%3E%20%3Cstrong%3ECubs.%3C%2Fstrong%3E%20Phoenix%20Republican%20Rep.%20John%20McComish%20introduced%20%20...%20%20be%20an%20unfair%20expense%20on%20their%20fans.%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20supporters%20have%20said%20all%20teams%20benefit%20from%20%20...','Rockford%20Register%20Star'],['http%3A%2F%2Fwww.einnews.info%2Fnews_publication.php%3F','Want%20more%20news%20on%20this%20topic%20delivered%20to%20you%20daily%20for%20free%3F%20Click%20here%20%26raquo%3B','','',''],
['http%3A%2F%2Fwww.einnews.com%2Fnfm_news.php%3Fwid%3D276079536','%3Cstrong%3ECubs%3C%2Fstrong%3E%20Introduce%20New%20Club%20Suite','9%20Feb%202010%2000%3A33','...%20The%20%3Cstrong%3EChicago%3C%2Fstrong%3E%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20are%20introducing%20a%20new%20all-inclusive%20suite%20at%20Wrigley%20Field%2C%20where%20a%20season%20ticket%20will%20%20...','Cbs2chicago.com'],
['http%3A%2F%2Fwww.einnews.com%2Fnfm_news.php%3Fwid%3D276217184','Hounds%20take%20second','9%20Feb%202010%2017%3A15','...%20%20p.m.%2C%20instead%20of%20at%205%20as%20originally%20scheduled%2C%20with%20the%20seventh%20grade%20playing%20first.%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20introduce%20new%20club%20suite%20The%20Associated%20Press%20%3Cstrong%3ECHICAGO%3C%2Fstrong%3E%20--%20The%20%3Cstrong%3EChicago%3C%2Fstrong%3E%20%3Cstrong%3ECubs%3C%2Fstrong%3E%20are%20introducing%20a%20new%20all-inclusive%20suite%20at%20Wrigley%20Field%2C%20where%20%20...','Burlington%20Hawk%20Eye']
)
if(typeof(nfm_array)!='undefined') nfm_articles(nfm_array);

if((typeof(nfm_array)=='undefined')||(!nfm_array.length)) {
    nfm_articles_error('We are sorry, no news on today. Please come back later or browse hundreds of related newsletters at <a href="http://www.einnews.com">EIN News</a>.');
}

nfm_array=void 0;

document.writeln('<div id="nfmaker_anchor" style="display:none;text-align:right;"></div>');

function nfm_verify()
{
    var a=document.getElementById('nfmaker_anchor');
    if(a) {
	var e=a.nextSibling;
	while(e&&(e.nodeType==3)) e=e.nextSibling;
	if(!e) {
	    m=document.createElement('a');
	    m.href="http://www.einnews.com/search.php?makesearch=yes&keywords=Chicago+cubs";
	    a.appendChild(m);
	    a.style.display='block';
	    var t=document.createTextNode('more ...');
	    m.appendChild(t);
	} else {
	    if(e.nodeName!='DIV') return;
	    var is_ok=0;
	    for(var g=e.firstChild;g;g=g.nextSibling) {
		if(g.nodeType==3) {
		    if(g.data.match(/Powered/i)) is_ok|=2;
		}
		if((g.nodeType!=3)&&(g.nodeName=='A')) {
		    is_ok|=1;
		    if(!g.firstChild) {
			var t=document.createTextNode('more ...');
			g.appendChild(t);
		    }
		}
	    }
	    if(!(is_ok&1)) {
		m=document.createElement('a');
		m.href="http://www.einnews.com/search.php?makesearch=yes&keywords=Chicago+cubs";
		e.appendChild(m);
		var t=document.createTextNode('more ...');
		m.appendChild(t);
	    }
	    if(!(is_ok&2)) {
		m=document.createElement('br');
		e.appendChild(m);
		var t=document.createTextNode('Powered by ');
		e.appendChild(t);
		m=document.createElement('a');
		m.href='http://www.newsfeedmaker.com/';
		var t=document.createTextNode('Newsfeed Maker');
		m.appendChild(t);
		e.appendChild(m);
	    }
	}
    }
}

setTimeout('nfm_verify()',10);
