
function prtnwslast(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {
 var titles=new Array("Alec Baldwin wants more children","Daniel Radcliffe thinks he would be &quot;mad&quot; to get engaged","Lady Gaga helps her father with his restaurant","Florence Welch thinks she may regret having children","Gaga&quot;s boyfriend told her to drop her eccentric alter-ego","Brad Pitt has confessed he became a &quot;doughnut&quot;","Kate Hudson&quot;s estranged father is desperate to meet her children","Demi Moore is reportedly being treated for anorexia","Seal says a reconciliation with Heidi Klum could happen","Gerard Butler is an &quot;11 out of 10&quot; in bed","Leonardo DiCaprio says his ideal woman is like his mother","Pamela Anderson has settled her lawsuit with a former boyfriend","Emma Bunton insists getting married is not a &quot;major priority&quot;","Khloe Kardashian is getting her own radio show","Cynthia Nixon says she &quot;chose&quot; to be gay"); 
 var urls=new Array("http://news.rin.ru/eng/news///21721//","http://news.rin.ru/eng/news///21720//","http://news.rin.ru/eng/news///21719//","http://news.rin.ru/eng/news///21718//","http://news.rin.ru/eng/news///21717//","http://news.rin.ru/eng/news///21716//","http://news.rin.ru/eng/news///21715//","http://news.rin.ru/eng/news///21714//","http://news.rin.ru/eng/news///21713//","http://news.rin.ru/eng/news///21712//","http://news.rin.ru/eng/news///21711//","http://news.rin.ru/eng/news///21710//","http://news.rin.ru/eng/news///21709//","http://news.rin.ru/eng/news///21708//","http://news.rin.ru/eng/news///21707//");
 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>");}
}

