var nfm_array=new Array(
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D190009','France%20Snubs%20U.S.%2C%20Will%20Sell%20Ship%20to%20Russia','9%20Feb%202010%2007%3A13','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189853','...U.S.%20Defence%20Secretary%20Gates%20Voices%20Concern%20About%20Warship%20Sale%20to%20Russia','9%20Feb%202010%2005%3A28','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189849','...France%20and%20Russia%20in%20Warship%20Deal','9%20Feb%202010%2005%3A28','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189851','U.S.%20Links%20EU%20Security%20Partnership%20to%20Bank%20Data%20Deal','9%20Feb%202010%2005%3A28','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189884','Cost%20of%20Insuring%20European%20National%20Debts%20Hits%20New%20High','9%20Feb%202010%2005%3A48','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189993','...Europe%20Could%20Face%20Years-Long%20Debt%20Grind','9%20Feb%202010%2006%3A31','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189932','Czechs%2C%20Poles%20Signal%20Cautious%20Approach%20to%20Euro%20Entry','9%20Feb%202010%2006%3A11','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189933','...Euro%20Zone%20Bond%20Frenzy%20Echoes%20Past%20Battles','9%20Feb%202010%2006%3A11','%20...',''],['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%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189936','...The%20Euro%20Stops%20Where%3F%20%28Commentary%29','9%20Feb%202010%2006%3A11','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189886','How%20Goldman%20Sachs%20Helped%20Greece%20to%20Mask%20Its%20True%20Debt','9%20Feb%202010%2005%3A48','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189850','...G7%3A%20Greek%20Debt%20Contagion%20Under%20Control','9%20Feb%202010%2005%3A28','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189938','...Greece%20Says%20Call%20for%20Aid%20Would%20Send%20%27Worst%20Signal%27','9%20Feb%202010%2006%3A11','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189940','...Athens%27%20Salvation%20Lies%20With%20Paris%20and%20Berlin','9%20Feb%202010%2006%3A11','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D190010','...Greece%27s%20Fiscal%20Woes%20Bring%20Bailout%20Questions','9%20Feb%202010%2007%3A28','%20...',''],
['http%3A%2F%2Feupolitics.einnews.com%2Fnfm_news.php%3Fnid%3D189937','ECB%20May%20Be%20Forced%20to%20Delay%20Exit%20Amid%20Greece%20Concern','9%20Feb%202010%2006%3A11','%20...','']
)
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://eupolitics.einnews.com">EU Politics Today</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://eupolitics.einnews.com/";
	    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://eupolitics.einnews.com/";
		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);
