
	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(4);
	threads[0] = new thread(182063, 'Ideas?', '147071', 'amczap', '11-08-2009', '03:50 PM', 'I have some good verses I just dont know where to go from there, any ideas would be greatly appreciated, thanks!\r\n\r\nThe words pour out, the feelings scatter about. Dont know where to start, or where to break apart. Never gonna know what they\'ll stir about in you, but for me they\'ll always bring back the memories of shooting the game winning three, taking the first steps and finally feeling free, reaching out and try something new.\r\n\r\nand then\r\n\r\nTime passes by so fast, never gonna forget our past, only the times we shared together. The memories will last forever. The late night phone calls, the movies at the mall. It seems so short ago when our hands never seem to break apart.', '1');
	threads[1] = new thread(181893, 'M.O.D.O.K. (Why Are You Killing Everybody?) (RC)', '11947', 'Skeeter', '11-04-2009', '04:23 PM', 'Yet another song for my totally awesome [url=http://www.christianguitar.org/forums/t179691/]Hooray for Gooba![/url] EP that I\'m working on. This song is about [url=http://marvel.com/universe/MODOK]M.O.D.O.K.[/url], who is simultaneously the silliest and most awesome villain in Marvel Comics. This is a love song to M.O.D.O.K. with a chorus melody that bears more than a passing resemblance to the Apples In Stereo\'s "Stephen, Stephen."\r\n\r\n[b]M.O.D.O.K. (Why Are You Killing Everybody?)[/b]\r\n\r\nBig fat floating head, tiny little arms\r\nYou\'re so hard to cuddle, but I can\'t resist your charms\r\nI know what you\'re designed for, but I can\'t stop loving you\r\n\r\n[chorus]\r\nMODOK, MODOK\r\nWhy are you killing everybody?\r\nMODOK, MODOK\r\nYou\'re a Mobile Organism Designed Only for Killing\r\nThat explains everything\r\n\r\nAdvanced Idea Mechanics designed you for a purpose\r\nI\'m not trying to change you, but let me tell you what your worth is\r\nDon\'t let them tell you that you\'re ugly, because you\'re beautiful to me\r\n\r\n[chorus]\r\n\r\n[bridge]\r\nMODOK, you\'re just misunderstood\r\nMODOK, it\'s not your fault\r\nMODOK, you can\'t help the way you were designed\r\nMODOK, please stop killing me\r\n\r\n[chorus]', '1');
	threads[2] = new thread(181823, 'Trap (RC)', '132937', 'RelientKrocks92', '11-02-2009', '04:43 PM', 'Verse: Dm7 to Em7b5 (xx5756, hammer/pull-off between 5,6,7 on high e string, critical to melody)\r\nChorus: Dm Cm Bbm\r\nBridge: Something a little brighter to kinda change the mood, not quite sure yet\r\n\r\nTrap\r\n\r\nV1	Fallen...\r\n	Fallen in this darkened night\r\n	Broken...\r\n	I\'ve lost my strength to fight\r\n\r\nV2	So this is what is comes to\r\n	When you think you\'ve got it all\r\n	You build up your castle\r\n	But in the end it\'s gonna fall\r\n\r\nPC	Well you think what\'s best for you\r\n	Is whatever you do or say\r\n	But in the end\r\n	There is a better way\r\n\r\nC	The foolishness of man\r\n	Will only bring you death\r\n	When you fight on your own\r\n	You\'re fighting against yourself\r\n	Running in circles\r\n	You think you\'re free\r\n	But you\'re trapped in a glass box\r\n	Open you eyes\r\n	And see the freedom that\'s outside\r\n\r\nV3	Laying in this filth\r\n	Wretched, poor, and blind\r\n	There\'s got to be more\r\n	An escape of somekind\r\n\r\nPC\r\nC\r\n\r\nB	So step outside this box\r\n	Of self-importance\r\n	It\'s suffocating can\'t you see?\r\n	When you crucify your pride\r\n	You will be truly free\r\n	And free indeed\r\n\r\nChorus and/or Instrumental out', '1');
	threads[3] = new thread(181685, 'Time Paradox: One Hundred Years (RC)', '11947', 'Skeeter', '10-29-2009', '12:12 PM', 'This is another Hooray for Gooba! song. I have a "full-band" version recorded that I need to do some mixing and perhaps re-record the vocals. In any case, I\'ll upload an mp3 for it next week. For now, just the lyrics!\r\n\r\n[b]Time Paradox: One Hundred Years[/b]\r\n\r\nWe\'ve been flung one hundred years into the past\r\nHave no fear, I\'m certain it won\'t last\r\nSomehow our friends will find a way\r\nDesign a time-travel finding ray\r\nAnd we\'ll be flung one hundred years into the future!\r\n\r\nWe\'ll happen upon a time-travelling villain\r\nHave to stay long enough to foil his evil plan\r\nWe\'ll team up with our ancestors\r\nTry not to become our own great-grandfathers\r\nThen we\'ll be flung one hundred years into the future!\r\n\r\nWe\'ll be mistaken for historical celebrities\r\nWe\'ll create a famous invention accidentally\r\nWe\'ll only change a couple tiny things\r\nOnly to find everyone is a Nazi\r\nWhen we get flung one hundred years into the future!\r\n\r\nWe have to go back!\r\nWe have to undo what we\'ve done!\r\nWe have to go back!\r\n\r\nWe\'ve flung ourselves one hundred years into the past\r\nCarefully following ourselves when we came last\r\nUndo the changes that we made\r\nPray everything is back in place\r\nWhen we get flung one hundred years into the future!', '0');
