function News_4vlada (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/pomer-rezhiser-devyati-z-polovinoyu-tizhn-v');
    anons.push(null);
    dates.push("01:14");
    titles.push(null);
    urls.push('http://4vlada.net/vneshnyaya-politika/nato-budet-podderzhivat-afganistan-i-posle-ukhoda-voisk-koalitsii');
    anons.push(null);
    dates.push("01:06");
    titles.push(null);
    urls.push('http://4vlada.net/obshchestvo/paulo-koelo-vstupilsya-za-internet-piratstvo');
    anons.push(null);
    dates.push("23:04");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/v-tamozhne-novyi-nachalnik');
    anons.push(null);
    dates.push("23:01");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/v-pr-uveryayut-chto-konstitutsionnye-izmeneniya-ne-prikhot-vyanukovicha');
    anons.push(null);
    dates.push("22:30");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/gnsu-podderzhit-izmeneniya-v-nalogovyi-kodeks-o-nalogooblozhenii-turoperatorskoi-d');
    anons.push(null);
    dates.push("22:12");
    titles.push(null);
    urls.push('http://4vlada.net/smi/chi-och-ku-nas-nformats-inii-dekadans-nternetu');
    anons.push(null);
    dates.push("22:10");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/tsarkov-komun-sti-ne-budut-brati-uchast-v-konstituts-i-asamble');
    anons.push(null);
    dates.push("22:06");
    titles.push(null);
    urls.push('http://4vlada.net/politika-i-biznes/pochemu-gazprom-bolshe-ne-sposoben-vypolnyat-svoi-obyazatelstva');
    anons.push(null);
    dates.push("22:01");
    titles.push(null);
    urls.push('http://4vlada.net/partii-lidery/baloga-nameren-uchastvovat-v-parlamentskikh-vyborakh-po-mazhoritarnomu-okrugu-v-zakarp');
    anons.push(null);
    dates.push("21:57");
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/js/ 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>');
}
