function show_code () {
        script_url="http://www.sr.ru/";
        source="";
        source+="<style>span.sr_date {font-size: 85%; margin-right:0.5em;} div.sr_informer        {font-size: 85%; margin-bottom: 0.3em;} div.sr_title         {font-size: 100%; margin-bottom: 0.5em; }        div.sr_title a        { }        div.sr_allnews        {font-size: 80%; margin-top: 0.3em;} div.sr_allnews        {font-size: 80%; margin-top: 0.3em;}        div.sr_annotation                {font-size: 85%; margin-bottom: 0.5em;}</style><script src='"+script_url+"common.js'></";
        source+="script><script>m_index=false;</";
        source+="script>";
        file_suff='';

        count = document.informer.count.value;
        rubrica_text = document.informer.rubrica.options[document.informer.rubrica.selectedIndex].text;
        rubrica=document.informer.rubrica.options[document.informer.rubrica.selectedIndex].value;
        if (rubrica == 'popular') {
           source+="<script src='"+script_url+"js."+rubrica+".php?n="+count+"'";
        }else{
           source+="<script src='"+script_url+"js.informer.php?i="+rubrica+"&n="+count+"'";
        }
        source+=" type='text/javascript' charset='windows-1251'></";
        source+="script><script";
        source+="> str='<div class=sr_title><b>"+rubrica_text+"</b></div>'; if ((aObj=eval('m_index')) && (aObj.length>0)){";
        source+="for (j=0;j<aObj.length;j++) { \n";
        date="";
        date+="<span class=sr_date>'+aObj[j].date+'&nbsp;'+aObj[j].time+'</span>";
        ann="";
        ann="<div class=sr_annotation>'+aObj[j].descr+'</div>";

        source+="str+='<div>"+date+"<span class=sr_news_title><a href='+aObj[j].url+'>'+aObj[j].title+'</a></span></div>"+ann+"';";

        source+="};  document.write(str);}";
        source+="<";
        source+="/script>";
        //alert(source);
        return (source);
}

