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/obshchestvo/sbu-ishchet-kto-v-odesse-otravil-syna-prezidenta-frantsii');
    anons.push(null);
    dates.push("07:35");
    titles.push(null);
    urls.push('http://4vlada.net/smi/film-o-timoshenko-taina-kosy-yuli-apartamenty-v-konche-papa-evrei-i-sensatsionnoe-priznanie-zhen');
    anons.push(null);
    dates.push("14:02");
    titles.push(null);
    urls.push('http://4vlada.net/smi/militsiya-zakryla-krupneishii-ukrainskii-failoobmennik-ekhua');
    anons.push(null);
    dates.push("15:04");
    titles.push(null);
    urls.push('http://4vlada.net/smi/m-l-ts-ya-rozpov-la-khto-nastukav-na-exua-ale-v-d-zakrittya-upload-v-dkhrestilasya');
    anons.push(null);
    dates.push("15:09");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/synu-regionala-vladimira-demishkana-dali-uslovno-za-zhestokoe-ubiistvo');
    anons.push(null);
    dates.push("15:28");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/kuzhel-sobiraetsya-idti-na-post-mera-stolitsy');
    anons.push(null);
    dates.push("11:49");
    titles.push(null);
    urls.push('http://4vlada.net/vlast/v-gpu-postupili-spiski-inostrannykh-medikov-dlya-timoshenko');
    anons.push(null);
    dates.push("20:22");
    titles.push(null);
    urls.push('http://4vlada.net/vlast/u-azarova-sklonyayutsya-k-vvedeniyu-2-go-chasovogo-poyasa');
    anons.push(null);
    dates.push("17:10");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/zaporozhskie-regionaly-massovo-vykhodyat-iz-pr');
    anons.push(null);
    dates.push("14:03");
    titles.push(null);
    urls.push('http://4vlada.net/obshchestvo/na-kirovogradshchine-sozdan-perinatalnyi-tsentr-analogov-kotoromu-v-ukraine-net');
    anons.push(null);
    dates.push("21:50");
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>');
}
