
	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(156358, 'Emergency Corey Haim Memorial Podcast (3/11/2010)', 'ZombieOven', 'Mar 11th, 2010', '03:19 PM');
	threads[1] = new thread(156357, 'Amtra Lounge- Episode V live now!', 'Amtra Lounge', 'Mar 11th, 2010', '02:27 PM');
	threads[2] = new thread(156356, 'Amtra Lounge Podcasts- Latest in Progressive', 'Amtra Lounge', 'Mar 11th, 2010', '02:23 PM');
	threads[3] = new thread(156348, 'Super Number One, Episode 20: Tangents Upon the Theme of Growing Up', 'Mistahtea', 'Mar 11th, 2010', '11:58 AM');
	threads[4] = new thread(156347, 'Super Number One, Episode 19: Record and Rerecord, a Podcaster\'s Holiday', 'Mistahtea', 'Mar 11th, 2010', '11:57 AM');
	threads[5] = new thread(156285, 'Lesser Nerds - New Episode - &quot;Carousel Of Progress&quot;', 'ArtCarlson', 'Mar 11th, 2010', '06:27 AM');
	threads[6] = new thread(156264, 'wanna get tips for forum advertising!!!', 'lisamarriya', 'Mar 11th, 2010', '05:10 AM');
	threads[7] = new thread(156263, 'Anyone want to be interviewed?', 'blogzter', 'Mar 11th, 2010', '04:39 AM');
	threads[8] = new thread(156245, 'Free Podsafe Comedy Songs (by us)', 'Flat29', 'Mar 11th, 2010', '03:23 AM');
	threads[9] = new thread(156224, 'The Archaeology Of Podcasting', 'theFerf', 'Mar 11th, 2010', '01:30 AM');
	threads[10] = new thread(156163, 'Wheelhouse Radio: WTF!? Corey Haim is dead? ? 3/10/10', 'The_Wheelhouse_JP', 'Mar 10th, 2010', '08:16 PM');
	threads[11] = new thread(156143, 'Lost: Smoke Monsters and You ? Dr. Linus', 'The_Wheelhouse_JP', 'Mar 10th, 2010', '04:17 PM');
	threads[12] = new thread(156142, 'Star Trek: Defiant episode 44!', 'sleeburg27', 'Mar 10th, 2010', '04:11 PM');
	threads[13] = new thread(156141, 'Episode 93 from Edgy Podcast Reviews is out.', 'dsellers2007', 'Mar 10th, 2010', '03:03 PM');
	threads[14] = new thread(156139, 'The Atomic Geeks Episode 56- Best Movie Death Scenes', 'Digio', 'Mar 10th, 2010', '09:45 AM');
