
function prtnwsrzd3(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Russia declines Belarus, Ukraine loan requests","Energy giant Gazprom to move into fast food","Russia to allocate $50 mln in anti-crisis aid to poorest states","Russia could borrow $2-4 bln from World Bank next year - Kudrin","Russia to raise oil export duty to $240.7 per ton from October 1","Russia&quot;s Central Bank forecasts $42 bln capital outflow in 2009","Russia to raise oil duty to $240.7 per metric ton from Oct. 1","Gazprom to invest $2.1 billion in Far East projects in 2009","Russia&quot;s Norilsk Nickel posts net profit of $1.7 bln for Q2","Some U.S. bank pay &quot;unmoored&quot; from performance: Cuomo"); 
 var urls=new Array("http://news.rin.ru/eng/news///13310/3/","http://news.rin.ru/eng/news///13309/3/","http://news.rin.ru/eng/news///13306/3/","http://news.rin.ru/eng/news///13302/3/","http://news.rin.ru/eng/news///13286/3/","http://news.rin.ru/eng/news///13281/3/","http://news.rin.ru/eng/news///13264/3/","http://news.rin.ru/eng/news///13233/3/","http://news.rin.ru/eng/news///13151/3/","http://news.rin.ru/eng/news///13150/3/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Economics'}
 if (cnt<=0 || cnt==null || cnt>10) {cnt=titles.length;}
 if (wrt=='no') {aa="<table bgcolor='"+bord+"' cellpadding=2 cellspacing=1 border=0 width="+wd+"><tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='center'><a href='http://news.rin.ru/index_e.html' target=_blank style='color:"+zag+"' title='Russian News NEWS.rin.ru'><b>"+tit+"</b></a></td></tr>";}
 else {document.write("<table bgcolor='"+bord+"' cellpadding=2 cellspacing=1 border=0 width="+wd+"><tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='center'><a href='http://news.rin.ru/index_e.html' target=_blank style='color:"+zag+"' title='Russian News NEWS.rin.ru'><b>"+tit+"</b></a></td></tr>");}
 for(i=0;i<cnt;i++) {
  if (wrt=='no') {aa=aa+"<tr><td bgcolor='"+bg+"'><a href='"+urls[i]+"' target=_blank style='font-size:"+fs+"px;color:"+txt+"'>"+titles[i]+"</a></td></tr>";}
  else {document.write("<tr><td bgcolor='"+bg+"'><a href='"+urls[i]+"' target=_blank style='font-size:"+fs+"px;color:"+txt+"'>"+titles[i]+"</a></td></tr>");}
 }
 if (wrt=='no') {aa=aa+"<tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='right'><a href='http://news.rin.ru/index_e.html' target=_blank style='color:"+zag+"' title='Russian News NEWS.rin.ru'>NEWS.rin.ru</a></td></tr></table>";return aa;}
 else {document.write("<tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='right'><a href='http://news.rin.ru/index_e.html' target=_blank style='color:"+zag+"' title='Russian News NEWS.rin.ru'>NEWS.rin.ru</a></td></tr></table>");}
}
