
function prtnwslast(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Russia, China will jointly save tigers and leopards","Russians pay too much for gasoline - Putin","Zenit brush aside Lokomotiv to shrug off European disappointment","Putin blames weak competition for high prices","Satellites detect 131 possible wildfire hotspots in Russia","At least 15 die, 25 injured in bus crash in West Bengal","Michael Jackson the most downloaded artist of all time","Lee Ryan will no longer face assault charges","Spencer Pratt &quot;stole&quot; a sex tape featuring his estranged wife","Pixie Lott has splashed out on a &#163;400,000 home","Julio Iglesias has married his partner of 20 years","Chris Brown is doing a &quot;great job&quot; on probation","Mariah Carey is too &quot;superstitious&quot; about her pregnancy","Elizabeth Hurley eats her own vegetables","Gaga says taking drugs inspired her music"); 
 var urls=new Array("http://news.rin.ru/eng/news///16107//","http://news.rin.ru/eng/news///16106//","http://news.rin.ru/eng/news///16105//","http://news.rin.ru/eng/news///16103//","http://news.rin.ru/eng/news///16102//","http://news.rin.ru/eng/news///16101//","http://news.rin.ru/eng/news///16100//","http://news.rin.ru/eng/news///16099//","http://news.rin.ru/eng/news///16098//","http://news.rin.ru/eng/news///16097//","http://news.rin.ru/eng/news///16096//","http://news.rin.ru/eng/news///16095//","http://news.rin.ru/eng/news///16094//","http://news.rin.ru/eng/news///16093//","http://news.rin.ru/eng/news///16091//");
 if (cnt<=0 || cnt==null || cnt>10) {cnt=titles.length;}
 if (!tit) {tit='Russian News NEWS.rin.ru'}
 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>");}
}
