
function prtnwsregt1(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Russia seizes 4 Japanese fishing boats","Quest for energy off Russia&quot;s Far East Sakhalin Island overcomes obstacles","Large-scale military exercises started in Far East yesterday","Over 1,200 Australian cows to live at Russian Far East island","Russia&quot;s Far East wasn&quot;t ready for snow cyclone","Sakhalin II project met with approval of international consultants","Mi-2 crash in Russia&quot;s Far East: another body is found","American and Russian warships to participate in a joint naval exercise","S. Korea to supply Russia&quot;s Primorsk Shipping Co. with 6 tankers","U.S. consul denies that American diplomats were involved in a car smuggling"); 
 var urls=new Array("http://news.rin.ru/eng/news///11725//1/","http://news.rin.ru/eng/news///11542//1/","http://news.rin.ru/eng/news///11277//1/","http://news.rin.ru/eng/news///11199//1/","http://news.rin.ru/eng/news///11165//1/","http://news.rin.ru/eng/news///11010//1/","http://news.rin.ru/eng/news///10975//1/","http://news.rin.ru/eng/news///10817//1/","http://news.rin.ru/eng/news///10630//1/","http://news.rin.ru/eng/news///10285//1/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Far East 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>");}
}

