
function prtnwsregt4(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Russia closes Soviet-era weapons grade reactor","Russian farmer sues space agency for falling rocket","Russia orders probe into Lake Baikal mill pollution","Over 80 children hospitalized from kindergarten in East Siberia","Client attacked hairdresser in Omsk beauty salon","5 people remain trapped in Siberian mine","Reason of helicopter crash in west Siberia is proclaimed","Another body found near helicopter crash site in east Russia","Russian &quot;giant&quot; baby feels well","Siberian court extends custody of Khodorkovsky"); 
 var urls=new Array("http://news.rin.ru/eng/news///11895//4/","http://news.rin.ru/eng/news///11874//4/","http://news.rin.ru/eng/news///11855//4/","http://news.rin.ru/eng/news///11846//4/","http://news.rin.ru/eng/news///11210//4/","http://news.rin.ru/eng/news///11184//4/","http://news.rin.ru/eng/news///11182//4/","http://news.rin.ru/eng/news///11100//4/","http://news.rin.ru/eng/news///11079//4/","http://news.rin.ru/eng/news///10863//4/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Siberian 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>");}
}

