	var
		num_news_16	= 0,
		news_id_16		= new Array(),
		news_title_16	= new Array(),
		news_hash_16	= new Array(),
		informer_16	= document.getElementById('inf_16');

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

	for(i=0;i<num_news_16;i++) {
		if (7 > 0) {
			var
				id = news_id_16[i],
				cid = '0000000' + Math.floor(id / 100),
				cat = cid.substr(cid.length-7,7),
				image = '<img src="http://yellow.devok.info/thumbs/'+cat+'/'+id+'_7.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>';
	informer_16.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++;
}

if (informer_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>');

