
function prtnwsrzd7(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Zenit brush aside Lokomotiv to shrug off European disappointment","Russia&quot;s synchronized swimmers win old in Budapest","Paris Hilton loves cooking for her friends","Russia&quot;s Chakvetadze wins tennis tournament in Slovenia","Spain defeats Netherlands 1-0, wins World Cup","Russian sports minister accused of wasteful spending","Rubin target Germany&quot;s Klose","Russia&quot;s Zvonareva back in WTA top 10","Maria Sharapova still among world&quot;s top celebrities","Arshavin promotes Russia&quot;s 2018 World Cup bid"); 
 var urls=new Array("http://news.rin.ru/eng/news///16105/7/","http://news.rin.ru/eng/news///15875/7/","http://news.rin.ru/eng/news///15813/7/","http://news.rin.ru/eng/news///15733/7/","http://news.rin.ru/eng/news///15633/7/","http://news.rin.ru/eng/news///15528/7/","http://news.rin.ru/eng/news///15526/7/","http://news.rin.ru/eng/news///15523/7/","http://news.rin.ru/eng/news///15442/7/","http://news.rin.ru/eng/news///15219/7/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Sport'}
 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>");}
}
