
function prtnwsrzd8(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Ukraine freezes to death","As death toll mounts, time running out for war-torn Syria","Russia opposes &quot;Libyan scenario&quot; in Syria and will block resolution","North Korea: People punished for not playing crying game","Gaza war over, battle for reparations continues","The ECB key rate down to 1%","EU rescue plan: one step forward, two steps back","Iran to become diplomatic outcast?","Turkey slaps sanctions on Syria","&quot;Pakistanis would feel more secure without US aid&quot;"); 
 var urls=new Array("http://news.rin.ru/eng/news///21746/8/","http://news.rin.ru/eng/news///21688/8/","http://news.rin.ru/eng/news///21680/8/","http://news.rin.ru/eng/news///21512/8/","http://news.rin.ru/eng/news///21427/8/","http://news.rin.ru/eng/news///21313/8/","http://news.rin.ru/eng/news///21312/8/","http://news.rin.ru/eng/news///21210/8/","http://news.rin.ru/eng/news///21209/8/","http://news.rin.ru/eng/news///21208/8/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'World News'}
 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>");}
}

