// JavaScript Document
function nfm_articles(a)
{
    for(i=0;i<a.length;i++) {
	document.writeln('<p style="news">');
	document.writeln('<a style="news" target="_blank"'
			+'href="'+unescape(a[i][0])+'&code=39b49de2">'+unescape(a[i][1])+'<'+'/a>');
	if(a[i][4].length) a[i][2]=a[i][2]+',';
	document.writeln('<span style="news">'
			+unescape(a[i][2])+'<'+'/span>');
	document.writeln('<span style="news">'
			+unescape(a[i][4])+'<'+'/span>');
	if(a[i][3].length) {
	    document.writeln('<br>');
	    document.writeln('<span style="news">'
			+unescape(a[i][3])+'<'+'/span>');
	}
	document.writeln('<'+'/p>');
    }
}

function nfm_articles_error(e)
{
    document.writeln('<p style="news">');
    document.writeln('<span style="news">'
			+e.replace(/a href/g,'a style="news" href')+'<'+'/span>');
    document.writeln('<'+'/p>');
}
