function thread( tId, tTitle ) {
  this.tId = tId;
  this.tTitle = tTitle;
}
threads = new Array(12);
		threads[0] = new thread( 1847, 'The Official PotF Caption Thread' );
		threads[1] = new thread( 2729, 'Meaning of The Ultimate Fling?' );
		threads[2] = new thread( 260, 'What is the last CD you bought?' );
		threads[3] = new thread( 1984, 'What are you currently listening to?' );
		threads[4] = new thread( 425, 'What are you doing right now?...' );
		threads[5] = new thread( 603, 'Last book you Read' );
		threads[6] = new thread( 2890, 'Observation FTW!!' );
		threads[7] = new thread( 432, 'Last film you watched' );
		threads[8] = new thread( 1141, 'Fickle Images (56k Alert)' );
		threads[9] = new thread( 2786, 'Keikat 2008 [FIN]' );
		threads[10] = new thread( 821, 'The &quot;happy&quot; thread' );
		threads[11] = new thread( 1467, 'Photography' );

