/*****************************************************************************
**thread.js                                                                   
**                                                                             
** Copyright 2008 by CRN Media.                                               
** Web address: http://truckz.com                                        
** Last update: June 12, 2008.                                               
**                                                                             
** List forum most recent posts.            
*******************************************************************************/

<!--//
	for (var i = 0; i < threads.length; i++)
	{
		document.write('<a href="forums/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a> <font color=navy><em>-- by</em><b> ' + threads[i]['poster'] + '</b><em> -- ' + threads[i]['threaddate'] + ' at ' + threads[i]['threadtime'] + '</em></font><br /><br />');
	}
//-->