
	function print_sport_news(number, in_blank) {
if (in_blank) {
target = '_blank';
} else {
target = '_top';
}
	mas = new Array('<li><a target=' + target + ' href="http://sport.rbc.ru/football/newsline/31/07/2010/287046.shtml">Г.Аджоев: "Отдаю небольшое предпочтение "Зениту" и "Спартаку"</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/football/newsline/31/07/2010/287048.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/football/newsline/30/07/2010/287026.shtml">"Спартак" с трудом обыграл "Амкар"</a></li>','<li><a target=' + target + ' href="http://sport.rbc.ru/football/newsline/29/07/2010/286706.shtml">15-й тур РФПЛ. Прогнозы читателей "РБК-Спорт"</a></li>');
document.write('<b><a target=' + target + ' href="http://sport.rbc.ru/">Спортивные новости</a></b><br/>');document.write('<ul>');
for (i = 0; i < number; i++) {
document.write(mas[i]);
}
document.write('</ul>');

	}
	