
function prtnwsregt6(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Authorities didn&quot;t give go ahead for opposition rally in Moscow","&quot;The Other Russia&quot;  to hold new Dissenters&quot; March in Moscow","Gas explosion in south Moscow: 3 dead, 1 injured","4 Turkish national shot down in Moscow market: 1 killed","Moscow &quot;chessboard killer&quot; given life in prison","Accident at Moscow Zoo: Female elephant killed a woman","Consequences of fire in the Moscow Institute: one more man died","Teenage girls to set up the dog fights for fun","Russian opposition shows its talents","Teenagers attack Moscow nursery, one injured"); 
 var urls=new Array("http://news.rin.ru/eng/news///11486//6/","http://news.rin.ru/eng/news///11400//6/","http://news.rin.ru/eng/news///11388//6/","http://news.rin.ru/eng/news///11300//6/","http://news.rin.ru/eng/news///11287//6/","http://news.rin.ru/eng/news///11057//6/","http://news.rin.ru/eng/news///10984//6/","http://news.rin.ru/eng/news///10963//6/","http://news.rin.ru/eng/news///10890//6/","http://news.rin.ru/eng/news///10886//6/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Central region'}
 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>");}
}

