function News_2016 (quant, style1, style2, style3, style4, style5, target, bgcolor, twidth)
{
var urls = new Array (

);

var titles = new Array (

);

var dates = new Array (

);

var anons = new Array (

);
document.writeln ('<style>');
document.writeln ('.e1	{ font-family: arial; font-size: 12px; color: #77aadd; }');
document.writeln ('.e2	{ font-family: arial; font-size: 15px; color: #000000; font-weight: bold; text-decoration : none; clear: both; text-transform: uppercase;}');
document.writeln ('.e3	{ font-family: arial; font-size: 14px; color: #333333; margin-left: 40px; margin-bottom: 15px; }');
document.writeln ('.e4	{ font-family: arial; font-size: 12px; color: #291BA8; font-weight: bold; text-decoration : none; }');
document.writeln ('.e5	{ font-family: arial; font-size: 17px; color: #291BA8; font-weight: bold; text-decoration : none; }');
document.writeln ('</style>');

var i;
var ii=0;
if ( quant > 30 || quant == 0 ) quant = 5;
else if ( quant < 0 ) { ii = quant = ~(quant-1); --ii; }
if ( target == '' ) target = '_blank';
if ( twidth > 1000 || twidth < 99 || (twidth.search ('^[0-9]{2,3}%$') == -1 && twidth.search ('%$') == 0)) twidth='100%';

if ( style1 == '' ) style1 = 'e1';
if ( style2 == '' ) style2 = 'e2';
if ( style3 == '' ) style3 = 'e3';
if ( style4 == '' ) style4 = 'e4';
if ( style5 == '' ) style5 = 'e5';

if (bgcolor != '') document.writeln ('<table border=0 width='+twidth+' cellpadding=0 cellspacing=0 bgcolor="#'+bgcolor+'">')
else document.writeln ('<table border=0 width='+twidth+' cellpadding=0 cellspacing=0>');
if (style5 != '-') document.writeln ('<tr><td align=center><a href=http://elvisti.com/ target='+target+' class='+style5+'>&nbsp;Електроннi Вiстi - обзор основных событий дня&nbsp;</a></td></tr>');
document.writeln ('<tr><td>');

for (i=ii ; i<quant; i++ )
    { 	if (style1 != '-') document.writeln ('<div class='+style1+'>'+dates[i]+'</div>');
    document.write ('<div class='+style2+' style="clear: both;"><a class='+style2+' target='+target+' href=http://elvisti.com'+urls[i]+'>'+titles[i]+'</a></div>');
    if (style3 != '-') 
	{ document.writeln ('<div class='+style3+'>');
	document.writeln (anons[i]);
    document.write ('<a class='+style4+' target='+target+' href=http://elvisti.com'+urls[i]+'>Подробнее...</a></div>');

	} 
    }
    
document.writeln ('</td></tr>');
document.writeln ('</table>');
}
/* Page cached by Boost @ 2026-04-28 02:57:40, expires @ 2026-04-28 05:57:40 */
