$value ) {
	if ( substr( $name, 0, 2 ) == "id" ) {
	    printf( "%s\n",  $value );
	}
    }
?>