/*

    Top News Informer's configuration script
    (c) 2006 Lugansk Portal Top - www.top.lg.ua
    
    Name:        news_lugansk_5.js
    Title:       Lugansk news
    Description: All Lugansk news
    Rows:        5
    Full layout: Yes
    Styled:      Yes

*/

var top_news_informer_init_id         = 'top_news_informer';
var top_news_informer_rows            = 5;

var top_url                           = 'http://www.top.lg.ua/';
var top_news_url                      = 'http://www.top.lg.ua/news/';
var top_news_informer_path            = 'http://informer.top.lg.ua/news/source/';
var top_news_informer_file_name       = 'all.js';

var top_news_informer_title           = 'Новости Луганска';
var top_news_informer_header          = '<div><h3>' + top_news_informer_title + '</h3><ul>';
var top_news_informer_footer          = '</ul><h4><a href="http://www.top.lg.ua/">Луганский Портал Топ</a></h4></div>';
var top_news_informer_link_open_begin = '<li><a href="' + top_news_url + '?id=';
var top_news_informer_link_open_end   = '">';
var top_news_informer_link_close      = '</a></li>';
var top_news_informer_style           = '#' + top_news_informer_init_id + ' {background: #fff; border: 1px solid #139; margin: 0; padding: 0;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h3 {background: #CFD6EB; color: #000; font-family: Verdana, Tahoma, Arial; font-size: 11px; font-weight: bold; line-height: 1.2em; margin: 2px; padding: 3px 0 3px 10px;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 {background: #CCEDE0; font-family: Verdana, Tahoma, Arial; font-size: 10px; font-weight: normal; line-height: 1.2em; margin: 2px; padding: 3px 0; text-align: center;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' ul {margin: 0; padding: 0; list-style: none;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' li {background: url(http://top.lg.ua/images/bul1.gif) no-repeat 8px 4px; color: #000; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; line-height: 1.2em; margin: 0; padding: 0 10px 4px 19px; text-align: left;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' a {font-family: Tahoma, Arial; font-size: 11px; font-weight: normal;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' a:link {color: #06c; text-decoration: underline;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' a:hover {color: #d00; text-decoration: underline;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' a:visited {color: #06c; text-decoration: underline;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' a:visited:hover {color: #d00; text-decoration: underline;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 a {font-family: Verdana, Tahoma, Arial; font-size: 10px; font-weight: normal;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 a:link {color: #333; text-decoration: none;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 a:hover {color: #333; text-decoration: underline;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 a:visited {color: #333; text-decoration: none;}';
    top_news_informer_style          += '#' + top_news_informer_init_id + ' h4 a:visited:hover {color: #333; text-decoration: underline;}';




var top_news_informer_init = document.getElementById(top_news_informer_init_id);

if (top_news_informer_init) {

    document.write('<style type="text/css">' + top_news_informer_style + '<'+'/style>');
    document.write('<scr'+'ipt language="javascript" type="text/javascript" src="' + top_news_informer_path + top_news_informer_file_name + '"><'+'/scr'+'ipt>');
}

function topNewsInformerOut() {

    t = top_news_informer_header;
    for (i = 0; i < top_news_informer_rows; i++) {
        t += top_news_informer_link_open_begin;
        t += top_news_informer_items_01[i * 12];
        t += top_news_informer_link_open_end;
        t += top_news_informer_items_01[i * 12 + 7];
        t += top_news_informer_link_close;
    }
    t += top_news_informer_footer;
    top_news_informer_init.innerHTML = t;
}
