// JavaScript Document
var kol1=threads.length-1;
document.writeln("<table><tr><td class='time'><a href='http://www.roerich.info/'><img src='http://www.roerich.info/js/addt.gif' alt='Добавить информер' border='0'></a>"+threads[0].threaddate+"</td>");
document.writeln("<td class='time'>"+threads[0].threadtime+"</td>");
document.writeln("<td><strong><a href=\"http://forum.roerich.info/showthread.php?threadid="+threads[0].threadid+"\">"+threads[0].title+"</a></strong><br/></td></tr>");
for (i = 1; i < kol1; i++)
{
document.writeln("<tr>");
document.writeln("<td class='time'>"+threads[i].threaddate+"</td>");
document.writeln("<td class='time'>"+threads[i].threadtime+"</td>");
document.writeln("<td><strong><a href=\"http://forum.roerich.info/showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a></strong><br/></td>");
document.writeln("</tr>");
}
document.writeln("</table>");
