	var
		num_news_18	= 0,
		news_id_18		= new Array(),
		news_title_18	= new Array(),
		news_hash_18	= new Array(),
		informer_18	= document.getElementById('inf_18');

function s18() {
	var
		col = 0,
		html = '',
		width = parseInt(100/1);
		
	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_18;i++) {
		if (5 > 0) {
			var
				id = news_id_18[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_18[i]+'" target="_blank">'+image+br+
		'<font color="#000000">'+news_title_18[i]+'</font></a></td>';
		col++;
		if (col >= 1) { col = 0; html += '</tr><tr>'; }
		}
	
	html = '<table width="100%" cellspacing="2" style="font-family: Arial; font-style: normal; font-size: 10pt; font-weight: normal"><tr>'+html+'</tr></table>';
	informer_18.innerHTML = html;
}

function n18(id,title,hash) {
	news_id_18[num_news_18] = id;
	news_title_18[num_news_18] = title;
	news_hash_18[num_news_18] = hash;
	num_news_18++;
}

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

