function print_engnews(number, in_blank) { 
if (in_blank) { target='_blank'; } 
else { target='_top'; } 
mas=new Array(
'<a href="http://rbcnews.com/free/20100319184203.shtml" target='+target+'><b>18:42</b> Russia, U.S. hope to sign START soon</a><br>',
'<a href="http://rbcnews.com/free/20100319174829.shtml" target='+target+'><b>17:48</b> Guatemalan president to visit Moscow</a><br>',
'<a href="http://rbcnews.com/free/20100319174519.shtml" target='+target+'><b>17:45</b> Russia\'s fixed investment slides in February</a><br>',
'<a href="http://rbcnews.com/free/20100319164713.shtml" target='+target+'><b>16:47</b> Naftogaz to pay for gas with its own funds</a><br>',
'<a href="http://rbcnews.com/free/20100319145720.shtml" target='+target+'><b>14:57</b> Finance Ministry to hold road show for Russia\'s Eurobonds </a><br>',
'<a href="http://rbcnews.com/free/20100319132844.shtml" target='+target+'><b>13:28</b> Discount rate to be cut subject to lower inflation</a><br>',
'');
for(i=0; i<number; i++) { document.write(mas[i]); } }