
	function thread(threadid, title, poster, threaddate, threadtime)
	{
		this.threadid = threadid;
		this.title = title;
		this.poster = poster;
		this.threaddate = threaddate;
		this.threadtime = threadtime;
	}
	var threads = new Array(15);
	threads[0] = new thread(29947, 'How accurate is samknows and 21CN', 'toonshorty', '10-03-2010', '05:33 PM');
	threads[1] = new thread(29946, '40MB BT based broadband', 'Linux33', '10-03-2010', '03:52 PM');
	threads[2] = new thread(29945, 'Review of ICUK', 'Linux33', '10-03-2010', '03:32 PM');
	threads[3] = new thread(29943, 'Titan mail server', 'peterpiper', '10-03-2010', '01:24 AM');
	threads[4] = new thread(29942, 'Spam PM\'s', 'Kits', '10-03-2010', '12:35 AM');
	threads[5] = new thread(29940, 'Help with changing ISP, please!', 'Jambo165', '09-03-2010', '06:10 PM');
	threads[6] = new thread(29939, 'Moving home to a cable neighbourhood: Should I switch?', 'Pipps', '08-03-2010', '06:41 PM');
	threads[7] = new thread(29936, 'Vodafone mobile broadband - limited service', 'tghe-retford', '07-03-2010', '06:14 PM');
	threads[8] = new thread(29935, 'Tooway Ku system using an old Gilat dish.', 'elmolino', '07-03-2010', '05:52 PM');
	threads[9] = new thread(29934, 'Problems with BT and access to broadband', 'Rik', '07-03-2010', '12:50 PM');
	threads[10] = new thread(29933, 'this might seem like a strange question', 'timeless', '07-03-2010', '10:22 AM');
	threads[11] = new thread(29932, 'What a load of *****, Vispa.', 'DKTronics', '06-03-2010', '09:09 PM');
	threads[12] = new thread(29928, 'Tech Support and Sales Lines Answering in Russian!', 'Capvermell', '04-03-2010', '05:43 PM');
	threads[13] = new thread(29917, 'Orange connection problems', 'Johno', '03-03-2010', '06:31 PM');
	threads[14] = new thread(29915, 'How good is Virgins 50Mb broadband', 'A.D.B.M', '02-03-2010', '04:55 PM');
