function News_4vlada_best (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 ();


    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/sud-nad-timoshenko-perenesli');
    anons.push(null);
    dates.push("08:11");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/v-kievstare-nazvali-prichinu-pereboev-v-seti');
    anons.push(null);
    dates.push("12:04");
    titles.push(null);
    urls.push('http://4vlada.net/vneshnyaya-politika/lidery-stran-nato-my-obespokoeny-vyborochnym-pravosudiem-v-ukraine');
    anons.push(null);
    dates.push("09:43");
    titles.push(null);
    urls.push('http://4vlada.net/vneshnyaya-politika/putin-proizvel-ryad-kadrovykh-naznachenii-i-perestanovok');
    anons.push(null);
    dates.push("07:00");
    titles.push(null);
    urls.push('http://4vlada.net/obshchestvo/agressivnost-i-zhadnost-povyshayut-davlenie');
    anons.push(null);
    dates.push("07:45");
    titles.push(null);
    urls.push('http://4vlada.net/vneshnyaya-politika/evro-2012-i-tsena-repressii-national-interest-ssha');
    anons.push(null);
    dates.push("05:55");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/doktor-raisskhauer-pribyla-v-kharkov-i-srazu-zhe-napravilas-v-bolnitsu-k-timoshenko');
    anons.push(null);
    dates.push("12:25");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/revizory-mvf-proveryat-ekonomiku-ukrainy');
    anons.push(null);
    dates.push("08:34");
    titles.push(null);
    urls.push('http://4vlada.net/obshchestvo/v-ukraine-pokholodaet-i-snova-budet-dozhd');
    anons.push(null);
    dates.push("10:13");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/obama-i-olland-obedinilis-protiv-merkel');
    anons.push(null);
    dates.push("04:44");
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://4vlada.net/js2/ target='+target+' class='+style5+'>×åòâåðòà âëàäà</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='+urls[i]+'>'+titles[i]+'</a></div>');
    if (style3 != '-') 
    { document.writeln ('<div class='+style3+'>');
    document.write (anons[i]+'</div>');
//    document.write ('<a class='+style4+' target='+target+' href='+urls[i]+'>ðÏÄÒÏÂÎÅÅ...</a></div>');

    } 
    }
    
document.writeln ('</td></tr>');
document.writeln ('</table>');
}
