
function prtnwsrzd11(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Raising a foot to step on Mars: 17-month virtual trip over","Alstom and TMH to modernize Russian trains","Apple announces new iPhone; shares drop","NASA satellite may crash into USA","Russian, U.S. scientists set to study methane release in Arctic","Russian scientists eye weather-altering technology for Sochi Olympics","Google pays $500 million for illegal drugs","Nord Stream edges closer with completion of first section","MAKS 2011 sees buyers open wallets","MAKS 2011 soars onto the aerospace calendar"); 
 var urls=new Array("http://news.rin.ru/eng/news///20989/11/","http://news.rin.ru/eng/news///20730/11/","http://news.rin.ru/eng/news///20729/11/","http://news.rin.ru/eng/news///20646/11/","http://news.rin.ru/eng/news///20408/11/","http://news.rin.ru/eng/news///20407/11/","http://news.rin.ru/eng/news///20321/11/","http://news.rin.ru/eng/news///20305/11/","http://news.rin.ru/eng/news///20244/11/","http://news.rin.ru/eng/news///20200/11/");
 if (wd<250) {br='<br>'} else {br=' - '}
 if (!tit) {tit='Russian News'+br+'Hi-Tech'}
 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>");}
}

