
	function thread(threadid, title, postuserid, poster, threaddate, threadtime, message, replies)
	{
		this.threadid = threadid;
		this.title = title;
		this.postuserid = postuserid;
		this.poster = poster;
		this.threaddate = threaddate;
		this.threadtime = threadtime;
		this.message = message;
		this.replies = replies;
		
	}
	var threads = new Array(6);
	threads[0] = new thread(182409, 'Battery Gauge in Truck..,', '128710', 'JayCarrFan', '11-18-2009', '07:22 AM', 'On the way to work this morning, I noticed my dashboard wasn\'t as well lit as usual.  Then, as I was pulling into the parking lot, my battery warning light came on.  This has happened before,but it usually turns back off.  At that moment, my battery gauge began to drop significantly.  I don\'t know if the truck will start after work. \r\n\r\n Does it seem more likely that this is a problem with the battery, or with the alternator?  \r\n\r\nIt\'s a 2001 F-150 4.2LV6, if you need to know.', '2');
	threads[1] = new thread(181960, 'Buying a first Car', '97052', 'Joseiy', '11-05-2009', '01:45 PM', 'Well I\'m turning 18 next month and I will have the funds to purchase a (used) car(Long settlement story involving a car accident...) I do not want to spend more than $5000 but can go a little over if I need to as I\'m choosing to put the majority of the money into savings. But anyways I\'m looking at cars and SUVs at the moment for the cars preferably 4 doors with good gas mileage and for the SUVs... Id like to get 20ish if possible. I\'d like it to have some decent trunk space for all my musical gear as I\'m in 3 bands now and I would really like some space for putting stuff. Thanks guys!', '8');
	threads[2] = new thread(181896, 'Dodge 1500 questions', '168853', 'Ak_Man4Jesus', '11-04-2009', '05:48 PM', 'I just put a down payment on  a 98 dodge 1500 4X4 with a 6" lift, and 36" tires. It only has 81000 miles.\nNow, it has duel 18" glass packs. I have heard that glas packs are hard on valves. Is this true?\nAnd, it does not have a raido in it. I have a 6 disc sterio. where is the best place to mount the CD player box?', '19');
	threads[3] = new thread(181834, 'Ford 360', '168853', 'Ak_Man4Jesus', '11-02-2009', '11:56 PM', 'Did Ford put a 360 in their F-150 custom?', '3');
	threads[4] = new thread(181596, 'Protege radio wiring.', '142871', 'Ethan.Bassist.', '10-26-2009', '03:26 PM', 'Hi. So when I got my Eclipse, I switched the cd players (decks, radios, whatever you call it). I put the nice one from the Protege in the Eclipse and now am having trouble getting the not so good from the Eclipse into the Protege.  Does any one have/know/know where to get a diagram so I know what colour wires on the factory harness correspond to what? \r\n\r\nOh, its a 99 Mazda Protege.  And the radio is a Panasonic CQ-DFX403U...but its not a problem because its harness is all labeled.  I\'ve already tried hooking it up the common sense way (red to red, yellow to yellow, etc) and it wasn\'t even getting power.  \r\n\r\nI just need to know what the colours on the factory harness correspond to. Thanks in advance. And if you need more info, I\'ll be happy to tell you what I know.', '3');
	threads[5] = new thread(181572, 'Rims', '119235', 'JesusFrEaK0077', '10-25-2009', '03:53 PM', 'Alright guys, one of my rims is a little bent, like enough to throw some stuff off. Apparently the person who owned this car before me was terrible at parking next to curbs too, they\'re pretty scratched up and stuff. So I\'m looking for a place online where I can get either just one rim to match the others, or an entire new/used set. If anyone knows of a good reliable online site that I can go searching for them. I have a 2002 Jeep Liberty Sport, so I\'ll need somewhere with truck rims. If anyone has any ideas, they\'re much appreciated. Thanks \r\nRachel\r\n\r\nBy the way: I\'m currently looking on ebay. I also forgot to add the size of my current rims, I want to stay the same size. I believe they\'re 16X7 but I\'ll get for sure numbers on that soon.', '9');
