
	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(2);
	threads[0] = new thread(182055, 'Article about the Recent Shooting in Ft Hood', '2528', 'Bryan', '11-08-2009', '10:43 AM', '[QUOTE=Travis;3483828][url=http://www.lewrockwell.com/orig9/longcore10.1.html]Fort Hood Murders: What Won’t Be Discussed by Russell D. Longcore[/url]\r\n\r\nGood link, IMO.[/QUOTE]\r\nI have issues with the first two points in the article. \r\n\r\n[quote]1. The morality of the wars in Iraq and Afghanistan. George Bush’s administration and Congress lied the US into an Iraq war against their own puppet dictator Saddam Hussein. It was never proven that Hussein or Iraq had ANY involvement in the 9-11 attacks. President Obama has now fully embraced war in Iraq and Afghanistan which continues unabated.[/quote]Bush et al never said Sadam had ties to 9-11 and there is no proof that they lied about WMD. There\'s proof they were wrong, and they have admitted this, but no proof that they lied. \r\n[quote]2. The legality of the wars in Iraq and Afghanistan. No declaration of war has ever been enacted by the US Congress, which is required in the Constitution.\r\n[/quote]congress passed a resolution giving the president the authority to use force in Iraq. Just because it didn\'t say "we declare war on Iraq" doesn\'t mean we\'re violating the constitution. The point of congress having the power to declare war is to prevent the president from going off and waging war without congress\' approval. The constitution was not violated here.', '3');
	threads[1] = new thread(181999, 'Cellphones for the Poor', '119979', 'tlj009', '11-06-2009', '09:22 AM', 'I really didn\'t know that we were funding a program to give cellphones to people on wellfare.  I knew that we were paying so that any phone, whether it had been disconnected or not, could dial 911.  But to give out free cellphones seems a little much.\r\n\r\n[url=http://www.factcheck.org/2009/10/the-obama-phone/]The Obama Phone? | FactCheck.org[/url]', '8');
