/**************************************/
/*                                    */
/* 2006 - 2008   Alternatív Hírportál */
/*                                    */
/*       NewsBOX JavaScript File      */
/*                                    */
/**************************************/
if (ahp_uid)
{
    document.writeln('<link href="http://althir.org/public/newsbox/newsbox_' + ahp_boxcolor + '.css" type="text/css" rel="stylesheet" />');
    document.writeln('<div id="ahp_container" style="width: ' + ahp_width + 'px; height: ' + ahp_height + 'px">');
    document.writeln('<a href="http://althir.org/index.php?s=' + ahp_sectino + '&uid=' + ahp_uid + '" class="ahp_link" target="_blank" title="Alternatív Hírportál - a nemzeti médiafigyelő">');
    document.writeln('<div id="ahp_header" style="width: ' + ahp_width + 'px">');
    document.writeln('<div id="ahp_header_right" style="left: ' + (ahp_width - 5) + 'px"></div>');
    document.writeln('<div id="ahp_header_center" style="width: ' + (ahp_width - 10) + 'px">');
    document.writeln('<div id="ahp_header_title" style="width: ' + (ahp_width - 10) + 'px"></div></div></div></a>');
    document.writeln('<div id="ahp_data_container" style="width: ' + (ahp_width - 10) + 'px; height: ' + (ahp_height - 51) + 'px">');
    document.writeln('<iframe id="ahp_data" src="http://althir.org/public/newsbox/newsbox.php?section=' + ahp_section + "&width=" + ahp_width + "&height=" + ahp_height + '&uid=' + ahp_uid + '&href=' + escape(location.href.substring(0, 255)) + '" frameborder="0" height="' + (ahp_height - 51) + '" width="'  + (ahp_width - 20) + '" scrolling="no"></iframe></div>');
    document.writeln('<a href="http://althir.org/index.php?s=' + ahp_sectino + '&uid=' + ahp_uid + '" class="ahp_link" target="_blank" title="Alternatív Hírportál - a nemzeti médiafigyelő">');
    document.writeln('<div id="ahp_bottom" style="width: ' + (ahp_width - 10) + 'px"><div id="ahp_bottom_title" style="width: ' + (ahp_width - 10) + 'px"></div></div></a></div>');
}
