str = s; t = new Thread( this ); t.start();
new StringCounterR( "Fred" ); new StringCounterR( "Alice" );
for( int i = 1; i <= 5; i++ ) { System.out.println( "" + i + "\t" + str ); t.yield(); }