function thread( tId, tTitle ) {
  this.tId = tId;
  this.tTitle = tTitle;
}
threads = new Array(12);
		threads[0] = new thread( 1467, 'Photography' );
		threads[1] = new thread( 2027, 'Turkey' );
		threads[2] = new thread( 3056, 'Creative Writing: Short Stories and Novels.' );
		threads[3] = new thread( 2963, 'iPhone 3G' );
		threads[4] = new thread( 3093, 'My instrumental remix Sorry Go \'Round' );
		threads[5] = new thread( 2993, 'Best Rock Song you Listen' );
		threads[6] = new thread( 1984, 'What are you currently listening to?' );
		threads[7] = new thread( 1727, 'Interviews &amp; Articles' );
		threads[8] = new thread( 1141, 'Fickle Images (56k Alert)' );
		threads[9] = new thread( 3084, 'Help needed. Get PotF to Open\'er and Roskilde in 2009.' );
		threads[10] = new thread( 2703, 'Revolution Roulette' );
		threads[11] = new thread( 104, 'Do you play an instrument?' );

