	var
		num_news_5	= 0,
		news_id_5		= new Array(),
		news_title_5	= new Array(),
		news_hash_5	= new Array(),
		informer_5	= document.getElementById('inf_5');

function s5() {
	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_5;i++) {
		if (5 > 0) {
			var
				id = news_id_5[i],
				cid = '0000000' + Math.floor(id / 100),
				cat = cid.substr(cid.length-7,7),
				image = '<img src="http://yellowmedia.biz/thumbs/'+cat+'/'+id+'_5.jpg" border="0" width="125" height="90" '+img_align+'>';
			} else {
			var
				image = '';
			}
		html += '<td width="'+width+'%" valign="top" align="'+align+'">'+
		'<a href="http://yellowmedia.biz/?news='+news_hash_5[i]+'" target="_blank">'+image+br+
		'<font color="#444444">'+news_title_5[i]+'</font></a></td>';
		col++;
		if (col >= 5) { col = 0; html += '</tr><tr>'; }
		}
	
	html = '<table width="100%" cellspacing="2" style="font-family: Verdana; font-style: normal; font-size: 8pt; font-weight: normal"><tr>'+html+'</tr></table>';
	informer_5.innerHTML = html;
}

function n5(id,title,hash) {
	news_id_5[num_news_5] = id;
	news_title_5[num_news_5] = title;
	news_hash_5[num_news_5] = hash;
	num_news_5++;
}

if (informer_5)
document.write('<scri'+'pt language="javascript" charset="Windows-1251" type="text/javascript" src="http://yellowmedia.biz/informers/show.php?hash=NToyNQ=="><'+'/scr'+'ipt>');

