
	function print_other_news(number, in_blank) {
if (in_blank) {
target = '_blank';
} else {
target = '_top';
}
	mas = new Array('<li><a target=' + target + ' href="http://sport.rbc.ru/other/newsline/31/07/2010/287045.shtml">Сборная России уверенно лидирует на ЧЕ по легкой атлетике</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/other/newsline/31/07/2010/287047.shtml">А.Жуков: "Необходимо увеличить финансирование российского спорта"</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/spbusiness/newsline/30/07/2010/286965.shtml">Талисман Сочи-2014  принесет организаторам 50 млн долларов</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/other/newsline/30/07/2010/286985.shtml">Кличко и Питер подписали контракт на бой</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/other/newsline/30/07/2010/286865.shtml">А.Шустов стал чемпионом Европы в прыжках в высоту</a></li>');
document.write('<b><a target=' + target + ' href="http://sport.rbc.ru/other/">sport.rbc.ru: Другие виды спорта</a></b><br/>');document.write('<ul>');
for (i = 0; i < number; i++) {
document.write(mas[i]);
}
document.write('</ul>');

	}
	