
	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(152620, 'Hey Get Off My Lawn-AGING', 'bigbry', 'Nov 20th, 2009', '04:36 PM');
	threads[1] = new thread(152618, 'Seminar: an original anthology show, episode thirty-one!', 'sleeburg27', 'Nov 20th, 2009', '12:31 PM');
	threads[2] = new thread(152617, 'Blogs On Tape!', 'matt begins', 'Nov 20th, 2009', '11:35 AM');
	threads[3] = new thread(152616, 'Blogs On Tape!', 'matt begins', 'Nov 20th, 2009', '11:31 AM');
	threads[4] = new thread(152609, 'Hey Get Off My Lawn-City Slickers', 'bigbry', 'Nov 20th, 2009', '11:03 AM');
	threads[5] = new thread(152602, 'The Atomic Geeks Episode 41- Versus!', 'Digio', 'Nov 20th, 2009', '10:18 AM');
	threads[6] = new thread(152520, 'How to Put DVD/Video on iPod, PSP, Computer, Zune, Xbox (Mac/Windows)', 'tonglilya', 'Nov 19th, 2009', '11:44 PM');
	threads[7] = new thread(152519, 'Is there any Category of Women Fashion', 'thong store', 'Nov 19th, 2009', '11:35 PM');
	threads[8] = new thread(152517, 'Wheelhouse Radio: Yep. The wheels sure did come off. - 11/19/09', 'The_Wheelhouse_JP', 'Nov 19th, 2009', '09:03 PM');
	threads[9] = new thread(152516, 'EFF Wants Your Help To Beat The Bogus Podcasting Patent', 'theFerf', 'Nov 19th, 2009', '04:50 PM');
	threads[10] = new thread(152509, 'Podcasts Vanishing in GarageBand, Please Help', 'Snatch1466', 'Nov 19th, 2009', '11:52 AM');
	threads[11] = new thread(152499, 'Call for Cross Promotion!', 'Because We Said So', 'Nov 19th, 2009', '07:23 AM');
	threads[12] = new thread(152498, 'How much have you spent on equipment?', 'Because We Said So', 'Nov 19th, 2009', '07:09 AM');
	threads[13] = new thread(152496, 'Hey I\'m new', 'ShaunPasko', 'Nov 19th, 2009', '05:55 AM');
	threads[14] = new thread(152490, 'soutien scolaire', 'jindi', 'Nov 19th, 2009', '03:21 AM');
