	var num_news_16	= 0;
	var news_id_16	= new Array();
	var news_title_16	= new Array();
	var news_hash_16	= new Array();

function s16() {
	var col = 0;
	var html = '';
	var width = parseInt(100/5);
	if ('B' == 'B') {
		var align = 'center';
		var img_align = '';
		var br = '<br>';
		} else {
		var align = 'left';
		var img_align = ' align="left"';
		var br = '';
		}

	for(i=0;i<num_news_16;i++) {
		if (7 > 0) {
			var image = '<img src="http://yellow.devok.info/img/7/'+news_id_16[i]+'.jpg" border="0" width="130" height="100" '+img_align+'>';
			} else {
			var image = '';
			}
		html += '<td width="'+width+'%" valign="top" align="'+align+'">'+
		'<a href="http://yellowmedia.biz/?news='+news_hash_16[i]+'" target="_blank">'+image+br+
		'<font color="#000000">'+news_title_16[i]+'</font></a></td>';
		col++;
		if (col >= 5) { col = 0; html += '</tr><tr>'; }
		}
	
	html = '<table width="100%" cellspacing="2" style="font-family: Arial; font-style: normal; font-size: 8pt; font-weight: normal"><tr>'+html+'</tr></table>';
	
	var informer = document.getElementById('inf_16');
	informer.innerHTML = html;
}

function n16(id,title,hash) {
	news_id_16[num_news_16] = id;
	news_title_16[num_news_16] = title;
	news_hash_16[num_news_16] = hash;
	num_news_16++;
}

document.write('<scri'+'pt language="javascript" charset="Windows-1251" type="text/javascript" src="http://yellow.devok.info/informers/show.php?hash=MTY6MzA="><'+'/scr'+'ipt>');
