<!-- Start
document.write("<ul>");
for(x = 0; x < 6; x++)
{ 
document.writeln("<li><strong><a href=\"/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a></strong><br>(posted by <i>"+threads[x].poster+")</i></li>");
}
document.write("</ul>");
//-->

