blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58ece45fceb5c97cc77d4cb6af1614b38827700d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/poly.man.tst | 4d41cb2ca95e53fe6ec054f46d2b949028c921d7 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 67 | tst | poly.man.tst | clear;lines(0);
s=poly(0,"s");p=1+s+2*s^2;
A=rand(2,2);poly(A,"x")
|
751b6612eb37f6d9d987ce4c0e7e89536d9be0c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH4/EX4.43/example4_43.sce | e62ddadd851add1dc31485ae74c1a048a46aa4be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 354 | sce | example4_43.sce |
//example 4.43
//calculate average depth of precipitation
clc;funcprot(0);
//given
A=[90 140 125 140 85 40 20]; //area of isohytes
I=[13:-2:1]; //average isohytel interval
s=0;t=0;
for i=1:7
s=s+A(i)*I(i);
t=t+A(i);
end
Pavg=s/t;
Pavg=round(Pavg*10)/10;
mprintf(" average depth of precipitation=%f cm.",Pavg);
|
473cd59f5f2a15f95811d21521849fd5973ae590 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /QL MidAir Rocket.sce | 2ce7b78f14f86968e3414ebeec47c8376f99b9cc | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 46,201 | sce | QL MidAir Rocket.sce | Name=QL MidAir Rocket
PlayerCharacters=Rocketman
BotCharacters=Pigeon.bot;Quaker Bot.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Rocketman
AddedBots=Pigeon.bot;Pigeon.bot;Pigeon.bot;Quaker Bot.bot;Quaker Bot.bot;Quaker Bot.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;0;0;0
MapName=boxer.map
MapScale=7.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=5.0
ScoreToWin=2000.0
ScorePerDamage=0.0
ScorePerKill=0.0
ScorePerMidairDirect=100.0
ScorePerAnyDirect=5.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Quake, Quake Live, Reflex
WeaponHeroTag=Rockets, RL
DifficultyTag=2
AuthorsTag=junipel
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Modified MidAir for QL. Press the Launch ability to send bots flying in the air. Only midair rockets.
GameVersion=1.0.8.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Bot Profile]
Name=Pigeon
DodgeProfileNames=Long Strafes;Long Strafes 2;Long Strafes Jumping
DodgeProfileWeights=1.0;1.0;1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Clay Pigeon
SeeThroughWalls=false
NoDodging=false
NoAiming=true
[Bot Profile]
Name=Quaker Bot
DodgeProfileNames=Circle Strafe;Long Strafes;Mimic;Short Strafes
DodgeProfileWeights=2.0;3.0;1.0;2.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Quaker
SeeThroughWalls=false
NoDodging=false
NoAiming=true
[Character Profile]
Name=Rocketman
MaxHealth=300.0
WeaponProfileNames=Rocket Launcher - Midair;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=500.0
Acceleration=12000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cuboid
MainBBHeight=300.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Launch.abilmelee;Super Launch.abilmelee;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=Clay Pigeon
MaxHealth=100.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=3.0
StepUpHeight=160.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=1600.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=2700.0
Gravity=3.0
AirControl=0.05
CanCrouch=false
CanPogoJump=true
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Jump.abilmov;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2700.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=Quaker
MaxHealth=100.0
WeaponProfileNames=;;LG;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=160.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.05
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=58.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Dodge Profile]
Name=Long Strafes
MaxTargetDistance=5000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=4.0
MaxLRTimeChange=5.0
MinFBTimeChange=4.0
MaxFBTimeChange=5.0
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Long Strafes 2
MaxTargetDistance=1750.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=4.0
MaxLRTimeChange=6.0
MinFBTimeChange=4.0
MaxFBTimeChange=6.0
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.2
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=4000.0
MinTargetDistance=200.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.1
MaxLRTimeChange=3.0
MinFBTimeChange=0.1
MaxFBTimeChange=1.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.99
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.0001
MaxJumpTime=0.0001
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Circle Strafe
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.2
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Oppose
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Mimic
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.2
CrouchOnGroundFrequency=0.65
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.2
MaxCrouchTime=0.3
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.2
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=Rocket Launcher - Midair
Type=Projectile
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=5.0
TimeBetweenShots=0.8
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=10000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=10000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=100.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=1
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Rocket
VisualLifetime=0.1
WallParticleEffect=Flare
HitParticleEffect=Flare
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=3.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=5.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=Smoke
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=true
Radius=0.1
DamageAtCenter=120.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=LG
Type=Hitscan
ShotsPerClick=1
DamagePerShot=6.0
KnockbackFactor=2.0
TimeBetweenShots=0.046
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=7.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.05
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=9.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=true
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.1
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
[Movement Ability Profile]
Name=Jump
MaxCharges=1.0
ChargeTimer=0.1
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=0.0
LockDirectionForDuration=true
NegateGravityForDuration=false
MainVelocity=900.0
MainVelocityCanGoVertical=true
MainVelocitySetToMovementKeys=false
UpVelocity=3000.0
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=false
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Melee Ability Profile]
Name=Launch
MaxCharges=1.0
ChargeTimer=1.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.0
FullyAuto=false
AbilityDuration=0.15
HurtboxRadius=2000.0
HurtboxDamage=0.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
FlatKnockbackHorizontal=500.0
FlatKnockbackVertical=2500.0
FlatKnockbackHorizontalMin=-1500.0
FlatKnockbackVerticalMin=1500.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Melee Ability Profile]
Name=Super Launch
MaxCharges=1.0
ChargeTimer=1.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.0
FullyAuto=false
AbilityDuration=0.3
HurtboxRadius=2000.0
HurtboxDamage=0.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
FlatKnockbackHorizontal=2000.0
FlatKnockbackVertical=3000.0
FlatKnockbackHorizontalMin=-2000.0
FlatKnockbackVerticalMin=2000.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 0.000000 256.000000
448.000000 0.000000 256.000000
448.000000 0.000000 -768.000000
-576.000000 0.000000 -768.000000
-576.000000 -16.000000 256.000000
448.000000 -16.000000 256.000000
448.000000 -16.000000 -768.000000
-576.000000 -16.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 272.000000 -784.000000
-576.000000 272.000000 -784.000000
-576.000000 0.000000 -768.000000
448.000000 0.000000 -768.000000
448.000000 0.000000 -784.000000
-576.000000 0.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 272.000000
448.000000 272.000000 272.000000
448.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 0.000000 272.000000
448.000000 0.000000 272.000000
448.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
448.000000 272.000000 256.000000
464.000000 272.000000 256.000000
464.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 0.000000 256.000000
464.000000 0.000000 256.000000
464.000000 0.000000 -768.000000
448.000000 0.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 272.000000 -768.000000
-592.000000 272.000000 -768.000000
-592.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
-576.000000 0.000000 -768.000000
-592.000000 0.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 704.000000 256.000000
-576.000000 704.000000 256.000000
-576.000000 704.000000 -768.000000
-592.000000 704.000000 -768.000000
-592.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 272.000000 -768.000000
-592.000000 272.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 704.000000 256.000000
464.000000 704.000000 256.000000
464.000000 704.000000 -768.000000
448.000000 704.000000 -768.000000
448.000000 272.000000 256.000000
464.000000 272.000000 256.000000
464.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 704.000000 -768.000000
448.000000 704.000000 -768.000000
448.000000 704.000000 -784.000000
-576.000000 704.000000 -784.000000
-576.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 272.000000 -784.000000
-576.000000 272.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 704.000000 272.000000
448.000000 704.000000 272.000000
448.000000 704.000000 256.000000
-576.000000 704.000000 256.000000
-576.000000 272.000000 272.000000
448.000000 272.000000 272.000000
448.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 720.000000 256.000000
448.000000 720.000000 256.000000
448.000000 720.000000 -768.000000
-576.000000 720.000000 -768.000000
-576.000000 704.000000 256.000000
448.000000 704.000000 256.000000
448.000000 704.000000 -768.000000
-576.000000 704.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-128.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 16.000000 -336.000000
-128.000000 16.000000 -336.000000
-128.000000 0.000000 -320.000000
0.000000 0.000000 -320.000000
0.000000 0.000000 -336.000000
-128.000000 0.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
0.000000 16.000000 -192.000000
16.000000 16.000000 -192.000000
16.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 0.000000 -192.000000
16.000000 0.000000 -192.000000
16.000000 0.000000 -320.000000
0.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 16.000000 -320.000000
-144.000000 16.000000 -320.000000
-144.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
-128.000000 0.000000 -320.000000
-144.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-128.000000 16.000000 -176.000000
0.000000 16.000000 -176.000000
0.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 0.000000 -176.000000
0.000000 0.000000 -176.000000
0.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
0.000000 16.000000 -176.000000
0.000000 0.000000 -192.000000
16.000000 16.000000 -192.000000
0.000000 0.000000 -176.000000
16.000000 0.000000 -192.000000
0.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0x00000000
brush
vertices
-128.000000 0.000000 -176.000000
-128.000000 16.000000 -176.000000
-128.000000 16.000000 -192.000000
-144.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
-144.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
brush
vertices
-144.000000 16.000000 -320.000000
-128.000000 16.000000 -320.000000
-128.000000 16.000000 -336.000000
-144.000000 0.000000 -320.000000
-128.000000 0.000000 -336.000000
-128.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0x00000000
brush
vertices
0.000000 16.000000 -320.000000
16.000000 16.000000 -320.000000
0.000000 0.000000 -336.000000
0.000000 0.000000 -320.000000
16.000000 0.000000 -320.000000
0.000000 16.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0x00000000
brush
vertices
0.000000 704.000000 -192.000000
16.000000 704.000000 -192.000000
16.000000 704.000000 -320.000000
0.000000 704.000000 -320.000000
0.000000 16.000000 -192.000000
16.000000 16.000000 -192.000000
16.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-144.000000 704.000000 -192.000000
-128.000000 704.000000 -192.000000
-128.000000 704.000000 -320.000000
-144.000000 704.000000 -320.000000
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 16.000000 -320.000000
-144.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 704.000000 -320.000000
0.000000 704.000000 -320.000000
0.000000 704.000000 -336.000000
-128.000000 704.000000 -336.000000
-128.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 16.000000 -336.000000
-128.000000 16.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 704.000000 -176.000000
0.000000 704.000000 -176.000000
0.000000 704.000000 -192.000000
-128.000000 704.000000 -192.000000
-128.000000 16.000000 -176.000000
0.000000 16.000000 -176.000000
0.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
0.000000 704.000000 -176.000000
0.000000 16.000000 -192.000000
16.000000 704.000000 -192.000000
0.000000 16.000000 -176.000000
16.000000 16.000000 -192.000000
0.000000 704.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 16.000000 -176.000000
-128.000000 704.000000 -176.000000
-128.000000 704.000000 -192.000000
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-144.000000 704.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-144.000000 704.000000 -320.000000
-128.000000 704.000000 -320.000000
-128.000000 704.000000 -336.000000
-144.000000 16.000000 -320.000000
-128.000000 16.000000 -336.000000
-128.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
0.000000 704.000000 -320.000000
16.000000 704.000000 -320.000000
0.000000 16.000000 -336.000000
0.000000 16.000000 -320.000000
16.000000 16.000000 -320.000000
0.000000 704.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0xff8f7d6a internal/editor/textures/editor_clip
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -736.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 352.000000 256.000000 224.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 224.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 416.000000 0.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamB 0
|
d51a32971e7051d0c1deb30a6d89388e5f801676 | cb3c54411a4f3432c21524a69262b6655ba46ac1 | /Calculo_Numerico/Interpolação Lagrange.sce | e124ba8d40b4bbe4183e716116c535385e55d20c | [] | no_license | draetus/faculdade_trabalhos | ae85c0c89888c2ad956c6aa7147a801d0cdf4f9a | e9971b4478112fbe7333ad71d1b4f1620b384eb6 | refs/heads/master | 2022-12-30T19:39:42.191109 | 2020-10-16T13:12:03 | 2020-10-16T13:12:03 | 87,357,566 | 4 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 702 | sce | Interpolação Lagrange.sce | //Interpolação Lagrange
clear
close
clc
x = [0; 0.2; 0.4; 0.5]
y = [0; 2.008; 4.064; 5.125]
p1 = 0.3
p2 = poly(0, 'p')
n = size(x,1)
L = zeros(n,1)
function [s] = main(p)
for i=1 :(n)
aux1 = 1
aux2 = 1
for j=1 : (n)
if j<>i
aux1 = aux1 * (p - x(j, 1))
aux2 = aux2 * (x(i, 1) - x(j, 1))
end
end
L(i, 1) = aux1/aux2
end
resultado = 0
for i=1 :(n)
resultado = resultado + (y(i,1) * L(i,1))
end
s = resultado
endfunction
resultado = main(p1)
polinomio = main(p2)
disp(y, "Y: ", x, "X: ")
disp(resultado, "Resultado: ", p1, "Ponto:")
disp(polinomio, "Polinomio: ")
|
c203d128b1d930f1f4265d6cb0200566b4a90498 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH10/EX10.4/PPJ_4.sce | 3418b1bbca1ea3e761a777a040f9c7cd4dc83de1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | PPJ_4.sce | // sum 10-4
clc;
clear;
p=1.25;
D=200;
nt=0.75;
C=9;
sigta=20;
t=(p*D)/(2*sigta*nt)+C;
t=18;
D1=D+(2*t);
dr=D1+10;
sigp=310;
sigba=sigp/4;
db=16;
Db=dr+32+5;
Do=Db+(2*db);
P=%pi*(251+db)^2*1.25/4;
n=6;
Y=(Db-dr)/2;
M=P/n*Y;
Z=dr*tand(30)/6;
tf=sqrt(M/(sigta*Z));
tf=22;
Deff=dr+db+5;
// printing data in scilab o/p window
printf("D is %0.0f mm ",D);
printf("\n t is %0.0f mm ",t);
printf("\n Y is %0.1f mm ",Y);
printf("\n tf is %0.0f mm ",tf);
printf("\n Deff is %0.0f mm ",Deff); |
33ea49ff3ebbf2a8e53bf4d882a0c560c7dd0337 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/m2sci/sci_struct.sci | 65e3cc3c443cac744036368572eefa5920a8acaf | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sci | sci_struct.sci | function [stk,txt,top]=sci_struct()
// Copyright INRIA
txt=[]
names=['struct'];vals
for k=1:2:rhs-1
names=[names;stk(top-rhs+k)(1)]
end
names='['+strcat(names,';')+']'
for k=2:2:rhs
vals=[vals;stk(top-rhs+k)(1)]
end
stk=list('tlist('+makeargs([names;vals])+')','0',string(rhs+1),'?','16','?')
|
ec96977d41ea6b35bc1f48b3b27b9a9e89710e56 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/linear/scilab/functions/robust_structure.sci | 50a7b28405daf8620dd926cb60233729e5db5f31 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,861 | sci | robust_structure.sci | // Data Reconciliation Benchmark Problems From Literature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
// aux functions to ipopt solver
//***************************************************************
//This function analyses the structure of the problem
//and return vectors and matrices that will be used by ipopt solver
//Outputs:
//
// nc_eq number of equality constraints
// n_non_lin_eq number of non-linear equality constraints
// nv: number of variables
// nnzjac_ineq number of non zero elements in the Jacobian of the inequality constraints
// nnzjac_eq number of non zero elements in the Jacobian of the equality constraints
// nnz_hess number of non zero elements in the Lagrangean Hessian's
// sparse_dg sparsity structure of the Jacobian matrix of the constraints
// sparse_dh sparsity structure of the Lagrangean Hessian's
// lower lower bound of the variables
// upper upper bound of the variables
// var_lin_type type of the variable (linear or non-linear)
// constr_lin_type type of the constraints (linear or non-linear)
// constr_lhs lower bound of the constraints residuals
// constr_rhs upper bound of the constraints residuals
//
//Inputs:
// jac_eq: is the flowsheet jacobian matrix (regarding only total flows),
// also known as the incidence matrix.
// n_inequality_contraints since in classical reconciliation problems, no extra inequality constraints are used
// it is necessary to tell the number of them
// x_init measurements (used to calculate the hessian and jacobian structures in an initial point
// iobjfun objective function
// eqfun equality constraint function
// eqfun inequality constraint function
//*****************************************************************************
function [nc_eq, n_non_lin_eq, nv, nnzjac_ineq, nnzjac_eq, nnz_hess, sparse_dg, sparse_dh, lower, upper, var_lin_type, constr_lin_type, constr_lhs, constr_rhs] = robust_structure(jac_eq, n_inequality_constraints,x_init, iobjfun, eqfun, ineqfun)
// From here on, the problem generation is automatic
// No need to edit below
//The problem size: nc = number of constraints and an number of variables
[nc_eq,nv] = size(jac_eq);
if n_inequality_constraints > 0 then
// Call Jacobian of inequality constraints to get its structure
jac_ineqconstraints = diffcode_jacobian(ineqfun,x_init)';
jac_ineqconstr_sparse = sparse(jac_ineqconstraints);
[ij_ineq,v_ineq,mn_ineq]=spget(jac_ineqconstr_sparse);
else
ij_ineq = [];
end
// Jacobian of equality constraints to get its structure
[i1_eq,i2_eq]=find(jac<>0);
// The sparsity structure of the equality constraints
ij_eq = [i1_eq', i2_eq'];
// organizing the indices of the non-zero elements
ij_eq(:,1) = ij_eq(:,1) + n_inequality_constraints;
// The sparsity structure of the constraints
sparse_dg = [ij_ineq; ij_eq];
nnzjac_ineq = size(ij_ineq,1);
nnzjac_eq = size(ij_eq,1);
// The sparsity structure of the Hessian Lagrangian
//first retrieve the constraints Hessian structure, notice that with diffcode_hessian, the
// Hessian has the following dimensions: nvar x nvar x nconstr , so it is in fact a
// 3 dimensional matrix.
if n_inequality_constraints > 0 then
hess_ineq_constr = diffcode_hessian(ineqfun,x_init + 10*rand(nv,1 ));
end
//since our jacobian is constant, the hessian is null, in case of a non-linear jacobian
//the lines bellow must be uncommented/commented appropriatelly
//hess_eq_constr = diffcode_hessian(eqfun,x_init);
hess_eq_constr = [];
// cumulative sums the constraints in one hessian
hess_constr = zeros(nv,nv);
//pause
for i = 1: n_inequality_constraints
// we sum the absolute values to avoid zero cancelation
hess_constr = hess_constr + abs(hess_ineq_constr(:,:,i));
end
size_hess_eq_constr = size(hess_eq_constr);
if length(size_hess_eq_constr) > 2 then
n_non_lin_eq = size_hess_eq_constr(1,3);
for i = 1: nc_eq
hess_constr = hess_constr + abs(hess_eq_constr(:,:,i));
end
else
n_non_lin_eq = 0;
end
// the Hessian of the objective function
// For Hampel, we are using the finite difference formula due to a limitation of
// diffcode when providing the exact differences of tanh
if obj_function_type == 5 then
[J,hs_f] = derivative(objfun, x_init , H_form = "hypermat");
diaghess = diag(hs_f);
hess_f = diag(diaghess);
else
// hess_f = diffcode_hessian(objfun, 100*rand(nv,1 ));
hess_f = diffcode_hessian(objfun, x_init + 10*rand(nv,1 ));
end
//pause
// sum both of the Hessians
if length(size_hess_eq_constr) > 2 then
hess_Sparse=sparse(hess_constr + hess_f);
else
hess_Sparse=sparse(hess_f);
end
// get the hessian structure
[ij_hess,v_hess,mn_hess]=spget(hess_Sparse);
//filters the hessian to remove symmetric indexes
ij_hess_filtered = filter_symmetric(ij_hess);
// index of the non-zero elements of the Hessian
sparse_dh = ij_hess_filtered;
nnz_hess = length(ij_hess_filtered(:,1));
// in case of energy and/or compound balance added, user needs to check these limits!
// the variables have lower bounds of 0
lower = zeros(nv,1);
// the variables have upper bounds of 50000
upper = 50000*ones(nv,1);
// if the user added extra constraints, these lines also need review
var_lin_type(1:nv) = 1; // Non-Linear
constr_lin_type (1:nc_eq) = 0; // Linear
// These bounds must be changed in case of extra constraints are added to the problem
// (eg. compound balances, energy balances etc)
// the constraints has lower bound of 0
constr_lhs(1:nc_eq) = 0;
// the constraints has upper bound of 0.
constr_rhs(1:nc_eq) = 0;
endfunction
// filter_symmetric removes the symmetric coeficients of the Hessian matrix.
// Since ipopt uses only the upper triangular part of the Hessian matrix
// it is necessary to remove the lower triangular part of the matrix,
// that is the purpose of this function.
// inputs:
// ij : The 2 column matrix of the hessian structure (first columns is the row indices)
// and the second column is the column indices)
// outputs
// ijnew: The "filtered" Hessian structure where only the upper triangular part of the Hessian is
// considered
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
function [ijnew] = filter_symmetric(ij)
[isize, jsize] = size(ij);
ijnew = [];
count = 1;
for i =1: isize
if ij(i,1) <= ij(i,2) then
ijnew(count,:) = ij(i,:);
count = count + 1;
end
end
endfunction
|
dfea2ca9d84ae9f4d89c98e9a198c1095e933875 | 694ad1c574305de3b85702522d231dea9660e94c | /test/pages.tst | 1e739cd8c7c4443a3ccff78d28301b0852950b25 | [] | no_license | Mark-Seaman/SeamanTech | ced41e87b2b6fe2ffdc1172c2bd1b2e207536dfd | f2635eb82c26990305ff338c1a9dcbbf4618a3ed | refs/heads/master | 2021-01-13T02:03:24.626053 | 2015-12-07T16:20:34 | 2015-12-07T16:20:34 | 23,025,408 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 31 | tst | pages.tst | tpyrun $p/bin/util/pages_test
|
400f15fb7a1df9dd3acb915705060c5894e6922b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2582/CH6/EX6.3/Ex6_3.sce | 04c423d74667312eb69e7dc87bea585dfc4679eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | Ex6_3.sce | //Ex 6.3
clc;clear;close;
format('v',5)
n=8;//no. of bits
Range=0:10;//range
LSB=max(Range)/2^n;//V
MSB=max(Range)/2^0;//V
VFS=MSB-LSB;//V
disp(LSB*1000,"LSB(mV)");
disp(MSB,"MSB(V)");
disp(VFS,"VFS(V)");
|
f8987f665198fcb9e0199087dc17841fadb42442 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH22/EX22.7/Ex22_7.sce | 642691d5f9cc990d1f4be071b2f71d17f26881c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 576 | sce | Ex22_7.sce | clc
// Given that
V = 1 // Volume of the flask in litre
p = 1 // Pressure in atm
t = 300 // Temperature in K
r = 1.8e-10 // Radius of oxygen gas molecule in m
m = 5.31e-26 // Mass of oxygen molecule in kg
printf("\n Example 22.7 \n")
n = (p*(1.013e5))/((1.38e-23)*(t)*1000)
sigma = 4*%pi*(r^2)
v = ((8*(1.38e-23)*t)/(%pi*m))^(1/2)
z = sigma*n*v*1000
N = (1/4)*(n*0.1*v)
printf("\n No of collisions per sec are made by one molecule with the other molecule = %e,\nThe no of molecules strike the flask per sq. cm = %e,\n No of molecules in the flask = %e",z,N,n)
|
e335b0cd169230f41c4a23d0d6c8fa1fac55d7b2 | b437086cb1c76af82e408ae60119e8119e7d0ddf | /make_stuff/make_1/taut.tst | 14721fd23ce29fa69d2807fdea51a26681281dc1 | [] | no_license | Zyoto/Demo | ea2eb76a007b8321eefdf30e3ce385be55a36cf5 | 501476aeb0ef2d66b074ccdd54daf3e3cc66a787 | refs/heads/master | 2016-09-03T03:18:06.165419 | 2013-09-27T16:51:35 | 2013-09-27T16:51:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71 | tst | taut.tst | Pv-P
-PvP
(PvQvR)&(-P&-Q&-R)
(-Pv-Q)<->-(P&Q)
(-P&-Q)<->-(PvQ)
-(P&-P)
|
a6256668108a56af4324ef7786cd1dd5c8ed45d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH6/EX6.5/52ex3.sce | 572e0d71851aa430b615d3f6f49260cf162c055f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 119 | sce | 52ex3.sce |
clear;
clc;
close;
x=poly(0,'x');
p1=3*x/5+x/2;
p2=5*x/4-3;
p3=p1-p2;
x=roots(p3) //by the law of signs
|
4eaaeb59d55003fceea5388c493934e8b88c9226 | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH14/EX14.10/ex14_10.sce | e3d28c7edba55c51ddfc95acc61afb3104c76304 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | ex14_10.sce | clc
//Example 14.10
//Install Symbolic toolbox
//Determine the transform of rectangular pulse
syms t s
v=integ(exp(-s*t),t,2,%inf)-integ(exp(-s*t),t,5,%inf)
disp(v,'V(s)=') |
49666954aa431af9fcfb4269c11425822bd31c57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /40/CH9/EX9.3cd/Exa_9_3cd.sce | ed81e1b2863a88d8276c54c0ae9f37af8ba5ff9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | Exa_9_3cd.sce | //modified Impulse invariant Design
//(c)H(s)=4s+7/s^2+5s+4
s=%s;z=%z;
HS=(4*s+7)/(s^2+5*s+4);
[d1]=degree(numer(HS));
[d2]=degree(denom(HS));
HZ=((3*z)/(z-%e^-2))+(z/(z-%e^-0.5))
if (d2-d1==1) then
h=(4+7/%inf)/(1+5/%inf+4/%inf)
HMZ=HZ-0.5*h
else
HMZ=HZ
end
HS1=4/((s+1)*(s^2+4*s+5))
HZ1=(0.2146*z^2+0.093*z)/(z^3-1.2522*z^2+0.527*z-0.0821);
[d1]=degree(numer(HS1));
[d2]=degree(denom(HS1));
if (d2-d1==1) then
HMZ1=HZ1-0.5*h
else
HMZ1=HZ1
end
|
19c36a933599a50b24081a462f1a3dffff27c87a | 717ddeb7e700373742c617a95e25a2376565112c | /226/CH6/EX6.12/example12_sce.sce | ac86a6f30c5c5a2ad3df8cf6ea635f9eac550238 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 500 | sce | example12_sce.sce | //chapter 6
//example 6.12
//page 277
printf("\n")
printf("given")
Rc=5.6*10^3;Rl=33*10^3;rs=600;
hfe=100;hie=1.5*10^3;vs=50*10^-3;
disp(" CE circuit operation with vs at transistor base and Re bypassed")
Av=(hfe*((Rc*Rl)/(Rc+Rl)))/hie
Zb=hie
Rb=(R1*R2)/(R1+R2);
Zi=(Rb*Zb)/(Rb+Zb)
vi=(vs*Zi)/(rs+Zi)
vo=Av*vi
disp("Cb circuit operation with vs at emitter and the base resistor bypassed")
Av=(hfe*((Rc*Rl)/(Rc+Rl)))/hie
Ze=hie/(1+hfe)
Zi=(Ze*Re)/(Ze+Re)
vi=(vs*Zi)/(rs+Zi)
vo=Av*vi |
53106e779f8b0888b1ad755140d1ba88a8be1216 | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH18/EX18.5/18_05.sce | deab73fbb3825d37aa3b3d35e6ba3dec8a7be7de | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 944 | sce | 18_05.sce | clear
clc
CAo=0.1;
eA=3;
rA=[3.4;5.4;7.6;9.1];
CA=[0.039;0.0575;0.075;0.092];
XA=zeros(4,1);
inv_rA=zeros(4,1);
for i=1:4
XA(i)=(1-CA(i)/CAo)/(1+eA*CA(i)/CAo);
inv_rA(i)=1/rA(i);
end
//W=FAo*integral(dXA/-rA) from 0 to 0.35
//Using Trapezoidal rule to find area,XA must be in increasing order
//Sorting XA and accordingly inv_rA
for i=1:4
small=XA(i);
for j=i:4
next=XA(j);
if small>next
temp=XA(i);
XA(i)=XA(j);
XA(j)=temp;
temp1=inv_rA(i);
inv_rA(i)=inv_rA(j);
inv_rA(j)=temp1;
end
end
end
plot(XA,inv_rA)
xlabel('XA');ylabel('-1/rA');
//extending points to include XA=0.35
XA(5)=0.35;inv_rA(5)=0.34;
Area=inttrap(XA,inv_rA);
W=Area*2000;
printf("Amount of catalyst needed(kg) is %f",W)
disp('The answer slightly differs from those given in book as trapezoidal rule is used for calculating area')
|
2fd28034eb4e4978bf6e238f8f081cf531ce0208 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH6/EX6.9/exm6_9.sce | 061af9c51ba04813eb37463606cceea914cc7f41 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 402 | sce | exm6_9.sce | //page no 187
//example no 6.9
//TURN OFF THE AIR CONDITIONER.
//to turn OFF the air conditioner, reset bit D7
//Assuming the same input as earlier as it is a continuation of previous example.
clc;
A=[1 0 1 0 1 0 1 0];
B=[0 1 1 1 1 1 1 1];
Y=bitand(A,B); //ANDing input (A) with B to keep the D4 bit always set
disp(Y);
printf('D7 bit will always be zero without affecting the other bits');
|
3073ceb92381a595696bdd740c0729d1f4f85f5e | 4b3c8d2302d37ad5981adb6f68fae3db1d9820c8 | /_wrdFrame.sce | fcfa9e952aa24af18988d916bb8455402314564f | [] | no_license | mayank1513/littleBird_RD_ResourceManagementSystem | 002d19579b3b55a314450ec75d2874131741564b | 090d016248164580defc9b4629ba54c9dc362949 | refs/heads/master | 2020-03-15T04:48:31.637752 | 2018-05-03T09:46:53 | 2018-05-03T09:46:53 | 131,970,842 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,447 | sce | _wrdFrame.sce | // WRD frame
TopFr = uicontrol(frame_addWRD, 'style', 'frame','constraints', createConstraints('border', 'top', [0, 140]),..
'layout', 'grid','backgroundcolor', [1 1 1],'layout_options', createLayoutOptions('grid', [1,2]));
BotFr = uicontrol(frame_addWRD, 'style', 'frame','constraints', createConstraints('border', 'bottom', [0, 30]),..
'layout', 'border','backgroundcolor', [1 1 1],'border', createBorder('empty',4,0,4,0));
uicontrol(BotFr, 'constraints', createConstraints('border', 'right', [80, 0]), 'String', 'Add');
uicontrol(BotFr, 'constraints', createConstraints('border', 'left', [80, 0]), 'String', 'Cancel');
devFr1 = uicontrol(TopFr, 'style', 'frame',..
'layout', 'border','backgroundcolor', [1 1 1]);
fieldsFr = uicontrol(devFr1, 'style', 'frame','constraints', createConstraints('border', 'left', [160, 0]),..
'layout', 'grid','backgroundcolor', [1 1 1],'layout_options', createLayoutOptions('grid', [7,1]),..
'border', createBorder('empty',0,0,5,0));
entriesFr = uicontrol(devFr1, 'style', 'frame','constraints', createConstraints('border', 'center'),..
'layout', 'grid','backgroundcolor', [1 1 1],'layout_options', createLayoutOptions('grid', [7,1]),..
'border', createBorder('empty',0,2,5,25));
fieldsStr = ['WRD Support Type' ' ' 'Sponsor' ' ' 'Remarks' ]; //d = date();
entriesStr = list(wrdSupportType,'', Sponsor,'','');
sty = ['popupmenu' 'pushbutton' 'popupmenu' 'pushbutton' 'edit'];
for i = 5:-1:1
uicontrol(fieldsFr, 'Enable','off','String', fieldsStr(i),'backgroundcolor', [1 1 1],'FontWeight','bold');
uicontrol(entriesFr, 'style',sty(i),'String',entriesStr(i) ,'backgroundcolor', [1 1 1],'FontWeight','demi',..
'tag','wrd_' + fieldsStr(i));
end
set([get('wrd_ '),get('wrd_ ')],'Enable','off');
devFr2 = uicontrol(TopFr, 'style', 'frame', 'layout', 'border','backgroundcolor', [1 1 1]);
fieldsFr = uicontrol(devFr2, 'style', 'frame','constraints', createConstraints('border', 'left', [160, 0]),..
'layout', 'grid','backgroundcolor', [1 1 1],'layout_options', createLayoutOptions('grid', [7,1]),..
'border', createBorder('empty',0,0,5,0));
entriesFr = uicontrol(devFr2, 'style', 'frame','constraints', createConstraints('border', 'center'),..
'layout', 'grid','backgroundcolor', [1 1 1],'layout_options', createLayoutOptions('grid', [7,1]),..
'border', createBorder('empty',0,2,5,25));
fieldsStr = ['Name of Shetakari Mandal' 'Starting Date/Month' 'Account Number' 'Bank Name' 'IFSC Code' 'Savings/member/month'];
entriesStr = ['', date(), '', 'State Bank of India', '', '100'];
for i = 6:-1:1
uicontrol(fieldsFr, 'Enable','off','String', fieldsStr(i),'backgroundcolor', [1 1 1],'FontWeight','bold');
uicontrol(entriesFr, 'style','edit','String', entriesStr(i),'backgroundcolor', [1 1 1],'FontWeight','demi',..
'tag','wrd_' + fieldsStr(i));
end
//Adding WRD members
shgStr = ['' string(1:wrdMax)]'; shgStr(1,2) = 'Name of Member'; shgStr(1,3) = 'No. of family members';
shgStr(1,4) = 'Connected to Wadi or other WRD? (y/n))'; shgStr(1,5) = 'Registration No.';
uicontrol(frame_addWRD,'tag','shgNames', 'style','table', 'string',shgStr, 'constraints', createConstraints('border', 'center', [0, 140]));
|
5f2abed6f5908c46e25c1cb7b2d2bf6fe0cd127c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH1/EX1.3/Ex1_3.sce | 0b276222939114f94c3cbb3282727b96a6dc31c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | Ex1_3.sce |
//points A,E,F,G are at the same potential
Rab=20
Reb=50
R1=Rab*Reb/(Rab+Reb) //equivalent resistance of Rab and Reb
Rbc=25
R2=R1+Rbc //equivalent resistance of R1 and Rbc
Rfc=50
R3=Rfc*R2/(Rfc+R2) //equivalent resistance of R2 and Rfc
Rcd=30
R4=R3+Rcd //equivalent resistance of R3 and Rcd
R=R4*50/(50+R4) //equivalent resistance between A and D
i=200/R //Ohm's Law
mprintf("Current drawn by circuit=%f A", i)
|
062990c433929cf576b5c2d60b8c52d632c54703 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH5/EX5.20.b/solution5_20.sce | f0257e7a85758d1131caef309dd82f64152a08e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,792 | sce | solution5_20.sce |
function[] = plot_format()
//Get the handle of current axes
g = gca()
//Give labels and set label properties
g.labels_font_color=5
g.font_size=3
g.grid=[1,1]
g.box="off"
endfunction
//Obtain path of solution file
path = get_absolute_file_path('solution5_20.sce')
//Obtain path of data file
datapath = path + filesep() + 'data5_20.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate mean bending moment Mbm (N-m)
Mbm = (Mtmax + Mtmin)/2
//Calculate bending moment amplitude Mba (N-m)
Mba = (Mtmax - Mtmin)/2
//Calculate mean torsional moment Mtm (N-m)
Mtm = (Tmax + Tmin)/2
//Calculate torsional moment amplitude Mta (N-m)
Mta = (Tmax - Tmin)/2
//Assume diameter of the shaft to be 1mm d
d = 1
//Calculate mean and amplitude bending stresses bM, bA (N/mm2)
bM = (32 * Mbm * 1000)/(%pi * (d^3))
bA = (32 * Mba * 1000)/(%pi * (d^3))
//Calculate mean and amplitude shear stresses tauM, tauA (N/mm2)
tauM = (16 * Mtm * 1000)/(%pi * (d^3))
tauA = (16 * Mta * 1000)/(%pi * (d^3))
//Calculate resultant mean and amplitude stresses sigmaM, sigmaA (N/mm2)
sigmaM = sqrt((bM^2) + (3 * (tauM^2)))
sigmaA = sqrt((bA^2) + (3 * (tauA^2)))
theta = atand(sigmaA/sigmaM)
//Plot modified Goodman diagram
//The common quadrilateral in the plot is the area of concern
x1 = {0 Syt}
y1 = {Syt 0}
x2 = {0 Sut}
y2 = {Se 0}
plot(x1,y1,'-*')
plot(x2,y2,'--*')
plot_format()
title('Modified Goodman diagram (Example 5.20)')
xlabel('sigmaM (N/mm2)')
ylabel('sigmaA (N/mm2)')
//Calculate permissible stress amplitude Sa (N/mm2)
Sm = 1/((tand(theta)/Se) + (1/Sut))
Sa = Sm * tand(theta)
//Calculate actual shaft diameter d (mm)
d = ((fs * sigmaA)/Sa)^(1/3)
//Print results
printf('\nShaft diamater(d) = %f mm\n',d)
|
7aeb90872a9f7414e5a07203be72c06215762c33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH2/EX2.15/2_15.sce | 02bef3a87f3273e4f7ab751be757f2ee7c73c252 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 373 | sce | 2_15.sce | clear
clc
disp('Exa-2.15');
r=1.5*10^11; I=1.4*10^3; //radius and intensity of sun
s=4*%pi*r^2 //surface area of the sun
Pr=s*I // Power radiated in J/sec
c=3*10^8; //velocity of light
m=Pr/c^2 //rate od decrease of mass
printf('The rate of decrease in mass of the sun is %.1e kg/sec.',m); |
98d5ee64f6d41c5640847459b3dcd5811cd4fb41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH8/EX8.3/example8_3.sce | 37436a5f2f877b401c752646bed6006539a17340 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | example8_3.sce | //example8.3
clc
disp("Given : I_B=20 uA, I_E=6.4 mA")
disp("I_E=I_B+I_C=I_B+[(I_B)*(beta_dc)]=(I_B)*(1+(beta_dc))")
b=(6.4*10^-3)/(20*20^-6)
disp(b,"(beta_dc)+1=(I_E)/(I_B)=")
b=320-1
disp(b,"Therefore, (beta_dc)=")
a=319/320
format(7)
disp(a,"(alpha_dc)=(beta_dc)/(1+(beta_dc))=319/(1+319)=")
i=319*20
disp(i,"I_C(in uA)=[(beta_dc)*(I_B)]=")
c=0.9968*6.4
disp(c,"Also, (I_C)[in mA]=[(alpha_dc)*(I_E)]=")
|
3aeb1c574e66adbd7c2315c5e1cc68704b91b107 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH6/EX6.7/6_7.sce | 7c7f898bd105b9276b9a0b825cb8707a0eb6c8d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | 6_7.sce | // example:-6.7,page no.-312.
// program to design three section binomial transformer.
Zl=50;Zo=100;N=3;taom=0.05;
A=(2^-N)*abs((Zl-Zo)/(Zl+Zo));
frac_bw=2-(4/%pi)*acos(0.5*(taom/A)^2);
for c=1
Z1=Zo*((Zl/Zo)^((2^-N)*(c^N)));
disp(Z1,'Z1 = ')
end
for c=3^(1/3)
Z2=Z1*((Zl/Zo)^((2^-N)*(c^N)));
disp(Z2,'Z2 = ')
end
for c=3^(1/3)
Z3=Z2*((Zl/Zo)^((2^-N)*(c^N)));
disp(Z3,'Z3 = ')
end |
d7bdf62518f3ace4630bf71384d6a99148177480 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3035/CH13/EX13.7/Ex13_7.sce | 766191140b1bf07ff2bfe3d83a6e13c568635bd5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 752 | sce | Ex13_7.sce |
// Variable Declaration
I_a = 10.0*exp(%i*90*%pi/180) //Line current(A)
I_b = 10.0*exp(%i*-90*%pi/180) //Line current(A)
I_c = 10.0*exp(%i*0*%pi/180) //Line current(A)
// Calculation Section
a = 1.0*exp(%i*120*%pi/180) //Operator
I_a0 = 1.0/3*(I_a+I_b+I_c) //Zero-sequence component(A)
I_a1 = 1.0/3*(I_a+a*I_b+a**2*I_c) //Positive-sequence component(A)
I_a2 = 1.0/3*(I_a+a**2*I_b+a*I_c) //Negative-sequence component(A)
// Result Section
printf('Zero-sequence component , I_a0 = %.2f∠%.f° A' ,abs(I_a0),phasemag(I_a0))
printf('Positive-sequence component , I_a1 = %.3f∠%.f° A' ,abs(I_a1),phasemag(I_a1))
printf('Negative-sequence component , I_a2 = %.1f∠%.f° A' ,abs(I_a2),phasemag(I_a2))
|
a4c55d23059b25856d2e36139e0ea20942a3ecee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH1/EX1.21/Example_1_21.sce | e0e1c39e7331fa6558fe36f642677b61f4e9b499 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | Example_1_21.sce | //Example 1.21 A batch contains 10 articles of which 4 are defective .
clc;
clear;
N=120;
disp(N,"total no. of ways in which 3 articles are selected out of 10 =");
M= 20;
disp(M,"No. of favourable cases are ");
P=M/N;
disp(,P,"Probability that 3 articles are chosen at random and none is defective = ");
|
d350c255039c8b77710994cf4d025307bd2379b7 | 96ddb5c7e26f4c4665fed642bcd3e7492c8b3af9 | /pammod.sci | ad03c89fbe0c9eb1719967a06bd442357d1b8233 | [] | no_license | kUser18/comm_scilab | 8faa238d1affd5842ae20b8dbc0d59324d12b477 | c98d78ba55b73644bf32cf1f901b6c0e45d73bc2 | refs/heads/master | 2020-03-26T11:00:15.328570 | 2018-09-30T20:35:50 | 2018-09-30T20:35:50 | 144,823,988 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,312 | sci | pammod.sci | function P = pammod(x, m, phi, datatype)
//
//Function Description
//pammod: This function modulates a sequence of integers
//x into a complex baseband phase amplitude modulation signal.
//
//Calling sequence:-
//pam = pammod(x,m)
//pam = pammod(x,m,phi)
//pam = pammod(x,m,phi,datatype)
//
//Parameters:
//x: int - matrix
// The sequence of integers to be modulated.
// Each entry must be in the range [0,m-1]
//m: int - scalar
// The number of constellation points.
// Must be greater than or equal to 1.
//phi is taken to be zero if not specified.
//phi: float - scalar
// The initial phase (in radian) of the PAM signal.
//datatype is assumed to be "Bin" if not specified.
//datatype: string
// Should be either "Bin", "bin", "Gray" or "gray"
// If "Bin" or "bin", then the encoding of the signal is assumed
// to be binary.
// If "Gray" or "gray", then the signal is assumed to be
// Gray coded, and is converted to binary before
// modulation.
//
//Example Usage
// Using only the signal and the number of constellation points
// P = pammod(0:7, 8)
//
// Specifying the initial phase
// P = pammod(0:7, 8, %pi)
//
// Specifying the encoding
// P = pammod(0:7, 8, %pi,'Gray')
//
//Authors
//Devdatta Kathale
//
//Function Description Ends
//
//Find the number of arguments, and act accordingly
select(argn(2))
case 0 then
error('pammod: Need at least 2 arguments.')
case 1 then
error('pammod: Need at least 2 arguments.')
case 2 then
phi = 0
datatype = "Bin"
if m < ceil(m) | m<1 then
error('pammod: m must be an integer greater than 0')
end
if or(x>m-1) | or(x-ceil(x)) then
error('pammod: x must be a vector of integers in the range [0,M-1]')
end
case 3 then
datatype = "Bin"
if m < ceil(m) | m<1 then
error('pammod: m must be an integer greater than 0')
end
if or(x>m-1) | or(x-ceil(x)) then
error('pammod: x must be a vector of integers in the range [0,M-1]')
end
case 4 then
if m < ceil(m) | m<1 then
error('pammod: m must be an integer greater than 0')
end
if or(x>m-1) | or(x-ceil(x)) then
error('pammod: x must be a vector of integers in the range [0,M-1]')
end
if datatype == "Gray" | datatype == "gray" then
//Convert gray coded x into binary
//Store the shape of x
x_dim = size(x)
x = matrix(x, [-1,1] )
//
//Obtain Gray code of the integers 0:m-1
binary = 0:m-1
grayIndex=bitxor(binary, floor(binary/2))
//
//Obtain the inverse Gray code in inverseGrayIndex
[dummy,inverseGrayIndex] = gsort(grayIndex, 'g', 'i')
inverseGrayIndex = inverseGrayIndex - 1
//
//Convert x into binary from gray code
x = inverseGrayIndex(x+1)
//
//Restore the shape of x
x = matrix(x, x_dim)
elseif datatype == "Bin" | datatype == "bin" then //no need to change
x=x
else
error("pammod: Type must be either ''Gray'' or ''Bin''.")
end
end
//
//Construct constellation
constellation = [-m+1:2:m-1] * exp(-%i * phi)
//
//Flatten, assign values, and restore shape
x_dim = size(x)
x_flat = matrix(x, [-1,1] )
P = constellation(x_flat+1)
P = matrix(P, x_dim)
//
endfunction
|
837051af736a4d76aef8b0c21eb1ee139765ae23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH8/EX8.11/Example8_11.sce | f27555f7207b9a98766351a4ddf819e3f6229dc2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | Example8_11.sce | //Chapter-8,Example8_11,pg 8_56
R1=1.2*10^3
R2=4.7*10^3
C1=1*10^-6
C3=1*10^-6
f=0.5*10^3
w=2*%pi*f
Rx=R2*C1/C3
Cx=R1*C3/R2
D=w*Cx*Rx
printf("unknown capacitance and resistance\n")
printf("Rx=%.f ohm\n",Rx)
printf("Cx=%.8f F\n",Cx)
printf("dissipation factor\n")
printf("D=%.3f",D)
|
c00edf504ff56fa78b3c18d4a4bd6663a94c534b | 132b4ac959b21691290ffeefbc31eefe24500a25 | /a8/a8/test3.tst | 2e9d0ab48211cef9df17ac4a0d7bae9d878ec4c0 | [] | no_license | HanlonsStraightRazor/cs310 | df790b8c10b1ebb942313b4a620fd3ce655a075b | 0a053116659eb65ffacb9bf410774e31b17e8fbd | refs/heads/master | 2023-03-12T22:35:35.357502 | 2021-03-02T20:47:48 | 2021-03-02T20:47:48 | 343,901,992 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | tst | test3.tst | load Larc.hdl,
set RAM4K[0] %X8101, // 1. li R1 1
set RAM4K[1] %X8202, // 2. li R2 2
set RAM4K[2] %X0000, // 3. nop
set RAM4K[3] %X0000, // 4. nop
set RAM4K[4] %X0000, // 5. nop R1 <-- 1
set RAM4K[5] %XD512, // 6. sw 5(R1) R2 R2 <-- 2
set RAM4K[6] %XC324, // 7. lw R3 4(R2)
set RAM4K[7] %XF000 // 8. halt
// 9. MEM[6] <-- 2
// 10.
// 11. R3 <-- 2
;
repeat 20 { tick, tock; }
|
5b7405dbc6557958e2c9c5b9c48ddce102c8f1ae | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_error.sci | d11c02d4234012e8ee67b52f31b6b8667cb69bf7 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | sci | kiks_error.sci | function [] = kiks_error(errstr)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
// !! L.8: Matlab function errordlg not yet converted, original calling sequence used
errordlg(errstr,"KiKS error");
endfunction
|
0b8d5692bf39cefb6f38a977df9b833aff4f77d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3745/CH1/EX1.31/Ex1_31.sce | 6a1e1391430756cd1b3ab7e914a7957e2187c906 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | Ex1_31.sce | // Ex 31 Page 374
clc;clear;close;
// Given
G=37;//dB
f1=50;//Hz
f2=18.7*1000;//Hz
BW1=f2;//Hz (f2-f1~=f2)
A1=10**(G/20);//Gain
A3=sqrt(A1);//Gain
RL1BYRL2=A1/A3;//ratio
RL2BYRL1=A3/A1;//ratio
//BW=2*%pi*Cd*RL
BW1BYBW2=RL2BYRL1;
BW2BYBW1=RL1BYRL2;
f2dash=f2*sqrt(sqrt(2)-1);
BW2=BW2BYBW1*f2dash;//Hz
printf("Bandwidth of redesigned amplifier, BW=%.f kHz",BW2/1000)
|
c401c094bfd68bb079971bbd25e40dc2eb1e5328 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH1/EX1.7/Ex1_7.sce | 1226163b4086ebf9cdf200b8ff08499b69ffc6d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | Ex1_7.sce |
//refer Fig.1.13 in the textbook
//by applying KVL
//for mesh ABCDA, 7.45*i1-3.25*i2=10
//for mesh EFBAE, 8.55*i2-5.3*i3-3.25*i1=10
//for mesh HGBFEAH, 11.3*i3-5.3*i2=80
a=[7.45 -3.25 0;-3.25 8.55 -5.3;0 -5.3 11.3]
b=[10;10;80]
i=inv(a)*b
i1=i(1,1)
i2=i(2,1)
i3=i(3,1)
mprintf("Current in 6 ohm resistor=%f A, current in 3 ohm resistor=%f A", i3, i2-i1)
|
6fee70c6b556acc2b8ea5570c6258a11561e5d35 | be72b348d2bbd0cd916ee42daf3151ca8d3d6fc5 | /Fourier-Transform-in-Image-Formation/aperture.sce | aaadbc81522c3888ded08f69e076895a423d706f | [] | no_license | albertyumol/Image-Processing-on-Scilab | f9b859b35cd4279abaa79aef65598425a7ef37c9 | 33032c819026222dc75b8364b81012986a5e46ab | refs/heads/master | 2020-04-26T15:40:55.463187 | 2019-12-06T16:25:15 | 2019-12-06T16:25:15 | 173,654,065 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,662 | sce | aperture.sce | r0 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture0.jpg");
r1 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture1.jpg");
r2 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture2.jpg");
r3 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture3.jpg");
r4 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture4.jpg");
r5 = imread("C:\Users\csrc-lab03\Desktop\Activity5\Aperture5.jpg");
a = imread("C:\Users\csrc-lab03\Desktop\Activity5\vip.jpg");
a = a(:,:,1);
agray = mat2gray(a);
Fa = fft2(agray);
rgray0 = mat2gray(r0);
Fr0 = fftshift(rgray0);
FRA0 = Fr0.*Fa;
IRA0 = fft2(FRA0);
FImage0 = mat2gray(abs(IRA0));
rgray1 = mat2gray(r1);
Fr1 = fftshift(rgray1);
FRA1 = Fr1.*Fa;
IRA1 = fft2(FRA1);
FImage1 = mat2gray(abs(IRA1));
rgray2 = mat2gray(r2);
Fr2 = fftshift(rgray2);
FRA2 = Fr2.*Fa;
IRA2 = fft2(FRA2);
FImage2 = mat2gray(abs(IRA2));
rgray3 = mat2gray(r3);
Fr3 = fftshift(rgray3);
FRA3 = Fr2.*Fa;
IRA3 = fft2(FRA3);
FImage3 = mat2gray(abs(IRA3));
rgray4 = mat2gray(r4);
Fr4 = fftshift(rgray4);
FRA4 = Fr4.*Fa;
IRA4 = fft2(FRA4);
FImage4 = mat2gray(abs(IRA4));
rgray5 = mat2gray(r5);
Fr5 = fftshift(rgray5);
FRA5 = Fr5.*Fa;
IRA5 = fft2(FRA5);
FImage5 = mat2gray(abs(IRA5));
imwrite(FImage0,"C:\Users\csrc-lab03\Desktop\Activity5\VIP0.jpg");
imwrite(FImage1,"C:\Users\csrc-lab03\Desktop\Activity5\VIP1.jpg");
imwrite(FImage2,"C:\Users\csrc-lab03\Desktop\Activity5\VIP2.jpg");
imwrite(FImage3,"C:\Users\csrc-lab03\Desktop\Activity5\VIP3.jpg");
imwrite(FImage4,"C:\Users\csrc-lab03\Desktop\Activity5\VIP4.jpg");
imwrite(FImage5,"C:\Users\csrc-lab03\Desktop\Activity5\VIP5.jpg");
|
6e82c7bbd7ad633b2c0d1bebea3a72fbc0e3d201 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH5/EX5.5/Example5_5.sce | eb55c260b2e53d240d2c736c32def7d67ff7e12b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,605 | sce | Example5_5.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 5 : UNDERGROUND POWER TRANSMISSION AND GAS-INSULATED TRANSMISSION LINES
// EXAMPLE : 5.5 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
C_a = 0.45 * 10^-6 ; // Capacitance b/w two conductors in F/mi
l = 4 ; // length of cable in mi
f = 60 ; // Freq in Hz
V_L_L = 13.8 * 10^3 ; // Line-to-line voltage in V
pf = 0.85 ; // lagging power factor
I = 30 ; // Current drawn by load at receiving end in A
// CALCULATIONS
// For case (a)
C_a1 = C_a * l ; // Capacitance for total cable length in F
C_N = 2 * C_a1 ; // capacitance of each conductor to neutral in F
V_L_N = V_L_L/sqrt(3) ; // Line-to-neutral voltage in V
I_c = 2 * %pi * f * C_N * (V_L_N) ; // Charging current in A
I_c1 = %i * I_c ; // polar form of Charging current in A
// For case (b)
phi_r = acosd(pf) ; // pf angle
I_r = I * ( cosd(phi_r) - sind(phi_r) * %i ) ; // Receiving end current in A
I_s = I_r + I_c1 ; // sending end current in A
// For case (c)
pf_s = cosd( atand( imag(I_s),real(I_s) ) ) ; // Lagging pf of sending-end
// DISPLAY RESULTS
disp("EXAMPLE : 5.5 : SOLUTION :-") ;
printf("\n (a) Charging current of feeder , I_c = %.2f A \n",I_c) ;
printf("\n Charging current of feeder in complex form , I_c = i*%.2f A \n",imag(I_c1)) ;
printf("\n (b) Sending-end current , I_s = %.2f<%.2f A\n",abs(I_s),atand( imag(I_s),real(I_s) )) ;
printf("\n (c) Sending-end power factor ,cos Φ_s = %.2f Lagging power factor \n",pf_s) ;
|
dd98ee2feb4d17f7999d079c39b5c27c12001a7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /104/CH7/EX7.1/7_1.sce | f1666030043a658d15a2de3d3eb943c0e729a1f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | 7_1.sce | //type of system
s=%s
G1=syslin('c',(1+0.5*s)/(s*(1+s)*(1+2*s)*(1+s+s^2)))
disp(G1,"G(s)=")
printf("type 1 as it has one s term in denominator")
G2=syslin('c',(1+2*s)/s^3)
disp(G2,"G(s)=")
printf("type 3 as it has 3 poles at origin") |
bba84d712b35748d7c5a7005d7a5cd885d815bce | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH3/EX3.7/Ex3_7.sce | e08b3f336f3c99e54b630cf90d78e1f947054870 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | sce | Ex3_7.sce | clear
//
//
//
//Variable declaration
d=0.203*10**-9 //lattice spacing(m)
h=1
k=1
l=0 //miller indices of (110)
lamda=1.5 //wavelength of X-rays(angstrom)
//Calculation
a=d*sqrt(h**2+k**2+l**2) //length(m)
V=a**3 //volume of unit cell(m**3)
r=sqrt(3)*a/4 //radius of atom(m)
//Result
printf("\n length is %0.3f *10**-9 m",a*10**9)
printf("\n volume of unit cell is %0.5f *10**-27 m**3",V*10**27)
printf("\n answer for volume given in the book varies due to rounding off errors")
printf("\n radius of atom is %0.4f *10**-9 m",r*10**9)
|
fc02b2264c9685fad00d70856fd3be6a83aaf9ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH2/EX2.13/Ex2_13.sce | ee597f493ffb804b994ed17d1029e4a711b5f01a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 609 | sce | Ex2_13.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 2 : BESICS OF MAGNETIC CIRCUITS
// Example : 2.13
clc;clear; // clears the console and command history
// Given data
k_h = 110 // hysteresis co-efficient in J/m^3
V_cvol = 0.005 // volume of the core in m^3
B_m = 1.12 // flux density in T
f = 60 // frequency in Hz
n = 1.6
// caclulations
P_h = k_h*V_cvol*B_m^n*f // hysteresis loss in W
// display the result
disp("Example 2.13 solution");
printf(" \n Hysteresis loss \n P_h = %.2f W \n", P_h);
|
4a7c481ae09c3796d558162fe64339af024aa1ed | e4657d526ddb006886c9fca8229ddb7dc9b6c6cf | /two/FullSubtractor.tst | 4ff68d012b9aaf94a2a338e7099ff4aec76b0355 | [] | no_license | marcusshepp/computer_arch | 14cfcf65c13a5db1c2255a011a743601a55ac4cb | 564dd2bcf32e7791b33e5ff41a3ec63e08b2b69e | refs/heads/master | 2021-01-10T07:54:53.011805 | 2016-04-16T22:37:38 | 2016-04-16T22:37:38 | 43,556,935 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 542 | tst | FullSubtractor.tst | load FullSubtractor.hdl,
output-file FullSubtractor.out,
compare-to FullSubtractor.cmp,
output-list a%B3.1.3 b%B3.1.3 c%B3.1.3 diff%B3.1.3 borrow%B3.1.3;
set a 0,
set b 0,
set c 0,
eval,
output;
set a 0,
set b 0,
set c 1,
eval,
output;
set a 0,
set b 1,
set c 0,
eval,
output;
set a 0,
set b 1,
set c 1,
eval,
output;
set a 1,
set b 0,
set c 0,
eval,
output;
set a 1,
set b 0,
set c 1,
eval,
output;
set a 1,
set b 1,
set c 0,
eval,
output;
set a 1,
set b 1,
set c 1,
eval,
output;
|
5415a695d64ee629615e641e9891ca5683002ae3 | 68bc9ed8216a93c9b0bc0a6dbde62a7bb8328383 | /param/test_ping.tst | 8053f9af1c88ca952956d37408413c187a209fb6 | [] | no_license | michaelhuang14/AutonomousAgentsGreenhouse | 5e305e522c95dfaaebd7e4f148de87572d4185ce | 83e4aad142c9ca72ba4ababf58c25bed53428f0c | refs/heads/main | 2022-12-20T01:59:27.773408 | 2020-10-08T03:02:55 | 2020-10-08T03:02:55 | 300,742,055 | 1 | 0 | null | 2020-10-08T02:41:49 | 2020-10-02T21:40:36 | Python | UTF-8 | Scilab | false | false | 444 | tst | test_ping.tst | # Wait a minute before starting, to give agent a chance to initialize
DELAY FOR 60
WHENEVER True
# Wait 6 minutes for a ping
WAIT ping FOR 360
# Reset the ping and wait until the next one
WHENEVER ping
WAIT not ping FOR 10 # Don't want the current ping to confuse things
ENSURE not ping FOR 120 # This should succeed
# ENSURE not ping FOR 340 # This should (sometimes) fail
QUIT AFTER 3600 # Run the test and simulator for 1 hour
|
211baa18622ab753405528ef511a1f0a412359b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3407/CH6/EX6.1/Ex6_1.sce | dd23b1d81f1510d222bf93a0c3bced7b74f0ad17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,423 | sce | Ex6_1.sce | clear;
clc;
funcprot(0);
//given data
dt = 1.0;//tip diameter in m
dh = 0.9;//hub diameter in m
alpha1 = 30;//in deg
beta1 = 60;//in deg
alpha2 = 60;//in deg
beta2 = 30;//in deg
N = 6000;//rotational speed in rev/min
rhog = 1.5;//gas density in kg/m^3
Rt = 0.5;//degree of reaction at the tip
//Calculations
omega = 2*%pi*N/60;
Ut = omega*0.5*dt;
Uh = omega*0.5*dh;
cx = Ut/(tan(alpha1*%pi/180) + tan(beta1*%pi/180));
mdot = %pi*((0.5*dt)^2 - (0.5*dh)^2)*rhog*cx;
Wcdot = mdot*Ut*cx*(tan(alpha2*%pi/180)- tan(alpha1*%pi/180));
ctheta1t = cx*tan(alpha1*%pi/180);
ctheta1h = ctheta1t*(dt/dh);
ctheta2t = cx*tan(alpha2*%pi/180);
ctheta2h = ctheta2t*(dt/dh);
alpha1_ = (180/%pi)*atan(ctheta1h/cx);
beta1_ = (180/%pi)*atan((Uh/cx) - tan(alpha1_*%pi/180));
alpha2_ = (180/%pi)*atan(ctheta2h/cx);
beta2_ = (180/%pi)*atan((Uh/cx) - tan(alpha2_*%pi/180));
k = Rt*(0.5*dt)^2;
Rh = 1 - (k/(0.5*dh)^2);
//Results
printf('(i)The axial velocity, cx = %d m/s',cx);
printf('\n (ii)The mass flow rate = %.1f kg/s',mdot);
printf('\n (iii)The power absorbed by the stage = %.1f MW',Wcdot/(10^6));
printf('\n (iv)The flow angles at the hub are:\n alpha1 = %.2f deg,\n beta1 = %.2f deg,\n alpha2 = %.1f deg, and\n beta2 = %.2f deg.',alpha1_,beta1_,alpha2_,beta2_);
printf('\n (v)The reaction ratio of the stage at the hub, R = %.3f.',Rh);
//there are small errors in the answers given in textbook
|
916b702a1f9aa5fce42b03e6393aa4631b15d282 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH17/EX17.17.5/Ex17_5.sce | 0665fd9603f00fbf359e8a19409332a2077fab0f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | Ex17_5.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 17 Number Systems,Boolean Algebra,and Digital Circuits
clc
clear
dec=263
base=5
s=dec2base(dec,base)
disp(,s,"Equivalent of 263 in a code base 5 is ")
|
104460552ca11699f8430e47a175fed04c3c64d0 | 9d59fb06cf0644f9c0c84aae7977eeff57116a45 | /SCILAB/SCILAB-2.sce | 82df5b55dcca410417766224aaabaabe443e30ac | [] | no_license | aguadix/RQ | f353b8fa0e36828c8cca9af53f5c3275ed476a75 | 43e8a31003bf038b0cd72487868c760829b9797c | refs/heads/master | 2023-03-07T10:50:29.102260 | 2023-03-06T01:35:58 | 2023-03-06T01:35:58 | 53,548,175 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,620 | sce | SCILAB-2.sce | clear; clc;
// SCILAB-2.sce
// Constantes
A = 1; alpha = 0.5; omega = 2;
// Funciones
function y = f(t)
y = A*exp(-alpha*t).*sin(omega*t);
endfunction
dt = 0.001; tfin = 10; t = 0:dt:tfin;
y = f(t);
// Gráficas
scf(1); clf(1);
plot(t,y);
xgrid; xlabel('t'); ylabel('y');
// Objetivos
yobj = 0.5;
indexyobj = find(y>yobj,1);
tyobj = t(indexyobj)
plot(tyobj,yobj,'b.');
ya = 0.1; yb = 0.2;
indexyayb = find(y>ya & y<yb);
tyayb = t(indexyayb);
yyayb = y(indexyayb);
plot(tyayb,yyayb,'b.');
// Máximo y mínimo global
[ymax,indexymax] = max(y)
tymax = t(indexymax)
plot(tymax,ymax,'ro');
[ymin,indexymin] = min(y)
tymin = t(indexymin)
plot(tymin,ymin,'ro');
// Ceros
indexy0 = find(y(1:$-1).*y(2:$)<0) + 1;
ty0 = t(indexy0)
y0 = y(indexy0)
plot(ty0,y0,'bo');
// Extremos
dy = diff(y);
indexye = find(dy(1:$-1).*dy(2:$)<0) + 1;
tye = t(indexye)
ye = y(indexye)
plot(tye,ye,'rx');
// Puntos de inflexión
d2y = diff(y,2);
indexyi = find(d2y(1:$-1).*d2y(2:$)<0) + 1;
tyi = t(indexyi)
yi = y(indexyi)
plot(tyi,yi,'gx');
// Integral
ta = 0.5; indexta = find(t==ta);
tb = 2.5; indextb = find(t==tb);
indexI = indexta:indextb;
tI = t(indexI);
yI = y(indexI);
I = inttrap(tI,yI)
rectspos = [tI; yI; dt*ones(1,length(tI)); yI];
rectsneg = [tI; zeros(1,length(tI)); dt*ones(1,length(tI)); -yI];
fill = 10*ones(1,length(tI));
xrects(rectspos,fill);
xrects(rectsneg,fill);
// Derivada
t0 = 3;
y0 = y(t==t0)
plot(t0,y0,'m.')
dydt = dy/dt;
dydt0 = dydt(t==t0)
yt = y0 + dydt0*(t-t0);
plot(t,yt,'m--')
// Ejes
a1 = gca;
tlo = 0; tup = tfin; ylo = -1; yup = 1;
a1.data_bounds = [tlo,ylo;tup,yup];
|
e78a2ec51c7b7170044815e0535308fb04a303af | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH4/EX4.10/Ex4_10.sce | 80fcae32236186af3f9c00c3227f87464a17db8e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | Ex4_10.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex4_10
clc;
clear;
V=500;// voltage in V
I=15;//Current in A
t=0.6;//time in sec
f=80;//frequency in Hz
Vav=V*t;
Vi=V-Vav;
Ton=t/f;
L=Vi*(Ton/I);
disp(L,"The inductance in Henry is:")
|
c58a1144369dd5b9b703947e5cefeaa11915897f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH8/EX8.20/example8_20.sce | 1ab5eddb361eea2072b66fbea4c6ada2688ab086 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,332 | sce | example8_20.sce |
//example 8.20
//calculate streeses at heel and toe of dam
clc;funcprot(0);
//given
c=1;
hw=80; //heigth of water in reservior
Bt=6; //width of top of dam
H=84; //heigth of the dam
Hs2=75; //heigth of slope on downstream side
wb=56; //width of base of dam
Lf=8; //distance of foundation gallery from heel
gamma_d=23.5; //weigth density of concrete
gamma_w=9.81; //weigth density of water
ht=6; //heigth of tail water
W1=Bt*gamma_d*H;
W2=gamma_d*Hs2*(wb-Bt)/2;
W3=gamma_w*ht*4/2;
W4=gamma_w*hw^2/2;
W5=gamma_w*ht^2/2;
Pt=gamma_w*ht,
Ph=gamma_w*hw,
Pg=(ht+(hw-ht)/3)*gamma_w,
U=(Pt*(wb-Lf))+(Pg*Lf)+((Ph-Pg)*Lf/2)+((Pg-Pt)*(wb-Lf)/2)*c,
l1=(wb-Lf)/2,l2=(2*(wb-Lf))/3,l3=(wb-Lf)+(Lf/2),l4=(wb-Lf)+((2*Lf)/3),
L6=(((Pt*(wb-Lf))*l1)+((Pg-Pt)*(wb-Lf)*l2/2)+((Pg*Lf)*l3)+((Ph-Pg)*Lf*l4/2))/U,
L1=(wb-Bt)+(Bt/2),
L2=(2*(wb-Bt))/3,
L3=4/3;
L4=hw/3;
L5=ht/3;
M1=W1*L1,M2=W2*L2,M3=W3*L3,M4=W4*L4,M5=W5*L5,M6=U*L6;
SumV=W1+W2+W3-U;
SumH=W4-W5;
SumM=M1+M2+M3-M4+M5-M6;
x=SumM/SumV;
e=wb/2-x;
pnt=(SumV/wb)*(1+(6*e/wb));
pnh=(SumV/wb)*(1-(6*e/wb));
pnt=round(pnt*10)/10;
pnh=round(pnh*10)/10;
mprintf("Maximum Normal stress at toe=%f kN/square.m.",pnt);
mprintf("\nMaximum Normal stress at heel=%f kN/square.m.",pnh);
|
eef73928b46ec7c39941bfd927f072b044d339fc | 74e16a3319b092caef1a70e3dd39e18601fd44c8 | /reservoir_simulation.sci | 773f4b434281b95f5bceb5408e2f89a2552f94cb | [] | no_license | renluqin/MathematicalModeling | f54e163cd38ae023614d088b9ec017b419407c57 | c5b6e98165cf113d64b0a51f040182af0093b7a8 | refs/heads/master | 2022-12-11T11:59:57.153853 | 2020-08-27T21:14:07 | 2020-08-27T21:14:07 | 290,882,622 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,232 | sci | reservoir_simulation.sci | p=[0.1,0.7,0.8,0.85,0.9,0.95,1]
function [n]=test()
n=1
c(1,n)=4
while c(1,n)>0
u1=rand()
i=1
while i<=7
if u1<=p(i) then
c(1,n+1)=c(1,n)+i-1
break
else
i=i+1
end
end
if c(1,n+1) > 10 then
c(1,n+1) = 10
end
if c(1,n+1) < 1 then
c(1,n+1) = 1
end
c(1,n+1) = c(1,n+1) -1
n=n+1
end
endfunction
function [somme]=MulTest(N)
i=1
somme=0
while i<=N
T=test()
somme=somme+T
i=i+1
end
endfunction
T=test()
T_mean=MulTest(10)/10
//mean=Z/1000
//plot(mean)
//moyenne=sum(mean)/100
//P=[0.7,0.1,0.05,0.05,0.05,0.05,0,0,0,0;
//0.1,0.6,0.1,0.05,0.05,0.05,0.05,0,0,0;
//0,0.1,0.6,0.1,0.05,0.05,0.05,0.05,0,0;
//0,0,0.1,0.6,0.1,0.05,0.05,0.05,0.05,0;
//0,0,0,0.1,0.6,0.1,0.05,0.05,0.05,0.05;
//0,0,0,0,0.1,0.6,0.1,0.05,0.05,0.1;
//0,0,0,0,0,0.1,0.6,0.1,0.05,0.15;
//0,0,0,0,0,0,0.1,0.6,0.1,0.2;
//0,0,0,0,0,0,0,0.1,0.6,0.3;
//0,0,0,0,0,0,0,0,0.1,0.9]
////pi*(P-I)=0
//P=P'-eye(10,10)
//x=[1,1.7,2.4,3.1,3.8,4.5,5.2,5.9,6.6,7.3,8,8.7,8.7,8.7]
//plot(x)
|
4e44f551efea648f3398d329915879838611ec4f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH17/EX17.3/Ex17_3.sce | 888bfd5744760ee3ba0f4e20a94002ffcd2b2e21 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | Ex17_3.sce | //chapter17
//example17.3
//page379
L1=1000d-6 // H
L2=100d-6 // H
M=20d-6 // H
C=20d-12 // F
Lt=L1+L2+2*M
f=1/(2*%pi*(Lt*C)^0.5)
mv=L2/L1
printf("operating frequency = %.3f Hz or %.3f kHz \n",f,f/1000)
printf("feedback function = %.3f",mv)
//in book the answer is 1052 kHz but the accurate answer is 1054.029 kHz
|
dbcc69162747fb5c1616d75d2ffa0e85745c5368 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH8/EX8.28/Ex8_28.sce | c9511fb9ded0d6e414fc989fe85439ca60da7eb3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,268 | sce | Ex8_28.sce | clear
//
//variable declaration
Db=(20) //diameter of brass rod,mm
Dse=(40) //external diameter of steel tube,mm
Dsi=(20) //internal diameter of steel tube,mm
Es=(2*100000 ) //Young's modulus steel, N/mm^2
Eb=(1*100000 ) //Young's modulus brass, N/mm^2
alphas=(0.0000116) //coeffcient of expansion of steel,/°C
alphab=(0.0000187) //coeffcient of expansion of brass,/°C
t=60 //raise in temperature, °C
As=%pi*((Dse**2)-(Dsi**2))/4 //Area of steel tube** mm^2
Ab=%pi*((Db**2))/4 //Area of brass rod**mm^2
L=1200 //length,mm
//Since free expansion of brass is more than free expansion of steel , compressive force Pb develops in brass and tensile force Ps develops in steel to keep the final position at CC
//Horizontal equilibrium condition gives Pb = Ps, say P.
P=((alphab-alphas)*t*L)/((L/(As*Es))+(L/(Ab*Eb)))
ps=P/As
pb=P/Ab
printf("\n stress in steel= %0.2f N/mm^2",ps)
printf("\n Stress in brass= %0.2f N/mm^2",pb)
//the pin resist the force P at the two cross- sections at junction of two bars.
Shearstress=P/(2*Ab)
printf("\n Shear stress in pin %0.2f N/mm^2",Shearstress)
|
7d7998411a12e2fbbfe3fe3b07d524b6cbea674f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH7/EX7.9.1/7_9_1.sce | c2078713342dd9dc2c89f6279ffae96268f9a0a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 299 | sce | 7_9_1.sce | clc
//initialisation of variables
k= 15 //knots
w= 64 //lbf/ft^3
W= 5 //tonf
l= 6 //ft
U= 6080 //ft/km.hr
//CALCULATIONS
P= (0.5/32.2)*w*(k*U/3600)^2
Ct= (W*2240)/(P*%pi*(l/2)^2)
nf= 2/(1+sqrt(1+Ct))
Pb= (W*k*2240/nf)*6080/(3600*550)
//RESULTS
printf (' theotrical power= %.f h.p',Pb)
|
2dbaf5cf14ac8b716885ffb94312ea8d999fc2d7 | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH12/EX12.23/Ex12_23.sce | a895a3b0da15bbf08a381fcdf9a8d7ab9e5a1b51 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | Ex12_23.sce | //Chapter 12 : Solutions to the Exercises
//Scilab 6.0.1
//Windows 10
clear;
clc;
//Solution for 5.21
A=[1 -1 1 0;1 -1 1 1;0 1 1 -1;0 2 3 -3]
ainv=inv(A)
disp(ainv,'A^-1')
mprintf('(a,b,c,d)=\n')
mprintf(' l1(1,1,0,0)+l2(-1,-1,1,2)+l3(1,-1,1,3)+l4(0,1,-1,-3)')
|
2e090705af3c1cab426a1f77153f84af6662395e | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH6/EX6.3/6_3.sce | 173686ddbfaeca32d522da01164687de4f96b3d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | 6_3.sce | //clc()
//f(x) = exp(-x)-x
//f'(x) = -exp(-x)-1
for i = 1:5
if i == 1 then
x(i) = 0;
else
x(i) = x(i-1) - (exp(-x(i-1))-x(i-1))/(-exp(-x(i-1))-1);
et(i) = (x(i) - x(i-1)) * 100 / x(i);
x(i-1) = x(i);
end
end
disp(x)
disp(et)
|
78737d72d7fff545fcf96a533cb6e5f62dc9399b | 9e12e4e26437f9b52ce8d8b7fa8c4e9e65be1c62 | /1task_triangles/Tests/100.2.tst | 802a2efe0d815eb038b26018530d0d8871c42708 | [] | no_license | synthMoza/ilab_2course | 6a73fa119ce10eb01a400a29d963cf8c70e4c5c8 | 92638e7fb529265bd93572fef8a6eb9df99799f5 | refs/heads/master | 2023-06-30T19:14:49.667143 | 2021-08-09T15:04:29 | 2021-08-09T15:04:29 | 293,534,227 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,074 | tst | 100.2.tst | 100
-2.5 0 0
0 4.33013 0
2.5 0 0
-2.5 7.88925 0
0 12.2194 0
2.5 7.88925 0
-2.5 0 0.5
0 4.33013 0.5
2.5 0 0.5
-2.5 4.17849 0.5
0 8.50862 0.5
2.5 4.17849 0.5
-2.5 0 1
0 4.33013 1
2.5 0 1
-2.5 1.8691 1
0 6.19923 1
2.5 1.8691 1
-2.5 0 1.5
0 4.33013 1.5
2.5 0 1.5
-2.5 8.22943 1.5
0 12.5596 1.5
2.5 8.22943 1.5
-2.5 0 2
0 4.33013 2
2.5 0 2
-2.5 7.96854 2
0 12.2987 2
2.5 7.96854 2
-2.5 0 2.5
0 4.33013 2.5
2.5 0 2.5
-2.5 1.27877 2.5
0 5.6089 2.5
2.5 1.27877 2.5
-2.5 0 3
0 4.33013 3
2.5 0 3
-2.5 7.63022 3
0 11.9604 3
2.5 7.63022 3
-2.5 0 3.5
0 4.33013 3.5
2.5 0 3.5
-2.5 5.55192 3.5
0 9.88205 3.5
2.5 5.55192 3.5
-2.5 0 4
0 4.33013 4
2.5 0 4
-2.5 3.74083 4
0 8.07095 4
2.5 3.74083 4
-2.5 0 4.5
0 4.33013 4.5
2.5 0 4.5
-2.5 5.36586 4.5
0 9.69599 4.5
2.5 5.36586 4.5
-2.5 0 5
0 4.33013 5
2.5 0 5
-2.5 2.43405 5
0 6.76417 5
2.5 2.43405 5
-2.5 0 5.5
0 4.33013 5.5
2.5 0 5.5
-2.5 6.80698 5.5
0 11.1371 5.5
2.5 6.80698 5.5
-2.5 0 6
0 4.33013 6
2.5 0 6
-2.5 2.66266 6
0 6.99279 6
2.5 2.66266 6
-2.5 0 6.5
0 4.33013 6.5
2.5 0 6.5
-2.5 3.87142 6.5
0 8.20155 6.5
2.5 3.87142 6.5
-2.5 0 7
0 4.33013 7
2.5 0 7
-2.5 1.95814 7
0 6.28827 7
2.5 1.95814 7
-2.5 0 7.5
0 4.33013 7.5
2.5 0 7.5
-2.5 1.62408 7.5
0 5.95421 7.5
2.5 1.62408 7.5
-2.5 0 8
0 4.33013 8
2.5 0 8
-2.5 2.39226 8
0 6.72239 8
2.5 2.39226 8
-2.5 0 8.5
0 4.33013 8.5
2.5 0 8.5
-2.5 4.81894 8.5
0 9.14907 8.5
2.5 4.81894 8.5
-2.5 0 9
0 4.33013 9
2.5 0 9
-2.5 3.60701 9
0 7.93713 9
2.5 3.60701 9
-2.5 0 9.5
0 4.33013 9.5
2.5 0 9.5
-2.5 1.46884 9.5
0 5.79897 9.5
2.5 1.46884 9.5
-2.5 0 10
0 4.33013 10
2.5 0 10
-2.5 7.85315 10
0 12.1833 10
2.5 7.85315 10
-2.5 0 10.5
0 4.33013 10.5
2.5 0 10.5
-2.5 0.893489 10.5
0 5.22362 10.5
2.5 0.893489 10.5
-2.5 0 11
0 4.33013 11
2.5 0 11
-2.5 1.09184 11
0 5.42197 11
2.5 1.09184 11
-2.5 0 11.5
0 4.33013 11.5
2.5 0 11.5
-2.5 4.29067 11.5
0 8.6208 11.5
2.5 4.29067 11.5
-2.5 0 12
0 4.33013 12
2.5 0 12
-2.5 6.58591 12
0 10.916 12
2.5 6.58591 12
-2.5 0 12.5
0 4.33013 12.5
2.5 0 12.5
-2.5 8.5282 12.5
0 12.8583 12.5
2.5 8.5282 12.5
-2.5 0 13
0 4.33013 13
2.5 0 13
-2.5 8.09737 13
0 12.4275 13
2.5 8.09737 13
-2.5 0 13.5
0 4.33013 13.5
2.5 0 13.5
-2.5 5.92747 13.5
0 10.2576 13.5
2.5 5.92747 13.5
-2.5 0 14
0 4.33013 14
2.5 0 14
-2.5 3.31851 14
0 7.64864 14
2.5 3.31851 14
-2.5 0 14.5
0 4.33013 14.5
2.5 0 14.5
-2.5 6.49321 14.5
0 10.8233 14.5
2.5 6.49321 14.5
-2.5 0 15
0 4.33013 15
2.5 0 15
-2.5 3.19272 15
0 7.52285 15
2.5 3.19272 15
-2.5 0 15.5
0 4.33013 15.5
2.5 0 15.5
-2.5 2.5475 15.5
0 6.87763 15.5
2.5 2.5475 15.5
-2.5 0 16
0 4.33013 16
2.5 0 16
-2.5 2.01144 16
0 6.34157 16
2.5 2.01144 16
-2.5 0 16.5
0 4.33013 16.5
2.5 0 16.5
-2.5 5.06182 16.5
0 9.39195 16.5
2.5 5.06182 16.5
-2.5 0 17
0 4.33013 17
2.5 0 17
-2.5 2.11668 17
0 6.4468 17
2.5 2.11668 17
-2.5 0 17.5
0 4.33013 17.5
2.5 0 17.5
-2.5 1.31973 17.5
0 5.64986 17.5
2.5 1.31973 17.5
-2.5 0 18
0 4.33013 18
2.5 0 18
-2.5 6.34059 18
0 10.6707 18
2.5 6.34059 18
-2.5 0 18.5
0 4.33013 18.5
2.5 0 18.5
-2.5 1.08664 18.5
0 5.41677 18.5
2.5 1.08664 18.5
-2.5 0 19
0 4.33013 19
2.5 0 19
-2.5 6.87166 19
0 11.2018 19
2.5 6.87166 19
-2.5 0 19.5
0 4.33013 19.5
2.5 0 19.5
-2.5 1.42116 19.5
0 5.75129 19.5
2.5 1.42116 19.5
-2.5 0 20
0 4.33013 20
2.5 0 20
-2.5 6.45251 20
0 10.7826 20
2.5 6.45251 20
-2.5 0 20.5
0 4.33013 20.5
2.5 0 20.5
-2.5 0.645447 20.5
0 4.97557 20.5
2.5 0.645447 20.5
-2.5 0 21
0 4.33013 21
2.5 0 21
-2.5 8.22814 21
0 12.5583 21
2.5 8.22814 21
-2.5 0 21.5
0 4.33013 21.5
2.5 0 21.5
-2.5 0.454917 21.5
0 4.78504 21.5
2.5 0.454917 21.5
-2.5 0 22
0 4.33013 22
2.5 0 22
-2.5 4.51687 22
0 8.847 22
2.5 4.51687 22
-2.5 0 22.5
0 4.33013 22.5
2.5 0 22.5
-2.5 1.52603 22.5
0 5.85616 22.5
2.5 1.52603 22.5
-2.5 0 23
0 4.33013 23
2.5 0 23
-2.5 2.079 23
0 6.40913 23
2.5 2.079 23
-2.5 0 23.5
0 4.33013 23.5
2.5 0 23.5
-2.5 6.90913 23.5
0 11.2393 23.5
2.5 6.90913 23.5
-2.5 0 24
0 4.33013 24
2.5 0 24
-2.5 6.34497 24
0 10.6751 24
2.5 6.34497 24
-2.5 0 24.5
0 4.33013 24.5
2.5 0 24.5
-2.5 5.68601 24.5
0 10.0161 24.5
2.5 5.68601 24.5
|
dcc0733755bb7919c43b775b974633f327492ede | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.0/Unix/scilab-2.0/macros/percent/%lnp.sci | 4e3ba7303576fe6f31a32767101d75905218f4ea | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sci | %lnp.sci | //[r]=%lnp(l1,l2)
//%lnp(l1,l2) correspond a l'operation logique l1==l2 avec l1 une liste
//et l2 une matrice de polynomes
//!
r=%t
//end
|
6e17cee366e227ab3a6bd9c2f6cf556550ac8872 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3776/CH7/EX7.6/Ex7_6.sce | 7253fc27dcae9c5770f8dfa144aadf8ee8577fc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 683 | sce | Ex7_6.sce | clear
//Given
//we will divide this into two equal parts and other part
l = 10.0 // in - The height
t = 0.1 // in - The width
b = 5.0 //mm- The width of the above part
A = t* b //sq.in - area of part
y_net = l/2 // The com of the system
y_1 = l // The position of teh com of part_2
I_1 = t*(l**3)/12 //in^4 The moment of inertia of part 1
I_2 = 2*A*((y_1-y_net)**2) //in^4 The moment of inertia of part 2
I = I_1 + I_2 //in^4 The moment of inertia
e = (b**2)*(l**2)*t/(4*I) //in the formula of channels
l_sc = e - t/2 //in- The shear centre
printf("\n The shear centre from outside vertical face is %0.3f in",l_sc )
|
593b40dd544826e8a908874344a46b1c06a532f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH12/EX12.7/Ex12_7.sce | 6bf46aba17b3c242bd9a9c5458ebee8c5db082f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,573 | sce | Ex12_7.sce | //Book - Power System: Analysis & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye
//Chapter - 12 ; Example 12.7
//Scilab Version - 6.0.0 ; OS - Windows
clc;
clear;
C1=[8e-3 10 0] //Coefficients of cost equation for unit 1
C2=[9e-3 8 0] //Coefficients of cost equation for unit 2
dC1=[2*C1(1) C1(2)] //Coefficients of incremental cost equation for unit 1
dC2=[2*C2(1) C2(2)] //Coefficients of incremental cost equation for unit 2
P1lim=[100 600]; //Lower and upper generation limit for unit 1
P2lim=[400 1000]; //Lower and upper generation limit for unit 2
result=[];
for PT=[500 600 700 725 800 900 1000 1100 1200 1244 1300 1400 1500]
P1=(dC2(1)*PT+(dC2(2)-dC1(2)))/(dC2(1)+dC1(1));
P2=PT-P1;
dC1value=dC1(1)*P1+dC1(2);
dC2value=dC2(1)*P2+dC2(2);
if P1<P1lim(1) | P1>P1lim(2) //Checking for limits of P1
if P1<P1lim(1)
P1=P1lim(1)
else
P1=P1lim(2)
end
P2=PT-P1;
dC1value=dC2(1)*P2+dC2(2);
elseif P2<P2lim(1) | P2>P2lim(2) //Checking for limits of P2
if P2<P2lim(1)
P2=P2lim(1)
else
P2=P2lim(2)
end
P1=PT-P2;
dC1value=dC1(1)*P1+dC1(2);
end
CT=C1(1)*P1^2+C1(2)*P1+C1(3)+C2(1)*P2^2+C2(2)*P2+C2(3); //Total cost in $/hr
result=[result;PT P1 P2 dC1value CT]
end
disp(result,' PT(MW) P1(MW) P2(MW) dC/dP($/MWhr) CT($/hr)');
|
8c2291b5e8e85c812c7b47df17be69c0d76575a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH24/EX24.12/ex_24_12.sce | 58849c286bb22af6a4a8915d4870cb10a49a5fa6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | ex_24_12.sce | //find..
clc
//solution
//given
P=45*1000//W
N=1000//rpm
a=(%pi/180)*12.5
D=500//mm
R=250//mm
u=0.2
pn=0.1//N/mm^2
T=P*60/(2*%pi*N)*1000//N-mm
//let b be face width
//T=2*%pi*u*R^2*b
b=T/(2*%pi*pn*u*R^2)//mm
printf("face width is,%f mm\n",b)
Wn=pn*2*%pi*R*b//N
We=Wn*(sin(a)+0.25*u*cos(a))
printf("axial force applied is,%f N\n",We)
|
78d35eff50f802fd2a6e4af304cd0e41cf78730f | 6cb9e819eeeec94f4180602ba9707c879af925fc | /ElNet_ss_16/Labor_3/3rd_protokoll_readLTspice.sci | 65c3c5b58d79c1acdc72df7c2d6dbee26491bf5f | [] | no_license | shinroo/TUB_Programs | ddc6a1e04c3a6f93221ac00abba93977fc5a1ca9 | aae3afa488ad43fbcbcf592285bdd79fcacfb10e | refs/heads/master | 2021-01-19T03:27:29.597735 | 2018-01-23T17:26:54 | 2018-01-23T17:26:54 | 54,027,264 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,730 | sci | 3rd_protokoll_readLTspice.sci | //---------------------------------------------------------------//
//---------------------------------------------------------------//
//-------------------------- TU Berlin --------------------------//
//--------- Fakultaet IV: Elektrotechnik und Informatik ---------//
//---------------------------------------------------------------//
//--------- Fachgebiet fuer Energieversorgungsnetze und ---------//
//---------- Integration erneuerbarer Energien (SENSE) ----------//
//---------------------------------------------------------------//
//-------------------- Elektrische Netzwerke --------------------//
//-------------------------- Praktikum --------------------------//
//---------------------------------------------------------------//
//---------------------------------------------------------------//
//----- Einlese-Funktion fuer aus LTspice exportierte Daten -----//
//---------------------------------------------------------------//
//-------- Autor: Martin Otto -----------------------------------//
//-------- Version: 1.0 -----------------------------------------//
//-------- Stand: 03.05.2016, 15.15 Uhr -------------------------//
//---------------------------------------------------------------//
//---------------------------------------------------------------//
clc;
clear;
xdel(winsid());
function [M]=readLTspice(fileName, selector, nTraces)
//Format: Zeitbereich
if selector=="Time" | selector=="time" then
tempFileName = part(fileName, 1:$-4) + "_Temp.txt";
textOriginal = mgetl(fileName);
[nRows,nColumns] = size(textOriginal);
textKorrigiert = strsubst(textOriginal(2:nRows), ascii(9), ",");
mputl(textKorrigiert, tempFileName);
M = read(tempFileName, -1, 1+nTraces);
deletefile(tempFileName);
//Format: Polarform (dB,deg)
elseif selector=="Bode" | selector=="bode" then
tempFileName = part(fileName, 1:$-4) + "_Temp.txt";
textOriginal = mgetl(fileName);
[nRows,nColumns] = size(textOriginal);
textKorrigiert = strsubst(textOriginal(2:nRows), "°", "");
textKorrigiert = strsubst(textKorrigiert, "dB", "");
textKorrigiert = strsubst(textKorrigiert, "(", "");
textKorrigiert = strsubst(textKorrigiert, ")", "");
textKorrigiert = strsubst(textKorrigiert, ascii(9), ",");
mputl(textKorrigiert, tempFileName);
M = read(tempFileName, -1, 1+2*nTraces);
deletefile(tempFileName);
//Format: kartesische Form (Re,Im)
elseif selector=="Nyquist" | selector=="nyquist" then
tempFileName = part(fileName, 1:$-4) + "_Temp.txt";
textOriginal = mgetl(fileName);
[nRows,nColumns] = size(textOriginal);
textKorrigiert = strsubst(textOriginal(2:nRows), ascii(9), ",");
mputl(textKorrigiert, tempFileName);
M = read(tempFileName, -1, 1+2*nTraces);
deletefile(tempFileName);
//falsche Eingabe
else
M = zeros(10,10);
disp("Falsche Angabe für Format der Datenreihen!");
disp("--- Art der Datenreihe:");
disp(selector);
disp("--- Betroffene Datei:");
disp(fileName);
end
endfunction
D = readLTspice("/home/shinroo/Documents/ElNet2016/Labor_4/sim.txt", "time",6);
T = D(:,1);
U = D(:,2);
I1L = D(:,5);
I2L = D(:,4);
I1R = D(:,6);
I2R = D(:,3);
plot2d(T, I1R);
el = gce();
el1 = el.children(1);
el1.thickness=2;
el1.foreground=2;
plot2d(T, I2R);
el = gce();
el1 = el.children(1);
el1.thickness=2;
el1.foreground=5;
title("Ströme des rechteren Teils");
legend("I1R","I2R");
xlabel("t (s)");
ylabel("I (A)");
xgrid(1, 1, 3);
|
517117c7bdd567b300569f56e915f3a57d16ee07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH4/EX4.34/Ex4_34.sce | 8e8eaf12fe92fab3ed44a093c1a656aa89656fd6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sce | Ex4_34.sce | //pagenumber 221 example 34
clear
em1cur=2*10^-3;//ampere
v1=12;//volt
vcc=12;//volt
format(12);
colres=5*10^3;//ohm
em1res=v1/em1cur;
colcur=em1cur;
voltag=colcur*colres;//ic*r
v1=vcc-(colres*colcur);
disp("emitter current = "+string((em1cur))+"ampere");
disp("collector current = "+string((colcur))+"ampere");
disp("voltage = "+string((voltag))+"volt");
disp("vcb = "+string(abs(v1))+"volt");
disp("emitter resistance = "+string((em1res))+"ohm");
|
4715060680fe0eb6239f3cc3be969698535a0dda | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH10/EX10.10/ex10_10.sce | 68d13b39058bdaf3f8be2d3fc920c57f97bc245b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | ex10_10.sce | // Example 10.9, page no-273
clear
clc
e=1.6*10^-19//C
m=9.1*10^-31//kg
h=6.626*10^-34
k=1.38*10^-23
eg=1.1*e
mue=0.48//m^2/V.s
muh=0.013//m^2/V.s
T=300//K
ni=2*(2*%pi*m*k*T/(h^(2)))^(1.5)
ni=ni*%e^(-eg/(2*k*T))
sig=ni*e*(mue+muh)
printf("\nThe carrier concentration of an intrinsic semiconductor is = %.2f*10^16 per m^3\n the electrical conductiivity od Si is %.3f*10^-3 per Ohm-m",ni*10^-16,sig*10^3)
|
9d387a4dcbc6eca92c13bd40dbcaf70109550841 | 6b317caeff9d26dcf0051f56bfcaa94676704bb3 | /sdpt.sci | 9c059dfa05006e0716f98336e617e426db4e7a9c | [] | no_license | devanshmody/c-cpp-programs | 8d1a11915a421f420ba8cec71ea6d369e574baf9 | fc2cbe444c2f7ce49417e06db62c24ee89c6acaa | refs/heads/main | 2023-04-24T15:03:10.218495 | 2021-05-05T09:41:10 | 2021-05-05T09:41:10 | 364,527,543 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,410 | sci | sdpt.sci | X1=[0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,-1;
0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0,-1;
0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1;
0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,-1;
0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,-1;
1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,-1;
0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,-1;
0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,-1;
0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,-1;
0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,-1;
0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,-1;
0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,-1;
1,1,1,1,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,-1;]
d=[1,1,1,0,0,0,1,1,1,0,1,0,0];
w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
c=1;
k=1;
p=1;
while c>0 & k<50
c=0.2;
for p=1:1:13
T=X1(p,1:1:26);
net1=w*T';
o=sign(net1);
E=0.5*(d(p)-o)*(d(p)-o);
w=w+((c*d(p)-o)*T);
if p<=11
p=p+1;
k=k+1;
end
if E>=0.01
E=0;
p=1;
end
end
end
disp(w);
X1=input('Enter the pattern with bias: ');
T=X1;
net1=w*T';
disp('The final weight matrix is: ');
disp(w);
if net1<0
disp('Invalid pattern');
else
disp('Valid pattern');
end
|
adb05a286427c736f753834867911f1454fec6a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /869/CH13/EX13.8/13_8.sce | e02cf1947b8a0036762c7e08249bf9fa19180027 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sce | 13_8.sce | clc
//initialisation of variables
P= 680 //lb
K= 1000 //lb/in
L= 6 //ft
E= 30*10^6
Ina= 1.728 //in^4
//CALCULATIONS
A= [((L*12)^3/(3*E*Ina)),-(1/K);1,1]
b= [0;P]
c= A\b
Pb= c(1,1)
Ps= c(2,1)
//RESULTS
printf ('Force in the spring= %.2f psi',Ps)
|
540caadaf0389eb3921f6d0880b4ac0428b4336a | 15d3702a1f4402ab16e6b4cfc725ff7e996843ef | /predictions/linzen/wsj-nltk/parses.tst | e6814b6ae1be7b5b4603b29982d7e060e1878061 | [] | no_license | viking-sudo-rm/industrial-stacknns | 2ecb36a6c5da2e295b91f854dc96d6bc4c2e4b6a | f08da2dcc27f2688eb99e10934ad89e41b879de8 | refs/heads/master | 2020-04-26T03:36:50.038626 | 2019-12-26T16:51:52 | 2019-12-26T16:51:52 | 173,272,681 | 14 | 3 | null | 2019-04-13T19:51:25 | 2019-03-01T09:22:01 | Jupyter Notebook | UTF-8 | Scilab | false | false | 1,254,190 | tst | parses.tst | (X (X (X (X (X Pierre) (X Vinken)) (X (X ,) (X (X (X (X 61) (X (X years) (X old))) (X ,)) (X will)))) (X (X join) (X (X the) (X board)))) (X (X as) (X (X (X a) (X (X nonexecutive) (X director))) (X (X Nov.) (X (X 29) (X .))))))
(X (X (X Mr.) (X Vinken)) (X (X is) (X (X chairman) (X (X of) (X (X (X Elsevier) (X N.V.)) (X (X ,) (X (X (X (X the) (X Dutch)) (X (X publishing) (X group))) (X .))))))))
(X (X (X (X (X Rudolph) (X Agnew)) (X (X ,) (X (X (X 55) (X (X years) (X old))) (X (X and) (X (X former) (X chairman)))))) (X (X of) (X (X (X (X (X (X Consolidated) (X Gold)) (X Fields)) (X PLC)) (X ,)) (X (X was) (X (X (X named) (X a)) (X (X nonexecutive) (X director))))))) (X (X of) (X (X (X this) (X (X British) (X (X industrial) (X conglomerate)))) (X .))))
(X (X (X A) (X form)) (X (X of) (X (X (X (X (X asbestos) (X once)) (X used)) (X (X to) (X (X make) (X (X (X Kent) (X cigarette)) (X filters))))) (X (X has) (X (X (X caused) (X (X (X (X a) (X high)) (X percentage)) (X (X of) (X (X (X cancer) (X deaths)) (X (X among) (X (X (X a) (X group)) (X (X of) (X (X workers) (X exposed))))))))) (X (X to) (X (X (X it) (X (X more) (X (X than) (X (X 30) (X (X years) (X ago)))))) (X (X ,) (X (X researchers) (X (X reported) (X .)))))))))))
(X (X (X (X (X The) (X (X asbestos) (X fiber))) (X (X ,) (X (X crocidolite) (X ,)))) (X (X is) (X (X (X unusually) (X (X resilient) (X (X once) (X it)))) (X (X enters) (X (X (X the) (X lungs)) (X ,)))))) (X (X with) (X (X (X (X (X (X even) (X brief)) (X exposures)) (X (X to) (X it))) (X (X causing) (X symptoms))) (X (X that) (X (X show) (X (X (X (X up) (X (X decades) (X later))) (X (X ,) (X researchers))) (X (X said) (X .))))))))
(X (X (X (X Lorillard) (X Inc.)) (X (X ,) (X (X (X the) (X unit)) (X (X of) (X (X (X (X New) (X York-based)) (X Loews)) (X Corp.)))))) (X (X that) (X (X makes) (X (X (X Kent) (X cigarettes)) (X (X ,) (X (X stopped) (X (X using) (X (X (X crocidolite) (X (X in) (X (X (X (X its) (X Micronite)) (X cigarette)) (X filters)))) (X (X in) (X (X 1956) (X .)))))))))))
(X (X (X (X (X (X (X (X Although) (X preliminary)) (X findings)) (X (X were) (X (X (X reported) (X (X more) (X (X than) (X (X a) (X (X year) (X ago)))))) (X (X ,) (X (X (X the) (X latest)) (X results)))))) (X (X appear) (X (X in) (X (X (X (X (X today) (X 's)) (X New)) (X England)) (X Journal))))) (X (X of) (X (X Medicine) (X (X ,) (X (X (X a) (X forum)) (X likely)))))) (X to)) (X (X bring) (X (X (X new) (X attention)) (X (X to) (X (X (X the) (X problem)) (X .))))))
(X (X (X (X (X A) (X Lorillard)) (X spokewoman)) (X (X said) (X (X ,) (X (X ``) (X This))))) (X (X is) (X (X (X an) (X (X old) (X story))) (X .))))
(X (X We) (X (X 're) (X (X (X talking) (X (X about) (X (X (X years) (X ago)) (X (X before) (X (X anyone) (X heard)))))) (X (X of) (X (X (X asbestos) (X (X having) (X (X any) (X (X questionable) (X properties))))) (X .))))))
(X (X There) (X (X is) (X (X (X no) (X asbestos)) (X (X in) (X (X (X (X our) (X (X products) (X now))) (X .)) (X ''))))))
(X (X (X (X (X Neither) (X Lorillard)) (X (X nor) (X (X (X the) (X researchers)) (X who)))) (X (X studied) (X (X (X the) (X workers)) (X (X were) (X aware))))) (X (X of) (X (X (X any) (X research)) (X (X on) (X (X smokers) (X (X of) (X (X (X (X the) (X Kent)) (X cigarettes)) (X .))))))))
(X (X (X ``) (X (X We) (X (X have) (X (X (X no) (X (X useful) (X information))) (X on))))) (X (X whether) (X (X (X users) (X (X are) (X (X (X at) (X risk)) (X (X ,) (X (X '') (X (X said) (X (X (X James) (X A.)) (X Talcott)))))))) (X (X of) (X (X (X (X Boston) (X (X 's) (X Dana-Farber))) (X Cancer)) (X (X Institute) (X .)))))))
(X (X (X (X (X (X Dr.) (X Talcott)) (X (X led) (X (X a) (X team)))) (X (X of) (X researchers))) (X (X from) (X (X (X (X (X the) (X National)) (X Cancer)) (X Institute)) (X (X and) (X (X (X the) (X medical)) (X schools)))))) (X (X of) (X (X (X Harvard) (X University)) (X (X and) (X (X Boston) (X (X University) (X .)))))))
(X (X (X (X (X The) (X Lorillard)) (X spokeswoman)) (X (X said) (X (X asbestos) (X (X was) (X (X used) (X in)))))) (X (X ``) (X (X (X (X (X (X very) (X modest)) (X amounts)) (X '')) (X in)) (X (X making) (X (X (X paper) (X (X for) (X (X (X the) (X filters)) (X (X in) (X (X (X (X (X the) (X early)) (X 1950s)) (X and)) (X replaced)))))) (X (X with) (X (X (X (X (X a) (X different)) (X type)) (X (X of) (X filter))) (X (X in) (X (X 1956) (X .))))))))))
(X (X (X (X (X From) (X 1953)) (X (X to) (X 1955))) (X (X ,) (X (X 9.8) (X (X (X billion) (X Kent)) (X cigarettes))))) (X (X with) (X (X (X the) (X filters)) (X (X were) (X (X (X sold) (X (X ,) (X (X the) (X company)))) (X (X said) (X .)))))))
(X (X (X (X (X Among) (X (X 33) (X men))) (X who)) (X (X worked) (X closely))) (X (X with) (X (X (X (X the) (X substance)) (X (X ,) (X (X 28) (X (X have) (X died))))) (X (X --) (X (X (X more) (X (X (X than) (X (X three) (X (X times) (X the)))) (X (X expected) (X number)))) (X .))))))
(X (X (X (X Four) (X (X of) (X (X the) (X (X five) (X (X surviving) (X workers)))))) (X (X have) (X (X (X asbestos-related) (X diseases)) (X ,)))) (X (X including) (X (X three) (X (X with) (X (X recently) (X (X diagnosed) (X (X cancer) (X .))))))))
(X (X (X (X (X The) (X total)) (X (X of) (X (X 18) (X deaths)))) (X (X from) (X (X (X (X malignant) (X mesothelioma)) (X (X ,) (X (X (X lung) (X cancer)) (X (X and) (X asbestosis))))) (X (X was) (X (X (X far) (X higher)) (X (X than) (X (X expected) (X (X ,) (X (X the) (X researchers)))))))))) (X (X said) (X .)))
(X (X ``) (X (X (X (X (X (X The) (X (X morbidity) (X rate))) (X (X is) (X (X (X a) (X striking)) (X finding)))) (X (X among) (X those))) (X (X of) (X (X (X us) (X who)) (X (X study) (X (X asbestos-related) (X diseases)))))) (X (X ,) (X (X '') (X (X said) (X (X Dr.) (X (X Talcott) (X .))))))))
(X (X (X (X The) (X percentage)) (X (X of) (X (X (X (X (X lung) (X cancer)) (X deaths)) (X (X among) (X (X (X the) (X workers)) (X (X at) (X (X (X the) (X West)) (X Groton)))))) (X (X ,) (X (X (X Mass.) (X (X ,) (X (X paper) (X factory)))) (X appears)))))) (X (X to) (X (X (X (X (X be) (X (X the) (X highest))) (X (X for) (X (X (X any) (X (X asbestos) (X workers))) (X studied)))) (X (X in) (X (X (X Western) (X (X industrialized) (X countries))) (X (X ,) (X he))))) (X (X said) (X .)))))
(X (X (X (X (X (X The) (X plant)) (X (X ,) (X which))) (X (X is) (X owned))) (X (X by) (X (X (X (X (X (X Hollingsworth) (X &)) (X Vose)) (X Co.)) (X ,)) (X was)))) (X (X under) (X (X contract) (X (X with) (X (X (X Lorillard) (X to)) (X (X make) (X (X (X the) (X cigarette)) (X (X filters) (X .)))))))))
(X (X (X (X The) (X (X finding) (X (X probably) (X will)))) (X (X support) (X (X (X those) (X who)) (X argue)))) (X (X that) (X (X (X (X the) (X U.S.)) (X (X should) (X (X (X regulate) (X (X the) (X class))) (X (X of) (X asbestos))))) (X (X including) (X (X (X (X (X crocidolite) (X (X more) (X stringently))) (X (X than) (X (X (X (X the) (X (X common) (X kind))) (X (X of) (X asbestos))) (X (X ,) (X (X chrysotile) (X (X ,) (X found))))))) (X (X in) (X (X (X (X most) (X schools)) (X (X and) (X (X other) (X buildings)))) (X (X ,) (X (X Dr.) (X Talcott)))))) (X (X said) (X .)))))))
(X (X (X (X The) (X U.S.)) (X (X is) (X (X one) (X (X of) (X (X (X (X the) (X (X few) (X industrialized))) (X nations)) (X that)))))) (X (X does) (X (X (X n't) (X (X have) (X (X (X a) (X (X higher) (X standard))) (X (X of) (X (X regulation) (X (X for) (X (X (X (X the) (X smooth)) (X (X ,) (X needle-like))) (X (X fibers) (X such))))))))) (X (X as) (X (X (X (X (X crocidolite) (X that)) (X (X are) (X classified))) (X (X as) (X (X (X (X (X amphobiles) (X (X ,) (X according))) (X (X to) (X (X (X Brooke) (X T.)) (X Mossman)))) (X (X ,) (X (X (X a) (X professor)) (X (X of) (X (X pathlogy) (X (X at) (X (X the) (X University)))))))) (X (X of) (X (X Vermont) (X College)))))) (X (X of) (X (X Medicine) (X .))))))))
(X (X (X (X (X (X More) (X common)) (X chrysotile)) (X fibers)) (X (X are) (X (X (X (X curly) (X and)) (X (X are) (X (X more) (X (X easily) (X rejected))))) (X (X by) (X (X (X the) (X body)) (X (X ,) (X (X Dr.) (X Mossman)))))))) (X (X explained) (X .)))
(X (X (X (X (X In) (X July)) (X (X ,) (X (X (X the) (X Environmental)) (X (X Protection) (X (X Agency) (X (X imposed) (X (X a) (X (X gradual) (X ban))))))))) (X (X on) (X (X (X virtually) (X all)) (X uses)))) (X (X of) (X (X asbestos) (X .))))
(X (X (X (X By) (X 1997)) (X (X ,) (X (X (X almost) (X (X all) (X remaining))) (X uses)))) (X (X of) (X (X (X cancer-causing) (X asbestos)) (X (X will) (X (X be) (X (X outlawed) (X .)))))))
(X (X (X (X (X (X (X About) (X 160)) (X workers)) (X (X at) (X (X a) (X factory)))) (X that)) (X (X made) (X (X (X paper) (X (X for) (X (X (X the) (X Kent)) (X filters)))) (X (X were) (X exposed))))) (X (X to) (X (X asbestos) (X (X in) (X (X (X the) (X 1950s)) (X .))))))
(X (X (X Areas) (X (X of) (X (X (X the) (X factory)) (X (X were) (X (X particularly) (X dusty)))))) (X (X where) (X (X (X (X the) (X crocidolite)) (X was)) (X (X used) (X .)))))
(X (X (X (X (X (X Workers) (X (X dumped) (X (X large) (X burlap)))) (X sacks)) (X (X of) (X (X (X the) (X imported)) (X material)))) (X (X into) (X (X (X (X (X a) (X huge)) (X bin)) (X (X ,) (X (X (X (X poured) (X (X in) (X (X (X cotton) (X (X and) (X acetate))) (X fibers)))) (X (X and) (X (X mechanically) (X (X (X mixed) (X (X the) (X dry))) (X fibers))))) (X (X in) (X (X a) (X process)))))) (X used)))) (X (X to) (X (X make) (X (X filters) (X .)))))
(X (X (X Workers) (X described)) (X (X ``) (X (X (X clouds) (X (X of) (X (X (X (X blue) (X dust)) (X '')) (X (X that) (X (X (X hung) (X (X over) (X parts))) (X (X of) (X (X (X the) (X factory)) (X (X ,) (X even))))))))) (X (X though) (X (X (X (X exhaust) (X fans)) (X (X ventilated) (X (X the) (X area)))) (X .))))))
(X (X (X ``) (X (X (X There) (X (X (X 's) (X no)) (X question))) (X (X that) (X (X (X (X (X some) (X (X of) (X (X (X (X (X those) (X workers)) (X (X and) (X managers))) (X contracted)) (X (X asbestos-related) (X diseases))))) (X (X ,) (X ''))) (X (X said) (X (X Darrell) (X Phillips)))) (X (X ,) (X (X vice) (X president))))))) (X (X of) (X (X (X human) (X resources)) (X (X for) (X (X (X (X Hollingsworth) (X &)) (X Vose)) (X .))))))
(X (X (X ``) (X (X (X (X (X But) (X you)) (X have)) (X to)) (X recognize))) (X (X that) (X (X (X these) (X events)) (X (X took) (X (X (X place) (X (X 35) (X (X years) (X ago)))) (X .))))))
(X (X It) (X (X has) (X (X (X no) (X bearing)) (X (X on) (X (X (X (X our) (X work)) (X (X force) (X today))) (X .))))))
(X (X (X (X Yields) (X (X on) (X (X (X money-market) (X (X mutual) (X funds))) (X continued)))) (X (X to) (X (X slide) (X (X ,) (X (X amid) (X signs)))))) (X (X that) (X (X (X portfolio) (X managers)) (X (X expect) (X (X (X further) (X declines)) (X (X in) (X (X (X interest) (X rates)) (X .))))))))
(X (X (X (X (X The) (X (X average) (X (X seven-day) (X compound)))) (X yield)) (X (X of) (X (X (X (X (X (X the) (X 400)) (X taxable)) (X funds)) (X tracked)) (X (X by) (X (X (X (X (X IBC) (X (X 's) (X Money))) (X Fund)) (X Report)) (X (X eased) (X (X a) (X fraction)))))))) (X (X of) (X (X (X (X (X a) (X percentage)) (X point)) (X (X to) (X (X 8.45) (X %)))) (X (X from) (X (X (X 8.47) (X %)) (X (X for) (X (X (X (X the) (X week)) (X (X ended) (X Tuesday))) (X .))))))))
(X (X (X Compound) (X yields)) (X (X assume) (X (X reinvestment) (X (X of) (X (X (X (X dividends) (X and)) (X (X that) (X (X (X (X the) (X current)) (X yield)) (X continues)))) (X (X for) (X (X (X a) (X year)) (X .))))))))
(X (X (X Average) (X maturity)) (X (X of) (X (X (X (X (X (X the) (X funds)) (X (X ') (X investments))) (X lengthened)) (X (X by) (X (X a) (X day)))) (X (X to) (X (X (X (X 41) (X days)) (X (X ,) (X (X (X (X the) (X longest)) (X (X since) (X (X early) (X August)))) (X (X ,) (X according))))) (X (X to) (X (X (X Donoghue) (X 's)) (X .))))))))
(X (X (X (X Longer) (X maturities)) (X (X are) (X thought))) (X (X to) (X (X (X indicate) (X (X declining) (X (X interest) (X rates)))) (X (X because) (X (X they) (X (X permit) (X (X (X (X portfolio) (X managers)) (X to)) (X (X retain) (X (X (X (X relatively) (X higher)) (X rates)) (X (X for) (X (X (X a) (X longer)) (X (X period) (X .)))))))))))))
(X (X (X Shorter) (X maturities)) (X (X are) (X (X (X (X considered) (X (X a) (X sign))) (X (X of) (X (X rising) (X rates)))) (X (X because) (X (X (X (X portfolio) (X managers)) (X can)) (X (X capture) (X (X (X (X higher) (X rates)) (X sooner)) (X .))))))))
(X (X (X (X (X The) (X (X average) (X maturity))) (X (X for) (X (X funds) (X (X open) (X only))))) (X (X to) (X (X (X (X institutions) (X ,)) (X considered)) (X (X by) (X (X some) (X (X to) (X (X be) (X (X a) (X (X stronger) (X indicator)))))))))) (X (X because) (X (X (X (X those) (X managers)) (X (X watch) (X (X the) (X (X market) (X closely))))) (X (X ,) (X (X (X (X reached) (X (X (X a) (X high)) (X point))) (X (X for) (X (X the) (X year)))) (X (X --) (X (X (X 33) (X days)) (X .))))))))
(X (X (X (X Nevertheless) (X (X ,) (X (X (X (X (X said) (X Brenda)) (X (X Malizia) (X Negus))) (X (X ,) (X (X editor) (X (X of) (X (X (X Money) (X Fund)) (X Report)))))) (X (X ,) (X yields))))) (X (X ``) (X (X (X may) (X (X blip) (X (X up) (X again)))) (X (X before) (X (X they) (X (X blip) (X (X down) (X '')))))))) (X (X because) (X (X of) (X (X (X recent) (X rises)) (X (X in) (X (X (X (X short-term) (X interest)) (X rates)) (X .)))))))
(X (X (X (X The) (X yield)) (X (X on) (X (X (X (X six-month) (X (X Treasury) (X bills))) (X (X sold) (X (X at) (X (X Monday) (X (X 's) (X auction)))))) (X (X ,) (X (X (X (X for) (X example)) (X (X ,) (X rose))) (X (X to) (X (X 8.04) (X %)))))))) (X (X from) (X (X (X 7.90) (X %)) (X .))))
(X (X (X (X (X (X Despite) (X (X recent) (X declines))) (X (X in) (X yields))) (X (X ,) (X investors))) (X continue)) (X (X to) (X (X (X pour) (X cash)) (X (X into) (X (X (X money) (X funds)) (X .))))))
(X (X (X (X Assets) (X (X of) (X (X (X the) (X 400)) (X (X taxable) (X funds))))) (X grew)) (X (X by) (X (X (X (X $) (X (X 1.5) (X billion))) (X (X during) (X (X the) (X (X latest) (X week))))) (X (X ,) (X (X to) (X (X $) (X (X 352.7) (X (X billion) (X .)))))))))
(X (X (X Typically) (X (X ,) (X (X (X money-fund) (X yields)) (X (X beat) (X (X comparable) (X (X short-term) (X investments))))))) (X (X because) (X (X (X portfolio) (X managers)) (X (X can) (X (X (X vary) (X maturities)) (X (X and) (X (X go) (X (X after) (X (X (X the) (X (X highest) (X rates))) (X .))))))))))
(X (X (X (X (X The) (X top)) (X money)) (X funds)) (X (X are) (X (X (X currently) (X (X yielding) (X well))) (X (X over) (X (X (X 9) (X %)) (X .))))))
(X (X (X (X (X (X Dreyfus) (X World-Wide)) (X Dollar)) (X (X ,) (X (X (X (X the) (X (X top-yielding) (X fund))) (X ,)) (X (X had) (X (X (X a) (X (X seven-day) (X compound))) (X yield)))))) (X (X of) (X (X (X (X 9.37) (X %)) (X (X during) (X (X the) (X (X latest) (X week))))) (X (X ,) (X down))))) (X (X from) (X (X 9.45) (X (X %) (X (X (X a) (X (X week) (X earlier))) (X .))))))
(X (X (X (X (X It) (X (X invests) (X heavily))) (X (X in) (X (X (X dollar-denominated) (X (X securities) (X overseas))) (X and)))) (X (X is) (X (X currently) (X (X waiving) (X (X management) (X fees)))))) (X (X ,) (X (X which) (X (X boosts) (X (X (X its) (X yield)) (X .))))))
(X (X (X (X The) (X (X average) (X (X (X seven-day) (X simple)) (X yield)))) (X (X of) (X (X (X (X the) (X (X 400) (X funds))) (X (X was) (X (X 8.12) (X %)))) (X (X ,) (X down))))) (X (X from) (X (X (X 8.14) (X %)) (X .))))
(X (X (X (X The) (X (X 30-day) (X (X simple) (X (X yield) (X fell))))) (X (X to) (X (X (X (X an) (X (X average) (X 8.19))) (X %)) (X (X from) (X (X (X 8.22) (X %)) (X (X ;) (X (X (X the) (X (X 30-day) (X compound))) (X (X yield) (X slid))))))))) (X (X to) (X (X (X (X an) (X (X average) (X 8.53))) (X %)) (X (X from) (X (X (X 8.56) (X %)) (X .))))))
(X (X (X (X (X J.P.) (X Bolduc)) (X (X ,) (X (X vice) (X chairman)))) (X (X of) (X (X (X (X (X W.R.) (X Grace)) (X &)) (X Co.)) (X (X ,) (X which))))) (X (X holds) (X (X (X (X a) (X 83.4)) (X (X %) (X interest))) (X (X in) (X (X (X (X this) (X (X energy-services) (X company))) (X ,)) (X (X was) (X (X (X elected) (X (X a) (X director))) (X .))))))))
(X (X (X (X (X (X He) (X succeeds)) (X Terrence)) (X D.)) (X Daniels)) (X (X ,) (X (X (X formerly) (X (X (X a) (X W.R.)) (X (X Grace) (X (X vice) (X chairman))))) (X (X ,) (X (X (X who) (X resigned)) (X .))))))
(X (X (X W.R.) (X Grace)) (X (X holds) (X (X three) (X (X of) (X (X (X (X Grace) (X Energy)) (X (X 's) (X (X seven) (X (X board) (X seats))))) (X .))))))
(X (X (X (X (X Pacific) (X First)) (X Financial)) (X Corp.)) (X (X said) (X (X (X (X shareholders) (X (X approved) (X (X its) (X acquisition)))) (X (X by) (X (X (X Royal) (X Trustco)) (X Ltd.)))) (X (X of) (X (X (X Toronto) (X (X for) (X (X (X (X $) (X 27)) (X a)) (X share)))) (X (X ,) (X (X or) (X (X $) (X (X 212) (X (X million) (X .)))))))))))
(X (X (X (X The) (X thrift)) (X (X holding) (X (X company) (X (X said) (X (X it) (X expects)))))) (X (X to) (X (X (X obtain) (X (X (X regulatory) (X approval)) (X (X and) (X (X complete) (X (X the) (X transaction)))))) (X (X by) (X (X year-end) (X .))))))
(X (X (X (X McDermott) (X International)) (X Inc.)) (X (X said) (X (X (X (X (X (X its) (X Babcock)) (X &)) (X (X Wilcox) (X unit))) (X (X completed) (X (X the) (X sale)))) (X (X of) (X (X (X (X (X its) (X Bailey)) (X Controls)) (X Operations)) (X (X to) (X (X (X Finmeccanica) (X (X (X S.p) (X .)) (X A.))) (X (X for) (X (X $) (X (X 295) (X (X million) (X .))))))))))))
(X (X Finmeccanica) (X (X is) (X (X (X (X an) (X (X Italian) (X state-owned))) (X (X holding) (X company))) (X (X with) (X (X interests) (X (X in) (X (X (X (X the) (X mechanical)) (X (X engineering) (X industry))) (X .))))))))
(X (X (X (X Bailey) (X Controls)) (X (X ,) (X (X based) (X (X in) (X (X Wickliffe) (X (X ,) (X (X Ohio) (X ,)))))))) (X (X makes) (X (X (X computerized) (X (X industrial) (X (X controls) (X systems)))) (X .))))
(X (X It) (X (X employs) (X (X (X (X (X 2,700) (X people)) (X and)) (X (X has) (X (X annual) (X revenue)))) (X (X of) (X (X (X about) (X $)) (X (X 370) (X (X million) (X .))))))))
(X (X (X (X (X (X The) (X (X federal) (X government))) (X suspended)) (X sales)) (X (X of) (X (X U.S.) (X (X savings) (X bonds))))) (X (X because) (X (X (X Congress) (X (X has) (X (X n't) (X (X lifted) (X (X the) (X ceiling)))))) (X (X on) (X (X (X government) (X debt)) (X .))))))
(X (X (X (X Until) (X Congress)) (X acts)) (X (X ,) (X (X (X (X the) (X government)) (X (X has) (X (X n't) (X (X any) (X authority))))) (X (X to) (X (X (X issue) (X (X (X new) (X debt)) (X obligations))) (X (X of) (X (X (X any) (X kind)) (X (X ,) (X (X (X the) (X Treasury)) (X (X said) (X .)))))))))))
(X (X (X (X (X (X (X (X The) (X government)) (X 's)) (X (X borrowing) (X authority))) (X dropped)) (X (X at) (X (X midnight) (X Tuesday)))) (X (X to) (X (X $) (X (X 2.80) (X trillion))))) (X (X from) (X (X (X $) (X (X 2.87) (X trillion))) (X .))))
(X (X Legislation) (X (X to) (X (X (X lift) (X (X the) (X (X debt) (X ceiling)))) (X (X is) (X (X (X ensnarled) (X (X in) (X (X the) (X fight)))) (X (X over) (X (X (X cutting) (X (X capital-gains) (X taxes))) (X .))))))))
(X (X (X (X The) (X House)) (X (X has) (X voted))) (X (X to) (X (X (X raise) (X (X the) (X ceiling))) (X (X to) (X (X (X (X (X $) (X (X 3.1) (X trillion))) (X ,)) (X (X but) (X (X (X the) (X Senate)) (X (X is) (X (X n't) (X expected)))))) (X (X to) (X (X act) (X (X until) (X (X (X next) (X week)) (X (X at) (X (X the) (X (X earliest) (X .)))))))))))))
(X (X (X (X The) (X Treasury)) (X (X said) (X (X (X the) (X U.S.)) (X (X will) (X (X default) (X (X on) (X (X Nov.) (X 9)))))))) (X (X if) (X (X (X Congress) (X (X does) (X (X n't) (X act)))) (X (X by) (X (X then) (X .))))))
(X (X (X (X (X Clark) (X J.)) (X Vitulli)) (X (X was) (X (X (X named) (X (X senior) (X (X vice) (X president)))) (X (X and) (X (X general) (X manager)))))) (X (X of) (X (X (X (X this) (X (X U.S.) (X sales))) (X (X and) (X (X marketing) (X arm)))) (X (X of) (X (X (X Japanese) (X (X auto) (X maker))) (X (X Mazda) (X (X Motor) (X (X Corp) (X .)))))))))
(X (X (X (X (X (X (X (X In) (X (X the) (X new))) (X position)) (X he)) (X will)) (X oversee)) (X (X Mazda) (X (X (X (X 's) (X U.S.)) (X sales)) (X (X ,) (X (X service) (X (X ,) (X (X parts) (X (X and) (X (X marketing) (X operations)))))))))) (X .))
(X (X (X Previously) (X (X ,) (X (X (X (X Mr.) (X Vitulli)) (X (X ,) (X (X (X 43) (X (X years) (X old))) (X ,)))) (X (X was) (X (X general) (X (X marketing) (X manager))))))) (X (X of) (X (X (X Chrysler) (X (X Corp.) (X (X 's) (X (X Chrysler) (X division))))) (X .))))
(X (X (X He) (X (X had) (X (X been) (X (X (X a) (X sales)) (X (X and) (X (X marketing) (X executive))))))) (X (X with) (X (X Chrysler) (X (X for) (X (X (X 20) (X years)) (X .))))))
(X (X (X (X (X (X When) (X (X it) (X (X 's) (X time)))) (X (X for) (X (X (X their) (X biannual)) (X powwow)))) (X (X ,) (X (X (X (X (X (X the) (X nation)) (X 's)) (X (X manufacturing) (X titans))) (X (X typically) (X jet))) (X off)))) (X (X to) (X (X (X (X the) (X sunny)) (X confines)) (X (X of) (X (X resort) (X towns)))))) (X (X like) (X (X (X Boca) (X Raton)) (X (X and) (X (X (X Hot) (X Springs)) (X .))))))
(X (X (X Not) (X (X this) (X year))) (X .))
(X (X (X (X The) (X National)) (X Association)) (X (X of) (X (X (X (X Manufacturers) (X settled)) (X (X on) (X (X (X the) (X Hoosier)) (X capital)))) (X (X of) (X (X Indianapolis) (X (X for) (X (X (X its) (X (X fall) (X board))) (X (X meeting) (X .)))))))))
(X (X (X (X (X (X And) (X the)) (X city)) (X decided)) (X to)) (X (X treat) (X (X (X (X (X its) (X guests)) (X more)) (X (X like) (X (X royalty) (X (X or) (X (X rock) (X stars)))))) (X (X than) (X (X (X factory) (X owners)) (X .))))))
(X (X (X (X (X The) (X idea)) (X (X ,) (X (X of) (X (X course) (X :))))) (X to)) (X (X prove) (X (X (X to) (X (X (X (X 125) (X corporate)) (X decision)) (X makers))) (X (X that) (X (X (X (X the) (X buckle)) (X (X on) (X (X (X the) (X Rust)) (X Belt)))) (X (X is) (X (X (X n't) (X (X so) (X rusty))) (X (X after) (X (X (X (X all) (X ,)) (X (X that) (X (X it) (X (X 's) (X (X (X a) (X good)) (X place)))))) (X (X for) (X (X (X (X a) (X company)) (X to)) (X (X expand) (X .)))))))))))))
(X (X (X (X (X On) (X the)) (X (X receiving) (X end))) (X (X of) (X (X (X (X the) (X message)) (X (X were) (X officials))) (X (X from) (X giants))))) (X (X like) (X (X (X (X (X (X Du) (X Pont)) (X (X and) (X Maytag))) (X ,)) (X along)) (X (X with) (X (X (X lesser) (X knowns)) (X (X like) (X (X (X Trojan) (X Steel)) (X (X and) (X (X (X (X the) (X Valley)) (X (X Queen) (X (X Cheese) (X Factory)))) (X .))))))))))
(X (X (X (X (X For) (X starters)) (X (X ,) (X (X the) (X executives)))) (X (X joined) (X (X (X (X (X (X Mayor) (X William)) (X H.)) (X Hudnut)) (X III)) (X (X for) (X (X an) (X evening)))))) (X (X of) (X (X (X (X (X the) (X Indianapolis)) (X Symphony)) (X Orchestra)) (X (X and) (X (X (X (X a) (X guest)) (X pianist-comedian)) (X (X Victor) (X (X Borge) (X .))))))))
(X (X (X Champagne) (X (X and) (X dessert))) (X (X followed) (X .)))
(X (X (X (X (X (X The) (X next)) (X morning)) (X ,)) (X (X with) (X (X (X (X a) (X (X police) (X escort))) (X (X ,) (X busloads))) (X (X of) (X (X (X executives) (X (X and) (X (X their) (X wives)))) (X raced)))))) (X (X to) (X (X (X (X (X (X the) (X Indianapolis)) (X Motor)) (X Speedway)) (X (X ,) (X unimpeded))) (X (X by) (X (X (X (X traffic) (X or)) (X (X red) (X lights))) (X .))))))
(X (X (X (X The) (X governor)) (X (X could) (X n't))) (X (X make) (X (X (X it) (X ,)) (X (X so) (X (X (X (X the) (X (X lieutenant) (X governor))) (X (X welcomed) (X (X the) (X (X special) (X guests))))) (X .))))))
(X (X (X (X (X (X A) (X (X buffet) (X breakfast))) (X (X was) (X held))) (X (X in) (X (X the) (X museum)))) (X ,)) (X (X where) (X (X (X (X food) (X (X and) (X drinks))) (X (X are) (X banned))) (X (X to) (X (X (X everyday) (X visitors)) (X .))))))
(X (X (X Then) (X (X ,) (X (X in) (X (X (X (X the) (X guests)) (X ')) (X honor))))) (X (X ,) (X (X (X (X (X (X the) (X speedway)) (X hauled)) (X (X out) (X (X four) (X drivers)))) (X (X ,) (X (X crews) (X (X and) (X (X (X (X even) (X the)) (X official)) (X (X Indianapolis) (X (X 500) (X announcer)))))))) (X (X for) (X (X (X a) (X (X 10-lap) (X (X exhibition) (X race)))) (X .))))))
(X (X (X (X (X (X After) (X the)) (X race)) (X (X ,) (X (X Fortune) (X (X 500) (X executives))))) (X drooled)) (X (X like) (X (X (X schoolboys) (X (X over) (X (X (X the) (X cars)) (X (X and) (X drivers))))) (X .))))
(X (X (X (X (X No) (X dummies)) (X (X ,) (X (X (X (X (X the) (X drivers)) (X pointed)) (X (X out) (X (X they) (X still)))) (X (X had) (X space))))) (X (X on) (X (X their) (X machines)))) (X (X for) (X (X (X (X another) (X (X sponsor) (X 's))) (X name)) (X (X or) (X (X two) (X .))))))
(X (X (X Back) (X downtown)) (X (X ,) (X (X (X (X (X (X the) (X execs)) (X squeezed)) (X (X in) (X (X a) (X (X few) (X meetings))))) (X (X at) (X (X the) (X hotel)))) (X (X before) (X (X (X (X (X boarding) (X the)) (X buses)) (X again)) (X .))))))
(X (X (X (X (X This) (X time)) (X (X ,) (X it))) (X (X was) (X (X for) (X (X dinner) (X (X and) (X dancing)))))) (X (X --) (X (X (X a) (X (X block) (X away))) (X .))))
(X (X (X (X (X (X (X Under) (X the)) (X stars)) (X (X and) (X moons))) (X (X of) (X (X (X (X (X the) (X renovated)) (X Indiana)) (X (X Roof) (X ballroom))) (X (X ,) (X (X (X nine) (X (X of) (X (X (X the) (X hottest)) (X chefs)))) (X (X in) (X (X (X (X (X (X town) (X fed)) (X them)) (X Indiana)) (X duckling)) (X mousseline)))))))) (X (X ,) (X (X (X lobster) (X consomme)) (X (X ,) (X (X (X veal) (X mignon)) (X (X and) (X (X chocolate) (X terrine)))))))) (X (X with) (X (X (X a) (X (X raspberry) (X sauce))) (X .))))
(X (X (X (X (X (X Knowing) (X a)) (X tasty)) (X (X --) (X (X (X and) (X free)) (X (X --) (X meal))))) (X (X when) (X (X they) (X (X eat) (X (X one) (X (X ,) (X (X the) (X executives)))))))) (X (X gave) (X (X the) (X (X chefs) (X (X (X (X a) (X standing)) (X ovation)) (X .))))))
(X (X (X (X (X More) (X (X than) (X (X (X a) (X few)) (X CEOs)))) (X (X say) (X (X (X (X the) (X (X red-carpet) (X treatment))) (X (X tempts) (X them))) (X (X to) (X return))))) (X (X to) (X (X a) (X (X heartland) (X city))))) (X (X for) (X (X (X future) (X meetings)) (X .))))
(X (X (X (X (X But) (X (X for) (X (X now) (X (X ,) (X they))))) (X 're)) (X (X looking) (X forward))) (X (X to) (X (X (X (X their) (X winter)) (X meeting)) (X (X --) (X (X Boca) (X (X in) (X (X February) (X .))))))))
(X (X (X (X South) (X (X Korea) (X (X (X registered) (X (X a) (X trade))) (X deficit)))) (X (X of) (X (X (X (X $) (X (X 101) (X million))) (X (X in) (X October))) (X ,)))) (X (X reflecting) (X (X (X (X (X the) (X country)) (X (X 's) (X (X economic) (X sluggishness)))) (X (X ,) (X according))) (X (X to) (X (X (X (X government) (X figures)) (X (X released) (X Wednesday))) (X .))))))
(X (X (X (X Preliminary) (X tallies)) (X (X by) (X (X (X (X the) (X Trade)) (X (X and) (X Industry))) (X Ministry)))) (X (X showed) (X (X (X (X (X (X another) (X trade)) (X deficit)) (X (X in) (X October))) (X (X ,) (X (X (X (X (X the) (X fifth)) (X monthly)) (X (X setback) (X (X this) (X year)))) (X (X ,) (X (X casting) (X (X a) (X cloud))))))) (X (X on) (X (X (X South) (X (X Korea) (X (X 's) (X (X export-oriented) (X economy))))) (X .))))))
(X (X (X (X (X Exports) (X (X in) (X (X October) (X stood)))) (X (X at) (X (X (X $) (X (X 5.29) (X billion))) (X (X ,) (X (X (X (X (X a) (X mere)) (X 0.7)) (X %)) (X increase)))))) (X (X from) (X (X (X a) (X (X year) (X earlier))) (X ,)))) (X (X while) (X (X (X (X imports) (X (X increased) (X sharply))) (X (X to) (X (X (X $) (X (X 5.39) (X billion))) (X (X ,) (X (X up) (X (X 20) (X %))))))) (X (X from) (X (X (X last) (X October)) (X .))))))
(X (X (X (X (X (X South) (X (X Korea) (X (X 's) (X (X economic) (X boom))))) (X ,)) (X (X which) (X (X began) (X (X in) (X 1986))))) (X (X ,) (X (X (X (X (X stopped) (X (X this) (X year))) (X because)) (X (X of) (X (X (X prolonged) (X labor)) (X disputes)))) (X (X ,) (X (X trade) (X conflicts)))))) (X (X and) (X (X (X sluggish) (X exports)) (X .))))
(X (X (X (X Government) (X officials)) (X (X said) (X (X (X exports) (X (X at) (X (X the) (X end)))) (X (X of) (X (X (X the) (X year)) (X (X would) (X remain))))))) (X (X under) (X (X (X (X a) (X government)) (X target)) (X (X of) (X (X (X $) (X (X 68) (X billion))) (X .))))))
(X (X (X (X (X (X Despite) (X the)) (X gloomy)) (X forecast)) (X (X ,) (X (X South) (X Korea)))) (X (X has) (X (X (X recorded) (X (X (X a) (X trade)) (X surplus))) (X (X of) (X (X (X $) (X (X 71) (X million))) (X (X so) (X (X (X (X far) (X this)) (X year)) (X .))))))))
(X (X (X From) (X January)) (X (X to) (X (X (X (X October) (X (X ,) (X (X (X the) (X nation)) (X (X 's) (X accumulated))))) (X (X exports) (X (X increased) (X (X 4) (X %))))) (X (X from) (X (X (X (X the) (X same)) (X (X period) (X (X last) (X year)))) (X (X to) (X (X $) (X (X 50.45) (X (X billion) (X .))))))))))
(X (X Imports) (X (X were) (X (X (X (X at) (X $)) (X (X 50.38) (X billion))) (X (X ,) (X (X (X up) (X (X 19) (X %))) (X .))))))
(X (X (X (X (X Newsweek) (X ,)) (X trying)) (X (X to) (X (X (X keep) (X pace)) (X (X with) (X (X (X (X (X rival) (X (X Time) (X magazine))) (X ,)) (X (X announced) (X (X (X (X new) (X advertising)) (X rates)) (X (X for) (X (X 1990) (X and)))))) (X (X said) (X (X it) (X will)))))))) (X (X introduce) (X (X (X (X a) (X new)) (X (X incentive) (X plan))) (X (X for) (X (X advertisers) (X .))))))
(X (X (X (X (X (X The) (X (X new) (X ad))) (X plan)) (X (X from) (X (X Newsweek) (X (X ,) (X (X (X (X a) (X unit)) (X (X of) (X (X (X (X the) (X Washington)) (X Post)) (X Co.)))) (X ,)))))) (X (X is) (X (X (X (X the) (X second)) (X (X incentive) (X (X plan) (X (X the) (X magazine))))) (X has)))) (X (X offered) (X (X advertisers) (X (X in) (X (X (X three) (X years)) (X .))))))
(X (X (X Plans) (X that)) (X (X give) (X (X (X (X advertisers) (X discounts)) (X for)) (X (X maintaining) (X (X (X (X or) (X (X increasing) (X (X ad) (X spending)))) (X have)) (X (X become) (X (X (X (X (X (X permanent) (X fixtures)) (X (X at) (X (X (X the) (X news)) (X weeklies)))) (X (X and) (X (X underscore) (X (X (X the) (X fierce)) (X competition))))) (X (X between) (X Newsweek))) (X (X ,) (X (X (X (X (X Time) (X Warner)) (X (X Inc.) (X (X 's) (X (X Time) (X magazine))))) (X ,)) (X (X and) (X (X (X (X (X Mortimer) (X (X (X B.) (X (X Zuckerman) (X (X 's) (X U.S.)))) (X News))) (X (X &) (X World))) (X Report)) (X .))))))))))))
(X (X (X (X Alan) (X Spoon)) (X (X ,) (X (X (X (X (X recently) (X named)) (X (X Newsweek) (X president))) (X ,)) (X (X said) (X (X Newsweek) (X (X (X 's) (X ad)) (X rates))))))) (X (X would) (X (X increase) (X (X (X 5) (X %)) (X (X in) (X (X January) (X .)))))))
(X (X (X (X (X A) (X full)) (X (X ,) (X (X four-color) (X page)))) (X (X in) (X Newsweek))) (X (X will) (X (X (X cost) (X $)) (X (X 100,980) (X .)))))
(X (X (X (X (X (X In) (X mid-October)) (X (X ,) (X (X (X (X Time) (X magazine)) (X (X lowered) (X (X (X its) (X (X guaranteed) (X circulation))) (X (X rate) (X base))))) (X (X for) (X 1990))))) (X (X while) (X (X not) (X (X increasing) (X (X (X ad) (X page)) (X rates)))))) (X ;)) (X (X with) (X (X (X (X (X a) (X lower)) (X (X circulation) (X base))) (X (X ,) (X (X (X Time) (X (X (X 's) (X ad)) (X rate))) (X (X will) (X (X be) (X (X (X effectively) (X 7.5)) (X (X %) (X (X higher) (X (X per) (X subscriber)))))))))) (X (X ;) (X (X (X a) (X (X full) (X page))) (X (X in) (X (X (X Time) (X costs)) (X (X about) (X (X $) (X (X 120,000) (X .)))))))))))
(X (X (X U.S.) (X News)) (X (X has) (X (X yet) (X (X to) (X (X announce) (X (X (X its) (X (X (X 1990) (X ad)) (X rates))) (X .)))))))
(X (X (X Newsweek) (X (X said) (X (X it) (X will)))) (X (X introduce) (X (X (X (X (X (X (X (X the) (X Circulation)) (X Credit)) (X Plan)) (X (X ,) (X (X which) (X (X awards) (X (X space) (X credits)))))) (X (X to) (X advertisers))) (X on)) (X (X ``) (X (X (X (X renewal) (X advertising)) (X .)) (X ''))))))
(X (X (X (X (X (X The) (X magazine)) (X (X will) (X reward))) (X with)) (X (X ``) (X (X (X (X (X (X page) (X bonuses)) (X '')) (X (X advertisers) (X (X who) (X (X in) (X 1990))))) (X (X meet) (X (X (X or) (X (X exceed) (X (X (X their) (X 1989)) (X spending)))) (X ,)))) (X (X as) (X (X long) (X (X as) (X they))))))) (X (X spent) (X (X (X (X $) (X 325,000)) (X (X in) (X (X 1989) (X (X and) (X (X $) (X 340,000)))))) (X (X in) (X (X 1990) (X .))))))
(X (X (X (X Mr.) (X Spoon)) (X (X said) (X (X (X the) (X plan)) (X (X is) (X (X not) (X (X an) (X attempt))))))) (X (X to) (X (X (X (X (X shore) (X (X up) (X (X a) (X decline)))) (X (X in) (X (X (X ad) (X pages)) (X (X in) (X (X (X (X the) (X first)) (X (X nine) (X months))) (X (X of) (X 1989))))))) (X (X ;) (X (X (X (X Newsweek) (X (X 's) (X (X ad) (X pages)))) (X (X totaled) (X 1,620))) (X (X ,) (X (X (X a) (X drop)) (X (X of) (X (X 3.2) (X %)))))))) (X (X from) (X (X (X (X last) (X year)) (X (X ,) (X according))) (X (X to) (X (X (X (X Publishers) (X Information)) (X Bureau)) (X .))))))))
(X (X (X (X ``) (X (X What) (X matters))) (X is)) (X (X what) (X (X (X (X (X (X advertisers) (X (X are) (X (X paying) (X (X per) (X page))))) (X ,)) (X (X and) (X (X (X in) (X (X that) (X (X department) (X we)))) (X are)))) (X (X doing) (X (X (X fine) (X this)) (X fall)))) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Spoon) (X .)))))))))
(X (X (X (X (X (X Both) (X Newsweek)) (X (X and) (X (X U.S.) (X News)))) (X (X have) (X (X been) (X (X gaining) (X (X circulation) (X (X in) (X (X (X recent) (X years)) (X (X without) (X (X heavy) (X use)))))))))) (X (X of) (X (X (X electronic) (X giveaways)) (X (X to) (X (X subscribers) (X (X ,) (X such))))))) (X (X as) (X (X (X telephones) (X or)) (X (X watches) (X .)))))
(X (X (X However) (X (X ,) (X (X none) (X (X of) (X (X (X (X (X the) (X big)) (X three)) (X weeklies)) (X (X recorded) (X circulation))))))) (X (X gains) (X (X recently) (X .))))
(X (X According) (X (X to) (X (X (X Audit) (X Bureau)) (X (X of) (X (X (X (X Circulations) (X (X ,) (X (X (X Time) (X (X ,) (X (X (X the) (X largest)) (X newsweekly)))) (X ,)))) (X (X had) (X (X (X (X average) (X circulation)) (X (X of) (X 4,393,237))) (X (X ,) (X (X a) (X decrease)))))) (X (X of) (X (X (X 7.3) (X %)) (X .))))))))
(X (X (X (X (X Newsweek) (X (X 's) (X circulation))) (X (X for) (X (X (X (X (X (X the) (X first)) (X six)) (X months)) (X (X of) (X 1989))) (X (X was) (X 3,288,453))))) (X (X ,) (X flat))) (X (X from) (X (X (X (X the) (X same)) (X (X period) (X (X last) (X year)))) (X .))))
(X (X (X (X U.S.) (X (X News) (X (X ') (X circulation)))) (X (X in) (X (X (X the) (X (X same) (X time))) (X (X was) (X 2,303,328))))) (X (X ,) (X (X down) (X (X (X 2.6) (X %)) (X .)))))
(X (X (X (X (X (X (X (X New) (X England)) (X Electric)) (X System)) (X bowed)) (X out)) (X (X of) (X (X (X (X the) (X bidding)) (X (X for) (X (X (X Public) (X Service)) (X Co.)))) (X (X of) (X (X (X (X New) (X Hampshire)) (X ,)) (X saying)))))) (X (X that) (X (X (X (X the) (X risks)) (X (X were) (X (X too) (X high)))) (X (X and) (X (X (X (X (X the) (X (X potential) (X payoff))) (X (X too) (X far))) (X (X in) (X (X the) (X future)))) (X (X to) (X (X justify) (X (X (X a) (X higher)) (X (X offer) (X .))))))))))
(X (X (X (X The) (X move)) (X (X leaves) (X (X (X United) (X (X Illuminating) (X Co.))) (X (X and) (X (X (X (X Northeast) (X Utilities)) (X (X as) (X (X (X (X the) (X remaining)) (X (X outside) (X bidders))) (X (X for) (X PS))))) (X (X of) (X (X (X (X New) (X Hampshire)) (X (X ,) (X (X which) (X also)))) (X (X has) (X (X (X proposed) (X (X (X an) (X internal)) (X (X reorganization) (X plan)))) (X (X in) (X (X (X Chapter) (X 11)) (X (X bankruptcy) (X proceedings))))))))))))) (X (X under) (X (X which) (X (X (X it) (X would)) (X (X remain) (X (X (X an) (X (X independent) (X company))) (X .)))))))
(X (X (X (X (X New) (X England)) (X Electric)) (X (X ,) (X (X (X based) (X (X in) (X (X Westborough) (X (X ,) (X (X Mass.) (X ,)))))) (X had)))) (X (X offered) (X (X (X (X (X (X (X $) (X (X 2) (X billion))) (X to)) (X (X acquire) (X PS))) (X (X of) (X (X (X New) (X Hampshire)) (X (X ,) (X (X (X (X well) (X (X below) (X (X the) (X $)))) (X (X 2.29) (X (X (X billion) (X value)) (X United)))) (X Illuminating)))))) (X (X places) (X (X on) (X (X (X its) (X bid)) (X (X and) (X (X (X the) (X $)) (X (X 2.25) (X (X billion) (X Northeast))))))))) (X (X says) (X (X (X its) (X bid)) (X (X is) (X (X worth) (X .))))))))
(X (X (X United) (X Illuminating)) (X (X is) (X (X (X based) (X (X in) (X (X (X New) (X Haven)) (X (X ,) (X (X (X Conn.) (X ,)) (X (X and) (X Northeast))))))) (X (X is) (X (X based) (X (X in) (X (X Hartford) (X (X ,) (X (X Conn) (X .))))))))))
(X (X PS) (X (X of) (X (X (X New) (X Hampshire)) (X (X ,) (X (X Manchester) (X (X ,) (X (X N.H.) (X (X ,) (X (X (X (X (X values) (X (X its) (X (X internal) (X (X reorganization) (X plan))))) (X at)) (X (X about) (X $))) (X (X 2.2) (X (X billion) (X .))))))))))))
(X (X (X (X (X John) (X Rowe)) (X (X ,) (X (X president) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X (X of) (X (X (X (X (X New) (X England)) (X Electric)) (X (X ,) (X (X said) (X (X (X (X the) (X company)) (X 's)) (X return))))) (X (X on) (X (X (X equity) (X could)) (X suffer)))))) (X (X if) (X (X (X (X (X (X it) (X (X made) (X (X (X a) (X (X higher) (X bid))) (X (X and) (X (X (X its) (X forecasts)) (X related)))))) (X (X to) (X PS))) (X (X of) (X (X (X New) (X Hampshire)) (X (X --) (X such))))) (X (X as) (X (X (X growth) (X (X in) (X (X (X electricity) (X demand)) (X (X and) (X (X (X improved) (X operating)) (X efficiencies)))))) (X --)))) (X (X did) (X (X n't) (X (X come) (X (X true) (X .))))))))
(X (X ``) (X (X (X (X When) (X we)) (X evaluated)) (X (X raising) (X (X (X (X (X (X our) (X bid)) (X (X ,) (X (X the) (X risks)))) (X (X seemed) (X (X substantial) (X (X and) (X (X (X persistent) (X (X over) (X (X (X the) (X next)) (X (X five) (X years))))) (X ,)))))) (X (X and) (X (X the) (X rewards)))) (X (X seemed) (X (X (X (X a) (X long)) (X (X way) (X out))) (X .)))))))
(X (X That) (X (X got) (X (X (X (X (X hard) (X to)) (X take)) (X (X ,) (X (X '') (X he)))) (X (X added) (X .)))))
(X (X (X (X Mr.) (X Rowe)) (X (X also) (X noted))) (X (X that) (X (X (X (X political) (X concerns)) (X also)) (X (X worried) (X (X New) (X (X England) (X (X Electric) (X .))))))))
(X (X (X (X (X No) (X (X matter) (X who))) (X (X owns) (X PS))) (X (X of) (X (X (X (X (X New) (X Hampshire)) (X ,)) (X (X after) (X (X it) (X emerges)))) (X (X from) (X (X (X (X (X (X bankruptcy) (X proceedings)) (X (X its) (X rates))) (X (X will) (X be))) (X (X among) (X (X (X the) (X highest)) (X (X in) (X (X the) (X nation)))))) (X (X ,) (X he))))))) (X (X said) (X .)))
(X (X (X ``) (X That)) (X (X attracts) (X (X attention) (X ...))))
(X (X (X (X (X it) (X (X was) (X (X (X just) (X another)) (X one)))) (X (X of) (X (X (X the) (X (X risk) (X (X factors) (X '')))) (X (X that) (X led))))) (X (X to) (X (X (X the) (X company)) (X (X 's) (X decision))))) (X (X to) (X (X (X withdraw) (X (X from) (X (X (X the) (X bidding)) (X (X ,) (X he))))) (X (X added) (X .)))))
(X (X (X (X (X Wilbur) (X Ross)) (X Jr.)) (X (X of) (X (X (X (X Rothschild) (X Inc.)) (X (X ,) (X (X the) (X (X financial) (X adviser))))) (X (X to) (X (X (X (X (X (X (X the) (X troubled)) (X company)) (X 's)) (X (X equity) (X holders))) (X ,)) (X (X said) (X (X the) (X withdrawal)))))))) (X (X of) (X (X (X (X New) (X England)) (X Electric)) (X (X might) (X (X speed) (X (X up) (X (X (X the) (X (X reorganization) (X process))) (X .))))))))
(X (X (X (X (X The) (X fact)) (X (X that) (X (X (X (X New) (X England)) (X (X proposed) (X (X (X lower) (X rate)) (X increases)))) (X (X --) (X (X (X (X 4.8) (X %)) (X (X over) (X (X seven) (X years)))) (X (X against) (X (X (X (X (X around) (X 5.5)) (X %)) (X boosts)) (X proposed)))))))) (X (X by) (X (X (X (X (X the) (X other)) (X two)) (X (X outside) (X bidders))) (X (X --) (X (X complicated) (X negotiations)))))) (X (X with) (X (X (X (X state) (X officials)) (X (X ,) (X (X Mr.) (X Ross)))) (X (X asserted) (X .)))))
(X (X ``) (X (X (X Now) (X (X the) (X field))) (X (X is) (X (X (X (X less) (X cluttered)) (X (X ,) (X (X '') (X he)))) (X (X added) (X .))))))
(X (X (X (X (X (X (X Separately) (X (X ,) (X (X (X the) (X Federal)) (X (X Energy) (X (X Regulatory) (X (X Commission) (X turned))))))) (X (X down) (X (X for) (X (X now) (X (X a) (X request)))))) (X (X by) (X Northeast))) (X (X seeking) (X approval))) (X (X of) (X (X its) (X (X possible) (X purchase))))) (X (X of) (X (X PS) (X (X of) (X (X (X New) (X Hampshire)) (X .))))))
(X (X (X (X (X (X Northeast) (X (X said) (X (X it) (X (X would) (X (X refile) (X (X (X its) (X request)) (X (X and) (X (X still) (X hopes))))))))) (X (X for) (X (X an) (X (X expedited) (X review))))) (X (X by) (X (X (X the) (X FERC)) (X so)))) (X (X that) (X (X (X it) (X could)) (X (X complete) (X (X (X the) (X purchase)) (X (X by) (X (X next) (X summer)))))))) (X (X if) (X (X (X (X its) (X bid)) (X (X is) (X (X the) (X (X one) (X approved))))) (X (X by) (X (X (X the) (X (X bankruptcy) (X court))) (X .))))))
(X (X (X PS) (X (X of) (X (X New) (X Hampshire)))) (X (X shares) (X (X (X (X (X closed) (X yesterday)) (X (X at) (X (X $) (X 3.75)))) (X (X ,) (X (X off) (X (X 25) (X cents))))) (X (X ,) (X (X (X in) (X (X (X New) (X York)) (X Stock))) (X (X Exchange) (X (X (X composite) (X trading)) (X .))))))))
(X (X (X (X (X Norman) (X Ricken)) (X (X ,) (X (X (X (X 52) (X (X years) (X old))) (X (X and) (X (X former) (X president)))) (X (X and) (X (X chief) (X (X operating) (X officer))))))) (X (X of) (X (X Toys) (X (X ``) (X (X (X (X (X (X (X (X R) (X '')) (X Us)) (X Inc.)) (X ,)) (X (X and) (X (X Frederick) (X (X Deane) (X Jr.))))) (X (X ,) (X (X 63) (X (X ,) (X chairman))))) (X (X of) (X (X (X (X (X Signet) (X Banking)) (X Corp.)) (X ,)) (X (X were) (X (X elected) (X directors)))))))))) (X (X of) (X (X (X this) (X (X consumer) (X electronics))) (X (X and) (X (X appliances) (X (X retailing) (X (X chain) (X .))))))))
(X (X (X (X (X (X They) (X succeed)) (X Daniel)) (X (X M.) (X Rexinger))) (X (X ,) (X (X (X (X (X retired) (X Circuit)) (X (X City) (X (X executive) (X (X vice) (X president))))) (X ,)) (X (X and) (X (X Robert) (X (X R.) (X Glauber))))))) (X (X ,) (X (X (X (X U.S.) (X Treasury)) (X undersecretary)) (X (X ,) (X (X on) (X (X (X the) (X (X 12-member) (X board))) (X .)))))))
(X (X (X (X (X Commonwealth) (X Edison)) (X Co.)) (X (X was) (X ordered))) (X (X to) (X (X (X (X (X refund) (X (X about) (X (X $) (X (X 250) (X million))))) (X (X to) (X (X (X its) (X (X current) (X (X and) (X former)))) (X ratepayers)))) (X (X for) (X (X (X illegal) (X rates)) (X collected)))) (X (X for) (X (X (X cost) (X overruns)) (X (X on) (X (X (X a) (X (X nuclear) (X (X power) (X plant)))) (X .))))))))
(X (X (X The) (X refund)) (X (X was) (X (X (X (X about) (X (X (X (X $) (X (X 55) (X million))) (X (X more) (X (X than) (X previously)))) (X ordered))) (X (X by) (X (X (X (X (X the) (X Illinois)) (X Commerce)) (X Commission)) (X (X and) (X (X trade) (X groups)))))) (X (X said) (X (X (X (X it) (X may)) (X (X be) (X (X (X the) (X (X largest) (X ever))) (X required)))) (X (X of) (X (X (X (X a) (X state)) (X (X or) (X (X local) (X utility)))) (X .))))))))
(X (X (X (X (X State) (X court)) (X (X Judge) (X (X Richard) (X Curry)))) (X (X ordered) (X Edison))) (X (X to) (X (X (X make) (X (X (X (X average) (X refunds)) (X (X of) (X (X (X about) (X (X $) (X 45))) (X (X to) (X (X $) (X (X 50) (X each))))))) (X (X to) (X (X (X (X (X Edison) (X customers)) (X who)) (X have)) (X (X received) (X (X (X electric) (X service)) (X (X since) (X (X (X April) (X 1986)) (X ,))))))))) (X (X including) (X (X (X (X (X (X about) (X (X two) (X (X million) (X customers)))) (X who)) (X have)) (X moved)) (X (X during) (X (X (X that) (X period)) (X .))))))))
(X (X (X (X (X Judge) (X Curry)) (X (X ordered) (X (X the) (X refunds)))) (X (X to) (X (X (X begin) (X (X (X Feb.) (X (X 1) (X and))) (X said))) (X (X that) (X (X (X he) (X (X would) (X n't))) (X (X entertain) (X (X (X any) (X appeals)) (X (X or) (X (X other) (X attempts)))))))))) (X (X to) (X (X block) (X (X (X his) (X order)) (X (X by) (X (X (X Commonwealth) (X Edison)) (X .)))))))
(X (X ``) (X (X (X (X (X (X The) (X (X refund) (X pool))) (X ...)) (X (X may) (X (X not) (X (X be) (X (X held) (X hostage)))))) (X (X through) (X (X (X (X another) (X round)) (X (X of) (X appeals))) (X (X ,) (X (X (X '') (X Judge)) (X Curry)))))) (X (X said) (X .))))
(X (X (X Commonwealth) (X Edison)) (X (X said) (X (X (X it) (X (X is) (X (X (X already) (X (X appealing) (X (X the) (X (X underlying) (X (X commission) (X order)))))) (X (X and) (X is))))) (X (X considering) (X (X (X appealing) (X Judge)) (X (X Curry) (X (X (X 's) (X order)) (X .))))))))
(X (X (X (X (X (X (X The) (X exact)) (X amount)) (X (X of) (X (X the) (X refund)))) (X (X will) (X (X be) (X (X (X (X determined) (X next)) (X year)) (X based))))) (X (X on) (X (X (X actual) (X collections)) (X made)))) (X (X until) (X (X (X (X Dec.) (X 31)) (X (X of) (X (X this) (X year)))) (X .))))
(X (X (X Commonwealth) (X Edison)) (X (X said) (X (X (X (X (X the) (X ruling)) (X could)) (X (X force) (X it))) (X (X to) (X (X (X slash) (X (X (X its) (X 1989)) (X earnings))) (X (X by) (X (X $) (X (X 1.55) (X (X (X a) (X share)) (X .))))))))))
(X (X (X (X For) (X 1988)) (X (X ,) (X (X (X Commonwealth) (X Edison)) (X (X reported) (X earnings))))) (X (X of) (X (X (X $) (X (X 737.5) (X million))) (X (X ,) (X (X (X (X or) (X $)) (X (X 3.01) (X (X a) (X share)))) (X .))))))
(X (X (X (X (X A) (X Commonwealth)) (X (X Edison) (X spokesman))) (X said)) (X (X that) (X (X (X (X (X tracking) (X (X down) (X (X (X (X the) (X (X two) (X (X million) (X customers)))) (X whose)) (X addresses)))) (X have)) (X (X changed) (X (X (X during) (X (X (X the) (X past)) (X (X 3) (X (X 1\/2) (X years))))) (X (X would) (X be))))) (X (X ``) (X (X (X (X (X an) (X administrative)) (X nightmare)) (X .)) (X ''))))))
(X (X (X (X (X (X (X In) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X yesterday))))) (X (X ,) (X (X (X Commonwealth) (X Edison)) (X (X closed) (X (X at) (X (X $) (X 38.375))))))) (X (X ,) (X (X down) (X (X (X 12.5) (X cents)) (X .)))))
(X (X (X (X (X (X The) (X $)) (X (X 2.5) (X (X billion) (X (X Byron) (X (X 1) (X plant)))))) (X (X near) (X Rockford))) (X (X ,) (X (X Ill.) (X ,)))) (X (X was) (X (X completed) (X (X in) (X (X 1985) (X .))))))
(X (X (X (X (X In) (X (X a) (X (X disputed) (X (X 1985) (X ruling))))) (X (X ,) (X (X (X the) (X Commerce)) (X Commission)))) (X (X said) (X (X Commonwealth) (X Edison)))) (X (X could) (X (X raise) (X (X (X (X its) (X electricity)) (X rates)) (X (X by) (X (X (X (X $) (X (X 49) (X million))) (X (X to) (X pay))) (X (X for) (X (X (X the) (X plant)) (X .)))))))))
(X (X (X (X (X (X But) (X (X state) (X courts))) (X (X upheld) (X (X a) (X challenge)))) (X (X by) (X (X (X consumer) (X groups)) (X (X to) (X (X (X (X (X the) (X commission)) (X 's)) (X rate)) (X increase)))))) (X and)) (X (X found) (X (X (X the) (X (X rates) (X illegal))) (X .))))
(X (X (X (X (X (X The) (X Illinois)) (X Supreme)) (X Court)) (X (X ordered) (X (X the) (X commission)))) (X (X to) (X (X (X (X audit) (X (X Commonwealth) (X (X Edison) (X (X 's) (X (X construction) (X expenses)))))) (X (X and) (X (X refund) (X (X any) (X (X unreasonable) (X expenses)))))) (X .))))
(X (X (X The) (X utility)) (X (X has) (X (X (X been) (X (X collecting) (X (X for) (X (X (X (X the) (X plant)) (X (X 's) (X construction))) (X cost))))) (X (X from) (X (X (X (X its) (X (X 3.1) (X (X million) (X customers)))) (X subject)) (X (X to) (X (X (X a) (X refund)) (X (X since) (X (X 1986) (X .))))))))))
(X (X (X (X In) (X August)) (X (X ,) (X (X (X the) (X commission)) (X ruled)))) (X (X that) (X (X (X (X (X (X between) (X (X (X $) (X (X 190) (X (X million) (X (X and) (X $))))) (X (X 195) (X million)))) (X (X of) (X (X (X (X (X the) (X plant)) (X (X 's) (X construction))) (X cost)) (X (X was) (X unreasonable))))) (X and)) (X (X should) (X (X (X be) (X refunded)) (X ,)))) (X (X plus) (X (X interest) (X .))))))
(X (X (X (X In) (X (X his) (X ruling))) (X (X ,) (X (X Judge) (X Curry)))) (X (X added) (X (X (X an) (X (X additional) (X (X $) (X (X 55) (X million))))) (X (X to) (X (X (X (X (X the) (X commission)) (X 's)) (X calculations)) (X .))))))
(X (X (X (X Last) (X month)) (X (X ,) (X (X (X Judge) (X Curry)) (X (X set) (X (X (X the) (X interest)) (X rate)))))) (X (X on) (X (X (X the) (X refund)) (X (X at) (X (X (X 9) (X %)) (X .))))))
(X (X (X (X (X (X Commonwealth) (X Edison)) (X now)) (X (X faces) (X (X (X (X an) (X additional)) (X court-ordered)) (X refund)))) (X (X on) (X (X its) (X (X summer\/winter) (X (X rate) (X (X differential) (X collections))))))) (X (X that) (X (X (X (X (X the) (X Illinois)) (X Appellate)) (X Court)) (X (X has) (X (X estimated) (X (X at) (X (X $) (X (X 140) (X (X million) (X .))))))))))
(X (X (X (X (X (X (X And) (X consumer)) (X groups)) (X hope)) (X (X that) (X (X Judge) (X (X Curry) (X (X (X (X 's) (X (X Byron) (X (X 1) (X order)))) (X may)) (X (X set) (X (X a) (X precedent)))))))) (X (X for) (X (X (X a) (X second)) (X (X nuclear) (X (X rate) (X case)))))) (X (X involving) (X (X (X Commonwealth) (X Edison)) (X (X 's) (X (X Braidwood) (X (X 2) (X (X plant) (X .))))))))
(X (X (X Commonwealth) (X Edison)) (X (X is) (X (X seeking) (X (X (X (X about) (X (X $) (X (X 245) (X million)))) (X (X in) (X (X rate) (X increases)))) (X (X to) (X (X pay) (X (X for) (X (X Braidwood) (X (X 2) (X .))))))))))
(X (X (X The) (X commission)) (X (X is) (X (X (X expected) (X to)) (X (X rule) (X (X (X on) (X (X the) (X (X Braidwood) (X (X 2) (X case))))) (X (X by) (X (X (X year) (X end)) (X .))))))))
(X (X (X (X (X Last) (X year)) (X (X Commonwealth) (X Edison))) (X (X had) (X (X (X (X to) (X (X refund) (X $))) (X (X 72.7) (X million))) (X (X for) (X (X poor) (X performance)))))) (X (X of) (X (X (X its) (X LaSalle)) (X (X I) (X (X nuclear) (X (X plant) (X .)))))))
(X (X (X (X (X Japan) (X (X 's) (X domestic))) (X sales)) (X (X of) (X (X cars) (X (X ,) (X (X (X trucks) (X (X and) (X buses))) (X (X in) (X (X (X (X October) (X rose)) (X 18)) (X %)))))))) (X (X from) (X (X (X (X (X a) (X (X year) (X earlier))) (X (X to) (X (X 500,004) (X units)))) (X (X ,) (X (X a) (X record)))) (X (X for) (X (X (X the) (X month)) (X (X ,) (X (X (X (X (X the) (X Japan)) (X Automobile)) (X (X Dealers) (X (X ') (X Association)))) (X (X said) (X .)))))))))
(X (X (X (X (X The) (X (X strong) (X growth))) (X (X followed) (X year-to-year))) (X increases)) (X (X of) (X (X (X (X 21) (X %)) (X (X in) (X August))) (X (X and) (X (X (X 12) (X %)) (X (X in) (X (X September) (X .))))))))
(X (X (X (X The) (X monthly)) (X sales)) (X (X have) (X (X been) (X (X (X setting) (X (X records) (X (X every) (X month)))) (X (X since) (X (X March) (X .)))))))
(X (X (X (X (X October) (X sales)) (X ,)) (X compared)) (X (X with) (X (X (X (X (X the) (X previous)) (X month)) (X (X ,) (X inched))) (X (X down) (X (X (X 0.4) (X %)) (X .))))))
(X (X (X (X Sales) (X (X of) (X (X passenger) (X cars)))) (X (X grew) (X (X 22) (X %)))) (X (X from) (X (X (X a) (X (X year) (X earlier))) (X (X to) (X (X (X 361,376) (X units)) (X .))))))
(X (X (X (X Sales) (X (X of) (X (X (X (X medium-sized) (X cars)) (X (X ,) (X which))) (X (X benefited) (X (X from) (X (X (X price) (X reductions)) (X arising))))))) (X (X from) (X introduction))) (X (X of) (X (X (X (X the) (X (X consumption) (X tax))) (X (X ,) (X (X (X more) (X (X than) (X doubled))) (X (X to) (X (X 30,841) (X units)))))) (X (X from) (X (X 13,056) (X (X in) (X (X (X October) (X 1988)) (X .))))))))
(X (X (X (X (X (X (X Texas) (X Instruments)) (X Japan)) (X Ltd.)) (X (X ,) (X (X (X (X a) (X unit)) (X (X of) (X (X (X Texas) (X Instruments)) (X Inc.)))) (X (X ,) (X (X said) (X it)))))) (X (X opened) (X (X (X a) (X plant)) (X (X in) (X (X South) (X Korea)))))) (X (X to) (X (X (X manufacture) (X (X control) (X devices))) (X .))))
(X (X (X (X (X (X The) (X (X new) (X plant))) (X (X ,) (X located))) (X (X in) (X (X (X (X Chinchon) (X (X about) (X (X 60) (X miles)))) (X (X from) (X Seoul))) (X (X ,) (X (X will) (X help)))))) (X (X meet) (X (X (X increasing) (X (X and) (X diversifying))) (X demand)))) (X (X for) (X (X (X (X control) (X products)) (X (X in) (X (X South) (X Korea)))) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))
(X (X (X (X (X (X The) (X plant)) (X will)) (X (X produce) (X (X control) (X devices)))) (X used)) (X (X in) (X (X (X motor) (X vehicles)) (X (X and) (X (X (X household) (X appliances)) (X .))))))
(X (X (X (X The) (X survival)) (X (X of) (X (X (X (X (X spinoff) (X Cray)) (X Computer)) (X Corp.)) (X (X as) (X (X (X (X a) (X fledgling)) (X (X in) (X (X (X the) (X supercomputer)) (X business)))) (X appears)))))) (X (X to) (X (X (X (X depend) (X heavily)) (X (X on) (X (X the) (X creativity)))) (X (X --) (X (X (X and) (X longevity)) (X (X --) (X (X (X (X of) (X (X its) (X chairman))) (X (X and) (X (X chief) (X designer)))) (X (X ,) (X (X (X Seymour) (X Cray)) (X .))))))))))
(X (X (X (X (X Not) (X only)) (X (X is) (X development))) (X (X of) (X (X (X (X (X the) (X new)) (X company)) (X (X 's) (X (X initial) (X machine)))) (X (X tied) (X directly))))) (X (X to) (X (X (X Mr.) (X Cray)) (X (X ,) (X (X so) (X (X is) (X (X (X its) (X (X balance) (X sheet))) (X .))))))))
(X (X (X (X (X Documents) (X filed)) (X (X with) (X (X (X (X (X (X the) (X Securities)) (X (X and) (X Exchange))) (X Commission)) (X (X on) (X (X (X (X the) (X pending)) (X spinoff)) (X disclosed)))) (X (X that) (X (X (X (X Cray) (X Research)) (X Inc.)) (X (X will) (X (X (X (X withdraw) (X (X the) (X (X almost) (X (X $) (X (X 100) (X million)))))) (X (X in) (X (X financing) (X it)))) (X is)))))))) (X (X providing) (X (X (X the) (X new)) (X firm)))) (X (X if) (X (X (X Mr.) (X Cray)) (X (X leaves) (X (X or) (X (X if) (X (X (X (X the) (X (X product-design) (X (X project) (X he)))) (X heads)) (X (X is) (X (X scrapped) (X .))))))))))
(X (X (X (X (X (X The) (X documents)) (X also)) (X said)) (X that)) (X (X although) (X (X (X (X (X (X the) (X 64-year-old)) (X (X Mr.) (X Cray))) (X (X has) (X (X (X been) (X working)) (X (X on) (X (X (X the) (X project)) (X (X for) (X (X (X more) (X than)) (X (X six) (X years))))))))) (X (X ,) (X (X (X the) (X (X Cray-3) (X machine))) (X (X is) (X (X at) (X (X least) (X (X another) (X (X year) (X away))))))))) (X (X from) (X (X (X a) (X (X (X fully) (X operational)) (X prototype))) (X .))))))
(X (X (X (X (X Moreover) (X (X ,) (X (X there) (X have)))) (X (X been) (X (X (X (X (X no) (X orders)) (X (X for) (X (X the) (X Cray-3)))) (X (X so) (X far))) (X ,)))) (X (X though) (X (X (X (X the) (X company)) (X (X says) (X it))) (X (X is) (X talking))))) (X (X with) (X (X several) (X (X prospects) (X .)))))
(X (X (X (X (X While) (X many)) (X (X of) (X (X the) (X risks)))) (X (X were) (X anticipated))) (X (X when) (X (X (X (X (X (X (X Minneapolis-based) (X (X Cray) (X (X Research) (X first)))) (X (X announced) (X (X the) (X spinoff)))) (X (X in) (X May))) (X (X ,) (X (X (X the) (X strings)) (X it)))) (X attached)) (X (X to) (X (X (X (X the) (X financing)) (X (X had) (X (X (X n't) (X been)) (X (X made) (X public))))) (X (X until) (X (X yesterday) (X .))))))))
(X (X (X ``) (X We)) (X (X did) (X (X n't) (X (X have) (X (X (X (X (X (X much) (X (X of) (X (X a) (X choice)))) (X (X ,) (X (X (X (X (X '') (X Cray)) (X (X Computer) (X (X 's) (X (X chief) (X (X financial) (X officer)))))) (X (X ,) (X Gregory))) (X Barnum)))) (X ,)) (X said)) (X (X in) (X (X (X an) (X interview)) (X .))))))))
(X (X (X (X ``) (X (X The) (X theory))) (X is)) (X (X that) (X (X Seymour) (X (X is) (X (X (X the) (X (X chief) (X designer))) (X (X of) (X (X (X the) (X Cray-3)) (X (X ,) (X (X and) (X (X without) (X (X (X (X him) (X it)) (X (X could) (X not))) (X (X be) (X (X completed) (X .))))))))))))))
(X (X (X Cray) (X Research)) (X (X did) (X (X (X (X not) (X want)) (X (X to) (X (X (X fund) (X (X a) (X project))) (X that)))) (X (X did) (X (X not) (X (X include) (X (X (X Seymour) (X .)) (X ''))))))))
(X (X (X (X (X The) (X documents)) (X also)) (X said)) (X (X that) (X (X (X (X (X Cray) (X Computer)) (X anticipates)) (X needing)) (X (X perhaps) (X (X (X another) (X (X $) (X (X 120) (X million)))) (X (X in) (X (X (X financing) (X (X beginning) (X (X next) (X September)))) (X .))))))))
(X (X (X (X (X But) (X Mr.)) (X Barnum)) (X (X called) (X that))) (X (X ``) (X (X (X a) (X (X worst-case) (X (X '') (X scenario)))) (X .))))
(X (X (X (X The) (X filing)) (X (X on) (X (X the) (X details)))) (X (X of) (X (X (X (X the) (X spinoff)) (X (X caused) (X (X Cray) (X (X Research) (X stock))))) (X (X to) (X (X (X (X jump) (X $)) (X (X 2.875) (X yesterday))) (X (X to) (X (X close) (X (X (X at) (X (X $) (X 38))) (X (X in) (X (X (X (X New) (X York)) (X Stock)) (X (X Exchange) (X (X (X composite) (X trading)) (X .)))))))))))))
(X (X (X (X Analysts) (X (X noted) (X yesterday))) (X (X that) (X (X Cray) (X (X Research) (X (X 's) (X decision)))))) (X (X to) (X (X (X (X link) (X (X (X its) (X $)) (X (X 98.3) (X (X million) (X (X promissory) (X note)))))) (X (X to) (X (X (X Mr.) (X (X Cray) (X (X 's) (X presence)))) (X (X will) (X (X complicate) (X (X a) (X valuation))))))) (X (X of) (X (X (X (X the) (X new)) (X company)) (X .))))))
(X (X (X (X ``) (X It)) (X (X has) (X (X (X to) (X be)) (X considered)))) (X (X as) (X (X (X (X (X an) (X additional)) (X risk)) (X (X for) (X (X (X the) (X investor)) (X (X ,) (X (X '') (X (X said) (X (X Gary) (X (X P.) (X Smaby))))))))) (X (X of) (X (X (X (X Smaby) (X Group)) (X Inc.)) (X (X ,) (X (X Minneapolis) (X .))))))))
(X (X ``) (X (X (X (X Cray) (X Computer)) (X (X will) (X (X be) (X (X (X a) (X (X concept) (X stock))) (X (X ,) (X (X '') (X he))))))) (X (X said) (X .))))
(X (X ``) (X (X (X (X (X You) (X either)) (X (X believe) (X Seymour))) (X can)) (X (X do) (X (X (X it) (X (X (X again) (X or)) (X you))) (X (X do) (X (X (X n't) (X .)) (X '')))))))
(X (X (X (X (X (X (X (X Besides) (X the)) (X designer)) (X 's)) (X age)) (X (X ,) (X (X other) (X (X risk) (X factors))))) (X (X for) (X (X (X Mr.) (X Cray)) (X (X 's) (X (X new) (X company)))))) (X (X include) (X (X (X the) (X (X Cray-3) (X (X 's) (X tricky)))) (X (X ,) (X (X (X unproven) (X (X chip) (X technology))) (X .))))))
(X (X (X (X The) (X SEC)) (X documents)) (X (X describe) (X (X (X (X (X those) (X chips)) (X (X ,) (X which))) (X (X are) (X made))) (X (X of) (X (X (X (X gallium) (X arsenide)) (X ,)) (X (X as) (X (X being) (X (X (X so) (X fragile)) (X (X and) (X (X (X (X minute) (X they)) (X will)) (X (X require) (X (X (X special) (X robotic)) (X (X handling) (X (X equipment) (X .)))))))))))))))
(X (X (X (X (X In) (X addition)) (X (X ,) (X (X (X the) (X Cray-3)) (X will)))) (X (X contain) (X (X (X 16) (X processors)) (X (X --) (X twice))))) (X (X as) (X (X (X many) (X (X as) (X (X (X the) (X (X largest) (X current))) (X supercomputer)))) (X .))))
(X (X (X (X (X (X Cray) (X Computer)) (X also)) (X will)) (X (X face) (X (X (X (X (X (X intense) (X competition)) (X (X ,) (X (X not) (X only)))) (X (X from) (X (X (X (X (X Cray) (X Research)) (X ,)) (X which)) (X (X has) (X (X (X (X about) (X 60)) (X %)) (X (X of) (X (X (X (X (X the) (X world-wide)) (X (X supercomputer) (X market))) (X and)) (X which)))))))) (X (X is) (X expected))) (X (X to) (X (X (X roll) (X (X out) (X (X the) (X (X C-90) (X machine))))) (X (X ,) (X (X a) (X (X direct) (X competitor))))))))) (X (X with) (X (X (X the) (X Cray-3)) (X (X ,) (X (X (X in) (X 1991)) (X .))))))
(X (X (X (X (X The) (X spinoff)) (X also)) (X (X will) (X compete))) (X (X with) (X (X (X (X (X International) (X Business)) (X Machines)) (X Corp.)) (X (X and) (X (X (X (X Japan) (X (X 's) (X Big))) (X Three)) (X (X --) (X (X (X Hitachi) (X Ltd.)) (X (X ,) (X (X (X NEC) (X Corp.)) (X (X and) (X (X Fujitsu) (X (X Ltd) (X .)))))))))))))
(X (X (X (X (X The) (X (X new) (X company))) (X (X said) (X it))) (X (X believes) (X there))) (X (X are) (X (X (X (X (X (X fewer) (X (X than) (X 100))) (X (X potential) (X customers))) (X (X for) (X (X supercomputers) (X priced)))) (X (X between) (X (X (X $) (X (X 15) (X million))) (X (X and) (X (X $) (X (X 30) (X million))))))) (X (X --) (X (X (X presumably) (X (X (X the) (X Cray-3)) (X (X price) (X range)))) (X .))))))
(X (X (X (X Under) (X terms)) (X (X of) (X (X (X the) (X spinoff)) (X (X ,) (X (X (X Cray) (X Research)) (X stockholders)))))) (X (X are) (X (X to) (X (X receive) (X (X (X (X (X one) (X Cray)) (X Computer)) (X (X share) (X (X (X for) (X (X every) (X (X two) (X (X Cray) (X Research))))) (X (X shares) (X (X they) (X (X own) (X (X in) (X (X a) (X (X distribution) (X expected)))))))))) (X (X to) (X (X occur) (X (X in) (X (X about) (X (X (X two) (X weeks)) (X .)))))))))))
(X (X (X (X No) (X price)) (X (X for) (X (X (X the) (X new)) (X shares)))) (X (X has) (X (X been) (X (X set) (X .)))))
(X (X (X (X Instead) (X (X ,) (X (X (X (X the) (X companies)) (X will)) (X (X leave) (X (X it) (X up)))))) (X (X to) (X (X the) (X marketplace)))) (X (X to) (X (X decide) (X .))))
(X (X (X Cray) (X Computer)) (X (X has) (X (X applied) (X (X to) (X (X trade) (X (X on) (X (X Nasdaq) (X .))))))))
(X (X (X (X (X (X Analysts) (X calculate)) (X Cray)) (X (X Computer) (X (X 's) (X (X (X initial) (X book)) (X value))))) (X (X at) (X (X (X (X about) (X $)) (X (X 4.75) (X a))) (X share)))) (X .))
(X (X (X Along) (X (X with) (X (X (X the) (X note)) (X (X ,) (X (X Cray) (X Research)))))) (X (X is) (X (X (X (X transferring) (X (X (X about) (X (X $) (X (X 53) (X million)))) (X (X in) (X assets)))) (X (X ,) (X (X primarily) (X (X those) (X related))))) (X (X to) (X (X (X (X the) (X (X Cray-3) (X development))) (X (X ,) (X (X which) (X (X has) (X (X been) (X (X a) (X drain))))))) (X (X on) (X (X (X (X Cray) (X Research)) (X (X 's) (X earnings))) (X .))))))))
(X (X (X (X (X Pro-forma) (X (X balance) (X sheets))) (X clearly)) (X show)) (X (X why) (X (X (X Cray) (X Research)) (X (X favored) (X (X (X the) (X spinoff)) (X .))))))
(X (X (X (X (X (X (X (X Without) (X the)) (X (X Cray-3) (X research))) (X (X and) (X (X development) (X expenses)))) (X (X ,) (X (X (X (X the) (X company)) (X would)) (X (X have) (X (X been) (X able)))))) (X to)) (X (X report) (X (X a) (X profit)))) (X (X of) (X (X (X (X $) (X (X 19.3) (X million))) (X (X for) (X (X (X (X the) (X first)) (X half)) (X (X of) (X (X 1989) (X rather)))))) (X (X than) (X (X (X (X the) (X $)) (X (X 5.9) (X (X million) (X it)))) (X (X posted) (X .)))))))
(X (X (X (X (X (X On) (X the)) (X (X other) (X hand))) (X ,)) (X (X had) (X (X (X (X it) (X existed)) (X then)) (X (X ,) (X (X Cray) (X Computer)))))) (X (X would) (X (X have) (X (X incurred) (X (X (X a) (X $)) (X (X 20.5) (X (X (X million) (X loss)) (X .))))))))
(X (X (X (X (X (X Mr.) (X Cray)) (X (X ,) (X (X (X (X who) (X (X could) (X (X n't) (X (X be) (X reached))))) (X (X for) (X comment))) (X (X ,) (X (X will) (X work)))))) (X (X for) (X (X (X (X (X the) (X new)) (X Colorado)) (X Springs)) (X (X ,) (X (X Colo.) (X (X ,) (X company))))))) (X (X as) (X (X (X an) (X (X independent) (X contractor))) (X (X --) (X (X (X (X the) (X arrangement)) (X he)) (X had)))))) (X (X with) (X (X (X Cray) (X Research)) (X .))))
(X (X (X (X Regarded) (X (X as) (X (X the) (X father)))) (X (X of) (X (X (X the) (X supercomputer)) (X (X ,) (X (X Mr.) (X Cray)))))) (X (X was) (X (X (X (X paid) (X $)) (X (X 600,000) (X (X at) (X (X Cray) (X (X Research) (X (X last) (X year))))))) (X .))))
(X (X (X (X At) (X Cray)) (X Computer)) (X (X ,) (X (X (X he) (X will)) (X (X be) (X (X (X paid) (X $)) (X (X 240,000) (X .)))))))
(X (X (X (X (X Besides) (X Messrs.)) (X Cray)) (X (X and) (X (X Barnum) (X (X ,) (X (X (X other) (X (X senior) (X management))) (X (X at) (X (X the) (X company)))))))) (X (X includes) (X (X (X (X (X Neil) (X Davenport)) (X (X ,) (X (X 47) (X (X ,) (X (X president) (X (X and) (X (X chief) (X (X executive) (X officer))))))))) (X (X ;) (X (X (X (X Joseph) (X M.)) (X Blanchard)) (X (X ,) (X (X (X (X 37) (X (X ,) (X (X vice) (X president)))) (X (X ,) (X engineering))) (X (X ;) (X (X (X Malcolm) (X A.)) (X Hammerton)))))))) (X (X ,) (X (X (X (X (X 40) (X (X ,) (X (X vice) (X president)))) (X (X ,) (X software))) (X (X ;) (X (X and) (X (X (X Douglas) (X R.)) (X Wheeland))))) (X (X ,) (X (X (X 45) (X (X ,) (X (X vice) (X president)))) (X (X ,) (X (X hardware) (X .))))))))))
(X (X (X All) (X came)) (X (X from) (X (X Cray) (X (X Research) (X .)))))
(X (X (X (X (X Cray) (X Computer)) (X (X ,) (X (X which) (X currently)))) (X (X employs) (X (X (X 241) (X people)) (X (X ,) (X (X said) (X (X it) (X (X expects) (X (X a) (X (X work) (X force)))))))))) (X (X of) (X (X (X 450) (X (X by) (X (X the) (X end)))) (X (X of) (X (X 1990) (X .))))))
(X (X (X (X (X John) (X R.)) (X Stevens)) (X (X ,) (X (X (X (X 49) (X (X years) (X old))) (X ,)) (X (X was) (X (X (X named) (X (X (X senior) (X executive)) (X (X vice) (X president)))) (X (X and) (X (X chief) (X (X operating) (X officer))))))))) (X (X ,) (X (X (X both) (X (X new) (X positions))) (X .))))
(X (X (X (X He) (X (X will) (X continue))) (X to)) (X (X report) (X (X to) (X (X (X Donald) (X Pardus)) (X (X ,) (X (X (X president) (X (X and) (X (X chief) (X (X executive) (X officer))))) (X .)))))))
(X (X (X (X Mr.) (X Stevens)) (X (X was) (X (X executive) (X (X vice) (X president))))) (X (X of) (X (X (X this) (X electric-utility)) (X (X holding) (X (X company) (X .))))))
(X (X (X (X (X (X Arthur) (X A.)) (X Hatch)) (X (X ,) (X (X 59) (X ,)))) (X (X was) (X (X named) (X (X executive) (X (X vice) (X president)))))) (X (X of) (X (X (X the) (X company)) (X .))))
(X (X (X He) (X (X was) (X (X previously) (X president)))) (X (X of) (X (X (X (X (X (X the) (X company)) (X 's)) (X Eastern)) (X Edison)) (X (X Co.) (X (X unit) (X .))))))
(X (X (X (X (X (X (X John) (X D.)) (X Carney)) (X (X ,) (X (X 45) (X ,)))) (X (X was) (X named))) (X (X to) (X (X (X (X succeed) (X Mr.)) (X Hatch)) (X (X as) (X president))))) (X (X of) (X (X (X Eastern) (X Edison)) (X .))))
(X (X (X (X Previously) (X he)) (X (X was) (X (X vice) (X president)))) (X (X of) (X (X Eastern) (X (X Edison) (X .)))))
(X (X (X (X (X (X Robert) (X P.)) (X Tassinari)) (X (X ,) (X (X 63) (X ,)))) (X (X was) (X (X named) (X (X senior) (X (X vice) (X president)))))) (X (X of) (X (X Eastern) (X (X Utilities) (X .)))))
(X (X He) (X (X was) (X (X previously) (X (X (X vice) (X president)) (X .)))))
(X (X (X (X (X (X (X The) (X U.S.)) (X ,)) (X (X claiming) (X (X (X some) (X success)) (X (X in) (X (X (X (X its) (X (X trade) (X diplomacy))) (X (X ,) (X (X (X removed) (X South)) (X Korea)))) (X (X ,) (X (X Taiwan) (X (X and) (X (X Saudi) (X Arabia)))))))))) (X (X from) (X (X (X (X (X a) (X list)) (X (X of) (X (X countries) (X it)))) (X (X is) (X (X closely) (X watching)))) (X (X for) (X (X allegedly) (X failing)))))) (X to)) (X (X honor) (X (X (X U.S.) (X patents)) (X (X ,) (X (X copyrights) (X (X and) (X (X (X other) (X (X intellectual-property) (X rights))) (X .))))))))
(X (X (X (X However) (X (X ,) (X (X (X (X (X (X five) (X other)) (X countries)) (X (X --) (X (X (X China) (X (X ,) (X (X Thailand) (X (X ,) (X (X India) (X (X ,) (X Brazil))))))) (X (X and) (X Mexico))))) (X (X --) (X (X will) (X remain)))) (X (X on) (X (X that) (X (X so-called) (X (X priority) (X (X watch) (X list))))))))) (X (X as) (X (X (X a) (X result)) (X (X of) (X (X (X an) (X (X interim) (X review))) (X (X ,) (X (X (X (X (X U.S.) (X Trade)) (X Representative)) (X Carla)) (X Hills)))))))) (X (X announced) (X .)))
(X (X (X (X (X (X Under) (X (X the) (X new))) (X (X U.S.) (X (X trade) (X law)))) (X (X ,) (X (X (X those) (X countries)) (X could)))) (X (X face) (X (X (X accelerated) (X (X unfair-trade) (X investigations))) (X (X and) (X (X stiff) (X (X trade) (X sanctions))))))) (X (X if) (X (X (X they) (X (X do) (X (X n't) (X (X improve) (X (X their) (X protection)))))) (X (X of) (X (X (X intellectual) (X property)) (X (X by) (X (X next) (X (X spring) (X .)))))))))
(X (X (X (X Mrs.) (X Hills)) (X (X said) (X (X (X many) (X (X of) (X (X (X the) (X 25)) (X countries)))) (X (X that) (X (X she) (X placed)))))) (X (X under) (X (X (X (X (X varying) (X degrees)) (X (X of) (X scrutiny))) (X (X have) (X made))) (X (X ``) (X (X (X (X genuine) (X progress)) (X '')) (X (X on) (X (X (X (X this) (X touchy)) (X issue)) (X .))))))))
(X (X (X She) (X (X said) (X there))) (X (X is) (X (X ``) (X (X (X (X growing) (X realization)) (X (X '') (X (X around) (X (X the) (X world))))) (X (X that) (X (X (X denial) (X (X (X of) (X (X (X intellectual-property) (X rights)) (X (X harms) (X (X all) (X (X trading) (X nations)))))) (X (X ,) (X (X and) (X (X (X particularly) (X the)) (X (X ``) (X (X creativity) (X (X and) (X inventiveness))))))))) (X (X of) (X (X (X (X an) (X -LCB-)) (X offending)) (X (X -RCB-) (X (X (X country) (X (X 's) (X (X own) (X citizens)))) (X (X .) (X ''))))))))))))
(X (X (X (X U.S.) (X trade)) (X negotiators)) (X (X argue) (X (X that) (X (X countries) (X (X with) (X (X (X (X (X inadequate) (X protections)) (X (X for) (X (X (X intellectual-property) (X rights)) (X (X could) (X (X be) (X (X hurting) (X themselves))))))) (X (X by) (X (X (X (X discouraging) (X (X their) (X (X own) (X scientists)))) (X (X and) (X (X authors) (X and)))) (X (X by) (X (X (X deterring) (X U.S.)) (X (X high-technology) (X firms))))))) (X (X from) (X (X (X investing) (X (X or) (X (X (X marketing) (X their)) (X (X best) (X (X products) (X there)))))) (X .)))))))))
(X (X (X (X (X (X (X (X Mrs.) (X Hills)) (X lauded)) (X South)) (X Korea)) (X (X for) (X (X (X creating) (X (X (X an) (X intellectual-property)) (X (X task) (X force)))) (X (X and) (X (X (X special) (X enforcement)) (X teams)))))) (X (X of) (X (X (X (X police) (X officers)) (X and)) (X (X prosecutors) (X trained))))) (X (X to) (X (X pursue) (X (X (X movie) (X (X and) (X (X book) (X pirates)))) (X .)))))
(X (X (X Seoul) (X also)) (X (X has) (X (X (X instituted) (X (X effective) (X (X search-and-seizure) (X procedures)))) (X (X to) (X (X (X (X aid) (X (X these) (X teams))) (X (X ,) (X she))) (X (X said) (X .)))))))
(X (X (X Taiwan) (X (X has) (X (X improved) (X (X its) (X standing))))) (X (X with) (X (X (X (X (X the) (X U.S.)) (X (X by) (X (X (X initialing) (X (X a) (X bilateral))) (X (X copyright) (X agreement))))) (X (X ,) (X (X (X (X amending) (X (X its) (X (X trademark) (X law)))) (X and)) (X (X introducing) (X legislation))))) (X (X to) (X (X protect) (X (X (X (X foreign) (X (X movie) (X producers))) (X (X from) (X (X unauthorized) (X showings)))) (X (X of) (X (X (X their) (X films)) (X .)))))))))
(X (X (X (X That) (X measure)) (X (X could) (X (X compel) (X (X (X Taipei) (X (X 's) (X (X growing) (X number)))) (X (X of) (X (X (X small) (X video-viewing)) (X parlors))))))) (X (X to) (X (X pay) (X (X (X movie) (X producers)) (X (X for) (X (X (X showing) (X (X their) (X films))) (X .)))))))
(X (X (X (X (X (X (X Saudi) (X Arabia)) (X (X ,) (X (X for) (X (X its) (X part))))) (X ,)) (X (X has) (X (X vowed) (X (X to) (X (X enact) (X (X a) (X (X copyright) (X (X law) (X compatible))))))))) (X (X with) (X (X (X (X (X (X international) (X standards)) (X and)) (X to)) (X (X apply) (X (X the) (X law)))) (X (X to) (X (X computer) (X software)))))) (X (X as) (X (X well) (X (X as) (X (X (X to) (X (X (X literary) (X works)) (X (X ,) (X (X Mrs.) (X Hills))))) (X (X said) (X .)))))))
(X (X (X (X These) (X three)) (X countries)) (X (X are) (X (X (X (X n't) (X (X completely) (X (X off) (X (X the) (X hook))))) (X ,)) (X (X though) (X .)))))
(X (X (X (X They) (X (X will) (X (X remain) (X (X on) (X (X a) (X (X lower-priority) (X list))))))) (X that)) (X (X includes) (X (X (X 17) (X (X other) (X countries))) (X .))))
(X (X (X (X (X (X Those) (X countries)) (X --)) (X (X including) (X (X (X Japan) (X (X ,) (X (X (X Italy) (X (X ,) (X (X Canada) (X (X ,) (X Greece))))) (X (X and) (X Spain))))) (X --)))) (X (X are) (X (X still) (X (X of) (X (X (X some) (X concern)) (X (X to) (X (X (X the) (X U.S.)) (X (X but) (X are))))))))) (X (X deemed) (X (X to) (X (X (X pose) (X (X less-serious) (X problems))) (X (X for) (X (X (X (X (X American) (X patent)) (X and)) (X (X copyright) (X owners))) (X (X than) (X (X those) (X (X on) (X (X the) (X (X ``) (X (X (X priority) (X (X '') (X list))) (X .)))))))))))))
(X (X (X (X (X Gary) (X Hoffman)) (X (X ,) (X (X (X a) (X (X Washington) (X lawyer))) (X specializing)))) (X (X in) (X (X (X (X intellectual-property) (X cases)) (X ,)) (X (X said) (X (X the) (X threat)))))) (X (X of) (X (X (X (X (X (X U.S.) (X retaliation)) (X (X ,) (X combined))) (X (X with) (X (X (X a) (X growing)) (X recognition)))) (X (X that) (X (X (X (X protecting) (X (X intellectual) (X property))) (X (X is) (X (X in) (X (X a) (X (X (X country) (X (X 's) (X own))) (X interest)))))) (X (X ,) (X (X prompted) (X (X (X the) (X improvements)) (X made))))))) (X (X by) (X (X (X South) (X Korea)) (X (X ,) (X (X Taiwan) (X (X and) (X (X (X Saudi) (X Arabia)) (X .))))))))))
(X (X (X (X ``) (X (X What) (X this))) (X (X tells) (X (X us) (X is)))) (X (X that) (X (X (X (X (X U.S.) (X (X trade) (X law))) (X (X is) (X working))) (X (X ,) (X (X '') (X he)))) (X (X said) (X .)))))
(X (X (X (X (X He) (X (X said) (X Mexico))) (X (X could) (X (X be) (X one)))) (X (X of) (X (X (X (X the) (X (X next) (X countries))) (X (X to) (X (X be) (X removed)))) (X (X from) (X (X the) (X (X priority) (X list))))))) (X (X because) (X (X (X of) (X (X its) (X efforts))) (X (X to) (X (X (X craft) (X (X (X (X a) (X new)) (X patent)) (X law))) (X .))))))
(X (X (X (X Mrs.) (X Hills)) (X said)) (X (X that) (X (X (X (X (X the) (X U.S.)) (X is)) (X (X still) (X (X concerned) (X about)))) (X (X ``) (X (X (X (X (X disturbing) (X developments)) (X (X in) (X Turkey))) (X (X and) (X (X continuing) (X (X slow) (X progress))))) (X (X in) (X (X (X Malaysia) (X .)) (X ''))))))))
(X (X She) (X (X did) (X (X (X (X n't) (X elaborate)) (X ,)) (X (X although) (X (X (X (X earlier) (X (X U.S.) (X (X trade) (X reports)))) (X (X have) (X complained))) (X (X of) (X (X (X (X (X videocassette) (X piracy)) (X (X in) (X Malaysia))) (X (X and) (X (X disregard) (X (X for) (X (X U.S.) (X (X pharmaceutical) (X patents))))))) (X (X in) (X (X Turkey) (X .))))))))))
(X (X (X (X (X (X (X The) (X (X 1988) (X trade))) (X act)) (X (X requires) (X (X Mrs.) (X Hills)))) (X (X to) (X (X issue) (X (X another) (X review))))) (X (X of) (X (X the) (X performance)))) (X (X of) (X (X (X these) (X countries)) (X (X by) (X (X April) (X (X 30) (X .)))))))
(X (X (X (X (X So) (X far)) (X (X ,) (X (X Mrs.) (X Hills)))) (X (X has) (X (X (X n't) (X (X deemed) (X (X any) (X (X cases) (X (X bad) (X enough)))))) (X (X to) (X (X merit) (X (X an) (X (X accelerated) (X investigation)))))))) (X (X under) (X (X (X the) (X (X so-called) (X (X (X special) (X 301)) (X provision)))) (X (X of) (X (X (X the) (X act)) (X .))))))
(X (X (X (X Argentina) (X (X said) (X (X (X it) (X will)) (X (X ask) (X (X creditor) (X banks)))))) (X (X to) (X (X halve) (X (X its) (X (X foreign) (X debt)))))) (X (X of) (X (X (X $) (X (X 64) (X billion))) (X (X --) (X (X (X the) (X third-highest)) (X (X in) (X (X (X (X the) (X developing)) (X world)) (X .))))))))
(X (X (X (X (X (X The) (X declaration)) (X by)) (X Economy)) (X (X Minister) (X (X Nestor) (X Rapanelli)))) (X (X is) (X (X believed) (X (X to) (X (X (X (X be) (X (X (X the) (X first)) (X (X time) (X (X such) (X (X an) (X action)))))) (X (X has) (X (X been) (X (X called) (X (X for) (X (X by) (X (X an) (X (X Argentine) (X official))))))))) (X (X of) (X (X (X such) (X stature)) (X .))))))))
(X (X (X (X The) (X Latin)) (X (X American) (X nation))) (X (X has) (X (X (X (X paid) (X (X very) (X little))) (X (X on) (X (X its) (X debt)))) (X (X since) (X (X (X (X early) (X last)) (X year)) (X .))))))
(X (X (X (X ``) (X (X Argentina) (X aspires))) (X to)) (X (X reach) (X (X (X (X a) (X reduction)) (X (X of) (X (X (X (X 50) (X %)) (X (X in) (X (X the) (X value)))) (X (X of) (X (X (X its) (X (X external) (X debt))) (X (X ,) (X (X '') (X (X Mr.) (X Rapanelli))))))))) (X (X said) (X (X through) (X (X (X his) (X spokesman)) (X (X ,) (X (X (X Miguel) (X Alurralde)) (X .)))))))))
(X (X (X (X Mr.) (X Rapanelli)) (X (X met) (X (X in) (X August)))) (X (X with) (X (X (X (X (X (X U.S.) (X Assistant)) (X Treasury)) (X Secretary)) (X David)) (X (X Mulford) (X .)))))
(X (X (X (X (X (X Argentine) (X negotiator)) (X Carlos)) (X Carballo)) (X (X was) (X (X (X (X in) (X Washington)) (X (X and) (X (X New) (X (X York) (X (X this) (X week)))))) (X (X to) (X meet))))) (X (X with) (X (X banks) (X .))))
(X (X (X (X (X (X Mr.) (X (X Rapanelli) (X recently))) (X (X has) (X (X said) (X (X the) (X government))))) (X (X of) (X (X (X (X President) (X Carlos)) (X Menem)) (X (X ,) (X who))))) (X (X took) (X (X (X office) (X (X July) (X 8))) (X ,)))) (X (X feels) (X (X (X (X a) (X (X significant) (X reduction))) (X (X of) (X (X principal) (X (X and) (X interest))))) (X (X is) (X (X (X (X the) (X only)) (X (X way) (X (X (X (X the) (X debt)) (X problem)) (X may)))) (X (X be) (X (X solved) (X .))))))))
(X (X (X (X (X But) (X he)) (X (X has) (X not))) (X (X said) (X (X before) (X (X that) (X (X the) (X country)))))) (X (X wants) (X (X (X (X (X half) (X the)) (X debt)) (X forgiven)) (X .))))
(X (X (X (X (X -LRB-) (X (X During) (X (X its) (X (X centennial) (X year))))) (X (X ,) (X (X The) (X (X Wall) (X (X Street) (X Journal)))))) (X will)) (X (X report) (X (X events) (X (X of) (X (X (X the) (X (X past) (X century))) (X (X that) (X (X stand) (X (X as) (X (X milestones) (X (X of) (X (X (X American) (X (X business) (X history))) (X (X .) (X -RRB-)))))))))))))
(X (X (X (X (X THREE) (X COMPUTERS)) (X THAT)) (X (X CHANGED) (X (X the) (X face)))) (X (X of) (X (X (X (X personal) (X computing)) (X (X were) (X launched))) (X (X in) (X (X 1977) (X .))))))
(X (X (X (X (X That) (X (X year) (X (X the) (X Apple)))) (X II)) (X (X ,) (X (X (X Commodore) (X Pet)) (X (X and) (X (X Tandy) (X (X TRS-80) (X came))))))) (X (X to) (X (X market) (X .))))
(X (X (X The) (X computers)) (X (X were) (X (X crude) (X (X by) (X (X (X (X today) (X 's)) (X standards)) (X .))))))
(X (X (X (X (X (X (X Apple) (X (X II) (X owners))) (X (X ,) (X (X for) (X example)))) (X ,)) (X (X had) (X to))) (X (X use) (X (X (X their) (X television)) (X sets)))) (X (X as) (X (X (X screens) (X (X and) (X (X stored) (X data)))) (X (X on) (X (X audiocassettes) (X .))))))
(X (X (X (X (X But) (X Apple)) (X II)) (X (X was) (X (X (X (X a) (X major)) (X advance)) (X (X from) (X (X (X (X Apple) (X I)) (X (X ,) (X which))) (X (X was) (X (X (X built) (X (X in) (X (X a) (X garage)))) (X (X by) (X (X (X (X Stephen) (X Wozniak)) (X (X and) (X (X Steven) (X Jobs)))) (X (X for) (X (X hobbyists) (X such)))))))))))) (X (X as) (X (X (X (X (X the) (X Homebrew)) (X Computer)) (X Club)) (X .))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X (X the) (X Apple)) (X II)))) (X (X was) (X (X (X an) (X (X affordable) (X $))) (X (X 1,298) (X .)))))
(X (X Crude) (X (X as) (X (X (X (X they) (X (X were) (X (X ,) (X (X (X these) (X (X early) (X PCs))) (X (X triggered) (X (X explosive) (X (X product) (X development)))))))) (X (X in) (X (X desktop) (X models)))) (X (X for) (X (X (X the) (X home)) (X (X and) (X (X office) (X .))))))))
(X (X (X Big) (X (X mainframe) (X computers))) (X (X for) (X (X business) (X (X had) (X (X (X been) (X around)) (X (X for) (X (X years) (X .))))))))
(X (X (X (X (X (X But) (X (X the) (X new))) (X 1977)) (X PCs)) (X --)) (X (X unlike) (X (X (X earlier) (X (X built-from-kit) (X (X types) (X such)))) (X (X as) (X (X (X (X the) (X Altair)) (X (X ,) (X (X Sol) (X (X and) (X IMSAI))))) (X (X --) (X (X (X had) (X (X (X keyboards) (X and)) (X (X could) (X (X (X store) (X (X about) (X (X two) (X pages)))) (X (X of) (X data)))))) (X (X in) (X (X (X their) (X memories)) (X .))))))))))
(X (X (X Current) (X PCs)) (X (X are) (X (X (X (X more) (X (X than) (X (X (X 50) (X times)) (X faster)))) (X and)) (X (X have) (X (X (X memory) (X (X capacity) (X (X 500) (X (X times) (X greater))))) (X (X than) (X (X (X their) (X (X 1977) (X counterparts))) (X .))))))))
(X (X There) (X (X were) (X (X (X (X many) (X pioneer)) (X (X PC) (X contributors))) (X .))))
(X (X (X (X (X William) (X Gates)) (X (X and) (X (X (X Paul) (X Allen)) (X (X in) (X (X 1975) (X (X developed) (X (X (X an) (X early)) (X (X language-housekeeper) (X system))))))))) (X (X for) (X (X PCs) (X (X ,) (X (X and) (X Gates)))))) (X (X became) (X (X (X (X (X an) (X industry)) (X (X billionaire) (X (X six) (X years)))) (X (X after) (X (X IBM) (X (X adapted) (X one))))) (X (X of) (X (X (X these) (X versions)) (X (X in) (X (X 1981) (X .))))))))
(X (X (X (X (X (X Alan) (X F.)) (X Shugart)) (X (X ,) (X (X currently) (X chairman)))) (X (X of) (X (X (X Seagate) (X Technology)) (X (X ,) (X (X led) (X (X the) (X team))))))) (X (X that) (X (X (X (X developed) (X (X the) (X disk))) (X drives)) (X (X for) (X (X PCs) (X .))))))
(X (X (X (X (X (X (X Dennis) (X Hayes)) (X (X and) (X (X Dale) (X Heatherington)))) (X (X ,) (X (X (X two) (X (X Atlanta) (X engineers))) (X ,)))) (X (X were) (X (X co-developers) (X (X of) (X (X (X the) (X internal)) (X modems)))))) (X that)) (X (X allow) (X (X (X PCs) (X to)) (X (X share) (X (X data) (X (X via) (X (X (X the) (X telephone)) (X .))))))))
(X (X (X IBM) (X (X ,) (X (X (X the) (X (X world) (X leader))) (X (X in) (X (X computers) (X ,)))))) (X (X did) (X (X (X n't) (X (X offer) (X (X (X (X its) (X first)) (X PC)) (X (X until) (X (X August) (X 1981)))))) (X (X as) (X (X (X (X many) (X other)) (X companies)) (X (X entered) (X (X (X the) (X market)) (X .))))))))
(X (X Today) (X (X ,) (X (X PC) (X (X shipments) (X (X (X (X annually) (X (X (X total) (X some)) (X $))) (X (X 38.3) (X (X billion) (X world-wide)))) (X .))))))
(X (X (X (X (X F.H.) (X Faulding)) (X &)) (X Co.)) (X (X ,) (X (X (X (X (X (X an) (X Australian)) (X (X pharmaceuticals) (X company))) (X ,)) (X (X said) (X (X (X (X its) (X Moleculon)) (X (X Inc.) (X affiliate))) (X (X acquired) (X (X Kalipharma) (X Inc.)))))) (X (X for) (X (X (X $) (X (X 23) (X million))) (X .))))))
(X (X Kalipharma) (X (X is) (X (X (X (X (X (X a) (X (X New) (X Jersey-based))) (X pharmaceuticals)) (X concern)) (X (X that) (X (X sells) (X products)))) (X (X under) (X (X (X the) (X (X Purepac) (X label))) (X .))))))
(X (X (X (X Faulding) (X (X said) (X (X (X it) (X (X owns) (X (X 33) (X %)))) (X (X of) (X (X (X Moleculon) (X (X 's) (X (X voting) (X stock)))) (X and)))))) (X (X has) (X (X an) (X agreement)))) (X (X to) (X (X acquire) (X (X (X an) (X (X additional) (X (X 19) (X %)))) (X .)))))
(X (X (X (X (X That) (X stake)) (X (X ,) (X together))) (X (X with) (X (X (X (X its) (X convertible)) (X (X preferred) (X (X stock) (X holdings)))) (X ,)))) (X (X gives) (X (X (X (X Faulding) (X (X the) (X right))) (X (X to) (X (X increase) (X (X its) (X interest))))) (X (X to) (X (X (X 70) (X %)) (X (X of) (X (X (X Moleculon) (X (X 's) (X (X voting) (X stock)))) (X .))))))))
(X (X (X (X (X (X Oil) (X production)) (X (X from) (X (X (X (X Australia) (X (X 's) (X Bass))) (X (X Strait) (X fields))) (X (X will) (X (X be) (X raised)))))) (X (X by) (X (X (X 11,000) (X (X barrels) (X (X a) (X day)))) (X (X to) (X (X about) (X (X 321,000) (X barrels))))))) (X (X with) (X (X the) (X launch)))) (X (X of) (X (X (X (X the) (X (X Whiting) (X field))) (X (X ,) (X (X (X the) (X first)) (X (X of) (X (X (X (X five) (X (X small) (X fields))) (X (X scheduled) (X to))) (X (X be) (X brought))))))) (X (X into) (X (X (X production) (X (X before) (X (X the) (X end)))) (X (X of) (X (X 1990) (X .))))))))
(X (X (X (X (X Esso) (X Australia)) (X Ltd.)) (X (X ,) (X (X (X (X (X a) (X unit)) (X (X of) (X (X (X (X New) (X York-based)) (X Exxon)) (X Corp.)))) (X ,)) (X (X and) (X (X (X Broken) (X (X Hill) (X Pty.))) (X (X operate) (X (X the) (X fields)))))))) (X (X in) (X (X (X a) (X (X joint) (X venture))) (X .))))
(X (X Esso) (X (X said) (X (X (X (X the) (X (X Whiting) (X field))) (X (X started) (X (X production) (X Tuesday)))) (X .))))
(X (X (X Output) (X (X will) (X (X be) (X (X (X gradually) (X increased)) (X (X until) (X it)))))) (X (X reaches) (X (X (X about) (X (X 11,000) (X (X barrels) (X (X a) (X day))))) (X .))))
(X (X (X The) (X field)) (X (X has) (X (X reserves) (X (X of) (X (X (X 21) (X (X million) (X barrels))) (X .))))))
(X (X Reserves) (X (X for) (X (X (X the) (X (X five) (X (X (X new) (X (X fields) (X total))) (X (X 50) (X (X million) (X barrels)))))) (X .))))
(X (X (X (X The) (X Perch)) (X (X and) (X (X Dolphin) (X fields)))) (X (X are) (X (X expected) (X (X to) (X (X (X (X start) (X (X producing) (X (X early) (X (X next) (X year))))) (X ,)) (X (X and) (X (X (X (X the) (X Seahorse)) (X (X and) (X (X Tarwhine) (X (X fields) (X (X later) (X (X next) (X year))))))) (X .))))))))
(X (X (X (X (X Esso) (X (X said) (X (X the) (X fields)))) (X (X were) (X (X developed) (X (X after) (X (X (X the) (X (X Australian) (X government))) (X (X decided) (X (X in) (X (X 1987) (X to))))))))) (X (X make) (X (X the) (X (X (X first) (X (X 30) (X million))) (X barrels))))) (X (X from) (X (X (X (X new) (X fields)) (X free)) (X (X of) (X (X excise) (X (X tax) (X .)))))))
(X (X (X (X R.P.) (X Scherer)) (X Corp.)) (X (X said) (X (X (X (X (X it) (X (X completed) (X (X (X the) (X $)) (X (X 10.2) (X (X million) (X sale)))))) (X (X of) (X (X (X its) (X Southern)) (X (X Optical) (X subsidiary))))) (X (X to) (X (X (X a) (X group)) (X led)))) (X (X by) (X (X (X (X (X (X the) (X unit)) (X (X 's) (X president))) (X (X ,) (X (X (X Thomas) (X R.)) (X Sloan)))) (X ,)) (X (X and) (X (X (X other) (X managers)) (X .))))))))
(X (X (X (X (X Following) (X the)) (X acquisition)) (X (X of) (X (X (X (X (X (X R.P.) (X Scherer)) (X (X by) (X (X a) (X (X buy-out) (X (X group) (X led)))))) (X (X by) (X (X (X (X Shearson) (X Lehman)) (X (X Hutton) (X (X earlier) (X (X this) (X year))))) (X (X ,) (X (X the) (X maker)))))) (X (X of) (X (X gelatin) (X capsules)))) (X decided)))) (X (X to) (X (X (X divest) (X itself)) (X (X of) (X (X certain) (X (X of) (X (X (X its) (X (X non-encapsulating) (X businesses))) (X .))))))))
(X (X (X (X The) (X sale)) (X (X of) (X (X Southern) (X Optical)))) (X (X is) (X (X (X a) (X part)) (X (X of) (X (X (X the) (X program)) (X .))))))
(X (X (X (X (X The) (X White)) (X House)) (X (X said) (X (X (X President) (X Bush)) (X (X has) (X (X approved) (X (X (X duty-free) (X treatment)) (X (X for) (X (X imports) (X (X of) (X (X (X (X certain) (X types)) (X (X of) (X watches))) (X (X that) (X (X (X are) (X (X n't) (X produced))) (X in))))))))))))) (X (X ``) (X (X (X (X significant) (X quantities)) (X '')) (X (X in) (X (X (X the) (X U.S.)) (X (X ,) (X (X (X (X the) (X Virgin)) (X Islands)) (X (X and) (X (X (X other) (X (X U.S.) (X possessions))) (X .))))))))))
(X (X (X (X (X The) (X action)) (X came)) (X (X in) (X response))) (X (X to) (X (X (X (X a) (X petition)) (X filed)) (X (X by) (X (X (X (X (X (X Timex) (X Inc.)) (X (X for) (X changes))) (X (X in) (X (X (X (X the) (X U.S.)) (X Generalized)) (X System)))) (X (X of) (X (X Preferences) (X (X for) (X imports))))) (X (X from) (X (X developing) (X (X nations) (X .)))))))))
(X (X (X Previously) (X (X ,) (X (X watch) (X imports)))) (X (X were) (X (X (X (X denied) (X such)) (X (X duty-free) (X treatment))) (X .))))
(X (X (X Timex) (X (X had) (X (X (X requested) (X (X duty-free) (X treatment))) (X (X for) (X (X (X many) (X types)) (X (X of) (X (X watches) (X (X ,) (X covered))))))))) (X (X by) (X (X (X (X (X 58) (X (X different) (X U.S.))) (X tariff)) (X classifications)) (X .))))
(X (X (X (X (X The) (X White)) (X House)) (X (X said) (X (X (X Mr.) (X Bush)) (X decided)))) (X (X to) (X (X (X (X (X (X grant) (X (X duty-free) (X status))) (X (X for) (X (X (X 18) (X categories)) (X ,)))) (X (X but) (X (X (X turned) (X (X down) (X (X (X such) (X treatment)) (X (X for) (X (X (X other) (X types)) (X (X of) (X watches))))))) (X ``)))) (X because)) (X (X of) (X (X (X (X the) (X potential)) (X (X for) (X (X material) (X injury)))) (X (X to) (X (X (X watch) (X (X producers) (X located))) (X (X in) (X (X (X the) (X U.S.)) (X (X and) (X (X (X (X (X the) (X Virgin)) (X Islands)) (X .)) (X ''))))))))))))
(X (X Timex) (X (X is) (X (X (X (X (X a) (X (X major) (X (X U.S.) (X producer)))) (X (X and) (X seller))) (X (X of) (X (X watches) (X ,)))) (X (X including) (X (X (X (X (X low-priced) (X battery-operated)) (X (X watches) (X assembled))) (X (X in) (X (X (X the) (X Philippines)) (X (X and) (X (X (X other) (X (X developing) (X nations))) (X covered)))))) (X (X by) (X (X (X (X the) (X U.S.)) (X (X tariff) (X preferences))) (X .))))))))
(X (X (X U.S.) (X (X trade) (X officials))) (X (X said) (X (X (X (X (X the) (X Philippines)) (X (X and) (X Thailand))) (X (X would) (X (X be) (X (X (X the) (X main)) (X beneficiaries))))) (X (X of) (X (X (X (X (X the) (X president)) (X 's)) (X action)) (X .))))))
(X (X (X (X Imports) (X (X of) (X (X (X the) (X types)) (X (X of) (X watches))))) (X (X that) (X (X (X (X (X now) (X will)) (X (X be) (X eligible))) (X (X for) (X (X (X (X duty-free) (X treatment)) (X totaled)) (X (X about) (X (X (X $) (X (X 37.3) (X million))) (X (X in) (X 1988))))))) (X (X ,) (X (X a) (X (X (X relatively) (X small)) (X share))))))) (X (X of) (X (X (X (X (X the) (X $)) (X (X 1.5) (X billion))) (X (X in) (X (X (X U.S.) (X watch)) (X imports)))) (X (X that) (X (X (X (X year) (X (X ,) (X according))) (X (X to) (X (X an) (X aide)))) (X (X to) (X (X (X (X (X U.S.) (X (X Trade) (X Representative))) (X Carla)) (X Hills)) (X .))))))))
(X (X (X (X (X (X (X (X (X (X (X (X Magna) (X International)) (X (X Inc.) (X (X 's) (X (X chief) (X (X financial) (X officer)))))) (X (X ,) (X James))) (X McAlpine)) (X (X ,) (X (X resigned) (X (X and) (X (X its) (X chairman)))))) (X (X ,) (X (X Frank) (X Stronach)))) (X ,)) (X (X is) (X (X stepping) (X in)))) (X to)) (X help)) (X (X turn) (X (X (X (X the) (X (X automotive-parts) (X manufacturer))) (X around)) (X (X ,) (X (X (X (X the) (X company)) (X said)) (X .))))))
(X (X (X (X Mr.) (X Stronach)) (X (X will) (X (X direct) (X (X an) (X effort))))) (X (X to) (X (X (X (X reduce) (X (X overhead) (X (X and) (X (X (X curb) (X capital)) (X spending))))) (X (X ``) (X (X (X (X until) (X (X (X (X a) (X more)) (X (X satisfactory) (X level))) (X (X of) (X (X profit) (X (X is) (X achieved)))))) (X (X and) (X maintained))) (X (X ,) (X (X '') (X Magna)))))) (X (X said) (X .)))))
(X (X (X (X Stephen) (X Akerfeldt)) (X (X ,) (X (X currently) (X (X (X vice) (X president)) (X finance))))) (X (X ,) (X (X (X will) (X (X succeed) (X Mr.))) (X (X McAlpine) (X .)))))
(X (X (X (X An) (X (X ambitious) (X expansion))) (X (X has) (X (X left) (X Magna)))) (X (X with) (X (X (X (X (X excess) (X capacity)) (X (X and) (X (X a) (X (X heavy) (X (X debt) (X load)))))) (X (X as) (X (X the) (X (X automotive) (X industry))))) (X (X enters) (X (X (X a) (X downturn)) (X .))))))
(X (X (X (X The) (X company)) (X (X has) (X (X (X (X reported) (X declines)) (X (X in) (X (X operating) (X profit)))) (X (X in) (X (X (X each) (X (X of) (X (X (X the) (X past)) (X (X three) (X years))))) (X ,)))))) (X (X despite) (X (X (X steady) (X (X sales) (X growth))) (X .))))
(X (X (X (X (X (X Magna) (X recently)) (X (X cut) (X (X its) (X quarterly)))) (X dividend)) (X (X in) (X (X (X half) (X (X and) (X (X (X (X the) (X company)) (X 's)) (X Class)))) (X A)))) (X (X shares) (X (X (X are) (X (X (X wallowing) (X far)) (X (X below) (X (X their) (X (X 52-week) (X high)))))) (X (X of) (X (X (X (X (X (X 16.125) (X (X Canadian) (X dollars))) (X -LRB-)) (X (X US$) (X 13.73))) (X -RRB-)) (X .))))))
(X (X (X (X (X (X (X On) (X the)) (X Toronto)) (X Stock)) (X (X Exchange) (X yesterday))) (X (X ,) (X Magna))) (X (X shares) (X (X (X closed) (X (X up) (X (X (X 37.5) (X Canadian)) (X cents)))) (X (X to) (X (X C$) (X (X 9.625) (X .)))))))
(X (X (X (X Mr.) (X Stronach)) (X (X ,) (X (X (X founder) (X and)) (X (X controlling) (X shareholder))))) (X (X of) (X (X (X (X (X Magna) (X (X ,) (X resigned))) (X (X as) (X (X (X chief) (X (X executive) (X (X officer) (X last)))) (X year)))) (X to)) (X (X seek) (X (X (X ,) (X (X unsuccessfully) (X (X ,) (X (X a) (X seat))))) (X (X in) (X (X (X (X Canada) (X 's)) (X Parliament)) (X .))))))))
(X (X (X Analysts) (X (X said) (X (X Mr.) (X Stronach)))) (X (X wants) (X (X (X to) (X (X resume) (X (X a) (X (X more) (X (X influential) (X role)))))) (X (X in) (X (X (X (X running) (X the)) (X company)) (X .))))))
(X (X They) (X (X expect) (X (X him) (X (X to) (X (X cut) (X (X (X costs) (X (X throughout) (X (X the) (X organization)))) (X .)))))))
(X (X (X (X The) (X company)) (X (X said) (X (X Mr.) (X Stronach)))) (X (X will) (X (X (X (X personally) (X (X direct) (X (X the) (X restructuring)))) (X (X ,) (X assisted))) (X (X by) (X (X (X Manfred) (X Gingl)) (X (X ,) (X (X (X president) (X (X and) (X (X chief) (X executive)))) (X .))))))))
(X (X (X (X Neither) (X (X they) (X nor))) (X (X Mr.) (X McAlpine))) (X (X could) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))
(X (X (X (X Magna) (X (X said) (X (X Mr.) (X (X McAlpine) (X resigned))))) (X (X to) (X (X pursue) (X (X (X (X a) (X consulting)) (X career)) (X ,))))) (X (X with) (X (X Magna) (X (X as) (X (X (X one) (X (X of) (X (X his) (X clients)))) (X .))))))
(X (X (X (X (X Lord) (X Chilver)) (X (X ,) (X (X 63-year-old) (X chairman)))) (X (X of) (X (X (X (X (X (X English) (X China)) (X Clays)) (X PLC)) (X ,)) (X (X was) (X (X (X named) (X a)) (X (X nonexecutive) (X director))))))) (X (X of) (X (X (X this) (X (X British) (X (X chemical) (X company)))) (X .))))
(X (X (X (X (X Japanese) (X investors)) (X (X nearly) (X single-handedly))) (X (X bought) (X (X (X up) (X (X (X (X two) (X (X new) (X mortgage))) (X (X securities-based) (X (X mutual) (X funds)))) (X (X totaling) (X (X $) (X (X 701) (X million)))))) (X (X ,) (X (X (X (X the) (X U.S.)) (X Federal)) (X (X National) (X (X Mortgage) (X Association)))))))) (X (X said) (X .)))
(X (X (X (X The) (X purchases)) (X (X show) (X (X the) (X (X strong) (X interest))))) (X (X of) (X (X (X (X (X (X (X Japanese) (X investors)) (X (X in) (X (X U.S.) (X (X mortgage-based) (X instruments))))) (X (X ,) (X (X (X Fannie) (X (X Mae) (X (X 's) (X chairman)))) (X (X ,) (X (X (X David) (X O.)) (X Maxwell)))))) (X ,)) (X said)) (X (X at) (X (X (X a) (X (X news) (X conference))) (X .))))))
(X (X (X He) (X (X said) (X (X (X more) (X (X than) (X (X 90) (X %)))) (X (X of) (X (X (X the) (X funds)) (X (X were) (X placed))))))) (X (X with) (X (X (X Japanese) (X (X institutional) (X investors))) (X .))))
(X (X (X (X The) (X rest)) (X went)) (X (X to) (X (X investors) (X (X from) (X (X France) (X (X and) (X (X Hong) (X (X Kong) (X .)))))))))
(X (X (X Earlier) (X (X this) (X year))) (X (X ,) (X (X (X Japanese) (X investors)) (X (X snapped) (X (X (X up) (X (X (X (X a) (X similar)) (X (X ,) (X $))) (X (X 570) (X (X million) (X (X mortgage-backed) (X (X securities) (X (X mutual) (X fund)))))))) (X .))))))
(X (X (X (X (X That) (X fund)) (X was)) (X (X put) (X together))) (X (X by) (X (X (X Blackstone) (X Group)) (X (X ,) (X (X (X (X a) (X New)) (X (X York) (X (X investment) (X bank)))) (X .))))))
(X (X (X (X (X (X The) (X (X latest) (X two))) (X funds)) (X (X were) (X (X assembled) (X jointly)))) (X (X by) (X (X Goldman) (X (X ,) (X (X (X Sachs) (X &)) (X Co.)))))) (X (X of) (X (X (X the) (X U.S.)) (X (X and) (X (X (X (X Japan) (X (X 's) (X Daiwa))) (X Securities)) (X (X Co) (X .)))))))
(X (X (X (X (X (X (X (X The) (X new)) (X (X ,) (X (X seven-year) (X funds)))) (X (X --) (X (X one) (X (X offering) (X (X (X a) (X fixed-rate)) (X return)))))) (X (X and) (X (X the) (X other)))) (X (X with) (X (X (X (X a) (X floating-rate)) (X return)) (X linked)))) (X (X to) (X (X (X (X the) (X London)) (X interbank)) (X (X offered) (X (X rate) (X (X --) (X (X offer) (X (X (X two) (X key)) (X advantages))))))))) (X (X to) (X (X (X Japanese) (X investors)) (X .))))
(X (X (X (X (X First) (X (X ,) (X they))) (X are)) (X designed)) (X (X to) (X (X (X (X (X eliminate) (X (X the) (X risk))) (X (X of) (X (X (X prepayment) (X (X --) (X (X mortgage-backed) (X securities)))) (X (X can) (X (X be) (X (X retired) (X early))))))) (X (X if) (X (X (X (X (X interest) (X rates)) (X decline)) (X ,)) (X (X and) (X (X such) (X prepayment)))))) (X (X forces) (X (X investors) (X (X to) (X (X (X redeploy) (X (X their) (X money))) (X (X at) (X (X (X lower) (X rates)) (X .))))))))))
(X (X (X (X Second) (X (X ,) (X (X (X they) (X (X channel) (X monthly))) (X (X mortgage) (X payments))))) (X (X into) (X (X (X (X semiannual) (X payments)) (X ,)) (X (X reducing) (X (X the) (X (X administrative) (X burden))))))) (X (X on) (X (X investors) (X .))))
(X (X By) (X (X addressing) (X (X (X (X (X (X those) (X problems)) (X (X ,) (X (X Mr.) (X Maxwell)))) (X (X said) (X (X ,) (X (X (X the) (X new)) (X funds))))) (X (X have) (X become))) (X (X ``) (X (X (X extremely) (X attractive)) (X (X to) (X (X (X Japanese) (X (X and) (X (X other) (X investors)))) (X (X outside) (X (X (X (X the) (X U.S.)) (X .)) (X ''))))))))))
(X (X (X Such) (X devices)) (X (X have) (X (X (X (X (X boosted) (X (X Japanese) (X investment))) (X (X in) (X (X mortgage-backed) (X securities)))) (X (X to) (X (X (X more) (X (X (X than) (X 1)) (X %))) (X (X of) (X (X (X (X the) (X (X $) (X (X 900) (X billion)))) (X (X in) (X (X (X such) (X (X instruments) (X outstanding))) (X ,)))) (X (X and) (X (X their) (X purchases)))))))) (X (X are) (X (X growing) (X (X at) (X (X a) (X (X rapid) (X (X rate) (X .))))))))))
(X (X (X (X They) (X also)) (X have)) (X (X become) (X (X (X large) (X purchasers)) (X (X of) (X (X (X Fannie) (X (X Mae) (X (X 's) (X (X corporate) (X debt))))) (X (X ,) (X (X (X (X buying) (X (X (X $) (X (X 2.4) (X billion))) (X (X in) (X (X Fannie) (X (X Mae) (X bonds)))))) (X (X during) (X (X (X (X the) (X first)) (X (X nine) (X months))) (X (X of) (X (X the) (X year)))))) (X (X ,) (X (X (X or) (X (X almost) (X (X a) (X tenth)))) (X (X of) (X (X (X the) (X (X total) (X amount))) (X (X issued) (X .)))))))))))))
(X (X (X (X (X (X James) (X L.)) (X Pate)) (X (X ,) (X (X (X 54-year-old) (X (X executive) (X (X vice) (X president)))) (X ,)))) (X (X was) (X (X named) (X (X a) (X director))))) (X (X of) (X (X (X this) (X (X oil) (X concern))) (X (X ,) (X (X (X expanding) (X (X the) (X board))) (X (X to) (X (X (X 14) (X members)) (X .))))))))
(X (X (X (X LTV) (X Corp.)) (X (X said) (X (X (X (X (X (X a) (X federal)) (X (X bankruptcy) (X court))) (X judge)) (X agreed)) (X (X to) (X (X extend) (X (X until) (X (X (X March) (X (X 8) (X (X ,) (X 1990)))) (X (X ,) (X (X (X the) (X period)) (X in)))))))))) (X (X which) (X (X (X (X (X the) (X steel)) (X (X ,) (X (X aerospace) (X (X and) (X (X (X energy) (X products)) (X company)))))) (X (X has) (X (X (X the) (X exclusive)) (X right)))) (X (X to) (X (X file) (X (X (X a) (X (X reorganization) (X plan))) (X .)))))))
(X (X (X (X The) (X company)) (X (X is) (X operating))) (X (X under) (X (X (X (X (X Chapter) (X 11)) (X (X of) (X (X (X (X the) (X federal)) (X Bankruptcy)) (X Code)))) (X ,)) (X (X giving) (X (X (X (X (X it) (X (X court) (X protection))) (X (X from) (X (X creditors) (X (X ') (X lawsuits))))) (X (X while) (X it))) (X (X attempts) (X (X to) (X (X (X work) (X (X out) (X (X a) (X plan)))) (X (X to) (X (X pay) (X (X (X its) (X debts)) (X .))))))))))))
(X (X (X (X (X (X Italian) (X (X chemical) (X (X giant) (X Montedison)))) (X S.p.A.)) (X ,)) (X (X through) (X (X (X (X (X (X its) (X Montedison)) (X Acquisition)) (X (X N.V.) (X (X indirect) (X unit)))) (X (X ,) (X (X began) (X (X (X (X its) (X $)) (X (X 37-a-share) (X tender))) (X offer))))) (X (X for) (X (X (X (X (X all) (X the)) (X common)) (X (X shares) (X outstanding))) (X (X of) (X (X Erbamont) (X N.V.)))))))) (X (X ,) (X (X (X (X a) (X maker)) (X (X of) (X (X pharmaceuticals) (X incorporated)))) (X (X in) (X (X the) (X (X Netherlands) (X .)))))))
(X (X The) (X (X offer) (X (X (X (X (X ,) (X (X advertised) (X (X in) (X (X today) (X (X 's) (X editions)))))) (X (X of) (X (X (X (X The) (X Wall)) (X Street)) (X Journal)))) (X ,)) (X (X is) (X (X (X scheduled) (X (X to) (X (X expire) (X (X at) (X (X the) (X end)))))) (X (X of) (X (X November) (X .))))))))
(X (X (X Montedison) (X currently)) (X (X owns) (X (X (X about) (X (X 72) (X %))) (X (X of) (X (X (X (X Erbamont) (X 's)) (X common)) (X (X shares) (X (X outstanding) (X .))))))))
(X (X (X The) (X (X offer) (X is))) (X (X being) (X (X (X launched) (X pursuant)) (X (X to) (X (X (X a) (X (X previously) (X (X announced) (X agreement)))) (X (X between) (X (X (X the) (X companies)) (X .))))))))
(X (X (X (X (X (X (X Japan) (X 's)) (X reserves)) (X (X of) (X gold))) (X (X ,) (X (X (X (X convertible) (X foreign)) (X currencies)) (X (X ,) (X (X and) (X (X (X special) (X (X drawing) (X rights))) (X fell))))))) (X (X by) (X (X (X (X a) (X (X hefty) (X $))) (X (X 1.82) (X billion))) (X (X in) (X October))))) (X (X to) (X (X (X (X $) (X (X 84.29) (X billion))) (X (X ,) (X (X (X the) (X Finance)) (X Ministry)))) (X (X said) (X .)))))
(X (X (X The) (X total)) (X (X marks) (X (X (X (X the) (X sixth)) (X (X consecutive) (X (X monthly) (X decline)))) (X .))))
(X (X (X (X The) (X protracted)) (X downturn)) (X (X reflects) (X (X (X the) (X intensity)) (X (X of) (X (X (X Bank) (X (X of) (X (X (X Japan) (X (X yen-support) (X intervention))) (X (X since) (X (X June) (X ,)))))) (X (X when) (X (X (X (X the) (X (X U.S.) (X (X currency) (X temporarily)))) (X surged)) (X (X above) (X (X (X the) (X 150.00)) (X (X yen) (X (X level) (X .))))))))))))
(X (X (X The) (X announcement)) (X (X follows) (X (X (X (X a) (X (X sharper) (X $))) (X (X 2.2) (X (X billion) (X decline)))) (X (X in) (X (X (X (X (X the) (X country)) (X 's)) (X (X foreign) (X reserves))) (X (X in) (X (X September) (X (X to) (X (X $) (X (X 86.12) (X (X billion) (X .))))))))))))
(X (X (X (X Pick) (X a)) (X country)) (X (X ,) (X (X (X any) (X country)) (X .))))
(X (X (X (X (X (X (X (X (X (X It) (X (X 's) (X the))) (X (X latest) (X investment))) (X craze)) (X sweeping)) (X Wall)) (X Street)) (X (X :) (X (X a) (X rash)))) (X (X of) (X (X (X (X new) (X closed-end)) (X (X country) (X funds))) (X (X ,) (X (X (X those) (X (X publicly) (X traded))) (X portfolios)))))) (X (X that) (X (X (X invest) (X (X in) (X stocks))) (X (X of) (X (X (X (X a) (X single)) (X (X foreign) (X country))) (X .))))))
(X (X (X (X No) (X fewer)) (X (X than) (X (X 24) (X (X country) (X funds))))) (X (X have) (X (X (X been) (X (X launched) (X (X or) (X registered)))) (X (X with) (X (X (X (X (X (X regulators) (X (X this) (X year))) (X (X ,) (X (X (X triple) (X the)) (X level)))) (X (X of) (X (X all) (X (X of) (X 1988))))) (X (X ,) (X (X according) (X (X to) (X (X (X (X (X Charles) (X E.)) (X Simon)) (X &)) (X Co.)))))) (X (X ,) (X (X (X a) (X (X Washington-based) (X (X research) (X firm)))) (X .))))))))
(X (X (X (X The) (X (X turf) (X recently))) (X (X has) (X ranged))) (X (X from) (X (X Chile) (X (X to) (X (X Austria) (X (X to) (X (X Portugal) (X .))))))))
(X (X (X (X (X Next) (X week)) (X (X ,) (X (X (X (X (X the) (X Philippine)) (X (X Fund) (X (X 's) (X launch)))) (X will)) (X (X be) (X capped))))) (X (X by) (X (X (X (X a) (X visit)) (X (X by) (X (X (X (X Philippine) (X President)) (X Corazon)) (X Aquino)))) (X (X --) (X (X (X (X the) (X first)) (X (X time) (X (X a) (X head)))) (X (X of) (X state))))))) (X (X has) (X (X (X (X kicked) (X (X off) (X (X an) (X issue)))) (X (X at) (X (X (X the) (X Big)) (X (X Board) (X here))))) (X .))))
(X (X (X The) (X (X next) (X province))) (X ?))
(X (X (X ``) (X (X (X Anything) (X (X 's) (X possible))) (X --))) (X (X how) (X (X (X (X (X (X (X (X about) (X the)) (X New)) (X (X Guinea) (X (X Fund) (X (X ?) (X ''))))) (X quips)) (X (X George) (X Foot))) (X (X ,) (X (X (X a) (X (X managing) (X partner))) (X (X at) (X (X (X Newgate) (X Management)) (X Associates)))))) (X (X of) (X (X Northampton) (X (X ,) (X (X Mass) (X .))))))))
(X (X (X (X (X The) (X (X recent) (X explosion))) (X (X of) (X (X (X (X (X country) (X funds)) (X (X mirrors) (X the))) (X (X ``) (X (X (X (X closed-end) (X fund)) (X mania)) (X '')))) (X (X of) (X (X (X the) (X 1920s)) (X (X ,) (X (X Mr.) (X Foot)))))))) (X (X says) (X ,))) (X (X when) (X (X (X (X narrowly) (X focused)) (X funds)) (X (X grew) (X (X wildly) (X (X popular) (X .)))))))
(X (X (X They) (X fell)) (X (X into) (X (X oblivion) (X (X after) (X (X (X the) (X (X 1929) (X crash))) (X .))))))
(X (X (X (X (X Unlike) (X (X traditional) (X (X open-end) (X (X mutual) (X funds))))) (X (X ,) (X (X (X most) (X (X (X of) (X these)) (X one-country))) (X portfolios)))) (X (X are) (X (X the) (X (X ``) (X (X closed-end) (X (X '') (X type))))))) (X (X ,) (X (X (X (X issuing) (X (X a) (X (X fixed) (X number)))) (X (X of) (X shares))) (X (X that) (X (X (X trade) (X publicly)) (X .))))))
(X (X (X The) (X surge)) (X (X brings) (X (X to) (X (X (X (X nearly) (X (X (X (X 50) (X the)) (X number)) (X (X of) (X (X country) (X funds))))) (X (X that) (X (X are) (X (X (X (X or) (X soon)) (X will)) (X (X be) (X listed)))))) (X (X in) (X (X (X New) (X York)) (X (X or) (X (X London) (X .)))))))))
(X (X (X (X (X These) (X funds)) (X now)) (X account)) (X (X for) (X (X (X (X several) (X billions)) (X (X of) (X dollars))) (X (X in) (X (X assets) (X .))))))
(X (X (X ``) (X People)) (X (X are) (X (X looking) (X (X to) (X (X (X (X (X (X (X (X stake) (X (X (X their) (X claims)) (X (X '') (X now)))) (X (X before) (X (X (X (X the) (X number)) (X (X of) (X (X available) (X nations)))) (X (X runs) (X out))))) (X ,)) (X (X says) (X (X Michael) (X Porter)))) (X (X ,) (X (X (X an) (X analyst)) (X (X at) (X (X Smith) (X Barney)))))) (X (X ,) (X (X (X (X Harris) (X Upham)) (X &)) (X Co.)))) (X (X ,) (X (X (X New) (X York)) (X .))))))))
(X (X (X Behind) (X (X all) (X (X the) (X hoopla)))) (X (X is) (X (X some) (X (X (X heavy-duty) (X competition)) (X .)))))
(X (X (X (X (X (X (X As) (X individual)) (X investors)) (X (X have) (X (X (X (X turned) (X away)) (X (X from) (X (X (X (X the) (X stock)) (X market)) (X (X over) (X (X the) (X years)))))) (X (X ,) (X (X (X securities) (X firms)) (X (X have) (X scrambled))))))) (X to)) (X (X find) (X (X (X new) (X products)) (X (X that) (X brokers))))) (X (X find) (X (X easy) (X (X to) (X (X sell) (X .))))))
(X (X (X (X And) (X the)) (X firms)) (X (X are) (X (X (X (X stretching) (X (X their) (X (X nets) (X far)))) (X (X and) (X (X wide) (X to)))) (X (X do) (X (X it) (X .))))))
(X (X (X Financial) (X planners)) (X (X often) (X (X (X (X (X urge) (X investors)) (X (X to) (X (X diversify) (X (X and) (X to))))) (X (X hold) (X (X a) (X smattering)))) (X (X of) (X (X (X international) (X securities)) (X .))))))
(X (X (X (X (X And) (X (X many) (X emerging))) (X markets)) (X (X have) (X (X (X outpaced) (X (X more) (X (X mature) (X markets)))) (X (X ,) (X such))))) (X (X as) (X (X (X the) (X U.S.)) (X (X and) (X (X Japan) (X .))))))
(X (X (X (X Country) (X funds)) (X (X offer) (X (X (X an) (X easy)) (X way)))) (X (X to) (X (X (X (X get) (X (X a) (X taste))) (X (X of) (X (X (X foreign) (X stocks)) (X (X without) (X (X the) (X (X hard) (X research))))))) (X (X of) (X (X seeking) (X (X (X out) (X (X individual) (X companies))) (X .)))))))
(X (X (X But) (X it)) (X (X does) (X (X n't) (X (X take) (X (X much) (X (X to) (X (X get) (X (X burned) (X .)))))))))
(X (X (X Political) (X (X and) (X (X currency) (X gyrations)))) (X (X can) (X (X (X whipsaw) (X (X the) (X funds))) (X .))))
(X (X (X (X Another) (X (X concern) (X (X :) (X (X The) (X (X (X funds) (X ')) (X (X share) (X prices))))))) (X tend)) (X (X to) (X (X swing) (X (X (X (X more) (X (X than) (X (X the) (X broader)))) (X market)) (X .)))))
(X (X (X (X (X (X When) (X the)) (X stock)) (X (X market) (X dropped))) (X (X nearly) (X (X (X (X (X 7) (X %)) (X (X Oct.) (X 13))) (X ,)) (X (X for) (X instance))))) (X (X ,) (X (X (X (X the) (X Mexico)) (X (X Fund) (X plunged))) (X (X about) (X (X (X (X 18) (X %)) (X (X and) (X (X the) (X Spain)))) (X (X Fund) (X (X (X (X fell) (X 16)) (X %)) (X .))))))))
(X (X (X (X And) (X (X most) (X (X country) (X funds)))) (X (X were) (X (X clobbered) (X (X more) (X (X than) (X (X most) (X stocks))))))) (X (X after) (X (X (X (X the) (X 1987)) (X crash)) (X .))))
(X (X (X (X (X What) (X 's)) (X (X so) (X (X wild) (X (X about) (X (X (X (X (X the) (X funds)) (X ')) (X (X frenzy) (X right))) (X now)))))) (X is)) (X (X that) (X (X (X (X (X many) (X (X are) (X trading))) (X (X at) (X (X historically) (X (X fat) (X premiums))))) (X (X to) (X (X the) (X value)))) (X (X of) (X (X (X their) (X (X underlying) (X portfolios))) (X .))))))
(X (X (X (X (X After) (X trading)) (X (X at) (X (X an) (X (X average) (X discount))))) (X (X of) (X (X (X (X more) (X (X than) (X (X 20) (X %)))) (X (X in) (X (X late) (X 1987)))) (X (X and) (X part))))) (X (X of) (X (X (X last) (X year)) (X (X ,) (X (X (X (X (X country) (X funds)) (X (X currently) (X trade))) (X (X at) (X (X an) (X (X average) (X premium))))) (X (X of) (X (X (X 6) (X %)) (X .))))))))
(X (X (X The) (X (X reason) (X (X :) (X (X Share) (X prices))))) (X (X of) (X (X (X (X (X many) (X (X of) (X (X these) (X (X funds) (X (X this) (X year)))))) (X (X have) (X (X (X climbed) (X much)) (X (X more) (X sharply))))) (X (X than) (X (X (X (X the) (X foreign)) (X stocks)) (X they)))) (X (X hold) (X .)))))
(X (X (X (X (X (X It) (X 's)) (X (X probably) (X (X worth) (X (X paying) (X (X a) (X premium)))))) (X (X for) (X funds))) (X (X that) (X (X (X invest) (X (X in) (X markets))) (X (X that) (X (X (X are) (X (X partially) (X closed))) (X (X to) (X (X (X foreign) (X investors)) (X (X ,) (X such))))))))) (X (X as) (X (X (X (X South) (X Korea)) (X (X ,) (X (X some) (X specialists)))) (X (X say) (X .)))))
(X (X (X (X (X But) (X (X some) (X European))) (X (X funds) (X recently))) (X (X have) (X skyrocketed))) (X (X ;) (X (X (X Spain) (X Fund)) (X (X has) (X (X surged) (X (X to) (X (X a) (X (X startling) (X (X (X 120) (X %)) (X (X premium) (X .)))))))))))
(X (X (X (X (X It) (X (X has) (X (X been) (X targeted)))) (X (X by) (X (X Japanese) (X investors)))) (X (X as) (X (X (X (X a) (X good)) (X long-term)) (X (X play) (X tied))))) (X (X to) (X (X (X (X 1992) (X 's)) (X (X European) (X (X economic) (X integration)))) (X .))))
(X (X (X (X And) (X (X several) (X new))) (X funds)) (X (X that) (X (X (X are) (X (X (X n't) (X (X (X even) (X fully)) (X (X invested) (X yet)))) (X (X have) (X jumped)))) (X (X to) (X (X trade) (X (X at) (X (X (X big) (X premiums)) (X .))))))))
(X (X (X ``) (X I)) (X (X 'm) (X (X (X (X very) (X alarmed)) (X (X to) (X (X (X see) (X (X (X these) (X rich)) (X valuations))) (X (X ,) (X ''))))) (X (X says) (X (X Smith) (X (X Barney) (X (X (X (X 's) (X Mr.)) (X Porter)) (X .))))))))
(X (X (X (X The) (X (X newly) (X fattened))) (X premiums)) (X (X reflect) (X (X (X the) (X (X increasingly) (X (X global) (X marketing)))) (X (X of) (X (X (X (X some) (X (X country) (X funds))) (X (X ,) (X (X Mr.) (X Porter)))) (X (X suggests) (X .)))))))
(X (X (X (X (X Unlike) (X (X many) (X (X U.S.) (X investors)))) (X (X ,) (X those))) (X (X in) (X (X Asia) (X (X or) (X Europe))))) (X (X seeking) (X (X (X (X (X foreign-stock) (X exposure)) (X may)) (X (X be) (X (X less) (X resistant)))) (X (X to) (X (X (X paying) (X (X higher) (X prices))) (X (X for) (X (X (X country) (X funds)) (X .))))))))
(X (X (X ``) (X (X (X There) (X (X may) (X (X be) (X (X an) (X (X (X international) (X viewpoint)) (X cast)))))) (X (X on) (X (X (X the) (X (X funds) (X (X listed) (X here)))) (X (X ,) (X (X '') (X (X Mr.) (X Porter)))))))) (X (X says) (X .)))
(X (X (X (X Nonetheless) (X (X ,) (X (X (X plenty) (X (X of) (X (X U.S.) (X analysts)))) (X (X and) (X (X money) (X managers)))))) (X (X are) (X (X aghast) (X (X at) (X (X (X (X the) (X lofty)) (X trading)) (X levels)))))) (X (X of) (X (X (X some) (X (X country) (X funds))) (X .))))
(X (X They) (X (X argue) (X (X that) (X (X (X (X (X (X U.S.) (X investors)) (X often)) (X (X can) (X (X (X buy) (X (X (X American) (X depositary)) (X receipts))) (X (X on) (X (X (X (X the) (X big)) (X stocks)) (X (X in) (X (X many) (X funds)))))))) (X (X ;) (X (X these) (X (X so-called) (X ADRs))))) (X (X represent) (X (X shares) (X (X of) (X (X (X (X foreign) (X companies)) (X traded)) (X (X in) (X (X the) (X (X U.S.) (X .))))))))))))
(X (X (X (X That) (X (X way) (X investors))) (X (X can) (X essentially))) (X (X buy) (X (X (X the) (X funds)) (X (X without) (X (X paying) (X (X (X the) (X premium)) (X .)))))))
(X (X (X (X (X (X (X (X For) (X people)) (X who)) (X (X insist) (X (X on) (X jumping)))) (X (X in) (X now))) (X (X to) (X (X buy) (X (X (X the) (X funds)) (X (X ,) (X (X (X Newgate) (X (X 's) (X Mr.))) (X Foot))))))) (X (X says) (X :))) (X (X ``) (X (X (X (X (X The) (X (X only) (X (X advice) (X I)))) (X (X have) (X (X for) (X (X these) (X folks))))) (X is)) (X (X that) (X (X (X (X those) (X who)) (X come)) (X (X to) (X (X (X (X (X the) (X party)) (X late)) (X (X had) (X (X better) (X (X be) (X ready))))) (X (X to) (X (X leave) (X (X quickly) (X .)))))))))))
(X (X (X (X (X The) (X U.S.)) (X (X and) (X (X Soviet) (X Union)))) (X (X are) (X (X (X (X holding) (X (X (X technical) (X talks)) (X (X about) (X (X possible) (X repayment))))) (X (X by) (X Moscow))) (X (X of) (X (X (X $) (X (X 188) (X million))) (X (X in) (X (X (X (X pre-Communist) (X Russian)) (X debts)) (X owed)))))))) (X (X to) (X (X (X (X the) (X (X U.S.) (X government))) (X (X ,) (X (X (X the) (X State)) (X Department)))) (X (X said) (X .)))))
(X (X (X (X If) (X the)) (X debts)) (X (X are) (X (X (X repaid) (X (X ,) (X (X it) (X (X could) (X (X (X clear) (X (X the) (X way))) (X (X for) (X (X Soviet) (X bonds)))))))) (X (X to) (X (X (X be) (X sold)) (X (X in) (X (X the) (X (X U.S.) (X .)))))))))
(X (X (X (X However) (X (X ,) (X (X after) (X (X two) (X meetings))))) (X (X with) (X (X (X the) (X Soviets)) (X (X ,) (X (X (X (X a) (X State)) (X (X Department) (X spokesman))) (X said)))))) (X (X that) (X (X (X it) (X 's)) (X (X ``) (X (X (X (X (X too) (X early)) (X to)) (X (X say) (X ''))) (X (X whether) (X (X (X that) (X will)) (X (X happen) (X .)))))))))
(X (X Coincident) (X (X with) (X (X (X (X (X the) (X talks)) (X (X ,) (X (X (X (X the) (X State)) (X Department)) (X (X said) (X it))))) (X (X has) (X (X (X permitted) (X a)) (X (X Soviet) (X bank))))) (X (X to) (X (X (X (X open) (X (X a) (X New))) (X (X York) (X branch))) (X .))))))
(X (X (X The) (X branch)) (X (X of) (X (X (X (X the) (X Bank)) (X (X for) (X (X (X Foreign) (X Economic)) (X Affairs)))) (X (X was) (X (X (X (X (X approved) (X (X last) (X spring))) (X and)) (X opened)) (X (X in) (X (X July) (X .))))))))
(X (X (X (X (X (X But) (X a)) (X (X Soviet) (X (X bank) (X here)))) (X would)) (X (X be) (X crippled))) (X (X unless) (X (X (X Moscow) (X (X found) (X (X a) (X way)))) (X (X to) (X (X (X settle) (X (X (X the) (X $)) (X (X 188) (X (X million) (X debt))))) (X (X ,) (X (X (X which) (X (X was) (X lent))) (X (X to) (X (X (X (X (X (X the) (X country)) (X (X 's) (X (X short-lived) (X democratic)))) (X (X Kerensky) (X government))) (X (X before) (X (X (X the) (X Communists)) (X (X seized) (X power))))) (X (X in) (X (X 1917) (X .))))))))))))
(X (X (X (X (X (X Under) (X a)) (X (X 1934) (X law))) (X (X ,) (X (X (X (X (X the) (X Johnson)) (X Debt)) (X (X Default) (X Act))) (X ,)))) (X (X as) (X (X (X (X amended) (X (X ,) (X (X (X it) (X 's)) (X illegal)))) (X (X for) (X Americans))) (X (X to) (X (X extend) (X credit)))))) (X (X to) (X (X (X (X countries) (X (X in) (X default))) (X (X to) (X (X (X the) (X (X U.S.) (X government))) (X ,)))) (X (X unless) (X (X (X they) (X (X are) (X members))) (X (X of) (X (X (X (X the) (X World)) (X Bank)) (X (X and) (X (X International) (X (X (X Monetary) (X Fund)) (X .)))))))))))
(X (X (X (X The) (X U.S.S.R.)) (X belongs)) (X (X to) (X (X (X neither) (X organization)) (X .))))
(X (X (X Moscow) (X (X has) (X (X (X settled) (X pre-1917)) (X debts)))) (X (X with) (X (X (X other) (X countries)) (X (X in) (X (X (X recent) (X years)) (X (X at) (X (X (X less) (X than)) (X (X face) (X (X value) (X .))))))))))
(X (X (X (X (X (X (X The) (X State)) (X Department)) (X (X stressed) (X (X the) (X pre-1933)))) (X debts)) (X (X as) (X (X the) (X key)))) (X (X to) (X (X (X (X satisfying) (X (X the) (X Johnson))) (X Act)) (X .))))
(X (X (X (X (X (X (X But) (X the)) (X Soviets)) (X (X might) (X still))) (X (X face) (X (X legal) (X obstacles)))) (X (X to) (X (X (X (X raising) (X money)) (X (X in) (X (X the) (X U.S.)))) (X (X until) (X (X (X they) (X (X settle) (X (X (X (X hundreds) (X of)) (X millions)) (X (X of) (X dollars))))) (X (X in) (X (X (X additional) (X debt)) (X (X still) (X outstanding))))))))) (X (X from) (X (X (X (X (X the) (X World)) (X War)) (X II)) (X (X lend-lease) (X (X program) (X .))))))
(X (X (X (X In) (X (X another) (X reflection))) (X (X that) (X (X the) (X growth)))) (X (X of) (X (X (X (X the) (X economy)) (X (X is) (X (X (X leveling) (X off)) (X (X ,) (X (X (X the) (X government)) (X said)))))) (X (X that) (X (X (X orders) (X (X for) (X (X (X (X (X manufactured) (X goods)) (X and)) (X spending)) (X (X on) (X (X construction) (X failed)))))) (X (X to) (X (X rise) (X (X in) (X (X September) (X .))))))))))
(X (X (X (X Meanwhile) (X (X ,) (X (X (X the) (X National)) (X Association)))) (X (X of) (X (X (X Purchasing) (X Management)) (X (X said) (X (X its) (X (X latest) (X (X survey) (X indicated)))))))) (X (X that) (X (X (X (X the) (X (X manufacturing) (X economy))) (X contracted)) (X (X in) (X (X October) (X (X for) (X (X (X (X the) (X sixth)) (X (X consecutive) (X month))) (X .))))))))
(X (X (X (X (X (X Its) (X index)) (X inched)) (X up)) (X (X to) (X (X (X 47.6) (X %)) (X (X in) (X October))))) (X (X from) (X (X (X 46) (X %)) (X (X in) (X (X September) (X .))))))
(X (X (X Any) (X (X reading) (X (X below) (X (X 50) (X %))))) (X (X suggests) (X (X (X the) (X (X manufacturing) (X sector))) (X (X is) (X (X generally) (X (X declining) (X .)))))))
(X (X (X (X The) (X (X purchasing) (X (X managers) (X ,)))) (X (X however) (X (X (X ,) (X also)) (X said)))) (X (X that) (X (X (X (X orders) (X turned)) (X (X up) (X (X in) (X October)))) (X (X after) (X (X (X four) (X months)) (X (X of) (X (X decline) (X .))))))))
(X (X (X (X (X (X (X (X Factories) (X (X booked) (X $))) (X (X 236.74) (X billion))) (X (X in) (X orders))) (X (X in) (X September))) (X ,)) (X (X nearly) (X (X the) (X same)))) (X (X as) (X (X (X (X (X (X the) (X $)) (X (X 236.79) (X billion))) (X (X in) (X August))) (X (X ,) (X (X (X the) (X Commerce)) (X Department)))) (X (X said) (X .)))))
(X (X (X (X If) (X (X not) (X (X (X for) (X (X (X (X a) (X 59.6)) (X (X %) (X surge))) (X (X in) (X orders)))) (X (X for) (X (X capital) (X goods)))))) (X (X by) (X (X (X defense) (X contractors)) (X (X ,) (X (X factory) (X orders)))))) (X (X would) (X (X have) (X (X (X fallen) (X (X 2.1) (X %))) (X .)))))
(X (X (X (X (X In) (X (X a) (X (X separate) (X report)))) (X (X ,) (X (X the) (X department)))) (X (X said) (X (X construction) (X (X spending) (X (X (X (X ran) (X (X at) (X (X an) (X (X annual) (X rate))))) (X (X of) (X (X $) (X (X 415.6) (X billion))))) (X (X ,) (X (X not) (X (X significantly) (X different))))))))) (X (X from) (X (X (X (X the) (X $)) (X (X 415.8) (X (X billion) (X reported)))) (X (X for) (X (X August) (X .))))))
(X (X (X (X (X Private) (X construction)) (X spending)) (X (X was) (X (X down) (X ,)))) (X (X but) (X (X (X government) (X (X building) (X activity))) (X (X was) (X (X up) (X .))))))
(X (X (X (X (X (X (X The) (X figures)) (X (X in) (X (X both) (X reports)))) (X (X were) (X adjusted))) (X to)) (X (X remove) (X (X the) (X effects)))) (X (X of) (X (X (X (X usual) (X seasonal)) (X patterns)) (X (X ,) (X (X but) (X (X were) (X (X (X n't) (X adjusted)) (X (X for) (X (X inflation) (X .))))))))))
(X (X (X (X (X (X Kenneth) (X Mayland)) (X (X ,) (X (X (X economist) (X (X for) (X (X (X Society) (X Corp.)) (X (X ,) (X (X (X (X a) (X (X Cleveland) (X bank))) (X ,)) (X (X said) (X demand))))))) (X (X for) (X exports))))) (X (X of) (X (X factory) (X goods)))) (X (X is) (X beginning))) (X (X to) (X (X taper) (X (X off) (X .)))))
(X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X (X the) (X drop)) (X (X in) (X (X (X interest) (X rates)) (X (X since) (X (X the) (X spring)))))))) (X (X has) (X (X failed) (X (X to) (X (X (X revive) (X (X (X the) (X residential)) (X (X construction) (X industry)))) (X .))))))
(X (X (X ``) (X (X (X What) (X sector)) (X (X is) (X (X stepping) (X forward))))) (X (X to) (X (X pick) (X (X up) (X (X (X (X (X the) (X slack)) (X ?)) (X (X '') (X he))) (X (X asked) (X .)))))))
(X (X ``) (X (X I) (X (X draw) (X (X (X a) (X blank)) (X (X .) (X ''))))))
(X (X (X (X (X (X By) (X most)) (X measures)) (X (X ,) (X (X (X (X the) (X nation)) (X 's)) (X (X industrial) (X sector))))) (X (X is) (X (X (X now) (X (X growing) (X (X very) (X slowly)))) (X --)))) (X (X if) (X (X at) (X (X all) (X .)))))
(X (X (X Factory) (X (X payrolls) (X fell))) (X (X in) (X (X September) (X .))))
(X (X So) (X (X did) (X (X (X the) (X Federal)) (X (X Reserve) (X (X Board) (X (X (X 's) (X (X industrial-production) (X index))) (X .)))))))
(X (X (X (X Yet) (X (X many) (X economists))) (X (X are) (X (X n't) (X predicting)))) (X (X that) (X (X (X (X (X the) (X economy)) (X (X is) (X about))) (X (X to) (X slip))) (X (X into) (X (X recession) (X .))))))
(X (X They) (X (X cite) (X (X (X (X a) (X lack)) (X (X of) (X (X ``) (X (X (X (X imbalances) (X '')) (X that)) (X (X provide) (X (X (X early) (X warning)) (X signals))))))) (X (X of) (X (X (X a) (X downturn)) (X .))))))
(X (X Inventories) (X (X are) (X (X (X (X closely) (X watched)) (X (X for) (X (X such) (X clues)))) (X (X ,) (X (X (X for) (X instance)) (X .))))))
(X (X (X Economists) (X (X say) (X (X (X (X a) (X buildup)) (X (X in) (X inventories))) (X (X can) (X (X provoke) (X (X cutbacks) (X (X in) (X production)))))))) (X (X that) (X (X (X can) (X lead)) (X (X to) (X (X (X a) (X recession)) (X .))))))
(X (X (X (X (X (X (X (X (X But) (X yesterday)) (X 's)) (X factory)) (X orders)) (X report)) (X (X had) (X (X good) (X news)))) (X (X on) (X (X (X (X (X that) (X front)) (X (X :) (X it))) (X (X said) (X (X (X factory) (X (X inventories) (X (X fell) (X 0.1)))) (X %)))) (X (X in) (X September))))) (X (X ,) (X (X (X (X the) (X first)) (X decline)) (X (X since) (X (X (X February) (X 1987)) (X .))))))
(X (X (X ``) (X (X This) (X conforms))) (X (X to) (X (X (X (X (X the) (X (X `) (X (X (X (X soft) (X landing)) (X ')) (X scenario)))) (X (X ,) (X (X (X '') (X said)) (X Elliott)))) (X Platt)) (X (X ,) (X (X (X (X an) (X economist)) (X (X at) (X Donaldson))) (X (X ,) (X (X (X Lufkin) (X &)) (X (X Jenrette) (X (X Securities) (X (X Corp) (X .)))))))))))
(X (X (X ``) (X (X I) (X (X do) (X (X n't) (X (X see) (X (X any) (X signs))))))) (X (X that) (X (X inventories) (X (X are) (X (X (X excessive) (X .)) (X ''))))))
(X (X (X A) (X (X soft) (X landing))) (X (X is) (X (X (X an) (X (X economic) (X slowdown))) (X (X that) (X (X (X (X eases) (X inflation)) (X (X without) (X leading))) (X (X to) (X (X (X a) (X recession)) (X .))))))))
(X (X (X (X (X The) (X department)) (X (X said) (X (X (X orders) (X (X for) (X (X nondurable) (X goods)))) (X (X --) (X those))))) (X intended)) (X (X to) (X (X (X (X (X last) (X (X fewer) (X than))) (X (X three) (X years))) (X (X --) (X (X (X (X fell) (X 0.3)) (X %)) (X (X in) (X September))))) (X (X to) (X (X (X $) (X (X 109.73) (X billion))) (X (X after) (X (X (X (X climbing) (X 0.9)) (X (X %) (X (X the) (X month)))) (X (X before) (X .)))))))))
(X (X (X (X Orders) (X (X for) (X (X durable) (X goods)))) (X (X were) (X (X up) (X (X 0.2) (X %))))) (X (X to) (X (X (X $) (X (X 127.03) (X billion))) (X (X after) (X (X (X (X rising) (X 3.9)) (X (X %) (X (X the) (X month)))) (X (X before) (X .)))))))
(X (X (X (X The) (X department)) (X (X previously) (X estimated))) (X (X that) (X (X durable-goods) (X (X orders) (X (X (X fell) (X (X 0.1) (X %))) (X (X in) (X (X September) (X .))))))))
(X (X (X (X (X Factory) (X (X shipments) (X fell))) (X 1.6)) (X %)) (X (X to) (X (X (X $) (X (X 234.4) (X billion))) (X (X after) (X (X (X (X rising) (X 5.4)) (X %)) (X (X in) (X (X August) (X .))))))))
(X (X Shipments) (X (X have) (X (X (X been) (X (X (X relatively) (X level)) (X (X since) (X January)))) (X (X ,) (X (X (X (X the) (X Commerce)) (X Department)) (X (X noted) (X .)))))))
(X (X (X (X (X Manufacturers) (X ')) (X backlogs)) (X (X of) (X (X (X unfilled) (X (X orders) (X (X (X rose) (X 0.5)) (X %)))) (X (X in) (X September))))) (X (X to) (X (X (X (X $) (X (X 497.34) (X billion))) (X (X ,) (X helped))) (X (X by) (X (X strength) (X (X in) (X (X (X (X the) (X defense)) (X (X capital) (X (X goods) (X sector)))) (X .))))))))
(X (X (X (X Excluding) (X these)) (X orders)) (X (X ,) (X (X (X backlogs) (X declined)) (X (X 0.3) (X (X %) (X .))))))
(X (X (X (X In) (X (X its) (X construction))) (X spending)) (X (X report) (X (X (X (X ,) (X (X (X the) (X Commerce)) (X Department))) (X (X said) (X (X residential) (X construction)))) (X (X ,) (X (X (X (X which) (X (X accounts) (X (X for) (X (X (X nearly) (X half)) (X (X of) (X (X all) (X construction))))))) (X (X spending) (X (X ,) (X (X was) (X (X (X off) (X (X 0.9) (X %))) (X (X in) (X September))))))) (X (X to) (X (X (X an) (X (X annual) (X rate))) (X (X of) (X (X $) (X (X 191.9) (X (X billion) (X .))))))))))))
(X (X (X (X David) (X Berson)) (X (X ,) (X (X (X economist) (X (X for) (X (X (X (X (X the) (X Mortgage)) (X Bankers)) (X Association)) (X (X ,) (X (X (X predicted) (X the)) (X drop)))))) (X (X in) (X (X (X (X (X (X interest) (X rates)) (X eventually)) (X will)) (X (X boost) (X (X spending) (X (X on) (X (X single-family) (X homes)))))) (X ,)))))) (X (X but) (X (X (X probably) (X not)) (X (X until) (X (X (X early) (X (X next) (X year))) (X .))))))
(X (X (X Spending) (X (X on) (X (X (X private) (X (X ,) (X (X nonresidential) (X construction)))) (X (X was) (X (X off) (X (X 2.6) (X %))))))) (X (X to) (X (X (X (X an) (X (X annual) (X rate))) (X (X of) (X (X $) (X (X 99.1) (X billion))))) (X (X with) (X (X (X no) (X sector)) (X (X showing) (X (X strength) (X .))))))))
(X (X (X (X Government) (X construction)) (X (X spending) (X (X (X rose) (X 4.3)) (X %)))) (X (X to) (X (X (X $) (X (X 88) (X billion))) (X .))))
(X (X (X (X (X After) (X adjusting)) (X (X for) (X (X inflation) (X (X ,) (X (X (X the) (X Commerce)) (X Department)))))) (X (X said) (X (X construction) (X spending)))) (X (X did) (X (X (X n't) (X change)) (X (X in) (X (X September) (X .))))))
(X (X (X (X (X (X (X For) (X the)) (X first)) (X nine)) (X months)) (X (X of) (X (X the) (X year)))) (X (X ,) (X (X (X (X (X total) (X construction)) (X (X spending) (X ran))) (X (X about) (X (X 2) (X %)))) (X (X above) (X (X (X (X last) (X year)) (X (X 's) (X level))) (X .))))))
(X (X (X (X (X (X The) (X government)) (X 's)) (X construction)) (X (X spending) (X (X figures) (X contrast)))) (X (X with) (X (X (X (X (X a) (X report)) (X (X issued) (X earlier))) (X (X in) (X (X the) (X week)))) (X (X by) (X (X (X (X McGraw-Hill) (X (X Inc.) (X (X 's) (X F.W.)))) (X Dodge)) (X (X Group) (X .)))))))
(X (X (X (X Dodge) (X (X reported) (X (X (X an) (X (X 8) (X %))) (X increase)))) (X (X in) (X (X (X construction) (X contracts)) (X awarded)))) (X (X in) (X (X September) (X .))))
(X (X (X (X (X The) (X goverment)) (X (X counts) (X money))) (X (X as) (X (X (X it) (X (X is) (X spent))) (X (X ;) (X (X Dodge) (X (X counts) (X contracts))))))) (X (X when) (X (X they) (X (X are) (X (X awarded) (X .))))))
(X (X (X (X The) (X government)) (X (X includes) (X (X (X (X money) (X spent)) (X (X on) (X (X residential) (X renovation)))) (X (X ;) (X Dodge))))) (X (X does) (X (X n't) (X .))))
(X (X (X (X (X (X (X Although) (X the)) (X (X purchasing) (X (X managers) (X (X ') (X index))))) (X continues)) (X to)) (X (X indicate) (X (X (X (X a) (X (X slowing) (X economy))) (X (X ,) (X (X it) (X (X is) (X (X n't) (X (X signaling) (X (X (X an) (X imminent)) (X recession)))))))) (X (X ,) (X (X (X (X said) (X (X Robert) (X Bretz))) (X (X ,) (X chairman))) (X (X of) (X (X (X (X the) (X association)) (X (X 's) (X (X survey) (X committee)))) (X (X and) (X director))))))))) (X (X of) (X (X (X (X materials) (X management)) (X (X at) (X (X (X Pitney) (X Bowes)) (X Inc.)))) (X (X ,) (X (X Stamford) (X (X ,) (X (X Conn) (X .))))))))
(X (X (X He) (X (X said) (X (X (X (X the) (X index)) (X (X would) (X (X have) (X (X to) (X (X be) (X (X in) (X (X (X the) (X low)) (X (X 40) (X (X %) (X range)))))))))) (X (X for) (X (X (X several) (X months)) (X (X to) (X (X be) (X (X considered) (X (X a) (X forecast)))))))))) (X (X of) (X (X recession) (X .))))
(X (X (X The) (X report)) (X (X offered) (X (X (X new) (X evidence)) (X (X that) (X (X (X (X (X the) (X nation)) (X (X 's) (X (X export) (X growth)))) (X ,)) (X (X though) (X (X (X still) (X continuing)) (X (X ,) (X (X may) (X (X be) (X (X slowing) (X .))))))))))))
(X (X (X (X (X Only) (X (X 19) (X %))) (X (X of) (X (X (X (X the) (X (X purchasing) (X managers))) (X (X reported) (X (X (X better) (X export)) (X orders)))) (X (X in) (X October))))) (X (X ,) (X down))) (X (X from) (X (X (X 27) (X %)) (X (X in) (X (X September) (X .))))))
(X (X (X (X (X (X And) (X (X 8) (X %))) (X (X said) (X export))) (X orders)) (X (X were) (X (X (X down) (X (X last) (X month))) (X ,)))) (X (X compared) (X (X with) (X (X (X (X 6) (X (X %) (X the))) (X month)) (X (X before) (X .))))))
(X (X (X (X (X (X The) (X (X purhasing) (X (X managers) (X (X ') (X report))))) (X also)) (X (X added) (X evidence))) (X (X that) (X (X inflation) (X is)))) (X (X under) (X (X control) (X .))))
(X (X (X (X (X (X For) (X the)) (X fifth)) (X (X consecutive) (X month))) (X (X ,) (X (X purchasing) (X managers)))) (X (X said) (X (X prices) (X (X for) (X (X (X (X the) (X goods)) (X they)) (X (X purchased) (X (X fell) (X .))))))))
(X (X (X The) (X decline)) (X (X was) (X (X (X even) (X steeper)) (X (X than) (X (X in) (X (X September) (X .)))))))
(X (X (X (X They) (X also)) (X said)) (X (X that) (X (X vendors) (X (X were) (X (X delivering) (X (X (X goods) (X (X more) (X quickly))) (X (X in) (X (X October) (X (X than) (X (X they) (X (X had) (X (X (X for) (X each)) (X (X of) (X (X (X (X the) (X (X five) (X previous))) (X months)) (X .)))))))))))))))
(X (X Economists) (X (X consider) (X (X (X that) (X (X a) (X sign))) (X (X that) (X (X (X inflationary) (X pressures)) (X (X are) (X (X abating) (X .))))))))
(X (X (X (X (X When) (X demand)) (X (X is) (X stronger))) (X (X than) (X (X suppliers) (X (X can) (X (X (X handle) (X (X (X and) (X (X (X delivery) (X times)) (X lengthen))) (X (X ,) (X prices)))) (X tend)))))) (X (X to) (X (X rise) (X .))))
(X (X (X (X (X The) (X (X purchasing) (X (X (X managers) (X ')) (X report)))) (X (X is) (X based))) (X (X on) (X (X data) (X provided)))) (X (X by) (X (X (X more) (X (X than) (X (X 250) (X (X purchasing) (X executives))))) (X .))))
(X (X Each) (X (X of) (X (X (X (X (X (X (X the) (X survey)) (X 's)) (X indicators)) (X (X gauges) (X (X the) (X difference)))) (X (X between) (X (X (X the) (X number)) (X (X of) (X (X purchasers) (X (X reporting) (X improvement))))))) (X (X in) (X (X (X a) (X (X particular) (X area))) (X (X and) (X (X (X (X (X (X the) (X number)) (X reporting)) (X a)) (X worsening)) (X .))))))))
(X (X (X (X (X For) (X the)) (X first)) (X time)) (X (X ,) (X (X (X (X the) (X (X October) (X survey))) (X (X polled) (X members))) (X (X on) (X (X imports) (X .))))))
(X (X (X It) (X found)) (X (X that) (X (X of) (X (X (X (X (X the) (X 73)) (X %)) (X (X who) (X import))) (X (X ,) (X (X (X (X (X 10) (X %)) (X (X said) (X (X (X they) (X (X imported) (X more))) (X (X in) (X October))))) (X (X and) (X (X 12) (X %)))) (X (X said) (X (X they) (X (X (X imported) (X less)) (X (X than) (X (X (X (X the) (X previous)) (X month)) (X .))))))))))))
(X (X (X (X While) (X (X acknowledging) (X (X one) (X (X month) (X (X 's) (X figures)))))) (X (X do) (X (X (X n't) (X (X prove) (X (X a) (X trend)))) (X (X ,) (X (X (X Mr.) (X Bretz)) (X (X said) (X ,))))))) (X (X ``) (X (X It) (X (X does) (X (X (X lead) (X you)) (X (X to) (X (X (X suspect) (X imports)) (X (X are) (X (X (X going) (X down)) (X (X ,) (X (X or) (X (X (X at) (X (X (X least) (X not)) (X (X increasing) (X (X (X that) (X much)) (X .))))) (X '')))))))))))))
(X (X (X Items) (X listed)) (X (X as) (X (X (X (X being) (X (X (X in) (X (X (X short) (X (X supply) (X numbered))) (X only))) (X (X about) (X (X (X a) (X dozen)) (X ,))))) (X (X but) (X they))) (X (X included) (X (X (X one) (X newcomer)) (X (X :) (X (X (X milk) (X (X and) (X (X milk) (X powder)))) (X .))))))))
(X (X (X ``) (X (X (X (X It) (X 's)) (X (X an) (X (X odd) (X thing)))) (X to))) (X (X put) (X (X (X (X on) (X (X the) (X list))) (X (X ,) (X (X '') (X (X Mr.) (X Bretz))))) (X (X noted) (X .)))))
(X (X (X He) (X said)) (X (X that) (X (X (X (X for) (X (X (X the) (X second)) (X month))) (X (X in) (X (X a) (X row)))) (X (X ,) (X (X (X (X food) (X processors)) (X (X reported) (X (X a) (X shortage)))) (X (X of) (X (X (X (X nonfat) (X dry)) (X milk)) (X .))))))))
(X (X (X (X They) (X (X blamed) (X (X increased) (X demand)))) (X (X for) (X (X (X (X dairy) (X products)) (X (X at) (X (X (X a) (X time)) (X (X of) (X (X (X exceptionally) (X (X high) (X U.S.))) (X exports)))))) (X (X of) (X (X (X dry) (X milk)) (X (X ,) (X coupled))))))) (X (X with) (X (X (X (X very) (X low)) (X (X import) (X quotas))) (X .))))
(X (X (X (X (X Pamela) (X Sebastian)) (X (X in) (X (X New) (X York)))) (X contributed)) (X (X to) (X (X (X this) (X article)) (X .))))
(X (X Here) (X (X are) (X (X (X (X the) (X Commerce)) (X (X Department) (X (X 's) (X figures)))) (X (X for) (X (X (X construction) (X spending)) (X (X in) (X (X billions) (X (X of) (X (X dollars) (X (X at) (X (X (X (X (X seasonally) (X adjusted)) (X annual)) (X rates)) (X .))))))))))))
(X (X Here) (X (X are) (X (X (X (X the) (X Commerce)) (X (X Department) (X (X 's) (X (X latest) (X figures))))) (X (X for) (X (X (X manufacturers) (X (X in) (X billions))) (X (X of) (X (X dollars) (X (X ,) (X (X (X seasonally) (X adjusted)) (X .))))))))))
(X (X Judging) (X (X from) (X (X (X (X (X (X (X (X the) (X Americana)) (X (X in) (X (X Haruki) (X (X Murakami) (X 's))))) (X (X ``) (X (X (X (X (X A) (X Wild)) (X Sheep)) (X (X Chase) (X ''))) (X (X -LRB-) (X Kodansha))))) (X (X ,) (X (X (X 320) (X pages)) (X (X ,) (X (X (X $) (X (X 18.95) (X -RRB-))) (X (X ,) (X (X baby) (X boomers)))))))) (X (X on) (X (X both) (X sides)))) (X (X of) (X (X the) (X Pacific)))) (X (X have) (X (X (X a) (X lot)) (X (X in) (X (X common) (X .))))))))
(X (X (X (X (X Although) (X set)) (X (X in) (X Japan))) (X (X ,) (X (X (X the) (X (X novel) (X 's))) (X texture)))) (X (X is) (X (X (X almost) (X (X entirely) (X Western))) (X (X ,) (X (X especially) (X (X American) (X .)))))))
(X (X (X (X Characters) (X (X drink) (X (X Salty) (X Dogs)))) (X (X ,) (X whistle))) (X (X ``) (X (X (X (X (X (X Johnny) (X B.)) (X Goode)) (X '')) (X and)) (X (X watch) (X (X (X (X Bugs) (X Bunny)) (X reruns)) (X .))))))
(X (X They) (X (X read) (X (X (X Mickey) (X Spillane)) (X (X and) (X (X (X talk) (X (X about) (X Groucho))) (X (X and) (X (X Harpo) (X .))))))))
(X (X (X (X (X They) (X worry)) (X (X about) (X (X their) (X careers)))) (X (X ,) (X (X (X (X drink) (X (X too) (X much))) (X and)) (X suffer)))) (X (X through) (X (X (X broken) (X marriages)) (X (X and) (X (X desultory) (X (X affairs) (X .)))))))
(X (X This) (X (X is) (X (X Japan) (X ?))))
(X (X (X (X (X (X (X For) (X (X an) (X (X American) (X reader)))) (X (X ,) (X part))) (X (X of) (X (X the) (X charm)))) (X (X of) (X (X (X (X this) (X engaging)) (X novel)) (X (X should) (X (X come) (X (X in) (X recognizing))))))) (X (X that) (X Japan))) (X (X is) (X (X (X n't) (X (X the) (X (X buttoned-down) (X society)))) (X (X of) (X (X (X (X contemporary) (X American)) (X lore)) (X .))))))
(X (X (X (X (X (X (X It) (X 's)) (X also)) (X refreshing)) (X (X to) (X (X read) (X (X (X a) (X (X Japanese) (X author))) (X (X who) (X clearly)))))) (X (X does) (X (X n't) (X belong)))) (X (X to) (X (X (X (X the) (X self-aggrandizing)) (X (X ``) (X (X (X (X we-Japanese) (X (X '') (X school))) (X (X of) (X (X writers) (X who)))) (X (X perpetuate) (X (X the) (X notion)))))) (X (X of) (X (X (X (X (X the) (X unique)) (X Japanese)) (X (X ,) (X unfathomable))) (X (X by) (X (X outsiders) (X .))))))))
(X (X (X If) (X (X ``) (X (X (X (X (X A) (X Wild)) (X Sheep)) (X Chase)) (X '')))) (X (X carries) (X (X (X an) (X (X implicit) (X message))) (X (X for) (X (X (X international) (X relations)) (X (X ,) (X (X (X it) (X 's)) (X (X that) (X (X (X (X the) (X Japanese)) (X (X are) (X more))) (X (X like) (X (X (X us) (X (X than) (X most))) (X (X of) (X (X us) (X (X think) (X .)))))))))))))))
(X (X (X (X That) (X 's)) (X not)) (X (X to) (X (X (X say) (X (X that) (X (X (X the) (X (X nutty) (X plot))) (X (X of) (X (X ``) (X (X (X A) (X Wild)) (X (X Sheep) (X (X Chase) (X ''))))))))) (X (X is) (X (X rooted) (X (X in) (X (X reality) (X .))))))))
(X (X (X (X It) (X (X 's) (X imaginative))) (X and)) (X (X often) (X (X funny) (X .))))
(X (X (X (X (X (X (X A) (X disaffected)) (X (X ,) (X (X (X (X (X hard-drinking) (X (X ,) (X (X nearly-30) (X hero)))) (X sets)) (X off)) (X (X for) (X (X snow) (X country)))))) (X (X in) (X search))) (X (X of) (X (X an) (X (X elusive) (X sheep))))) (X (X with) (X (X (X a) (X star)) (X (X on) (X (X (X (X its) (X back)) (X (X at) (X (X the) (X behest)))) (X (X of) (X (X (X a) (X sinister)) (X (X ,) (X (X erudite) (X mobster)))))))))) (X (X with) (X (X a) (X (X Stanford) (X (X degree) (X .))))))
(X (X (X He) (X (X has) (X (X (X (X in) (X (X tow) (X his))) (X (X prescient) (X girlfriend))) (X (X ,) (X (X (X (X whose) (X sassy)) (X retorts)) (X (X mark) (X her))))))) (X (X as) (X (X anything) (X (X but) (X (X (X a) (X (X docile) (X butterfly))) (X .))))))
(X (X (X (X (X (X Along) (X the)) (X way)) (X (X ,) (X he))) (X (X meets) (X (X (X (X a) (X solicitous)) (X Christian)) (X (X chauffeur) (X who))))) (X (X offers) (X (X (X (X the) (X hero)) (X (X God) (X (X 's) (X (X phone) (X number))))) (X (X ;) (X (X (X (X (X and) (X (X the) (X Sheep))) (X Man)) (X (X ,) (X (X (X (X (X a) (X sweet)) (X ,)) (X (X roughhewn) (X figure))) (X who)))) (X (X wears) (X (X --) (X (X what) (X (X else) (X (X --) (X (X (X a) (X sheepskin)) (X .))))))))))))
(X (X (X (X (X The) (X 40-year-old)) (X Mr.)) (X Murakami)) (X (X is) (X (X (X (X a) (X publishing)) (X sensation)) (X (X in) (X (X Japan) (X .))))))
(X (X (X (X (X A) (X (X more) (X (X recent) (X novel)))) (X ,)) (X (X ``) (X (X (X (X Norwegian) (X Wood)) (X '')) (X (X -LRB-) (X (X every) (X Japanese)))))) (X (X under) (X (X 40) (X (X seems) (X (X (X to) (X (X (X (X be) (X fluent)) (X (X in) (X (X (X (X Beatles) (X lyrics)) (X -RRB-)) (X ,)))) (X has))) (X (X sold) (X (X (X (X more) (X than)) (X (X four) (X (X million) (X copies)))) (X (X since) (X (X (X (X Kodansha) (X (X published) (X it))) (X (X in) (X 1987))) (X .))))))))))
(X (X (X (X But) (X he)) (X (X is) (X (X just) (X one)))) (X (X of) (X (X (X (X several) (X (X youthful) (X writers))) (X (X --) (X (X (X Tokyo) (X (X 's) (X (X brat) (X pack)))) (X (X --) (X who))))) (X (X are) (X (X (X dominating) (X (X (X the) (X best-seller)) (X charts))) (X (X in) (X (X Japan) (X .))))))))
(X (X (X Their) (X books)) (X (X are) (X (X (X (X written) (X (X in) (X idiomatic))) (X (X ,) (X (X (X contemporary) (X language)) (X (X and) (X usually))))) (X (X carry) (X (X (X hefty) (X dashes)) (X (X of) (X (X Americana) (X .))))))))
(X (X (X (X (X In) (X Robert)) (X (X Whiting) (X 's))) (X (X ``) (X (X (X (X (X (X (X You) (X Gotta)) (X Have)) (X Wa)) (X '')) (X (X -LRB-) (X Macmillan))) (X (X ,) (X (X (X 339) (X pages)) (X (X ,) (X (X (X $) (X (X 17.95) (X -RRB-))) (X (X ,) (X (X the) (X Beatles)))))))))) (X (X give) (X (X way) (X (X to) (X (X (X baseball) (X (X ,) (X (X (X (X in) (X (X (X (X the) (X Nipponese)) (X version)) (X we))) (X would)) (X (X be) (X (X hard) (X put)))))) (X (X to) (X (X call) (X (X a) (X (X ``) (X (X game) (X (X .) (X ''))))))))))))
(X (X (X (X As) (X Mr.)) (X Whiting)) (X (X describes) (X (X (X (X it) (X (X ,) (X (X Nipponese) (X baseball)))) (X (X is) (X (X a) (X (X ``) (X mirror))))) (X (X of) (X (X (X (X Japan) (X (X 's) (X fabled))) (X virtues)) (X (X of) (X (X (X hard) (X work)) (X (X and) (X (X (X harmony) (X .)) (X ''))))))))))
(X (X (X ``) (X (X Wa) (X ''))) (X (X is) (X (X (X Japanese) (X for)) (X (X ``) (X (X (X (X (X (X team) (X spirit)) (X '')) (X and)) (X (X Japanese) (X ballplayers))) (X (X have) (X (X miles) (X (X and) (X (X (X miles) (X (X of) (X it))) (X .))))))))))
(X (X (X (X (X A) (X player)) (X (X 's) (X commitment))) (X (X to) (X (X (X practice) (X (X and) (X (X team) (X image)))) (X is)))) (X (X as) (X (X important) (X (X as) (X (X his) (X (X batting) (X (X average) (X .))))))))
(X (X (X (X Polls) (X (X once) (X (X named) (X (X Tokyo) (X (X Giants) (X (X (X star) (X Tatsunori)) (X Hara))))))) (X (X ,) (X (X (X (X a) (X (X ``) (X humble))) (X (X ,) (X (X uncomplaining) (X (X ,) (X (X (X obedient) (X soul)) (X (X ,) (X ''))))))) (X (X as) (X (X (X the) (X male)) (X symbol)))))) (X (X of) (X (X Japan) (X .))))
(X (X (X (X (X (X (X But) (X other)) (X (X than) (X (X the) (X fact)))) (X (X that) (X besuboru))) (X (X is) (X played))) (X (X with) (X (X (X (X (X a) (X ball)) (X (X and) (X (X a) (X bat)))) (X (X ,) (X (X (X (X it) (X 's)) (X unrecognizable)) (X (X :) (X (X Fans) (X (X politely) (X (X return) (X (X foul) (X balls))))))))) (X (X to) (X (X (X (X (X (X stadium) (X ushers)) (X (X ;) (X (X (X (X the) (X (X strike) (X zone))) (X (X expands) (X depending))) (X (X on) (X (X the) (X size)))))) (X (X of) (X (X (X (X the) (X hitter)) (X (X ;) (X ties))) (X (X are) (X permitted))))) (X (X --) (X (X (X (X (X even) (X welcomed)) (X --)) (X (X since) (X (X they) (X (X honorably) (X (X sidestep) (X (X the) (X shame))))))) (X (X of) (X (X (X defeat) (X (X ;) (X (X (X players) (X must)) (X abide)))) (X (X by) (X (X strict) (X rules)))))))) (X (X of) (X (X (X (X conduct) (X even)) (X (X in) (X (X their) (X (X personal) (X lives))))) (X (X --) (X (X (X (X players) (X (X for) (X (X (X the) (X Tokyo)) (X Giants)))) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X must) (X always)))))) (X (X wear) (X ties))))))))))) (X (X when) (X (X on) (X (X (X the) (X road)) (X .)))))
(X (X (X (X ``) (X (X (X (X (X You) (X Gotta)) (X Have)) (X Wa)) (X ''))) (X (X is) (X (X (X the) (X (X often) (X (X amusing) (X chronicle)))) (X of)))) (X (X how) (X (X (X (X American) (X ballplayers)) (X (X ,) (X rationed))) (X (X to) (X (X (X two) (X (X per) (X team))) (X (X ,) (X (X fare) (X (X in) (X (X Japan) (X .))))))))))
(X (X (X (X (X (X Despite) (X the)) (X enormous)) (X sums)) (X (X of) (X (X (X money) (X they)) (X (X 're) (X paid))))) (X (X to) (X (X (X (X stand) (X (X up) (X (X at) (X (X a) (X (X Japanese) (X plate)))))) (X (X ,) (X (X (X (X (X a) (X (X (X good) (X number)) (X decide))) (X it)) (X (X 's) (X (X not) (X (X worth) (X it))))) (X (X and) (X run))))) (X (X for) (X (X home) (X .))))))
(X (X (X ``) (X (X (X (X (X (X Funny) (X Business)) (X '')) (X (X -LRB-) (X Soho))) (X (X ,) (X (X (X 228) (X pages)) (X (X ,) (X (X $) (X (X 17.95) (X -RRB-))))))) (X (X by) (X (X Gary) (X Katzenstein))))) (X (X is) (X (X anything) (X (X but) (X .)))))
(X (X (X (X (X It) (X (X 's) (X (X the) (X petulant)))) (X complaint)) (X (X of) (X (X (X an) (X impudent)) (X American)))) (X (X whom) (X (X (X (X Sony) (X (X hosted) (X (X for) (X (X a) (X year))))) (X (X while) (X (X (X he) (X (X was) (X (X on) (X (X (X (X a) (X Luce)) (X Fellowship)) (X (X in) (X Tokyo)))))) (X (X --) (X (X to) (X (X the) (X regret))))))) (X (X of) (X (X (X both) (X parties)) (X .))))))
(X (X (X In) (X (X sometimes) (X (X amusing) (X (X ,) (X (X (X (X (X more) (X often)) (X supercilious)) (X (X ,) (X (X even) (X (X vicious) (X passages))))) (X (X ,) (X (X Mr.) (X Katzenstein)))))))) (X (X describes) (X (X (X how) (X (X (X Sony) (X (X invades) (X (X (X even) (X (X (X the) (X most)) (X mundane))) (X aspects)))) (X (X of) (X (X (X (X its) (X (X workers) (X '))) (X lives)) (X (X --) (X (X (X at) (X (X the) (X (X regimented) (X office)))) (X ,))))))) (X (X where) (X (X (X (X employees) (X are)) (X (X assigned) (X (X lunch) (X partners)))) (X (X --) (X (X (X and) (X at)) (X (X ``) (X (X (X (X home) (X '')) (X (X in) (X (X (X (X the) (X (X austere) (X company))) (X dormitory)) (X run)))) (X (X by) (X (X (X (X a) (X prying)) (X caretaker)) (X .))))))))))))
(X (X (X Some) (X (X of) (X (X (X his) (X observations)) (X (X about) (X (X Japanese) (X (X management) (X style))))))) (X (X are) (X (X on) (X (X (X the) (X mark)) (X .)))))
(X (X (X (X (X (X It) (X 's)) (X (X probably) (X true))) (X (X that) (X (X many) (X salarymen)))) (X (X put) (X (X (X in) (X (X (X (X unproductive) (X overtime)) (X just)) (X (X for) (X (X the) (X sake))))) (X (X of) (X (X (X (X solidarity) (X ,)) (X (X that) (X (X the) (X system)))) (X (X is) (X (X so) (X hierarchical)))))))) (X (X that) (X (X (X (X (X only) (X (X the) (X (X assistant) (X manager)))) (X (X can) (X talk))) (X (X to) (X (X (X (X (X (X the) (X manager)) (X (X and) (X (X the) (X manager)))) (X (X to) (X (X the) (X (X general) (X manager))))) (X (X ,) (X (X and) (X (X that) (X Sony))))) (X (X was) (X chary))))) (X (X of) (X (X letting) (X (X (X (X (X a) (X young)) (X (X ,) (X (X short-term) (X (X American) (X employee))))) (X take)) (X (X on) (X (X (X any) (X responsibility)) (X .)))))))))
(X (X (X (X (X All) (X (X of) (X (X this) (X must)))) (X (X have) (X (X been) (X (X enormously) (X frustrating))))) (X (X to) (X (X (X Mr.) (X Katzenstein)) (X (X ,) (X (X who) (X went)))))) (X (X to) (X (X Sony) (X (X with) (X (X (X (X degrees) (X (X in) (X (X (X business) (X (X and) (X (X computer) (X science)))) (X and)))) (X (X was) (X raring))) (X (X to) (X (X (X invent) (X (X another) (X Walkman))) (X .))))))))
(X (X (X (X But) (X Sony)) (X ultimately)) (X (X took) (X (X (X (X (X a) (X lesson)) (X (X from) (X (X (X (X (X (X the) (X (X American) (X (X management) (X books)))) (X (X and) (X (X (X fired) (X Mr.)) (X Katzenstein)))) (X ,)) (X (X after) (X he))) (X (X committed) (X (X (X the) (X social)) (X crime)))))) (X (X of) (X (X making) (X (X an) (X appointment))))) (X (X to) (X (X (X (X see) (X (X (X (X the) (X venerable)) (X Akio)) (X Morita))) (X (X ,) (X founder))) (X (X of) (X (X Sony) (X .))))))))
(X (X (X (X It) (X (X 's) (X a))) (X (X shame) (X (X their) (X (X meeting) (X never))))) (X (X took) (X (X place) (X .))))
(X (X (X (X Mr.) (X Katzenstein)) (X certainly)) (X (X would) (X (X (X have) (X (X (X (X learned) (X something)) (X ,)) (X (X and) (X (X (X (X (X it) (X 's)) (X (X even) (X possible))) (X Mr.)) (X Morita))))) (X (X would) (X (X have) (X (X too) (X .)))))))
(X (X (X (X Ms.) (X Kirkpatrick)) (X (X ,) (X (X the) (X (X Journal) (X (X 's) (X (X deputy) (X editorial))))))) (X (X features) (X (X (X (X editor) (X ,)) (X worked)) (X (X in) (X (X Tokyo) (X (X for) (X (X (X three) (X years)) (X .))))))))
(X (X (X (X (X More) (X (X and) (X (X more) (X corners)))) (X (X of) (X (X the) (X globe)))) (X are)) (X (X becoming) (X (X free) (X (X of) (X (X (X tobacco) (X smoke)) (X .))))))
(X (X (X (X (X In) (X Singapore)) (X (X ,) (X (X a) (X (X new) (X law))))) (X (X requires) (X (X smokers) (X to)))) (X (X put) (X (X out) (X (X (X (X their) (X cigarettes)) (X before)) (X (X entering) (X (X restaurants) (X (X ,) (X (X (X department) (X stores)) (X (X and) (X (X (X (X sports) (X centers)) (X or)) (X (X face) (X (X (X a) (X (X $) (X (X 250) (X fine)))) (X .)))))))))))))
(X (X (X Discos) (X (X and) (X (X private) (X clubs)))) (X (X are) (X (X (X exempt) (X (X from) (X (X the) (X ban)))) (X (X ,) (X (X (X and) (X (X (X smoking) (X will)) (X (X be) (X permitted)))) (X (X in) (X (X (X bars) (X except)) (X (X during) (X (X (X meal) (X hours)) (X (X ,) (X (X (X an) (X (X official) (X said))) (X .))))))))))))
(X (X (X Singapore) (X already)) (X (X bans) (X (X smoking) (X (X in) (X (X (X all) (X theaters)) (X (X ,) (X (X (X buses) (X (X ,) (X (X (X public) (X elevators)) (X (X ,) (X (X hospitals) (X (X and) (X (X fast-food) (X restaurants)))))))) (X .))))))))
(X (X (X (X (X In) (X Malaysia)) (X (X ,) (X (X (X (X (X (X Siti) (X Zaharah)) (X Sulaiman)) (X (X ,) (X (X a) (X (X deputy) (X minister))))) (X (X in) (X (X (X the) (X (X prime) (X minister))) (X (X 's) (X office))))) (X (X ,) (X (X launched) (X (X a) (X (X ``) (X (X (X (X No-Smoking) (X Week)) (X '')) (X (X at) (X (X (X the) (X Mara)) (X Institute))))))))))) (X (X of) (X (X (X Technology) (X (X near) (X (X (X Kuala) (X Lumpur)) (X and)))) (X (X urged) (X (X (X other) (X schools)) (X to)))))) (X (X ban) (X (X (X on-campus) (X smoking)) (X .))))
(X (X (X South) (X Korea)) (X (X has) (X (X (X different) (X concerns)) (X .))))
(X (X (X (X (X (X In) (X Seoul)) (X (X ,) (X officials))) (X (X began) (X (X visiting) (X (X about) (X (X (X 26,000) (X cigarette)) (X stalls)))))) (X to)) (X (X remove) (X (X (X illegal) (X posters)) (X (X and) (X (X (X signboards) (X (X (X advertising) (X imported)) (X cigarettes))) (X .))))))
(X (X (X South) (X Korea)) (X (X has) (X (X (X opened) (X (X its) (X market))) (X (X to) (X (X (X (X foreign) (X cigarettes)) (X (X but) (X (X restricts) (X advertising)))) (X (X to) (X (X (X designated) (X places)) (X .))))))))
(X (X (X (X (X (X A) (X marketing)) (X study)) (X indicates)) (X (X that) (X (X (X Hong) (X (X Kong) (X consumers))) (X (X are) (X (X (X the) (X (X most) (X materialistic))) (X (X in) (X (X (X the) (X 14)) (X (X major) (X markets))))))))) (X (X where) (X (X (X the) (X survey)) (X (X was) (X (X carried) (X (X out) (X .)))))))
(X (X (X (X (X The) (X study)) (X (X by) (X (X (X (X (X the) (X Backer)) (X Spielvogel)) (X (X Bates) (X (X ad) (X (X agency) (X also))))) (X found)))) (X (X that) (X (X (X the) (X colony)) (X (X 's) (X consumers))))) (X (X feel) (X (X (X (X (X (X more) (X pressured)) (X (X than) (X (X those) (X (X in) (X any))))) (X (X of) (X (X (X the) (X (X other) (X surveyed))) (X markets)))) (X (X ,) (X which))) (X (X include) (X (X (X the) (X U.S.)) (X (X and) (X (X Japan) (X .))))))))
(X (X (X (X The) (X survey)) (X found)) (X (X that) (X (X (X (X nearly) (X half)) (X (X of) (X (X (X Hong) (X (X Kong) (X consumers))) (X espouse)))) (X (X what) (X (X (X (X (X (X it) (X identified)) (X (X as) (X (X materialistic) (X values)))) (X ,)) (X compared)) (X (X with) (X (X (X (X about) (X one-third)) (X (X in) (X Japan))) (X (X and) (X (X (X the) (X U.S.)) (X .))))))))))
(X (X (X (X More) (X (X than) (X (X three) (X (X in) (X (X five) (X (X said) (X they))))))) (X are)) (X (X under) (X (X (X (X (X (X a) (X (X great) (X deal))) (X (X of) (X (X stress) (X most)))) (X (X of) (X (X the) (X time)))) (X (X ,) (X compared))) (X (X with) (X (X (X (X (X less) (X than)) (X one)) (X (X in) (X (X (X two) (X (X U.S.) (X consumers))) (X (X and) (X one))))) (X (X in) (X (X four) (X (X in) (X (X Japan) (X .))))))))))
(X (X (X (X (X The) (X (X Thai) (X cabinet))) (X (X endorsed) (X (X (X (X Finance) (X Minister)) (X Pramual)) (X (X Sabhavasu) (X (X 's) (X proposal)))))) (X (X to) (X (X build) (X (X (X (X (X a) (X $)) (X (X 19) (X (X million) (X conference)))) (X center)) (X (X for) (X (X (X a) (X joint)) (X meeting))))))) (X (X of) (X (X (X (X (X the) (X World)) (X Bank)) (X (X and) (X (X International) (X (X Monetary) (X (X Fund) (X (X two) (X years))))))) (X (X from) (X (X now) (X .))))))
(X (X (X (X (X (X The) (X meeting)) (X (X ,) (X which))) (X (X is) (X expected))) (X (X to) (X (X (X draw) (X 20,000)) (X (X to) (X (X (X Bangkok) (X ,)) (X (X was) (X going))))))) (X (X to) (X (X (X (X (X (X be) (X held)) (X (X at) (X (X (X (X the) (X Central)) (X Plaza)) (X Hotel)))) (X ,)) (X (X but) (X (X the) (X government)))) (X (X balked) (X (X (X at) (X (X (X the) (X hotel)) (X (X 's) (X conditions)))) (X (X for) (X (X (X undertaking) (X (X necessary) (X expansion))) (X .))))))))
(X (X (X (X (X (X A) (X major)) (X concern)) (X (X about) (X (X (X the) (X current)) (X plan)))) (X is)) (X (X whether) (X (X (X (X the) (X (X new) (X center))) (X (X can) (X (X be) (X built)))) (X (X in) (X (X (X such) (X (X a) (X (X short) (X time)))) (X .))))))
(X (X (X (X (X Yasser) (X Arafat)) (X (X has) (X (X written) (X (X to) (X (X the) (X chairman)))))) (X (X of) (X (X (X (X (X (X the) (X International)) (X Olympic)) (X Committee)) (X (X asking) (X him))) (X (X to) (X (X back) (X (X a) (X (X Palestinian) (X bid)))))))) (X (X to) (X (X (X join) (X (X the) (X committee))) (X (X ,) (X (X (X (X (X the) (X Palestine)) (X Liberation)) (X (X Organization) (X (X (X news) (X agency)) (X WAFA)))) (X (X said) (X .)))))))
(X (X (X (X An) (X official)) (X (X of) (X (X (X (X the) (X Palestinian)) (X Olympic)) (X Committee)))) (X (X said) (X (X (X (X (X (X the) (X (X committee) (X first))) (X (X applied) (X (X for) (X membership)))) (X (X in) (X (X 1979) (X (X and) (X (X renewed) (X (X its) (X application))))))) (X (X in) (X August))) (X (X of) (X (X (X this) (X year)) (X .))))))
(X (X (X (X (X (X The) (X PLO)) (X (X in) (X (X recent) (X months)))) (X (X has) (X been))) (X trying)) (X (X to) (X (X join) (X (X (X (X international) (X organizations)) (X (X but) (X (X (X (X failed) (X (X earlier) (X (X this) (X year)))) (X to)) (X (X win) (X membership))))) (X (X in) (X (X (X (X (X the) (X World)) (X Health)) (X Organization)) (X (X and) (X (X (X the) (X World)) (X (X Tourism) (X (X Organization) (X .)))))))))))
(X (X (X (X (X (X A) (X Beijing)) (X (X food-shop) (X assistant))) (X has)) (X (X become) (X (X (X the) (X (X first) (X (X mainland) (X Chinese)))) (X (X to) (X (X get) (X AIDS)))))) (X (X through) (X (X (X sex) (X (X ,) (X (X (X the) (X (X People) (X 's))) (X Daily)))) (X (X said) (X .)))))
(X (X (X (X (X It) (X (X said) (X (X (X (X the) (X man)) (X ,)) (X (X whom) (X it))))) (X (X did) (X (X (X not) (X name)) (X ,)))) (X (X had) (X (X been) (X found)))) (X (X to) (X (X have) (X (X (X the) (X disease)) (X (X after) (X (X (X hospital) (X tests)) (X .)))))))
(X (X (X (X (X (X Once) (X the)) (X disease)) (X (X was) (X (X (X confirmed) (X (X ,) (X (X (X all) (X (X (X the) (X man)) (X (X 's) (X associates)))) (X (X and) (X family))))) (X (X were) (X (X tested) (X ,)))))) (X (X but) (X (X none) (X (X have) (X (X so) (X (X (X far) (X been)) (X found))))))) (X (X to) (X (X (X have) (X AIDS)) (X (X ,) (X (X (X the) (X newspaper)) (X (X said) (X .)))))))
(X (X (X (X (X (X The) (X man)) (X (X had) (X (X for) (X (X (X a) (X long)) (X time))))) (X had)) (X (X ``) (X (X (X (X a) (X (X chaotic) (X (X sex) (X life)))) (X (X ,) (X ''))) (X (X including) (X relations))))) (X (X with) (X (X (X foreign) (X men)) (X (X ,) (X (X (X the) (X newspaper)) (X (X said) (X .)))))))
(X (X (X (X The) (X (X Polish) (X government))) (X (X increased) (X (X (X home) (X electricity)) (X charges)))) (X (X by) (X (X (X 150) (X %)) (X (X and) (X (X (X doubled) (X (X gas) (X prices))) (X .))))))
(X (X (X (X (X (X The) (X (X official) (X news))) (X agency)) (X PAP)) (X (X said) (X (X (X (X the) (X increases)) (X were)) (X intended)))) (X (X to) (X (X (X bring) (X (X (X unrealistically) (X (X low) (X (X energy) (X charges)))) (X (X into) (X line)))) (X (X with) (X (X (X (X (X production) (X costs)) (X (X and) (X compensate))) (X (X for) (X (X a) (X rise)))) (X (X in) (X (X (X coal) (X prices)) (X .))))))))
(X (X (X (X (X In) (X (X happier) (X news))) (X (X ,) (X (X (X South) (X Korea)) (X (X ,) (X in))))) (X (X establishing) (X (X diplomatic) (X ties)))) (X (X with) (X (X (X (X (X Poland) (X yesterday)) (X ,)) (X (X announced) (X (X (X $) (X (X 450) (X million))) (X (X in) (X loans))))) (X (X to) (X (X (X (X the) (X (X financially) (X strapped))) (X (X Warsaw) (X government))) (X .))))))
(X (X (X (X In) (X a)) (X victory)) (X (X for) (X (X (X (X (X environmentalists) (X (X ,) (X (X (X Hungary) (X (X (X 's) (X parliament)) (X (X terminated) (X a)))) (X multibillion-dollar)))) (X River)) (X (X Danube) (X (X dam) (X (X being) (X built))))) (X (X by) (X (X (X Austrian) (X firms)) (X .))))))
(X (X (X (X (X The) (X (X Nagymaros) (X dam))) (X was)) (X designed)) (X (X to) (X (X (X be) (X twinned)) (X (X with) (X (X (X (X another) (X dam)) (X (X ,) (X (X now) (X (X nearly) (X (X complete) (X (X ,) (X (X (X 100) (X miles)) (X upstream)))))))) (X (X in) (X (X Czechoslovakia) (X .))))))))
(X (X (X (X (X In) (X (X ending) (X (X Hungary) (X (X 's) (X part))))) (X (X of) (X (X (X the) (X project)) (X (X ,) (X (X Parliament) (X (X authorized) (X (X Prime) (X (X Minister) (X (X Miklos) (X Nemeth)))))))))) (X (X to) (X (X modify) (X (X a) (X (X 1977) (X agreement)))))) (X (X with) (X (X (X (X (X Czechoslovakia) (X ,)) (X (X which) (X still))) (X (X wants) (X (X the) (X dam)))) (X (X to) (X (X be) (X (X built) (X .)))))))
(X (X (X (X Mr.) (X Nemeth)) (X (X said) (X (X (X (X in) (X parliament)) (X (X that) (X (X Czechoslovakia) (X (X and) (X Hungary))))) (X (X would) (X (X suffer) (X (X environmental) (X damage))))))) (X (X if) (X (X (X (X (X the) (X twin)) (X dams)) (X (X were) (X built))) (X (X as) (X (X planned) (X .))))))
(X (X (X (X Czechoslovakia) (X (X said) (X (X (X in) (X (X May) (X it))) (X could)))) (X (X seek) (X (X (X $) (X (X 2) (X billion))) (X (X from) (X Hungary))))) (X (X if) (X (X (X the) (X (X twindam) (X contract))) (X (X were) (X (X broken) (X .))))))
(X (X (X (X The) (X (X Czech) (X (X dam) (X (X ca) (X n't))))) (X (X be) (X (X operated) (X solely)))) (X (X at) (X (X (X peak) (X periods)) (X (X without) (X (X (X the) (X (X Nagymaros) (X project))) (X .))))))
(X (X (X (X A) (X painting)) (X (X by) (X (X August) (X (X Strindberg) (X (X set) (X (X a) (X (X Scandinavian) (X (X price) (X record))))))))) (X (X when) (X (X it) (X (X sold) (X (X (X at) (X auction)) (X (X in) (X (X Stockholm) (X (X for) (X (X $) (X (X 2.44) (X (X million) (X .))))))))))))
(X (X ``) (X (X (X (X Lighthouse) (X II)) (X '')) (X (X was) (X (X (X painted) (X (X in) (X oils))) (X (X by) (X (X (X (X the) (X playwright)) (X (X in) (X 1901))) (X ...)))))))
(X (X (X (X (X After) (X years)) (X (X of) (X decline))) (X (X ,) (X (X weddings) (X (X in) (X France))))) (X (X showed) (X (X (X (X (X a) (X 2.2)) (X (X %) (X (X upturn) (X (X last) (X year))))) (X ,)) (X (X with) (X (X (X (X (X (X 6,000) (X (X more) (X couples))) (X (X exchanging) (X rings))) (X (X in) (X 1988))) (X (X than) (X (X (X in) (X (X (X the) (X previous)) (X year))) (X (X ,) (X (X the) (X (X national) (X (X statistics) (X office)))))))) (X (X said) (X .)))))))
(X (X (X (X (X (X (X But) (X the)) (X number)) (X (X of) (X (X weddings) (X (X last) (X year))))) (X (X --) (X (X 271,124) (X --)))) (X (X was) (X (X (X still) (X (X (X well) (X (X below) (X (X the) (X (X 400,000) (X registered))))) (X (X in) (X 1972)))) (X (X ,) (X (X (X the) (X last)) (X year)))))) (X (X of) (X (X (X increasing) (X marriages)) (X .))))
(X (X (X BRAMALEA) (X Ltd.)) (X (X said) (X (X (X it) (X agreed)) (X (X to) (X (X (X (X issue) (X (X (X (X 100) (X million)) (X (X Canadian) (X dollars))) (X (X -LRB-) (X (X US$) (X (X 85.1) (X (X million) (X -RRB-))))))) (X (X of) (X (X (X (X (X (X 10.5) (X %)) (X (X senior) (X debentures))) (X (X due) (X (X Nov.) (X 30)))) (X (X ,) (X 1999))) (X (X ,) (X together))))) (X (X with) (X (X 100,000) (X (X (X (X bond) (X purchase)) (X warrants)) (X .)))))))))
(X (X (X (X (X The) (X (X Toronto-based) (X (X (X real) (X estate)) (X concern)))) (X (X said) (X (X (X each) (X bond)) (X (X warrant) (X (X entitles) (X (X the) (X holder))))))) (X (X to) (X (X buy) (X (X (X (X C$) (X (X 1,000) (X (X principal) (X amount)))) (X (X of) (X (X debentures) (X (X at) (X par))))) (X (X plus) (X (X accrued) (X interest))))))) (X (X to) (X (X (X the) (X date)) (X (X of) (X (X purchase) (X .))))))
(X (X (X (X (X The) (X warrants)) (X expire)) (X (X Nov.) (X (X 30) (X (X ,) (X 1990))))) (X .))
(X (X (X (X (X The) (X issue)) (X (X will) (X (X be) (X swapped)))) (X (X into) (X (X (X (X (X fixed-rate) (X (X U.S.) (X dollars))) (X (X at) (X (X (X a) (X (X rate) (X (X the) (X company)))) (X said)))) (X (X is) (X (X less) (X (X than) (X (X 9) (X %)))))) (X (X ;) (X (X (X a) (X spokesman)) (X declined)))))) (X (X to) (X (X elaborate) (X .))))
(X (X (X (X Lead) (X underwriters)) (X (X for) (X (X the) (X issue)))) (X (X are) (X (X (X (X Scotia) (X McLeod)) (X Inc.)) (X (X and) (X (X (X (X RBC) (X (X Dominion) (X Securities))) (X Inc.)) (X (X ,) (X (X both) (X (X (X Toronto-based) (X (X investment) (X dealers))) (X .)))))))))
(X (X (X (X Bramalea) (X (X said) (X (X it) (X expects)))) (X to)) (X (X complete) (X (X (X (X the) (X issue)) (X (X by) (X (X the) (X end)))) (X (X of) (X (X (X the) (X month)) (X .))))))
(X (X (X (X As) (X (X an) (X actor))) (X (X ,) (X (X Charles) (X Lane)))) (X (X is) (X (X (X n't) (X (X the) (X inheritor))) (X (X of) (X (X (X Charlie) (X (X Chaplin) (X (X 's) (X spirit)))) (X .))))))
(X (X (X (X Steve) (X Martin)) (X (X has) (X (X already) (X (X laid) (X (X his) (X claim)))))) (X (X to) (X (X that) (X .))))
(X (X (X (X (X But) (X it)) (X (X is) (X (X (X Mr.) (X Lane)) (X ,)))) (X (X as) (X (X (X (X movie) (X director)) (X (X ,) (X (X (X producer) (X (X and) (X writer))) (X (X ,) (X who))))) (X (X has) (X (X been) (X obsessed)))))) (X (X with) (X (X (X (X refitting) (X (X Chaplin) (X (X 's) (X Little)))) (X Tramp)) (X (X in) (X (X (X (X a) (X contemporary)) (X way)) (X .))))))
(X (X (X (X (X In) (X 1976)) (X ,)) (X (X as) (X (X (X (X (X a) (X film)) (X student)) (X (X at) (X (X the) (X (X Purchase) (X campus))))) (X (X of) (X (X (X (X the) (X State)) (X University)) (X (X of) (X (X (X New) (X York)) (X (X ,) (X (X (X Mr.) (X Lane)) (X shot)))))))))) (X (X ``) (X (X (X (X (X (X A) (X Place)) (X (X in) (X Time))) (X (X ,) (X (X '') (X (X (X a) (X 36-minute)) (X (X black-and-white) (X film)))))) (X (X about) (X (X (X (X a) (X sketch)) (X artist)) (X (X ,) (X (X a) (X man)))))) (X (X of) (X (X (X the) (X streets)) (X .))))))
(X (X (X Now) (X (X ,) (X (X (X 13) (X (X years) (X later))) (X (X ,) (X (X Mr.) (X Lane)))))) (X (X has) (X (X (X (X (X revived) (X (X his) (X Artist))) (X (X in) (X (X (X a) (X full-length)) (X movie)))) (X called)) (X (X ``) (X (X (X (X Sidewalk) (X Stories)) (X (X ,) (X (X (X '') (X (X a) (X (X poignant) (X piece)))) (X (X of) (X work))))) (X (X about) (X (X (X (X a) (X modern-day)) (X tramp)) (X .))))))))
(X (X (X (X Of) (X course)) (X ,)) (X (X if) (X (X (X (X the) (X film)) (X (X contained) (X (X dialogue) (X (X ,) (X (X Mr.) (X (X Lane) (X (X 's) (X Artist)))))))) (X (X would) (X (X be) (X (X called) (X (X (X a) (X (X homeless) (X person))) (X .))))))))
(X (X So) (X (X would) (X (X (X (X the) (X Little)) (X Tramp)) (X (X ,) (X (X (X for) (X (X that) (X matter))) (X .))))))
(X (X (X I) (X say)) (X (X ``) (X (X (X (X contained) (X (X dialogue) (X ''))) (X because)) (X (X ``) (X (X (X (X Sidewalk) (X Stories)) (X '')) (X (X is) (X (X (X n't) (X (X really) (X silent))) (X (X at) (X (X all) (X .))))))))))
(X (X (X (X (X Composer) (X Marc)) (X Marder)) (X (X ,) (X (X (X (X a) (X (X college) (X friend))) (X (X of) (X (X (X (X (X Mr.) (X (X Lane) (X 's))) (X who)) (X (X earns) (X (X (X his) (X living)) (X (X playing) (X (X (X the) (X double)) (X bass)))))) (X (X in) (X (X (X classical) (X music)) (X ensembles)))))) (X ,)))) (X (X has) (X (X (X (X (X (X prepared) (X (X an) (X exciting))) (X (X ,) (X (X eclectic) (X score)))) (X that)) (X (X tells) (X you))) (X (X what) (X (X (X (X (X (X (X the) (X characters)) (X (X are) (X thinking))) (X and)) (X (X feeling) (X (X far) (X (X more) (X precisely))))) (X (X than) (X (X intertitles) (X (X ,) (X (X (X or) (X (X even) (X words))) (X ,)))))) (X (X would) (X .)))))))
(X (X (X Much) (X (X of) (X (X Mr.) (X (X Lane) (X (X 's) (X film)))))) (X (X takes) (X (X (X (X (X a) (X highly)) (X romanticized)) (X view)) (X (X of) (X (X (X life) (X (X on) (X (X (X the) (X streets)) (X -LRB-)))) (X (X though) (X (X (X (X (X probably) (X (X no) (X (X more) (X romanticized)))) (X (X than) (X (X Mr.) (X (X Chaplin) (X (X 's) (X notion)))))) (X (X of) (X (X the) (X Tramp)))) (X (X as) (X (X (X (X (X the) (X good-hearted)) (X (X free) (X spirit))) (X -RRB-)) (X .))))))))))
(X (X (X (X (X (X Filmed) (X (X in) (X (X (X lovely) (X black)) (X (X and) (X white))))) (X (X by) (X (X Bill) (X Dill)))) (X (X ,) (X (X (X the) (X New)) (X (X York) (X streets))))) (X (X of) (X (X ``) (X (X (X Sidewalk) (X Stories)) (X ''))))) (X (X seem) (X (X benign) (X .))))
(X (X (X (X (X (X (X On) (X Wall)) (X (X Street) (X men))) (X (X and) (X women))) (X walk)) (X (X with) (X (X (X great) (X purpose)) (X (X ,) (X (X noticing) (X (X one) (X (X another) (X only)))))))) (X (X when) (X (X they) (X (X jostle) (X (X for) (X (X cabs) (X .)))))))
(X (X (X (X The) (X Artist)) (X hangs)) (X (X out) (X (X (X (X in) (X (X Greenwich) (X Village))) (X (X ,) (X (X (X on) (X (X a) (X strip))) (X (X of) (X (X Sixth) (X (X Avenue) (X populated))))))) (X (X by) (X (X jugglers) (X (X ,) (X (X magicians) (X (X and) (X (X (X (X other) (X good-natured)) (X hustlers)) (X .))))))))))
(X (X (X (X (X -LRB-) (X This)) (X clearly)) (X (X is) (X (X (X not) (X (X (X (X (X real) (X life)) (X (X :) (X no))) (X crack)) (X dealers))) (X (X ,) (X (X (X no) (X (X dead-eyed) (X men))) (X (X selling) (X (X four-year-old) (X copies)))))))) (X (X of) (X (X Cosmopolitan) (X (X ,) (X (X (X (X (X no) (X one)) (X curled)) (X up)) (X (X in) (X (X (X (X a) (X (X cardboard) (X box))) (X .)) (X -RRB-))))))))
(X (X (X The) (X Artist)) (X (X has) (X (X (X his) (X routine)) (X .))))
(X (X He) (X (X spends) (X (X (X (X (X (X (X his) (X days)) (X sketching)) (X passers-by)) (X (X ,) (X or))) (X trying)) (X (X to) (X .)))))
(X (X (X (X (X At) (X (X night) (X he))) (X returns)) (X (X to) (X (X (X the) (X condemned)) (X (X building) (X he))))) (X (X calls) (X (X home) (X .))))
(X (X (X (X (X (X His) (X life)) (X ,)) (X (X including) (X (X his) (X skirmishes)))) (X (X with) (X (X (X a) (X (X competing) (X (X sketch) (X artist)))) (X ,)))) (X (X seems) (X (X carefree) (X .))))
(X (X He) (X (X is) (X (X (X his) (X (X own) (X man))) (X .))))
(X (X (X (X (X Then) (X (X ,) (X just))) (X (X as) (X (X (X (X (X the) (X Tramp)) (X (X is) (X (X given) (X (X (X a) (X blind)) (X girl))))) (X to)) (X (X cure) (X in))))) (X (X ``) (X (X (X (X (X City) (X Lights)) (X (X ,) (X (X (X '') (X (X the) (X Artist))) (X is)))) (X put)) (X (X in) (X charge))))) (X (X of) (X (X (X (X (X (X (X (X (X returning) (X (X a) (X two-year-old))) (X waif)) (X -LRB-)) (X Nicole)) (X Alysia)) (X -RRB-)) (X (X ,) (X (X (X whose) (X father)) (X (X has) (X (X been) (X murdered)))))) (X (X by) (X (X thugs) (X (X ,) (X (X to) (X (X (X her) (X mother)) (X .)))))))))
(X (X (X (X (X This) (X (X cute) (X child))) (X turns)) (X out)) (X (X to) (X (X (X be) (X (X a) (X blessing))) (X (X and) (X (X (X a) (X curse)) (X .))))))
(X (X She) (X (X gives) (X (X (X (X (X the) (X (X Artist) (X (X a) (X sense)))) (X (X of) (X purpose))) (X (X ,) (X (X (X but) (X (X also) (X (X alerts) (X him)))) (X (X to) (X (X (X the) (X serious)) (X inadequacy)))))) (X (X of) (X (X (X his) (X (X vagrant) (X life))) (X .))))))
(X (X (X (X The) (X beds)) (X (X at) (X (X (X the) (X Bowery)) (X Mission)))) (X (X seem) (X (X (X far) (X drearier)) (X (X when) (X (X (X (X he) (X (X has) (X (X to) (X (X tuck) (X (X a) (X (X little) (X girl))))))) (X (X into) (X one))) (X (X of) (X (X them) (X (X at) (X (X night) (X .))))))))))
(X (X (X (X (X (X To) (X further)) (X (X load) (X (X the) (X stakes)))) (X (X ,) (X (X (X (X Mr.) (X Lane)) (X dreamed)) (X (X up) (X (X (X a) (X highly)) (X (X improbable) (X romance))))))) (X (X for) (X (X (X the) (X Artist)) (X ,)))) (X (X with) (X (X (X (X (X (X a) (X young)) (X woman)) (X who)) (X (X owns) (X (X (X her) (X (X (X (X own) (X children)) (X 's)) (X shop))) (X (X and) (X (X who) (X lives)))))) (X (X in) (X (X (X an) (X (X (X expensive) (X high-rise)) (X (X apartment) (X building)))) (X .))))))
(X (X (X (X This) (X (X story) (X line))) (X (X might) (X (X resonate) (X (X more) (X strongly))))) (X (X if) (X (X (X (X (X Mr.) (X Lane)) (X (X had) (X (X as) (X (X strong) (X (X a) (X presence)))))) (X (X in) (X front))) (X (X of) (X (X (X the) (X camera)) (X (X as) (X (X he) (X (X does) (X (X behind) (X (X it) (X .)))))))))))
(X (X (X (X Mr.) (X (X Lane) (X (X (X 's) (X final)) (X purpose)))) (X (X is) (X n't))) (X (X to) (X (X (X glamorize) (X (X the) (X (X Artist) (X (X 's) (X (X vagabond) (X existence)))))) (X .))))
(X (X (X (X (X He) (X (X has) (X (X (X (X (X a) (X (X point) (X he))) (X wants)) (X to)) (X (X make) (X (X ,) (X (X and) (X he))))))) (X makes)) (X (X it) (X ,))) (X (X with) (X (X (X a) (X (X great) (X deal))) (X (X of) (X (X force) (X .))))))
(X (X (X (X (X The) (X movie)) (X ends)) (X (X with) (X (X (X sound) (X (X ,) (X (X the) (X sound)))) (X (X of) (X (X (X (X street) (X people)) (X talking)) (X (X ,) (X (X and) (X there)))))))) (X (X is) (X (X n't) (X (X (X anything) (X (X whimsical) (X (X or) (X enviable)))) (X (X in) (X (X (X those) (X rough)) (X (X ,) (X (X (X beaten) (X voices)) (X .)))))))))
(X (X (X (X (X The) (X (X French) (X (X film) (X maker)))) (X (X Claude) (X Chabrol))) (X (X has) (X (X managed) (X (X (X another) (X kind)) (X (X of) (X (X weird) (X achievement))))))) (X (X with) (X (X (X his) (X (X ``) (X Story))) (X (X of) (X (X (X Women) (X .)) (X ''))))))
(X (X (X (X He) (X has)) (X (X made) (X (X (X (X (X a) (X harsh)) (X (X ,) (X (X brilliant) (X picture)))) (X (X --) (X (X (X one) (X (X that) (X (X 's) (X captivating)))) (X (X --) (X (X about) (X (X (X (X a) (X character)) (X who)) (X (X ,) (X viewed)))))))) (X (X from) (X (X (X the) (X (X most) (X (X sympathetic) (X angle)))) (X (X ,) (X would))))))) (X (X seem) (X (X disagreeable) (X .))))
(X (X (X (X Yet) (X (X this) (X woman))) (X (X ,) (X (X (X Marie-Louise) (X Giraud)) (X ,)))) (X (X carries) (X (X (X historical) (X significance)) (X (X ,) (X (X both) (X (X as) (X (X (X (X one) (X (X of) (X (X the) (X (X last) (X women))))) (X (X to) (X (X be) (X executed)))) (X (X in) (X (X (X France) (X (X and) (X (X as) (X (X a) (X symbol))))) (X (X of) (X (X (X (X the) (X (X Vichy) (X (X government) (X 's)))) (X hypocrisy)) (X .))))))))))))
(X (X (X (X (X While) (X Vichy)) (X collaborated)) (X (X with) (X (X (X (X (X the) (X Germans)) (X (X during) (X (X (X (X World) (X War)) (X II)) (X (X in) (X (X the) (X deaths)))))) (X (X of) (X (X (X (X thousands) (X (X of) (X (X Resistance) (X fighters)))) (X and)) (X Jews)))) (X (X ,) (X (X its) (X officials)))))) (X (X needed) (X (X (X a) (X (X diversionary) (X (X symbolic) (X traitor)))) (X .))))
(X (X Marie-Louise) (X (X ,) (X (X (X (X (X a) (X small-time)) (X abortionist)) (X ,)) (X (X was) (X (X (X their) (X woman)) (X .))))))
(X (X (X She) (X (X became) (X (X (X (X (X an) (X (X abortionist) (X accidentally))) (X ,)) (X (X and) (X continued))) (X (X because) (X it))))) (X (X enabled) (X (X her) (X (X to) (X (X (X buy) (X jam)) (X (X ,) (X (X (X cocoa) (X (X and) (X (X other) (X war-rationed)))) (X (X goodies) (X .)))))))))
(X (X She) (X (X was) (X (X (X untrained) (X and)) (X (X ,) (X (X (X (X in) (X (X one) (X (X botched) (X job)))) (X (X killed) (X (X a) (X client)))) (X .))))))
(X (X (X Her) (X remorse)) (X (X was) (X (X shallow) (X (X and) (X (X brief) (X .))))))
(X (X (X (X Although) (X she)) (X (X was) (X (X kind) (X (X and) (X playful))))) (X (X to) (X (X (X (X (X (X her) (X children)) (X (X ,) (X she))) (X (X was) (X dreadful))) (X (X to) (X (X (X her) (X (X war-damaged) (X husband))) (X (X ;) (X (X (X she) (X openly)) (X (X brought) (X (X her) (X lover)))))))) (X (X into) (X (X (X their) (X home)) (X .))))))
(X (X (X (X (X (X As) (X presented)) (X (X by) (X (X Mr.) (X Chabrol)))) (X (X ,) (X and))) (X played)) (X (X with) (X (X (X (X (X thin-lipped) (X intensity)) (X (X by) (X (X Isabelle) (X Huppert)))) (X (X ,) (X (X Marie-Louise) (X -LRB-)))) (X (X called) (X (X (X (X Marie) (X Latour)) (X (X in) (X (X (X the) (X film)) (X -RRB-)))) (X (X was) (X (X not) (X (X (X a) (X (X nice) (X person))) (X .)))))))))
(X (X (X But) (X she)) (X (X did) (X (X (X n't) (X (X deserve) (X to))) (X (X have) (X (X (X (X her) (X head)) (X chopped)) (X (X off) (X .)))))))
(X (X There) (X (X is) (X (X (X (X (X very) (X little)) (X to)) (X recommend)) (X (X ``) (X (X (X (X Old) (X Gringo)) (X (X ,) (X (X '') (X (X (X a) (X confused)) (X rendering))))) (X (X of) (X (X (X (X (X the) (X Carlos)) (X Fuentes)) (X novel)) (X (X of) (X (X (X (X the) (X Mexican)) (X Revolution)) (X .))))))))))
(X (X (X (X (X Most) (X (X of) (X (X the) (X picture)))) (X (X is) (X (X taken) (X up)))) (X (X with) (X (X endless) (X scenes)))) (X (X of) (X (X (X (X many) (X people)) (X (X either) (X (X (X (X fighting) (X or)) (X eating)) (X (X and) (X drinking))))) (X (X to) (X (X celebrate) (X (X victory) (X .)))))))
(X (X (X (X I) (X (X mention) (X (X (X the) (X picture)) (X only)))) (X (X because) (X (X (X (X (X many) (X bad)) (X movies)) (X (X have) (X (X (X a) (X bright)) (X spot)))) (X (X ,) (X (X (X and) (X (X this) (X one))) (X (X has) (X (X (X Gregory) (X Peck)) (X (X ,) (X (X in) (X (X (X (X (X a) (X (X marvelously) (X loose))) (X and)) (X energetic)) (X portrayal))))))))))) (X (X of) (X (X (X (X an) (X (X old) (X man))) (X who)) (X (X wants) (X (X to) (X (X (X (X die) (X (X the) (X (X way) (X he)))) (X wants)) (X (X to) (X (X die) (X .)))))))))
(X (X (X (X (X (X Video) (X Tip)) (X :)) (X Before)) (X seeing)) (X (X ``) (X (X (X (X (X (X Sidewalk) (X Stories)) (X (X ,) (X ''))) (X (X take) (X (X a) (X look)))) (X at)) (X (X ``) (X (X (X City) (X Lights)) (X (X ,) (X (X '') (X (X Chaplin) (X (X (X 's) (X Tramp)) (X (X at) (X (X (X his) (X finest)) (X .))))))))))))
(X (X (X (X Boeing) (X Co.)) (X (X said) (X (X (X it) (X is)) (X (X discussing) (X plans))))) (X (X with) (X (X (X three) (X (X of) (X (X its) (X (X (X regular) (X Japanese)) (X suppliers))))) (X (X to) (X (X possibly) (X (X help) (X (X build) (X (X (X (X a) (X larger)) (X version)) (X (X of) (X (X (X (X its) (X (X popular) (X 767))) (X twin-jet)) (X .)))))))))))
(X (X (X The) (X discussions)) (X (X are) (X (X (X still) (X (X (X (X in) (X (X preliminary) (X stages))) (X (X ,) (X (X and) (X (X (X (X the) (X specific)) (X details)) (X (X have) (X (X n't) (X been))))))) (X (X worked) (X (X (X out) (X (X between) (X (X (X (X (X the) (X (X Seattle) (X aerospace))) (X company)) (X (X and) (X (X (X Kawasaki) (X Heavy)) (X Industries)))) (X Ltd.)))) (X (X ,) (X (X (X (X Mitsubishi) (X Heavy)) (X Industries)) (X Ltd.))))))) (X (X and) (X (X (X (X (X Fuji) (X Heavy)) (X Industries)) (X Ltd)) (X .))))))
(X (X (X (X The) (X (X three) (X (X Japanese) (X companies)))) (X (X build) (X (X the) (X (X body) (X sections))))) (X (X of) (X (X (X (X the) (X 767)) (X (X ,) (X accounting))) (X (X for) (X (X (X (X a) (X combined)) (X (X 15) (X %))) (X (X of) (X (X (X the) (X aircraft)) (X .))))))))
(X (X (X (X (X (X Japanese) (X press)) (X reports)) (X (X have) (X speculated))) (X (X that) (X (X (X (X the) (X (X Japanese) (X contribution))) (X (X could) (X rise))) (X (X to) (X (X between) (X (X (X 20) (X %)) (X (X and) (X (X 25) (X %))))))))) (X (X under) (X (X (X (X the) (X new)) (X program)) (X .))))
(X (X (X (X If) (X Boeing)) (X (X goes) (X ahead))) (X (X with) (X (X (X (X (X the) (X larger)) (X 767)) (X (X ,) (X (X (X the) (X plane)) (X could)))) (X (X hit) (X (X (X the) (X market)) (X (X in) (X (X (X the) (X mid-1990s)) (X .))))))))
(X (X This) (X (X is) (X (X (X (X (X the) (X (X year) (X (X the) (X (X negative) (X ad))))) (X (X ,) (X (X for) (X (X (X years) (X a)) (X (X secondary) (X presence)))))) (X (X in) (X (X most) (X (X political) (X campaigns))))) (X (X ,) (X (X became) (X (X (X the) (X (X main) (X event))) (X .)))))))
(X (X (X The) (X irony)) (X (X is) (X (X that) (X (X (X (X (X (X (X (X (X the) (X attack)) (X commercial)) (X ,)) (X (X after) (X (X getting) (X (X a) (X boost))))) (X (X in) (X (X (X (X (X last) (X year)) (X 's)) (X presidential)) (X campaign)))) (X ,)) (X (X has) (X (X come) (X (X of) (X (X age) (X (X in) (X (X an) (X (X off-off) (X (X election) (X year)))))))))) (X (X with) (X (X (X (X only) (X (X a) (X few))) (X (X contests) (X scattered))) (X (X across) (X (X (X the) (X country)) (X .)))))))))
(X (X (X (X (X But) (X (X in) (X (X the) (X (X three) (X (X leading) (X (X political) (X contests))))))) (X (X of) (X (X 1989) (X (X ,) (X (X (X the) (X negative)) (X ads)))))) (X (X have) (X (X reached) (X (X (X (X new) (X levels)) (X (X of) (X hostility))) (X (X ,) (X (X raising) (X fears))))))) (X (X that) (X (X (X (X (X (X this) (X kind)) (X (X of) (X mudslinging))) (X (X ,) (X empty))) (X (X of) (X (X (X (X significant) (X issues)) (X ,)) (X (X is) (X (X ushering) (X (X in) (X (X a) (X (X new) (X era))))))))) (X (X of) (X (X campaigns) (X (X without) (X (X content) (X .))))))))
(X (X (X ``) (X (X (X (X Now) (X (X ,) (X ''))) (X (X says) (X (X Joseph) (X Napolitan)))) (X (X ,) (X (X (X (X a) (X pioneer)) (X (X in) (X (X political) (X television)))) (X ,))))) (X (X ``) (X (X (X (X (X the) (X idea)) (X is)) (X to)) (X (X attack) (X (X first) (X (X ,) (X (X (X last) (X (X and) (X always))) (X (X .) (X '')))))))))
(X (X (X (X (X (X A) (X trend)) (X (X that) (X (X started) (X (X with) (X (X (X (X the) (X first)) (X stirrings)) (X (X of) (X (X politics) (X (X ,) (X accelerated))))))))) (X (X with) (X (X (X (X the) (X dawn)) (X (X of) (X (X (X (X (X the) (X (X television) (X age))) (X and)) (X (X became) (X (X (X a) (X (X sometimes-tawdry) (X art))) (X form)))) (X (X in) (X 1988))))) (X ,)))) (X has)) (X (X reached) (X (X (X an) (X (X (X entirely) (X new)) (X stage))) (X .))))
(X (X (X ``) (X (X (X (X (X To) (X (X get) (X (X (X (X people) (X 's)) (X attention)) (X (X these) (X days))))) (X (X ,) (X ''))) (X (X says) (X (X Douglas) (X Bailey)))) (X (X ,) (X (X (X a) (X (X political) (X consultant))) (X ,))))) (X (X ``) (X (X (X (X (X your) (X (X TV) (X ad))) (X needs)) (X (X to) (X (X (X (X be) (X bold)) (X (X and) (X entertaining))) (X ,)))) (X (X and) (X (X (X ,) (X (X (X (X more) (X often)) (X (X than) (X not))) (X (X ,) (X that)))) (X (X means) (X (X confrontational) (X .))))))))
(X (X (X (X And) (X ,)) (X (X unlike) (X (X (X (X (X a) (X few)) (X (X years) (X ago))) (X (X ,) (X you))) (X (X do) (X (X (X n't) (X even)) (X (X have) (X (X to) (X worry)))))))) (X (X whether) (X (X (X the) (X ad)) (X (X is) (X (X (X truthful) (X .)) (X ''))))))
(X (X (X (X (X In) (X 1989)) (X ,)) (X (X as) (X (X often) (X (X as) (X (X (X not) (X (X ,) (X (X (X the) (X principal)) (X fights)))) (X (X in) (X (X the) (X (X major) (X campaigns))))))))) (X (X are) (X (X prompted) (X (X by) (X (X (X (X the) (X ads)) (X themselves)) (X .))))))
(X (X (X (X (X Take) (X a)) (X look)) (X (X ,) (X (X then) (X (X ,) (X (X at) (X (X the) (X (X main) (X (X attack) (X commercials))))))))) (X (X that) (X (X (X (X (X set) (X (X the) (X tone))) (X (X for) (X (X Tuesday) (X (X 's) (X elections))))) (X (X in) (X (X (X New) (X York)) (X City)))) (X (X ,) (X (X (X New) (X Jersey)) (X (X and) (X (X Virginia) (X :))))))))
(X (X (X (X New) (X York)) (X City)) (X :))
(X (X (X (X The) (X screen)) (X fills)) (X (X with) (X (X (X (X a) (X (X small) (X (X ,) (X tight)))) (X (X facial) (X shot))) (X (X of) (X (X (X (X (X David) (X Dinkins)) (X (X ,) (X (X Democratic) (X candidate)))) (X (X for) (X mayor))) (X (X of) (X (X (X (X New) (X York)) (X City)) (X .))))))))
(X (X (X ``) (X (X (X David) (X (X Dinkins) (X failed))) (X (X to) (X (X file) (X (X (X his) (X (X income) (X taxes))) (X (X for) (X (X (X four) (X (X straight) (X years))) (X (X ,) (X ''))))))))) (X (X says) (X (X (X a) (X (X disembodied) (X (X male) (X voice)))) (X .))))
(X (X (X (X (X And) (X (X then) (X (X (X (X this) (X television)) (X commercial)) (X (X ,) (X paid))))) (X (X for) (X (X (X (X (X by) (X (X Republican) (X Rudolph))) (X (X Giuliani) (X (X 's) (X campaign)))) (X (X and) (X produced))) (X (X by) (X (X (X Roger) (X Ailes)) (X (X ,) (X (X the) (X master)))))))) (X (X of) (X (X (X negative) (X (X TV) (X ads))) (X (X ,) (X (X (X really) (X gets)) (X down)))))) (X (X to) (X (X business) (X .))))
(X (X (X (X (X (X (X Mr.) (X Dinkins)) (X (X ,) (X (X (X the) (X ad)) (X charges)))) (X (X ,) (X (X also) (X failed)))) (X to)) (X (X report) (X (X (X (X (X (X his) (X campaign)) (X contributions)) (X accurately)) (X (X ,) (X (X hid) (X (X his) (X links))))) (X (X to) (X (X (X (X a) (X (X failing) (X (X insurance) (X company)))) (X (X and) (X (X paid) (X (X (X a) (X convicted)) (X kidnapper))))) (X (X ``) (X (X through) (X (X a) (X (X phony) (X organization)))))))))) (X (X with) (X (X (X (X no) (X members)) (X (X ,) (X (X no) (X receipts)))) (X (X and) (X (X (X no) (X office)) (X (X .) (X '')))))))
(X (X (X (X ``) (X (X (X (X David) (X Dinkins)) (X (X ,) (X ''))) (X (X says) (X (X (X the) (X kicker)) (X ,))))) (X (X ``) (X Why))) (X (X does) (X (X (X he) (X (X always) (X wait))) (X (X until) (X (X (X (X he) (X 's)) (X caught)) (X (X ?) (X '')))))))
(X (X (X (X ``) (X (X (X (X (X Nasty) (X innuendoes)) (X (X ,) (X ''))) (X (X says) (X (X John) (X Siegal)))) (X (X ,) (X (X (X Mr.) (X (X Dinkins) (X (X 's) (X (X issues) (X director))))) (X ,))))) (X (X ``) (X (X (X designed) (X (X to) (X (X (X prosecute) (X (X a) (X case))) (X (X of) (X (X political) (X corruption)))))) (X (X that) (X simply))))) (X (X does) (X (X (X n't) (X exist)) (X (X .) (X '')))))
(X (X (X Stung) (X (X by) (X (X (X (X the) (X (X Giuliani) (X ads))) (X (X ,) (X (X (X Mr.) (X (X Dinkins) (X (X 's) (X TV)))) (X consultants)))) (X (X ,) (X (X (X (X Robert) (X Shrum)) (X (X and) (X (X David) (X Doak)))) (X (X ,) (X (X finally) (X (X unleashed) (X (X a) (X (X negative) (X ad))))))))))) (X (X of) (X (X their) (X (X own) (X .)))))
(X (X (X The) (X screen)) (X (X shows) (X (X (X (X two) (X distorted)) (X (X ,) (X (X (X unrecognizable) (X photos)) (X (X ,) (X presumably))))) (X (X of) (X (X (X two) (X politicians)) (X .))))))
(X (X ``) (X (X (X (X (X Compare) (X (X two) (X candidates))) (X (X for) (X mayor))) (X (X ,) (X ''))) (X (X says) (X (X (X the) (X announcer)) (X .)))))
(X (X ``) (X (X One) (X (X says) (X (X (X he) (X 's)) (X (X for) (X (X (X banning) (X (X cop-killer) (X bullets))) (X .)))))))
(X (X (X (X The) (X other)) (X (X has) (X (X opposed) (X (X a) (X ban))))) (X (X on) (X (X (X cop-killer) (X bullets)) (X .))))
(X (X One) (X (X claims) (X (X (X (X he) (X 's)) (X pro-choice)) (X .))))
(X (X (X (X The) (X other)) (X (X has) (X (X opposed) (X (X (X a) (X woman)) (X (X 's) (X right)))))) (X (X to) (X (X choose) (X (X .) (X '')))))
(X (X (X ``) (X (X (X (X (X Funny) (X thing)) (X (X ,) (X ''))) (X (X says) (X (X the) (X kicker)))) (X ,))) (X (X ``) (X (X (X both) (X (X these) (X candidates))) (X (X are) (X (X (X named) (X (X Rudolph) (X (X Giuliani) (X .)))) (X ''))))))
(X (X (X Who) (X 's)) (X (X telling) (X (X (X the) (X truth)) (X ?))))
(X (X Everybody) (X (X --) (X (X and) (X (X nobody) (X .)))))
(X (X (X (X It) (X (X 's) (X (X a) (X (X classic) (X situation))))) (X (X of) (X ads))) (X (X that) (X (X (X are) (X true)) (X (X but) (X (X not) (X (X (X always) (X (X fully) (X accurate))) (X .)))))))
(X (X (X Mr.) (X Dinkins)) (X (X did) (X (X (X fail) (X (X (X to) (X (X file) (X (X (X his) (X (X income) (X taxes))) (X (X for) (X (X (X four) (X years)) (X ,)))))) (X (X but) (X (X he) (X (X insists) (X (X he) (X (X voluntarily) (X (X (X admitted) (X the)) (X (X ``) (X (X oversight) (X ''))))))))))) (X (X when) (X (X (X (X he) (X (X was) (X being))) (X considered)) (X (X for) (X (X (X a) (X (X city) (X job))) (X .))))))))
(X (X (X He) (X (X was) (X (X on) (X (X (X the) (X board)) (X (X of) (X (X an) (X (X insurance) (X company)))))))) (X (X with) (X (X (X (X (X (X financial) (X problems)) (X ,)) (X (X but) (X (X he) (X (X insists) (X he))))) (X (X made) (X (X no) (X secret)))) (X (X of) (X (X it) (X .))))))
(X (X (X (X (X (X (X The) (X city)) (X 's)) (X Campaign)) (X (X Finance) (X Board))) (X (X has) (X (X (X refused) (X to)) (X (X pay) (X (X (X (X Mr.) (X (X Dinkins) (X $))) (X 95,142)) (X (X in) (X (X matching) (X funds)))))))) (X (X because) (X (X (X (X his) (X campaign)) (X records)) (X (X are) (X (X incomplete) (X .))))))
(X (X (X The) (X campaign)) (X (X has) (X (X (X blamed) (X (X (X these) (X reporting)) (X problems))) (X (X on) (X (X (X computer) (X errors)) (X .))))))
(X (X (X (X And) (X (X ,) (X (X (X says) (X (X Mr.) (X Dinkins))) (X (X ,) (X he))))) (X (X did) (X (X (X n't) (X (X know) (X (X (X (X (X the) (X man)) (X his)) (X campaign)) (X paid)))) (X (X for) (X (X (X a) (X (X get-out-the-vote) (X effort))) (X (X had) (X (X been) (X convicted)))))))) (X (X of) (X (X kidnapping) (X .))))
(X (X (X (X But) (X (X ,) (X (X (X (X say) (X Mr.)) (X (X Dinkins) (X (X 's) (X managers)))) (X (X ,) (X he))))) (X (X did) (X (X have) (X (X (X an) (X office)) (X (X and) (X (X his) (X organization))))))) (X (X did) (X (X have) (X (X members) (X .)))))
(X (X (X (X (X (X (X Mr.) (X (X Giuliani) (X (X 's) (X (X campaign) (X chairman))))) (X (X ,) (X Peter))) (X Powers)) (X ,)) (X (X says) (X (X (X the) (X (X Dinkins) (X ad))) (X is)))) (X (X ``) (X (X (X deceptive) (X .)) (X ''))))
(X (X (X (X (X (X The) (X other)) (X side)) (X (X ,) (X he))) (X (X argues) (X ,))) (X (X ``) (X (X (X (X knows) (X Giuliani)) (X (X has) (X (X (X always) (X (X been) (X pro-choice))) (X (X ,) (X even))))) (X (X though) (X (X he) (X (X has) (X (X personal) (X (X reservations) (X .)))))))))
(X (X (X (X They) (X (X know) (X he))) (X (X is) (X (X generally) (X opposed)))) (X (X to) (X (X (X (X cop-killer) (X bullets)) (X ,)) (X (X but) (X (X (X that) (X (X he) (X (X had) (X (X some) (X reservations))))) (X (X about) (X (X (X the) (X language)) (X (X in) (X (X (X the) (X legislation)) (X (X .) (X '')))))))))))
(X (X Virginia) (X :))
(X (X (X (X (X (X (X (X Democratic) (X Lt.)) (X Gov.)) (X Douglas)) (X Wilder)) (X (X opened) (X (X his) (X (X gubernatorial) (X battle))))) (X (X with) (X (X (X Republican) (X Marshall)) (X Coleman)))) (X (X with) (X (X (X (X (X an) (X (X abortion) (X commercial))) (X produced)) (X (X by) (X (X Frank) (X Greer)))) (X (X that) (X (X (X analysts) (X (X of) (X (X (X (X every) (X political)) (X persuasion)) (X agree)))) (X (X was) (X (X (X a) (X (X tour) (X (X de) (X force)))) (X .))))))))
(X (X (X (X Against) (X (X a) (X shot))) (X (X of) (X (X (X Monticello) (X superimposed)) (X (X on) (X (X (X (X an) (X (X American) (X flag))) (X (X ,) (X (X (X an) (X announcer)) (X talks)))) (X (X about) (X (X the) (X (X ``) (X (X strong) (X tradition)))))))))) (X (X of) (X (X (X (X freedom) (X (X and) (X (X (X individual) (X liberty)) (X '')))) (X that)) (X (X Virginians) (X (X (X have) (X nurtured)) (X (X for) (X (X generations) (X .))))))))
(X (X (X (X (X Then) (X (X ,) (X just))) (X (X as) (X (X an) (X image)))) (X (X of) (X (X (X (X (X (X (X the) (X statue)) (X (X of) (X (X (X Thomas) (X Jefferson)) (X dissolves)))) (X (X from) (X (X (X (X the) (X screen)) (X (X ,) (X (X the) (X announcer)))) (X (X continues) (X :))))) (X (X ``) (X (X (X On) (X (X the) (X issue))) (X (X of) (X (X abortion) (X (X ,) (X (X (X (X (X Marshall) (X Coleman)) (X wants)) (X to)) (X (X take) (X (X away) (X (X your) (X right))))))))))) (X (X to) (X (X choose) (X and)))) (X (X give) (X it))))) (X (X to) (X (X (X the) (X politicians)) (X (X .) (X '')))))
(X (X (X (X (X (X (X That) (X commercial)) (X --)) (X (X which) (X (X said) (X (X Mr.) (X Coleman))))) (X (X wanted) (X (X to) (X (X take) (X (X (X away) (X the)) (X right)))))) (X (X of) (X (X (X abortion) (X (X ``) (X (X even) (X (X in) (X cases))))) (X (X of) (X (X (X (X rape) (X (X and) (X incest))) (X (X ,) (X (X (X '') (X (X a) (X charge))) (X (X Mr.) (X (X Coleman) (X denies)))))) (X (X --) (X (X changed) (X (X the) (X dynamics))))))))) (X (X of) (X (X (X the) (X campaign)) (X (X ,) (X (X (X (X (X transforming) (X it)) (X (X ,) (X (X (X at) (X least)) (X (X in) (X part))))) (X ,)) (X (X into) (X (X (X a) (X referendum)) (X (X on) (X (X abortion) (X .))))))))))
(X (X (X (X (X (X The) (X ad)) (X (X prompted) (X (X (X Mr.) (X Coleman)) (X (X ,) (X (X (X (X the) (X former)) (X (X Virginia) (X (X attorney) (X general)))) (X ,)))))) (X (X to) (X (X (X launch) (X (X a) (X series))) (X (X of) (X (X advertisements) (X created)))))) (X (X by) (X (X (X Bob) (X Goodman)) (X and)))) (X (X designed) (X (X to) (X (X (X shake) (X (X Mr.) (X (X Wilder) (X (X 's) (X support))))) (X (X among) (X (X (X (X (X (X the) (X very)) (X women)) (X who)) (X (X were) (X attracted))) (X (X by) (X (X (X the) (X (X abortion) (X ad))) (X .)))))))))
(X (X (X (X (X (X The) (X Coleman)) (X counterattack)) (X (X featured) (X (X a) (X close-up)))) (X (X of) (X (X (X (X a) (X young)) (X woman)) (X (X in) (X (X shadows) (X (X and) (X (X (X the) (X ad)) (X suggested)))))))) (X (X that) (X (X she) (X (X was) (X (X recalling) (X (X (X (X an) (X unpleasant)) (X courtroom)) (X (X ordeal) (X .))))))))
(X (X (X (X (X A) (X voice)) (X says)) (X ,)) (X (X ``) (X (X (X C'mon) (X (X ,) (X (X now) (X ,)))) (X (X do) (X (X (X (X n't) (X you)) (X (X have) (X boyfriends))) (X (X ?) (X '')))))))
(X (X (X (X Then) (X (X an) (X announcer))) (X (X interjects) (X :))) (X (X ``) (X (X (X It) (X (X was) (X (X (X (X (X Douglas) (X Wilder)) (X who)) (X (X introduced) (X (X a) (X bill)))) (X (X to) (X (X (X force) (X (X (X (X rape) (X victims)) (X (X age) (X 13))) (X (X and) (X (X (X younger) (X to)) (X (X be) (X interrogated)))))) (X (X about) (X (X their) (X (X private) (X lives))))))))) (X (X by) (X (X lawyers) (X (X for) (X (X accused) (X (X rapists) (X .)))))))))
(X (X (X (X (X (X (X So) (X the)) (X next)) (X time)) (X (X Mr.) (X (X Wilder) (X talks)))) (X (X about) (X (X the) (X rights)))) (X (X of) (X (X (X (X women) (X ,)) (X (X ask) (X (X (X him) (X (X about) (X (X this) (X (X law) (X he))))) (X tried)))) (X (X to) (X (X pass) (X (X .) (X '')))))))
(X (X (X Mr.) (X Wilder)) (X (X did) (X (X (X introduce) (X (X (X (X (X (X such) (X legislation)) (X (X 17) (X (X years) (X ago)))) (X ,)) (X (X but) (X he))) (X (X did) (X (X so) (X (X at) (X (X the) (X request))))))) (X (X of) (X (X (X (X a) (X constituent)) (X (X ,) (X (X (X a) (X (X common) (X legislative))) (X technique)))) (X (X used) (X (X by) (X (X lawmakers) (X .)))))))))
(X (X (X (X (X The) (X legislation)) (X itself)) (X noted)) (X (X that) (X (X (X (X it) (X (X was) (X introduced))) (X (X ``) (X (X (X (X by) (X request)) (X (X ,) (X (X (X '') (X (X and) (X (X in) (X 1983)))) (X (X Mr.) (X (X Wilder) (X (X introduced) (X (X a) (X bill)))))))) (X to)))) (X (X protect) (X (X (X rape) (X victims)) (X (X from) (X (X (X unfounded) (X interrogation)) (X .))))))))
(X (X (X (X ``) (X (X People) (X (X have) (X (X (X (X grown) (X tired)) (X (X of) (X (X (X these) (X ads)) (X (X and) (X Coleman))))) (X has))))) (X (X gotten) (X (X the) (X stigma)))) (X (X of) (X (X (X (X (X being) (X (X (X a) (X negative)) (X campaigner))) (X (X ,) (X ''))) (X (X says) (X (X Mark) (X Rozell)))) (X (X ,) (X (X (X a) (X (X political) (X scientist))) (X (X at) (X (X (X (X Mary) (X Washington)) (X College)) (X .))))))))
(X (X (X (X (X (X ``) (X Wilder)) (X (X has) (X managed))) (X (X to) (X (X get) (X (X across) (X (X the) (X idea)))))) (X (X that) (X (X (X (X (X Coleman) (X (X will) (X (X say) (X anything)))) (X (X to) (X (X get) (X (X (X elected) (X governor)) (X and))))) (X (X --) (X (X (X (X more) (X important)) (X --)) (X (X has) (X (X been) (X able)))))) (X to)))) (X (X put) (X (X (X (X the) (X onus)) (X (X for) (X (X all) (X (X the) (X (X negative) (X campaigning)))))) (X (X on) (X (X (X Coleman) (X .)) (X ''))))))
(X (X (X Mr.) (X Coleman)) (X (X said) (X (X (X (X (X (X this) (X week)) (X (X that) (X (X he) (X would)))) (X (X devote) (X (X the) (X remainder)))) (X (X of) (X (X (X the) (X (X political) (X season))) (X (X to) (X (X (X positive) (X campaigning)) (X ,)))))) (X (X but) (X (X (X the) (X truce)) (X (X lasted) (X (X (X only) (X hours)) (X .))))))))
(X (X (X (X (X By) (X (X Tuesday) (X night))) (X (X ,) (X (X television) (X stations)))) (X (X were) (X (X carrying) (X (X new) (X ads))))) (X (X featuring) (X (X (X (X Mr.) (X (X Coleman) (X himself))) (X (X raising) (X (X questions) (X (X about) (X (X Mr.) (X (X Wilder) (X (X 's) (X sensitivity)))))))) (X (X to) (X (X (X rape) (X victims)) (X .))))))
(X (X (X New) (X Jersey)) (X :))
(X (X (X The) (X (X attacks) (X began))) (X (X when) (X (X (X (X Democratic) (X (X (X Rep.) (X (X James) (X Florio))) (X (X aired) (X (X an) (X ad))))) (X (X featuring) (X (X a) (X drawing)))) (X (X of) (X (X (X Pinocchio) (X (X and) (X (X a) (X photograph)))) (X (X of) (X (X (X Mr.) (X (X Florio) (X (X 's) (X rival)))) (X (X ,) (X (X (X (X (X Republican) (X Rep.)) (X Jim)) (X Courter)) (X .))))))))))
(X (X ``) (X (X (X (X (X Remember) (X Pinocchio)) (X ?)) (X '')) (X (X says) (X (X (X (X a) (X female)) (X voice)) (X .)))))
(X (X ``) (X (X (X (X (X Consider) (X Jim)) (X Courter)) (X .)) (X '')))
(X (X (X (X And) (X (X then) (X (X (X this) (X commercial)) (X (X ,) (X produced))))) (X (X by) (X (X (X Bob) (X Squier)) (X (X ,) (X (X gets) (X down)))))) (X (X to) (X (X (X its) (X (X own) (X mean))) (X (X and) (X (X dirty) (X (X business) (X .)))))))
(X (X (X (X (X Pictures) (X (X of) (X (X (X rusted) (X (X oil) (X drums))) (X swim)))) (X (X into) (X focus))) (X (X ,) (X (X (X and) (X (X (X (X the) (X female)) (X voice)) (X purrs))) (X ,)))) (X (X ``) (X (X (X (X (X That) (X (X hazardous) (X waste))) (X (X on) (X (X (X (X his) (X -LCB-)) (X Mr.)) (X (X Courter) (X (X 's) (X (X -RCB-) (X property))))))) (X (X --) (X (X the) (X neighbors)))) (X (X are) (X (X suing) (X (X for) (X (X (X (X consumer) (X fraud)) (X .)) (X ''))))))))
(X (X (X (X And) (X the)) (X nose)) (X (X on) (X (X (X Mr.) (X (X Courter) (X (X 's) (X face)))) (X (X grows) (X .)))))
(X (X (X The) (X (X only) (X (X (X (X fraud) (X involved)) (X (X ,) (X (X (X cry) (X Mr.)) (X (X Courter) (X (X 's) (X partisans)))))) (X ,)))) (X (X is) (X (X (X (X the) (X (X Florio) (X (X commercial) (X itself)))) (X (X ,) (X (X (X and) (X (X so) (X (X the) (X (X Courter) (X campaign))))) (X (X has) (X responded))))) (X (X with) (X (X (X (X its) (X (X own) (X (X Pinocchio) (X commercial)))) (X (X ,) (X produced))) (X (X by) (X (X (X Mr.) (X Ailes)) (X .))))))))
(X (X (X (X (X In) (X this)) (X one)) (X (X ,) (X (X (X the) (X screen)) (X fills)))) (X (X with) (X (X photographs) (X (X of) (X (X (X both) (X candidates)) (X .))))))
(X (X ``) (X (X (X (X (X Who) (X 's)) (X (X really) (X lying))) (X (X ?) (X ''))) (X (X asks) (X (X (X (X a) (X female)) (X voice)) (X .)))))
(X (X (X (X ``) (X (X (X (X Florio) (X (X 's) (X lying))) (X (X ,) (X (X (X (X '') (X the)) (X voice)) (X (X goes) (X on))))) (X ,))) (X because)) (X (X ``) (X (X (X the) (X barrel)) (X (X on) (X (X (X (X (X Courter) (X (X 's) (X land))) (X ...)) (X (X contained) (X (X (X heating) (X oil)) (X ,)))) (X (X was) (X (X (X cleaned) (X up)) (X (X and) (X (X (X (X (X caused) (X no)) (X pollution)) (X .)) (X ''))))))))))
(X (X (X (X Mr.) (X (X Courter) (X (X 's) (X (X long) (X nose))))) (X shrinks)) (X (X while) (X (X (X Mr.) (X (X Florio) (X 's))) (X (X grows) (X .)))))
(X (X (X Who) (X 's)) (X (X telling) (X (X (X the) (X truth)) (X ?))))
(X (X (X (X Stephen) (X Salmore)) (X (X ,) (X (X (X (X (X (X a) (X (X political) (X scientist))) (X (X at) (X (X New) (X (X Jersey) (X (X 's) (X Eagleton)))))) (X Institute)) (X ,)) (X (X says) (X (X it) (X (X 's) (X (X another) (X example)))))))) (X (X of) (X (X (X (X an) (X ad)) (X (X that) (X (X 's) (X true)))) (X (X but) (X (X not) (X (X (X fully) (X accurate)) (X .)))))))
(X (X (X Barrels) (X (X were) (X (X (X dumped) (X (X on) (X (X (X (X the) (X (X Courter) (X property))) (X (X ,) (X (X (X a) (X complaint)) (X (X was) (X made))))) (X ,)))) (X (X but) (X there))))) (X (X is) (X (X (X (X (X no) (X (X evidence) (X the))) (X barrels)) (X (X were) (X (X a) (X (X serious) (X threat))))) (X (X to) (X (X (X the) (X environment)) (X .))))))
(X (X (X Even) (X (X so) (X (X (X ,) (X (X according) (X (X to) (X (X Mr.) (X Salmore))))) (X (X ,) (X (X (X the) (X ad)) (X was)))))) (X (X ``) (X (X (X devastating) (X '')) (X (X because) (X (X it) (X (X raised) (X (X questions) (X (X about) (X (X (X Mr.) (X (X Courter) (X (X 's) (X credibility)))) (X .))))))))))
(X (X (X But) (X (X it) (X (X 's) (X building)))) (X (X on) (X (X (X (X a) (X long)) (X tradition)) (X .))))
(X (X (X (X (X (X In) (X 1966)) (X (X ,) (X (X (X on) (X route)) (X (X to) (X (X (X a) (X re-election)) (X rout)))))) (X (X of) (X (X (X (X Democrat) (X Frank)) (X O'Connor)) (X (X ,) (X (X (X (X GOP) (X Gov.)) (X Nelson)) (X Rockefeller)))))) (X (X of) (X (X (X New) (X York)) (X appeared)))) (X (X in) (X (X (X person) (X (X saying) (X ,))) (X (X ``) (X (X (X (X (X If) (X you)) (X want)) (X (X to) (X (X (X keep) (X (X (X (X the) (X crime)) (X rates)) (X high))) (X (X ,) (X O'Connor))))) (X (X is) (X (X (X your) (X man)) (X (X .) (X '')))))))))
(X (X (X (X (X A) (X seat)) (X (X on) (X (X (X the) (X Chicago)) (X Board)))) (X (X of) (X (X Trade) (X (X was) (X sold))))) (X (X for) (X (X (X (X $) (X 350,000)) (X (X ,) (X (X down) (X (X $) (X 16,000))))) (X (X from) (X (X (X (X (X the) (X previous)) (X (X sale) (X last))) (X Friday)) (X .))))))
(X (X (X Seats) (X currently)) (X (X are) (X (X (X quoted) (X (X at) (X (X $) (X 331,000)))) (X (X ,) (X (X (X bid) (X ,)) (X (X and) (X (X (X $) (X 350,000)) (X (X ,) (X (X asked) (X .))))))))))
(X (X (X (X (X The) (X (X record) (X price))) (X (X for) (X (X a) (X (X full) (X membership))))) (X (X on) (X (X (X the) (X exchange)) (X (X is) (X (X $) (X 550,000)))))) (X (X ,) (X (X (X (X (X set) (X Aug.)) (X 31)) (X (X ,) (X 1987))) (X .))))
(X (X (X (X Japanese) (X investment)) (X (X in) (X (X Southeast) (X Asia)))) (X (X is) (X (X (X propelling) (X (X the) (X region))) (X (X toward) (X (X (X economic) (X integration)) (X .))))))
(X (X (X (X Interviews) (X (X with) (X (X analysts) (X (X and) (X (X (X business) (X people)) (X (X in) (X (X the) (X U.S.)))))))) (X suggest)) (X (X that) (X (X (X (X (X (X (X Japanese) (X capital)) (X may)) (X (X produce) (X (X (X the) (X economic)) (X cooperation)))) (X (X that) (X (X Southeast) (X (X (X Asian) (X politicians)) (X have))))) (X (X pursued) (X in))) (X (X fits) (X (X (X and) (X starts)) (X (X for) (X (X decades) (X .))))))))
(X (X (X (X (X But) (X (X Japan) (X (X 's) (X power)))) (X (X in) (X (X (X the) (X region)) (X also)))) (X (X is) (X (X sparking) (X fears)))) (X (X of) (X (X domination) (X (X and) (X (X posing) (X (X (X (X fresh) (X policy)) (X questions)) (X .)))))))
(X (X (X (X (X The) (X flow)) (X (X of) (X (X Japanese) (X funds)))) (X (X has) (X (X (X set) (X (X in) (X motion))) (X (X ``) (X (X a) (X process)))))) (X (X whereby) (X (X (X (X (X these) (X economies)) (X (X will) (X (X be) (X (X knitted) (X together))))) (X (X by) (X (X (X (X (X (X the) (X great)) (X (X Japanese) (X (X investment) (X machine)))) (X (X ,) (X ''))) (X (X says) (X (X Robert) (X Hormats)))) (X (X ,) (X (X vice) (X chairman)))))) (X (X of) (X (X (X (X (X Goldman) (X Sachs)) (X International)) (X Corp)) (X .))))))
(X (X (X (X (X (X In) (X the)) (X past)) (X (X five) (X years))) (X (X ,) (X (X Japanese) (X companies)))) (X (X have) (X (X (X (X tripled) (X (X their) (X commitments))) (X (X in) (X Asia))) (X (X to) (X (X $) (X (X 5.57) (X (X billion) (X .))))))))
(X (X (X (X In) (X Thailand)) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X (X (X the) (X government)) (X 's)) (X Board)))))) (X (X of) (X (X (X (X (X (X Investment) (X (X approved) (X $))) (X (X 705.6) (X million))) (X (X of) (X (X Japanese) (X investment)))) (X (X in) (X 1988))) (X (X ,) (X (X (X (X 10) (X (X times) (X the))) (X (X U.S.) (X (X investment) (X figure)))) (X (X for) (X (X (X the) (X year)) (X .))))))))
(X (X (X (X Japan) (X (X 's) (X commitment))) (X (X in) (X (X (X Southeast) (X Asia)) (X also)))) (X (X includes) (X (X (X steep) (X increases)) (X (X in) (X (X (X foreign) (X assistance)) (X (X and) (X (X trade) (X .))))))))
(X (X (X (X Asia) (X 's)) (X (X other) (X (X cash-rich) (X countries)))) (X (X are) (X (X (X following) (X (X (X Japan) (X (X 's) (X lead))) (X (X and) (X (X pumping) (X capital))))) (X (X into) (X (X (X the) (X region)) (X .))))))
(X (X (X (X (X (X (X In) (X Taiwan)) (X (X and) (X (X South) (X Korea)))) (X (X ,) (X (X rising) (X wages)))) (X are)) (X (X forcing) (X (X manufacturers) (X to)))) (X (X seek) (X (X (X (X other) (X overseas)) (X sites)) (X (X for) (X (X (X labor-intensive) (X production)) (X .))))))
(X (X (X (X (X (X These) (X nations)) (X (X ,) (X known))) (X (X as) (X (X (X Asia) (X 's)) (X (X ``) (X (X (X little) (X tigers)) (X (X ,) (X (X '') (X also)))))))) (X (X are) (X contributing))) (X (X to) (X (X (X (X (X Southeast) (X (X Asia) (X (X 's) (X integration)))) (X ,)) (X (X but) (X (X (X their) (X influence)) (X (X will) (X (X remain) (X subordinate)))))) (X (X to) (X (X Japan) (X (X 's) (X .)))))))
(X (X (X For) (X (X recipient) (X (X countries) (X such)))) (X (X as) (X (X (X (X Thailand) (X (X and) (X Malaysia))) (X (X ,) (X (X (X the) (X investment)) (X will)))) (X (X provide) (X (X (X needed) (X jobs)) (X (X and) (X (X (X spur) (X growth)) (X .))))))))
(X (X (X (X (X But) (X (X Asian) (X (X nations) (X (X ') (X (X harsh) (X memories)))))) (X (X of) (X (X (X (X their) (X military)) (X domination)) (X (X by) (X (X Japan) (X (X in) (X (X (X the) (X (X early) (X part))) (X (X of) (X (X this) (X century)))))))))) (X (X make) (X (X (X them) (X fearful)) (X (X of) (X falling))))) (X (X under) (X (X (X (X Japanese) (X (X economic) (X hegemony))) (X now)) (X .))))
(X (X (X Because) (X (X of) (X (X (X budget) (X constraints)) (X (X in) (X (X Washington) (X (X ,) (X (X the) (X U.S.)))))))) (X (X encourages) (X (X (X Japan) (X to)) (X (X share) (X (X (X economic) (X burdens)) (X (X in) (X (X (X the) (X region)) (X .))))))))
(X (X (X (X But) (X it)) (X resists)) (X (X yielding) (X (X (X political) (X ground)) (X .))))
(X (X (X (X (X (X In) (X (X the) (X coming))) (X decade)) (X (X ,) (X (X analysts) (X (X say) (X (X (X ,) (X (X U.S.-Japanese) (X relations))) (X (X will) (X (X be) (X tested)))))))) (X (X as) (X (X (X (X Tokyo) (X comes)) (X (X to) (X terms))) (X (X with) (X (X its) (X (X new) (X status))))))) (X (X as) (X (X (X (X (X the) (X region)) (X (X 's) (X economic))) (X behemoth)) (X .))))
(X (X (X (X (X Japan) (X (X 's) (X (X swelling) (X investment)))) (X (X in) (X (X Southeast) (X Asia)))) (X (X is) (X part))) (X (X of) (X (X (X its) (X (X economic) (X evolution))) (X .))))
(X (X (X (X (X (X In) (X the)) (X past)) (X decade)) (X (X ,) (X (X (X Japanese) (X (X manufacturers) (X concentrated))) (X (X on) (X (X domestic) (X production)))))) (X (X for) (X (X export) (X .))))
(X (X (X (X (X (X (X In) (X the)) (X 1990s)) (X (X ,) (X (X spurred) (X (X by) (X (X (X (X (X rising) (X (X labor) (X costs))) (X (X and) (X (X (X the) (X strong)) (X yen)))) (X (X ,) (X (X these) (X companies)))) (X (X will) (X increasingly))))))) (X (X turn) (X themselves))) (X (X into) (X multinationals))) (X (X with) (X (X (X plants) (X (X around) (X (X the) (X world)))) (X .))))
(X (X (X (X To) (X (X capture) (X (X (X (X the) (X investment)) (X (X ,) (X (X Southeast) (X (X Asian) (X nations))))) (X (X will) (X move))))) (X to)) (X (X accommodate) (X (X (X Japanese) (X business)) (X .))))
(X (X (X These) (X (X nations) (X (X ') (X (X internal) (X decisions))))) (X (X ``) (X (X (X (X will) (X (X be) (X made))) (X (X in) (X (X a) (X (X way) (X not))))) (X (X to) (X (X (X (X (X (X (X offend) (X (X (X their) (X (X largest) (X aid))) (X donor))) (X (X ,) (X (X (X (X largest) (X private)) (X investor)) (X (X and) (X (X (X largest) (X lender)) (X (X ,) (X ''))))))) (X (X says) (X (X Richard) (X Drobnick)))) (X (X ,) (X (X director) (X (X of) (X (X (X (X (X the) (X international)) (X business)) (X (X and) (X (X research) (X program)))) (X (X at) (X (X the) (X University)))))))) (X (X of) (X (X (X (X Southern) (X California)) (X (X 's) (X Graduate))) (X School)))) (X (X of) (X (X Business) (X .))))))))
(X (X (X (X (X (X Japanese) (X money)) (X will)) (X help)) (X (X turn) (X (X Southeast) (X Asia)))) (X (X into) (X (X (X a) (X (X more) (X (X (X cohesive) (X economic)) (X region)))) (X .))))
(X (X (X (X (X But) (X (X ,) (X analysts))) (X (X say) (X (X ,) (X (X Asian) (X cooperation))))) (X (X is) (X (X n't) (X likely)))) (X (X to) (X (X (X (X (X (X parallel) (X the)) (X European)) (X Common)) (X Market)) (X (X approach) (X .)))))
(X (X (X (X Rather) (X (X ,) (X (X (X (X Japanese) (X investment)) (X (X will) (X (X spur) (X integration)))) (X (X of) (X (X (X certain) (X sectors)) (X ,)))))) (X (X says) (X (X Kent) (X Calder)))) (X (X ,) (X (X (X (X (X a) (X specialist)) (X (X in) (X (X (X (X East) (X Asian)) (X economies)) (X (X at) (X (X (X (X the) (X Woodrow)) (X Wilson)) (X School)))))) (X (X for) (X Public))) (X (X and) (X (X (X Internatonal) (X Affairs)) (X (X at) (X (X (X Princeton) (X University)) (X .))))))))
(X (X (X (X (X (X (X In) (X electronics)) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X (X a) (X (X Japanese) (X company))) (X might)))))) (X (X make) (X (X (X television) (X (X picture) (X tubes))) (X (X in) (X (X Japan) (X (X ,) (X (X assemble) (X (X the) (X sets))))))))) (X (X in) (X Malaysia))) (X (X and) (X (X export) (X them)))) (X (X to) (X (X Indonesia) (X .))))
(X (X (X ``) (X (X (X (X The) (X effect)) (X (X will) (X be))) (X (X to) (X (X pull) (X (X (X Asia) (X together)) (X not)))))) (X (X as) (X (X (X (X (X a) (X common)) (X market)) (X but)) (X (X as) (X (X (X (X an) (X (X integrated) (X (X production) (X zone)))) (X (X ,) (X ''))) (X (X says) (X (X Goldman) (X (X Sachs) (X (X (X (X 's) (X Mr.)) (X Hormats)) (X .))))))))))
(X (X (X (X Countries) (X (X in) (X (X (X the) (X region)) (X also)))) (X (X are) (X (X beginning) (X to)))) (X (X consider) (X (X (X a) (X framework)) (X (X for) (X (X (X (X closer) (X economic)) (X (X and) (X (X political) (X ties)))) (X .))))))
(X (X (X (X (X The) (X economic)) (X (X and) (X (X foreign) (X ministers)))) (X (X of) (X (X (X (X (X 12) (X Asian)) (X (X and) (X (X Pacific) (X nations)))) (X will)) (X (X meet) (X (X (X in) (X (X Australia) (X (X next) (X week)))) (X (X to) (X (X discuss) (X (X global) (X (X trade) (X issues)))))))))) (X (X as) (X (X (X well) (X (X as) (X (X regional) (X (X matters) (X such))))) (X (X as) (X (X transportation) (X (X and) (X (X telecommunications) (X .))))))))
(X (X (X (X Participants) (X will)) (X (X include) (X (X (X (X (X the) (X U.S.)) (X (X ,) (X (X (X Australia) (X (X ,) (X (X Canada) (X (X ,) (X (X Japan) (X (X ,) (X (X South) (X Korea)))))))) (X (X and) (X (X New) (X Zealand)))))) (X (X as) (X well))) (X (X as) (X (X the) (X (X six) (X members))))))) (X (X of) (X (X (X (X the) (X Association)) (X (X of) (X (X (X Southeast) (X Asian)) (X Nations)))) (X (X --) (X (X Thailand) (X (X ,) (X (X (X Malaysia) (X (X ,) (X (X (X Singapore) (X (X ,) (X Indonesia))) (X (X ,) (X (X the) (X Philippines)))))) (X (X and) (X (X Brunei) (X .))))))))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X the) (X (X U.S.) (X (X this) (X year)))))) (X (X offered) (X (X (X (X (X (X its) (X (X own) (X plan))) (X (X for) (X cooperation))) (X (X around) (X (X (X (X the) (X Pacific)) (X rim)) (X (X in) (X (X a) (X (X major) (X speech))))))) (X (X by) (X Secretary))) (X (X of) (X (X (X (X (X (X (X State) (X James)) (X Baker)) (X (X ,) (X (X following) (X (X up) (X (X a) (X proposal)))))) (X made)) (X (X in) (X January))) (X (X by) (X (X (X (X (X (X Australian) (X Prime)) (X Minister)) (X Bob)) (X Hawke)) (X .))))))))
(X (X (X (X The) (X (X Baker) (X proposal))) (X (X reasserts) (X (X Washington) (X (X 's) (X intention))))) (X (X to) (X (X (X continue) (X (X playing) (X (X (X (X a) (X leading)) (X political)) (X role)))) (X (X in) (X (X (X the) (X region)) (X .))))))
(X (X (X (X ``) (X (X (X In) (X Asia)) (X ,))) (X (X as) (X (X (X (X in) (X Europe)) (X (X ,) (X (X a) (X (X new) (X order))))) (X is)))) (X (X taking) (X (X shape) (X (X ,) (X (X (X '') (X (X Mr.) (X Baker))) (X (X said) (X .)))))))
(X (X (X ``) (X (X (X The) (X U.S.)) (X ,))) (X (X with) (X (X (X (X (X (X its) (X (X regional) (X friends))) (X ,)) (X must)) (X (X play) (X (X (X a) (X crucial)) (X role)))) (X (X in) (X (X designing) (X (X (X its) (X architecture)) (X (X .) (X ''))))))))
(X (X (X But) (X (X maintaining) (X (X (X U.S.) (X influence)) (X (X will) (X (X (X be) (X difficult)) (X (X in) (X (X the) (X face)))))))) (X (X of) (X (X (X Japanese) (X dominance)) (X (X in) (X (X (X the) (X region)) (X .))))))
(X (X (X (X (X Japan) (X (X not) (X (X (X only) (X (X outstrips) (X (X the) (X U.S.)))) (X (X in) (X (X investment) (X flows)))))) (X (X but) (X (X also) (X (X (X outranks) (X it)) (X (X in) (X trade)))))) (X (X with) (X (X (X most) (X (X Southeast) (X (X Asian) (X countries)))) (X -LRB-)))) (X (X although) (X (X (X (X the) (X U.S.)) (X (X remains) (X (X the) (X (X leading) (X (X trade) (X partner)))))) (X (X for) (X (X all) (X (X of) (X (X (X Asia) (X -RRB-)) (X .))))))))
(X (X (X Moreover) (X (X ,) (X (X (X (X the) (X (X Japanese) (X government))) (X (X ,) (X (X (X now) (X (X (X the) (X (X world) (X 's))) (X (X largest) (X aid)))) (X donor)))) (X ,)))) (X (X is) (X (X (X pumping) (X (X far) (X (X more) (X assistance)))) (X (X into) (X (X (X the) (X region)) (X (X than) (X (X (X the) (X U.S.)) (X (X is) (X .)))))))))
(X (X (X (X (X While) (X (X U.S.) (X officials))) (X (X voice) (X optimism))) (X (X about) (X (X (X (X Japan) (X (X 's) (X (X enlarged) (X role)))) (X (X in) (X (X (X Asia) (X (X ,) (X they))) (X also)))) (X (X convey) (X (X an) (X undertone)))))) (X (X of) (X (X caution) (X .))))
(X (X (X (X ``) (X (X (X There) (X 's)) (X (X an) (X understanding)))) (X (X on) (X (X (X (X (X the) (X part)) (X (X of) (X (X (X the) (X U.S.)) (X (X that) (X (X Japan) (X (X has) (X to))))))) (X (X expand) (X (X (X (X (X its) (X functions)) (X '')) (X (X in) (X (X Asia) (X ,)))) (X (X says) (X (X J.) (X (X Michael) (X Farren))))))) (X (X ,) (X (X undersecretary) (X (X of) (X commerce))))))) (X (X for) (X (X trade) (X .))))
(X (X (X ``) (X (X If) (X they))) (X (X approach) (X (X (X it) (X (X with) (X (X (X (X a) (X benevolent)) (X (X ,) (X (X (X altruistic) (X attitude)) (X (X ,) (X there))))) (X will)))) (X (X be) (X (X (X (X a) (X net)) (X gain)) (X (X for) (X (X everyone) (X (X .) (X '')))))))))
(X (X (X Some) (X (X Asian) (X nations))) (X (X are) (X (X (X apprehensive) (X (X about) (X (X (X Washington) (X 's)) (X demand)))) (X (X that) (X (X (X (X Tokyo) (X step)) (X (X up) (X (X (X its) (X (X military) (X spending))) (X (X to) (X (X ease) (X (X the) (X (X U.S.) (X (X security) (X burden))))))))) (X (X in) (X (X (X the) (X region)) (X .))))))))
(X (X (X (X The) (X issue)) (X (X is) (X (X (X further) (X complicated)) (X (X by) (X (X uncertainty) (X (X over) (X (X the) (X future)))))))) (X (X of) (X (X (X (X the) (X U.S.)) (X (X 's) (X leases))) (X (X on) (X (X (X (X military) (X bases)) (X (X in) (X (X (X (X the) (X Philippines)) (X and)) (X (X by) (X (X (X a) (X possible)) (X (X U.S.) (X (X troop) (X reduction)))))))) (X (X in) (X (X (X South) (X Korea)) (X .))))))))
(X (X (X Many) (X Asians)) (X (X regard) (X (X (X a) (X (X U.S.) (X presence))) (X (X as) (X (X (X (X a) (X desirable)) (X counterweight)) (X (X to) (X (X Japanese) (X (X influence) (X .)))))))))
(X (X (X ``) (X (X (X (X (X No) (X one)) (X (X wants) (X (X the) (X U.S.)))) (X (X to) (X (X pick) (X (X (X up) (X (X its) (X marbles))) (X (X and) (X (X go) (X home))))))) (X (X ,) (X (X '') (X (X Mr.) (X Hormats)))))) (X (X says) (X .)))
(X (X (X (X For) (X (X their) (X part))) (X (X ,) (X (X Taiwan) (X (X and) (X (X South) (X Korea)))))) (X (X are) (X (X expected) (X (X to) (X (X (X (X step) (X (X up) (X (X their) (X (X own) (X investments))))) (X (X in) (X (X (X (X the) (X next)) (X decade)) (X (X to) (X try))))) (X (X to) (X (X (X (X slow) (X (X the) (X Japanese))) (X juggernaut)) (X .))))))))
(X (X (X ``) (X (X (X They) (X (X do) (X (X (X (X n't) (X (X want) (X Japan))) (X (X to) (X (X (X (X (X monopolize) (X (X the) (X region))) (X and)) (X (X sew) (X it))) (X (X up) (X (X ,) (X '')))))) (X (X says) (X (X Chong-sik) (X Lee)))))) (X (X ,) (X (X professor) (X (X of) (X (X (X East) (X (X Asian) (X politics))) (X (X at) (X (X the) (X University))))))))) (X (X of) (X (X Pennsylvania) (X .))))
(X (X (X Cathryn) (X Rice)) (X (X could) (X (X hardly) (X (X believe) (X (X (X her) (X eyes)) (X .))))))
(X (X While) (X (X giving) (X (X (X (X the) (X (X Comprehensive) (X Test))) (X (X of) (X (X Basic) (X Skills)))) (X (X to) (X (X (X (X (X ninth) (X graders)) (X (X at) (X (X (X Greenville) (X High)) (X (X School) (X (X (X last) (X (X March) (X 16))) (X (X ,) (X (X she) (X (X spotted) (X (X a) (X student)))))))))) (X looking)) (X (X at) (X (X (X crib) (X sheets)) (X .))))))))
(X (X (X She) (X (X had) (X (X seen) (X cheating)))) (X (X before) (X (X ,) (X (X but) (X (X (X these) (X notes)) (X (X were) (X (X uncanny) (X .))))))))
(X (X (X ``) (X (X A) (X stockbroker))) (X (X is) (X (X (X an) (X example)) (X (X of) (X (X (X a) (X profession)) (X (X in) (X (X trade) (X (X and) (X (X (X finance) (X ...)) (X .))))))))))
(X (X (X (X At) (X the)) (X end)) (X (X of) (X (X (X (X (X World) (X War)) (X II)) (X (X ,) (X (X Germany) (X surrendered)))) (X (X before) (X (X Japan) (X (X ...) (X .)))))))
(X (X (X (X The) (X (X Senate-House) (X (X conference) (X committee)))) (X (X is) (X used))) (X (X when) (X (X (X (X a) (X bill)) (X (X is) (X passed))) (X (X by) (X (X (X (X the) (X House)) (X and)) (X (X Senate) (X (X (X in) (X (X different) (X forms))) (X (X .) (X '')))))))))
(X (X (X (X (X (X (X (X Virtually) (X word)) (X (X for) (X (X (X word) (X (X ,) (X (X the) (X notes)))) (X (X matched) (X questions))))) (X and)) (X answers)) (X (X on) (X (X the) (X (X social-studies) (X section))))) (X (X of) (X (X (X the) (X (X test) (X (X the) (X student)))) (X was)))) (X (X taking) (X .)))
(X (X (X (X In) (X fact)) (X (X ,) (X (X (X the) (X student)) (X (X had) (X (X the) (X answers)))))) (X (X to) (X (X (X almost) (X (X (X all) (X (X of) (X (X (X the) (X 40)) (X questions)))) (X in))) (X (X that) (X (X section) (X .))))))
(X (X (X (X (X The) (X student)) (X (X surrendered) (X (X the) (X notes)))) (X ,)) (X (X but) (X (X not) (X (X without) (X (X (X a) (X protest)) (X .))))))
(X (X (X ``) (X (X (X (X (X (X My) (X teacher)) (X (X said) (X it))) (X (X was) (X OK))) (X (X for) (X me))) (X to))) (X (X use) (X (X (X (X the) (X notes)) (X (X on) (X (X (X the) (X test)) (X (X ,) (X (X '') (X he)))))) (X (X said) (X .)))))
(X (X (X (X (X (X The) (X teacher)) (X (X in) (X question))) (X (X was) (X (X Nancy) (X Yeargin)))) (X (X --) (X considered))) (X (X by) (X (X (X (X (X many) (X students)) (X (X and) (X parents))) (X (X to) (X (X be) (X one)))) (X (X of) (X (X (X (X the) (X best)) (X (X at) (X (X the) (X school)))) (X .))))))
(X (X (X (X Confronted) (X (X ,) (X (X (X (X (X Mrs.) (X Yeargin)) (X (X admitted) (X she))) (X had)) (X (X given) (X (X (X the) (X questions)) (X and)))))) (X (X answers) (X (X (X two) (X days)) (X (X before) (X (X the) (X examination)))))) (X (X to) (X (X (X two) (X (X low-ability) (X (X geography) (X classes)))) (X .))))
(X (X (X (X She) (X (X had) (X (X gone) (X (X so) (X far))))) (X as)) (X (X to) (X (X display) (X (X (X the) (X questions)) (X (X on) (X (X (X (X an) (X overhead)) (X projector)) (X (X and) (X (X (X underline) (X (X the) (X answers))) (X .)))))))))
(X (X (X (X Mrs.) (X Yeargin)) (X (X was) (X (X fired) (X (X and) (X prosecuted))))) (X (X under) (X (X (X (X (X (X an) (X unusual)) (X South)) (X (X Carolina) (X law))) (X that)) (X (X makes) (X (X (X it) (X (X a) (X crime))) (X (X to) (X (X breach) (X (X (X test) (X security)) (X .)))))))))
(X (X (X In) (X September)) (X (X ,) (X (X she) (X (X pleaded) (X (X guilty) (X (X and) (X (X (X paid) (X (X a) (X (X (X $) (X 500)) (X fine)))) (X .))))))))
(X (X (X Her) (X alternative)) (X (X was) (X (X (X 90) (X days)) (X (X in) (X (X jail) (X .))))))
(X (X (X Her) (X story)) (X (X is) (X (X (X partly) (X one)) (X (X of) (X (X (X personal) (X downfall)) (X .))))))
(X (X She) (X (X was) (X (X (X (X (X an) (X (X unstinting) (X (X teacher) (X who)))) (X (X won) (X (X (X (X laurels) (X and)) (X (X inspired) (X students))) (X ,)))) (X (X but) (X (X (X she) (X will)) (X (X probably) (X never))))) (X (X teach) (X (X again) (X .))))))
(X (X (X (X (X (X In) (X (X her) (X wake))) (X she)) (X (X left) (X (X the) (X bitterness)))) (X (X and) (X anger))) (X (X of) (X (X (X (X (X (X (X a) (X principal)) (X who)) (X (X was) (X (X (X her) (X friend)) (X (X and) (X now))))) (X (X calls) (X (X (X (X her) (X a)) (X betrayer)) (X (X ;) (X (X (X (X (X of) (X (X colleagues) (X who))) (X (X say) (X she))) (X (X brought) (X (X them) (X shame)))) (X (X ;) (X (X of) (X (X (X students) (X (X and) (X parents))) (X who))))))))) (X (X defended) (X (X (X (X (X (X her) (X and)) (X (X insist) (X she))) (X was)) (X (X treated) (X (X (X (X harshly) (X (X ;) (X (X and) (X (X of) (X (X (X school-district) (X officials)) (X stunned)))))) (X that)) (X (X despite) (X (X the) (X (X bald-faced) (X nature))))))) (X (X of) (X (X (X her) (X actions)) (X (X ,) (X (X she) (X (X became) (X something))))))))) (X (X of) (X (X (X (X a) (X local)) (X martyr)) (X .))))))
(X (X (X (X (X (X (X (X Mrs.) (X (X Yeargin) (X (X 's) (X case)))) (X also)) (X (X casts) (X (X some) (X light)))) (X (X on) (X (X (X the) (X dark)) (X side)))) (X (X of) (X (X (X school) (X reform)) (X ,)))) (X (X where) (X (X (X pressures) (X (X on) (X teachers))) (X (X are) (X (X growing) (X and)))))) (X (X where) (X (X (X (X high-stakes) (X testing)) (X (X has) (X (X enhanced) (X (X the) (X temptation))))) (X (X to) (X (X cheat) (X .))))))
(X (X (X (X (X (X The) (X 1987)) (X statute)) (X (X Mrs.) (X Yeargin))) (X (X violated) (X (X was) (X designed)))) (X (X to) (X (X (X enforce) (X provisions)) (X (X of) (X (X (X (X South) (X Carolina)) (X (X 's) (X (X school-improvement) (X laws)))) (X .))))))
(X (X (X (X (X Prosecutors) (X alleged)) (X (X that) (X (X (X she) (X was)) (X trying)))) (X (X to) (X (X (X bolster) (X (X (X students) (X ')) (X scores))) (X (X to) (X (X win) (X (X a) (X bonus))))))) (X (X under) (X (X (X (X the) (X (X state) (X (X 's) (X 1984)))) (X Education)) (X (X Improvement) (X (X Act) (X .))))))
(X (X (X (X The) (X (X bonus) (X depended))) (X (X on) (X (X her) (X ability)))) (X (X to) (X (X produce) (X (X (X higher) (X student-test)) (X (X scores) (X .))))))
(X (X (X ``) (X There)) (X (X is) (X (X (X (X incredible) (X pressure)) (X (X on) (X (X (X (X school) (X systems)) (X (X and) (X (X teachers) (X to)))) (X (X raise) (X (X (X test) (X scores)) (X (X ,) (X ''))))))) (X (X says) (X (X (X Walt) (X Haney)) (X (X ,) (X (X (X (X an) (X (X education) (X professor))) (X (X and) (X (X testing) (X specialist)))) (X (X at) (X (X (X Boston) (X College)) (X .))))))))))
(X (X (X ``) (X (X (X So) (X efforts)) (X (X to) (X (X beat) (X (X the) (X tests)))))) (X (X are) (X (X also) (X (X on) (X (X (X (X the) (X rise)) (X .)) (X ''))))))
(X (X (X (X (X And) (X (X most) (X disturbing))) (X (X ,) (X it))) (X (X is) (X (X (X educators) (X (X ,) (X (X (X not) (X students)) (X (X ,) (X who))))) (X (X are) (X blamed))))) (X (X for) (X (X much) (X (X of) (X (X (X the) (X wrongdoing)) (X .))))))
(X (X (X (X (X (X (X A) (X 50-state)) (X (X study) (X released))) (X (X in) (X September))) (X (X by) (X (X Friends) (X (X for) (X (X Education) (X (X ,) (X (X (X an) (X Albuquerque)) (X (X ,) (X (X N.M.) (X (X ,) (X (X (X school-research) (X (X group) (X ,))) (X concluded)))))))))))) (X (X that) (X (X ``) (X (X (X (X outright) (X cheating)) (X (X by) (X (X (X American) (X educators)) (X '')))) (X is))))) (X (X ``) (X (X (X common) (X .)) (X ''))))
(X (X (X (X (X (X The) (X group)) (X (X says) (X (X standardized) (X (X (X achievement) (X test)) (X scores))))) (X (X are) (X (X greatly) (X inflated)))) (X (X because) (X (X (X (X teachers) (X often)) (X (X ``) (X (X teach) (X (X (X the) (X test)) (X ''))))) (X (X as) (X (X (X Mrs.) (X Yeargin)) (X (X did) (X ,))))))) (X (X although) (X (X most) (X (X are) (X (X never) (X (X caught) (X .)))))))
(X (X (X Evidence) (X (X of) (X (X widespread) (X cheating)))) (X (X has) (X (X (X surfaced) (X (X in) (X (X several) (X states)))) (X (X in) (X (X (X (X (X (X the) (X last)) (X year)) (X or)) (X so)) (X .))))))
(X (X (X (X California) (X (X 's) (X education))) (X department)) (X (X suspects) (X (X (X (X (X adult) (X responsibility)) (X (X for) (X (X erasures) (X (X at) (X (X 40) (X schools)))))) (X (X that) (X (X changed) (X (X wrong) (X answers))))) (X (X to) (X (X (X right) (X ones)) (X (X on) (X (X (X (X a) (X statewide)) (X test)) (X .))))))))
(X (X (X (X (X After) (X (X numerous) (X occurrences))) (X (X of) (X (X (X questionable) (X teacher)) (X help)))) (X (X to) (X (X students) (X (X ,) (X Texas))))) (X (X is) (X (X (X revising) (X (X its) (X (X security) (X practices)))) (X .))))
(X (X (X And) (X sales)) (X (X of) (X (X (X (X test-coaching) (X booklets)) (X (X for) (X (X classroom) (X instruction)))) (X (X are) (X (X booming) (X .))))))
(X (X (X (X (X These) (X materials)) (X ,)) (X (X including) (X (X (X (X (X (X (X Macmillan\/McGraw-Hill) (X School)) (X Publishing)) (X (X Co.) (X (X 's) (X Scoring)))) (X High)) (X (X and) (X (X Learning) (X Materials)))) (X --)))) (X (X are) (X (X (X (X (X nothing) (X short)) (X (X of) (X (X (X sophisticated) (X crib)) (X sheets)))) (X (X ,) (X according))) (X (X to) (X (X (X (X some) (X recent)) (X (X academic) (X research))) (X .))))))
(X (X (X By) (X (X using) (X (X (X them) (X (X ,) (X (X teachers) (X --)))) (X (X with) (X (X (X (X (X administrative) (X blessing)) (X (X --) (X (X telegraph) (X (X to) (X (X students) (X (X beforehand) (X (X (X the) (X precise)) (X areas)))))))) (X on)) (X (X which) (X (X (X (X a) (X test)) (X (X will) (X concentrate))) (X (X ,) (X (X and) (X sometimes)))))))))) (X (X give) (X (X (X (X away) (X (X a) (X (X (X few) (X exact)) (X questions)))) (X and)) (X (X answers) (X .)))))
(X (X (X Use) (X (X of) (X (X Scoring) (X High)))) (X (X is) (X (X (X (X widespread) (X (X in) (X (X South) (X Carolina)))) (X (X and) (X (X common) (X (X in) (X (X Greenville) (X County)))))) (X (X ,) (X (X (X Mrs.) (X (X Yeargin) (X (X 's) (X (X school) (X district))))) (X .))))))
(X (X (X Experts) (X (X say) (X there))) (X (X is) (X (X (X n't) (X (X (X another) (X state)) (X (X in) (X (X the) (X country))))) (X (X where) (X (X (X tests) (X mean)) (X (X as) (X (X much) (X (X as) (X (X they) (X (X do) (X (X in) (X (X (X South) (X Carolina)) (X .)))))))))))))
(X (X (X (X (X (X (X (X Under) (X the)) (X (X state) (X (X 's) (X Education)))) (X (X Improvement) (X Act))) (X (X ,) (X (X (X low) (X test)) (X scores)))) (X (X can) (X (X block) (X (X (X students) (X (X ') (X promotions))) (X (X or) (X (X force) (X (X entire) (X districts)))))))) (X (X into) (X (X wrenching) (X (X ,) (X state-supervised))))) (X (X ``) (X (X (X (X interventions) (X '')) (X that)) (X (X can) (X (X mean) (X (X firings) (X .)))))))
(X (X (X (X (X High) (X test)) (X scores)) (X (X ,) (X (X on) (X (X (X the) (X (X other) (X hand))) (X ,))))) (X (X bring) (X (X (X (X (X recognition) (X (X and) (X (X extra) (X money)))) (X (X --) (X (X (X a) (X (X new) (X (X computer) (X lab)))) (X (X for) (X (X a) (X school)))))) (X (X ,) (X (X grants) (X (X for) (X (X special) (X projects)))))) (X (X ,) (X (X (X a) (X bonus)) (X (X for) (X (X (X the) (X superintendent)) (X .))))))))
(X (X (X (X And) (X South)) (X Carolina)) (X (X says) (X (X it) (X (X is) (X (X getting) (X (X results) (X .)))))))
(X (X (X (X (X (X (X (X Since) (X the)) (X reforms)) (X (X went) (X (X in) (X place)))) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X no) (X state)))))) (X has)) (X (X posted) (X (X (X (X a) (X (X higher) (X rate))) (X (X of) (X improvement))) (X (X on) (X (X (X (X (X (X the) (X Scholastic)) (X Aptitude)) (X Test)) (X (X than) (X (X South) (X Carolina)))) (X ,)))))) (X (X although) (X (X (X (X (X the) (X state)) (X still)) (X (X posts) (X (X (X the) (X (X lowest) (X (X average) (X score)))) (X (X of) (X (X (X the) (X (X about) (X (X 21) (X states)))) (X who)))))) (X (X use) (X (X (X the) (X SAT)) (X (X as) (X (X (X (X the) (X primary)) (X (X college) (X (X entrance) (X examination)))) (X .))))))))
(X (X (X Critics) (X (X say) (X (X South) (X Carolina)))) (X (X is) (X (X (X paying) (X (X a) (X price))) (X (X by) (X (X (X stressing) (X (X improved) (X (X test) (X scores)))) (X (X so) (X (X much) (X .))))))))
(X (X (X Friends) (X (X of) (X (X (X Education) (X rates)) (X (X South) (X (X Carolina) (X one)))))) (X (X of) (X (X (X (X (X the) (X worst)) (X (X seven) (X states))) (X (X in) (X (X its) (X study)))) (X (X on) (X (X (X academic) (X cheating)) (X .))))))
(X (X (X (X (X (X (X Says) (X (X the) (X organization))) (X (X 's) (X founder))) (X (X ,) (X (X John) (X Cannell)))) (X (X ,) (X (X prosecuting) (X (X Mrs.) (X Yeargin))))) (X is)) (X (X ``) (X (X (X (X (X a) (X way)) (X (X for) (X (X (X administrators) (X to)) (X (X protect) (X (X (X themselves) (X and)) (X look)))))) (X (X like) (X (X they) (X (X take) (X (X (X cheating) (X seriously)) (X ,)))))) (X (X when) (X (X (X (X in) (X (X fact) (X they))) (X (X do) (X n't))) (X (X take) (X (X (X it) (X (X seriously) (X (X at) (X (X all) (X .))))) (X ''))))))))
(X (X (X (X (X (X Paul) (X Sandifer)) (X (X ,) (X director))) (X (X of) (X (X testing) (X (X for) (X (X (X (X (X (X the) (X South)) (X (X Carolina) (X department))) (X (X of) (X education))) (X ,)) (X (X says) (X (X Mr.) (X (X Cannell) (X (X 's) (X allegations)))))))))) (X (X of) (X cheating))) (X (X ``) (X (X (X are) (X (X (X purely) (X (X without) (X foundation))) (X (X ,) (X (X '') (X (X and) (X based)))))) (X (X on) (X (X (X unfair) (X inferences)) (X .))))))
(X (X Partly) (X (X because) (X (X (X of) (X (X (X (X (X (X worries) (X (X about) (X (X potential) (X abuse)))) (X ,)) (X (X however) (X (X ,) (X he)))) (X (X says) (X (X (X the) (X state)) (X will)))) (X begin))) (X (X keeping) (X (X (X closer) (X track)) (X (X of) (X (X (X achievement-test) (X preparation)) (X (X booklets) (X (X (X next) (X spring)) (X .))))))))))
(X (X (X (X (X (X South) (X (X Carolina) (X (X 's) (X reforms)))) (X were)) (X designed)) (X (X for) (X schools))) (X (X like) (X (X (X (X Greenville) (X High)) (X School)) (X .))))
(X (X (X Standing) (X (X on) (X (X (X (X a) (X (X shaded) (X hill))) (X (X in) (X (X (X a) (X (X run-down) (X area))) (X (X of) (X (X (X (X this) (X old)) (X textile)) (X city)))))) (X (X ,) (X (X the) (X school)))))) (X (X has) (X (X (X (X (X educated) (X many)) (X (X of) (X (X (X (X (X South) (X Carolina)) (X 's)) (X best)) (X (X and) (X brightest))))) (X ,)) (X (X including) (X (X (X (X the) (X (X state) (X (X 's) (X last)))) (X (X two) (X governors))) (X (X ,) (X (X (X (X (X Nobel) (X Prize)) (X (X winning) (X physicist))) (X (X Charles) (X Townes))) (X (X and) (X (X actress) (X (X Joanne) (X (X Woodward) (X .))))))))))))
(X (X (X (X But) (X (X by) (X (X (X (X the) (X early)) (X 1980s)) (X (X ,) (X (X its) (X glory)))))) (X (X had) (X faded))) (X (X like) (X (X (X (X the) (X yellow)) (X bricks)) (X (X of) (X (X (X its) (X (X broad) (X facade))) (X .))))))
(X (X ``) (X (X (X It) (X (X was) (X (X (X (X (X (X full) (X (X of) (X violence))) (X (X and) (X gangs))) (X (X and) (X (X kids) (X (X cutting) (X class))))) (X (X ,) (X ''))) (X (X says) (X (X Linda) (X Ward)))))) (X (X ,) (X (X (X the) (X (X school) (X (X 's) (X principal)))) (X .)))))
(X (X (X ``) (X (X Crime) (X (X was) (X (X (X awful) (X (X ,) (X (X (X test) (X scores)) (X (X were) (X (X low) (X ,)))))) (X (X and) (X there)))))) (X (X was) (X (X (X no) (X enrollment)) (X (X in) (X (X (X (X honors) (X programs)) (X .)) (X ''))))))
(X (X (X Mrs.) (X Ward)) (X (X took) (X (X (X (X over) (X (X in) (X 1986))) (X ,)) (X (X becoming) (X (X (X (X the) (X (X school) (X 's))) (X (X seventh) (X principal))) (X (X in) (X (X (X 15) (X years)) (X .))))))))
(X (X (X (X Her) (X immediate)) (X predecessor)) (X (X suffered) (X (X (X a) (X (X nervous) (X breakdown))) (X .))))
(X (X Prior) (X (X to) (X (X (X (X (X his) (X term)) (X (X ,) (X (X a) (X teacher)))) (X bled)) (X (X to) (X (X death) (X (X in) (X (X (X the) (X halls)) (X (X ,) (X (X stabbed) (X (X by) (X (X (X a) (X student)) (X .))))))))))))
(X (X (X Academically) (X (X ,) (X (X Mrs.) (X Ward)))) (X (X says) (X (X (X (X (X ,) (X (X the) (X school))) (X was)) (X (X having) (X (X (X trouble) (X serving)) (X (X in) (X (X (X (X (X harmony) (X its)) (X (X two) (X disparate))) (X (X ,) (X (X and) (X evenly)))) (X split)))))) (X (X ,) (X (X (X (X student) (X groups)) (X (X :) (X (X a) (X (X privileged) (X (X white) (X elite)))))) (X (X from) (X (X (X (X (X old) (X monied)) (X neighborhoods)) (X (X and) (X (X blacks) (X (X ,) (X (X (X many) (X (X of) (X (X them) (X poor)))) (X ,)))))) (X (X from) (X (X run-down) (X (X ,) (X (X (X inner) (X (X city) (X neighborhoods))) (X .))))))))))))
(X (X (X Mrs.) (X Ward)) (X (X resolved) (X (X (X to) (X (X clean) (X out))) (X (X ``) (X (X (X (X (X (X deadwood) (X '')) (X (X in) (X (X (X the) (X (X school) (X (X 's) (X faculty)))) (X and)))) (X (X restore) (X (X safety) (X (X ,) (X (X and) (X (X she) (X also))))))) (X (X had) (X (X (X (X some) (X new)) (X factors)) (X working)))) (X (X in) (X (X (X her) (X behalf)) (X .))))))))
(X (X One) (X (X was) (X (X (X (X statewide) (X (X school) (X reform))) (X (X ,) (X which))) (X (X raised) (X (X (X (X (X (X overall) (X educational)) (X funding)) (X (X and) (X ushered))) (X (X in) (X (X (X a) (X new)) (X (X public) (X spirit))))) (X (X for) (X (X (X school) (X betterment)) (X .))))))))
(X (X Another) (X (X was) (X (X (X Nancy) (X Yeargin)) (X (X ,) (X (X (X (X who) (X came)) (X (X to) (X (X (X Greenville) (X (X in) (X 1985))) (X (X ,) (X (X (X full) (X (X of) (X (X the) (X energy)))) (X (X and) (X ambitions))))))) (X (X that) (X (X reformers) (X (X wanted) (X (X to) (X (X reward) (X .)))))))))))
(X (X (X ``) (X (X (X (X (X (X Being) (X (X a) (X teacher))) (X just)) (X (X became) (X (X (X my) (X life)) (X (X ,) (X ''))))) (X (X says) (X (X (X the) (X 37-year-old)) (X (X Mrs.) (X Yeargin))))) (X (X ,) (X (X (X a) (X teacher)) (X (X for) (X (X (X 12) (X years)) (X (X before) (X (X (X her) (X dismissal)) (X .))))))))) (X ``))
(X (X (X (X (X I) (X loved)) (X the)) (X school)) (X (X ,) (X (X (X its) (X history)) (X .))))
(X (X (X (X (X I) (X even)) (X dreamt)) (X (X about) (X (X school) (X (X and) (X (X new) (X things)))))) (X (X to) (X (X do) (X (X with) (X (X (X my) (X students)) (X (X .) (X '')))))))
(X (X (X (X (X (X While) (X Mrs.)) (X Ward)) (X (X fired) (X (X and) (X (X restructured) (X (X staff) (X and)))))) (X struggled)) (X (X to) (X (X (X improve) (X (X curriculum) (X (X ,) (X (X Mrs.) (X Yeargin))))) (X (X worked) (X (X (X (X 14-hour) (X days)) (X (X and) (X fast))) (X (X became) (X (X (X (X a) (X student)) (X favorite)) (X .))))))))
(X (X (X (X (X (X In) (X 1986-87)) (X (X and) (X 1987-88))) (X (X ,) (X she))) (X (X applied) (X (X for) (X (X and) (X (X won) (X (X bonus) (X pay))))))) (X (X under) (X (X (X the) (X (X reform) (X law))) (X .))))
(X (X (X (X Encouraged) (X (X by) (X (X (X Mrs.) (X Ward)) (X (X ,) (X (X (X Mrs.) (X Yeargin)) (X (X taught) (X (X (X honor) (X students)) (X (X in) (X (X the) (X state)))))))))) (X (X ``) (X (X (X (X (X teacher) (X cadet)) (X (X '') (X program))) (X (X ,) (X (X a) (X (X reform) (X creation))))) (X designed)))) (X (X to) (X (X (X encourage) (X (X (X good) (X students)) (X to))) (X (X consider) (X (X teaching) (X (X as) (X (X (X a) (X career)) (X .))))))))
(X (X (X (X (X (X She) (X (X won) (X (X (X grant) (X money)) (X (X for) (X (X the) (X school)))))) (X (X ,) (X (X (X (X advised) (X (X cheerleaders) (X (X ,) (X (X ran) (X (X the) (X (X pep) (X club))))))) (X (X ,) (X (X (X proposed) (X (X and) (X (X taught) (X (X a) (X new))))) (X (X ``) (X (X (X (X Cultural) (X Literacy)) (X (X '') (X class))) (X (X in) (X (X Western) (X Civilization)))))))) (X and)))) (X (X was) (X chosen))) (X (X by) (X (X (X (X the) (X school)) (X PTA)) (X as)))) (X (X ``) (X (X Teacher) (X (X of) (X (X (X (X the) (X Year)) (X .)) (X ''))))))
(X (X ``) (X (X She) (X (X was) (X (X (X (X (X an) (X (X inspirational) (X lady))) (X (X ;) (X (X (X (X she) (X (X had) (X (X it) (X (X all) (X together))))) (X (X ,) (X ''))) (X (X says) (X (X Laura) (X Dobson)))))) (X (X ,) (X (X (X a) (X freshman)) (X (X at) (X (X the) (X University)))))) (X (X of) (X (X (X (X (X South) (X Carolina)) (X who)) (X (X had) (X (X Mrs.) (X Yeargin)))) (X (X in) (X (X (X (X the) (X (X teacher-cadet) (X (X class) (X last)))) (X year)) (X .)))))))))
(X (X (X She) (X (X says) (X (X that) (X (X because) (X (X of) (X (X Mrs.) (X (X Yeargin) (X she)))))))) (X (X gave) (X (X (X up) (X (X (X ambitions) (X (X in) (X architecture))) (X and))) (X (X is) (X (X studying) (X (X to) (X (X become) (X (X (X a) (X teacher)) (X .)))))))))
(X (X (X (X (X (X (X Mary) (X Beth)) (X Marchand)) (X (X ,) (X (X (X a) (X (X Greenville) (X (X 11th) (X grader)))) (X (X ,) (X also))))) (X (X says) (X (X Mrs.) (X Yeargin)))) (X (X inspired) (X (X her) (X (X to) (X go))))) (X (X into) (X (X education) (X .))))
(X (X ``) (X (X (X (X (X (X (X She) (X (X taught) (X (X (X us) (X more)) (X (X in) (X (X Western) (X Civilization)))))) (X (X than) (X (X I) (X (X 've) (X (X ever) (X learned)))))) (X (X in) (X (X other) (X classes)))) (X (X ,) (X ''))) (X (X says) (X (X Kelli) (X Green)))) (X (X ,) (X (X a) (X (X Greenville) (X (X senior) (X .)))))))
(X (X (X (X (X (X (X (X In) (X the)) (X classroom)) (X (X ,) (X (X students) (X say)))) (X (X ,) (X (X (X Mrs.) (X Yeargin)) (X (X distinguished) (X herself))))) (X (X by) (X (X (X varying) (X teaching)) (X approaches)))) (X --)) (X (X forcing) (X (X (X kids) (X (X to) (X (X (X (X pair) (X up)) (X to)) (X (X complete) (X (X (X classroom) (X work)) (X or)))))) (X (X using) (X (X (X college-bowl) (X (X type) (X competitions))) (X .))))))
(X (X (X (X (X On) (X weekends)) (X (X ,) (X (X she) (X came)))) (X (X to) (X work))) (X (X to) (X (X (X prepare) (X (X (X (X study) (X (X plans) (X or))) (X sometimes)) (X (X ,) (X even)))) (X (X to) (X (X (X polish) (X (X the) (X furniture))) (X (X in) (X (X her) (X (X classroom) (X .)))))))))
(X (X ``) (X (X (X (X (X She) (X (X just) (X never))) (X (X gave) (X (X it) (X (X (X up) (X ,)) (X ''))))) (X (X says) (X (X Mary) (X Marchand)))) (X (X ,) (X (X (X Mary) (X (X Beth) (X (X 's) (X mother)))) (X .)))))
(X (X ``) (X (X (X You) (X 'd)) (X (X see) (X (X (X (X her) (X correcting)) (X homework)) (X (X in) (X (X (X (X the) (X stands)) (X (X at) (X (X (X a) (X football)) (X game)))) (X (X .) (X ''))))))))
(X (X (X (X Some) (X (X fellow) (X teachers))) (X (X ,) (X (X however) (X (X ,) (X (X (X viewed) (X Mrs.)) (X Yeargin)))))) (X (X as) (X (X (X (X cocky) (X and)) (X (X too) (X yielding))) (X (X to) (X (X students) (X .))))))
(X (X (X Mrs.) (X Ward)) (X (X says) (X (X (X she) (X often)) (X (X defended) (X (X her) (X (X to) (X (X (X colleagues) (X who)) (X (X called) (X (X (X (X her) (X a)) (X grandstander)) (X .))))))))))
(X (X (X Pressures) (X began)) (X (X to) (X (X build) (X .))))
(X (X Friends) (X (X told) (X (X (X (X her) (X she)) (X was)) (X (X pushing) (X (X (X too) (X hard)) (X .))))))
(X (X (X (X Because) (X (X of) (X (X (X deteriorating) (X hearing)) (X (X ,) (X she))))) (X (X told) (X (X (X colleagues) (X she)) (X (X feared) (X (X she) (X (X might) (X (X not) (X (X be) (X able))))))))) (X (X to) (X (X teach) (X (X (X much) (X longer)) (X .)))))
(X (X (X (X (X Mrs.) (X (X Yeargin) (X (X 's) (X (X extra) (X work))))) (X was)) (X also)) (X (X helping) (X (X (X her) (X (X earn) (X points))) (X (X in) (X (X (X the) (X (X state) (X (X 's) (X (X incentive-bonus) (X program))))) (X .))))))
(X (X (X (X (X But) (X the)) (X (X most) (X (X important) (X source)))) (X (X of) (X (X points) (X (X was) (X (X student) (X improvement)))))) (X (X on) (X (X tests) (X .))))
(X (X (X Huge) (X (X gains) (X (X by) (X (X (X her) (X students)) (X (X in) (X (X 1987) (X (X and) (X 1988)))))))) (X (X meant) (X (X (X (X (X a) (X total)) (X (X of) (X (X (X $) (X 5,000)) (X (X in) (X (X bonuses) (X (X over) (X (X two) (X years)))))))) (X (X --) (X (X a) (X (X meaningful) (X addition))))) (X (X to) (X (X (X (X her) (X annual)) (X salary)) (X (X of) (X (X $) (X (X 23,000) (X .)))))))))
(X (X (X (X (X Winning) (X a)) (X bonus)) (X (X for) (X (X (X a) (X (X third) (X year))) (X (X was) (X (X n't) (X (X that) (X important))))))) (X (X to) (X (X (X her) (X (X ,) (X (X (X Mrs.) (X Yeargin)) (X insists)))) (X .))))
(X (X (X (X (X But) (X others)) (X (X at) (X (X Greenville) (X High)))) (X (X say) (X (X (X she) (X (X was) (X eager))) (X (X to) (X (X win) (X --)))))) (X (X if) (X (X (X not) (X (X for) (X money))) (X (X ,) (X (X (X then) (X (X for) (X pride))) (X (X and) (X (X recognition) (X .))))))))
(X (X (X (X (X Mary) (X Elizabeth)) (X Ariail)) (X (X ,) (X (X (X (X another) (X (X social-studies) (X teacher))) (X ,)) (X (X says) (X she))))) (X (X believed) (X (X (X (X (X Mrs.) (X Yeargin)) (X wanted)) (X (X to) (X (X (X (X keep) (X (X her) (X (X standing) (X high)))) (X (X so) (X (X (X she) (X could)) (X (X get) (X (X (X a) (X new)) (X job)))))) (X (X that) (X (X would) (X n't)))))) (X (X demand) (X (X (X good) (X hearing)) (X .))))))
(X (X (X (X Indeed) (X (X ,) (X (X Mrs.) (X Yeargin)))) (X (X was) (X (X interested) (X (X in) (X (X (X a) (X possible)) (X job)))))) (X (X with) (X (X (X (X the) (X (X state) (X teacher))) (X (X cadet) (X program))) (X .))))
(X (X (X (X (X Last) (X March)) (X (X ,) (X (X after) (X (X (X (X (X attending) (X (X a) (X teaching))) (X seminar)) (X (X in) (X Washington))) (X (X ,) (X (X Mrs.) (X Yeargin))))))) (X (X says) (X (X she) (X returned)))) (X (X to) (X (X (X (X Greenville) (X (X two) (X days))) (X (X before) (X (X (X annual) (X testing)) (X feeling)))) (X (X that) (X (X (X she) (X (X had) (X (X n't) (X (X prepared) (X (X her) (X (X low-ability) (X (X geography) (X (X students) (X adequately))))))))) (X .))))))
(X (X (X (X When) (X (X test) (X booklets))) (X (X were) (X (X (X (X passed) (X (X out) (X (X 48) (X (X hours) (X ahead))))) (X (X of) (X time))) (X (X ,) (X (X (X she) (X (X says) (X (X she) (X (X copied) (X questions))))) (X (X in) (X (X (X the) (X (X social) (X (X studies) (X section)))) (X and)))))))) (X (X gave) (X (X (X the) (X answers)) (X (X to) (X (X students) (X .))))))
(X (X (X Mrs.) (X Yeargin)) (X (X admits) (X (X she) (X (X made) (X (X (X a) (X (X big) (X mistake))) (X (X but) (X (X (X (X insists) (X her)) (X motives)) (X (X were) (X (X correct) (X .))))))))))
(X (X (X ``) (X (X I) (X (X was) (X trying)))) (X (X to) (X (X help) (X (X (X (X kids) (X (X in) (X (X an) (X (X unfair) (X (X testing) (X situation)))))) (X (X ,) (X (X '') (X she)))) (X (X says) (X .))))))
(X (X ``) (X (X (X Only) (X five)) (X (X of) (X (X (X (X the) (X 40)) (X questions)) (X (X were) (X (X (X geography) (X questions)) (X .)))))))
(X (X (X The) (X rest)) (X (X were) (X (X history) (X (X ,) (X (X (X (X sociology) (X (X ,) (X finance))) (X (X --) (X (X subjects) (X (X they) (X never))))) (X (X had) (X (X .) (X ''))))))))
(X (X (X (X (X Mrs.) (X Yeargin)) (X (X says) (X (X that) (X (X (X (X she) (X also)) (X (X wanted) (X to))) (X help))))) (X (X lift) (X (X (X (X Greenville) (X High)) (X (X School) (X (X (X (X 's) (X overall)) (X test)) (X scores)))) (X (X ,) (X (X usually) (X (X near) (X (X the) (X bottom)))))))) (X (X of) (X (X (X (X (X 14) (X (X district) (X high))) (X schools)) (X (X in) (X (X rankings) (X (X carried) (X annually))))) (X (X by) (X (X (X local) (X newspapers)) (X .))))))
(X (X (X (X Mostly) (X (X ,) (X (X (X she) (X (X says) (X (X ,) (X she)))) (X (X wanted) (X to))))) (X (X prevent) (X (X the) (X damage)))) (X (X to) (X (X (X self-esteem) (X (X that) (X (X (X (X her) (X (X low-ability) (X students))) (X would)) (X suffer)))) (X (X from) (X (X doing) (X (X badly) (X (X on) (X (X (X the) (X test)) (X .)))))))))
(X (X (X ``) (X (X These) (X kids))) (X (X broke) (X (X (X (X my) (X heart)) (X (X ,) (X (X '') (X she)))) (X (X says) (X .)))))
(X (X ``) (X (X (X (X (X A) (X (X whole) (X day))) (X goes)) (X (X by) (X (X and) (X (X no) (X (X one) (X even)))))) (X (X knows) (X (X they) (X (X 're) (X (X alive) (X .)))))))
(X (X (X They) (X desperately)) (X (X needed) (X (X (X somebody) (X who)) (X (X showed) (X (X (X they) (X cared)) (X (X for) (X (X them) (X (X ,) (X (X (X who) (X (X loved) (X them))) (X .))))))))))
(X (X (X (X The) (X last)) (X (X thing) (X they))) (X (X needed) (X (X was) (X (X (X (X another) (X drag-down)) (X (X blow) (X .))) (X '')))))
(X (X (X (X (X (X School) (X officials)) (X and)) (X prosecutors)) (X (X say) (X (X Mrs.) (X Yeargin)))) (X (X is) (X (X lying) (X .))))
(X (X (X (X (X They) (X (X found) (X (X students) (X (X in) (X (X an) (X (X (X advanced) (X class)) (X (X a) (X (X (X year) (X earlier)) (X who))))))))) (X (X said) (X she))) (X (X gave) (X (X (X them) (X (X similar) (X help))) (X ,)))) (X (X although) (X (X because) (X (X (X (X the) (X case)) (X (X was) (X (X (X (X n't) (X tried)) (X (X in) (X court))) (X (X ,) (X (X (X this) (X evidence)) (X (X was) (X never))))))) (X (X presented) (X (X publicly) (X .)))))))
(X (X (X ``) (X (X That) (X (X pretty) (X much)))) (X (X defeats) (X (X (X (X (X (X (X (X any) (X inkling)) (X (X that) (X (X she) (X (X was) (X out))))) (X to)) (X (X help) (X (X (X (X (X the) (X poor)) (X (X underprivileged) (X child))) (X (X ,) (X ''))) (X (X says) (X (X Joe) (X Watson)))))) (X (X ,) (X (X (X the) (X prosecutor)) (X (X in) (X (X the) (X case)))))) (X (X ,) (X (X who) (X (X is) (X (X also) (X president)))))) (X (X of) (X (X (X Greenville) (X High)) (X (X School) (X (X (X 's) (X (X alumni) (X association))) (X .))))))))
(X (X (X (X Mrs.) (X Yeargin)) (X concedes)) (X (X that) (X (X (X (X (X (X (X she) (X went)) (X (X over) (X (X the) (X questions)))) (X (X in) (X (X the) (X (X earlier) (X class))))) (X ,)) (X (X adding) (X :))) (X (X ``) (X (X (X (X I) (X wanted)) (X to)) (X (X help) (X (X (X all) (X (X '') (X students))) (X .))))))))
(X (X (X (X Mr.) (X Watson)) (X (X says) (X (X (X Mrs.) (X (X Yeargin) (X never))) (X complained)))) (X (X to) (X (X (X school) (X officials)) (X (X that) (X (X (X (X the) (X standardized)) (X test)) (X (X was) (X (X unfair) (X .))))))))
(X (X (X ``) (X (X (X Do) (X I)) (X (X have) (X (X (X much) (X sympathy)) (X (X for) (X (X (X (X (X her) (X ?)) (X '')) (X Mr.)) (X Watson))))))) (X (X asks) (X .)))
(X (X ``) (X (X Not) (X (X really) (X .))))
(X (X I) (X (X believe) (X (X (X in) (X (X the) (X system))) (X .))))
(X (X (X I) (X (X believe) (X (X you) (X (X have) (X to))))) (X (X use) (X (X (X the) (X system)) (X (X to) (X (X change) (X (X it) (X .)))))))
(X (X (X (X (X What) (X she)) (X (X did) (X was))) (X (X like) (X (X taking) (X (X the) (X law))))) (X (X into) (X (X (X your) (X (X own) (X hands))) (X (X .) (X '')))))
(X (X (X (X (X (X Mrs.) (X Ward)) (X (X says) (X that))) (X (X when) (X (X (X (X the) (X cheating)) (X (X was) (X discovered))) (X (X ,) (X (X she) (X (X wanted) (X (X to) (X (X avoid) (X (X (X the) (X (X morale-damaging) (X public))) (X disclosure)))))))))) (X (X that) (X (X (X a) (X trial)) (X would)))) (X (X bring) (X .)))
(X (X (X She) (X (X says) (X she))) (X (X offered) (X (X (X (X (X Mrs.) (X (X Yeargin) (X (X a) (X (X quiet) (X resignation))))) (X and)) (X (X thought) (X (X she) (X could)))) (X (X help) (X (X save) (X (X (X (X her) (X teaching)) (X certificate)) (X .)))))))
(X (X (X (X Mrs.) (X Yeargin)) (X declined)) (X .))
(X (X (X ``) (X (X She) (X (X said) (X something)))) (X (X like) (X (X (X (X (X (X `) (X You)) (X just)) (X want)) (X to)) (X (X make) (X (X it) (X (X easy) (X (X for) (X (X (X the) (X school)) (X (X .) (X '))))))))))
(X (X I) (X (X was) (X (X dumbfounded) (X (X ,) (X (X '') (X (X Mrs.) (X (X (X Ward) (X recalls)) (X .))))))))
(X (X (X ``) (X (X It) (X was))) (X (X like) (X (X (X someone) (X (X had) (X (X turned) (X (X a) (X knife))))) (X (X in) (X (X me) (X (X .) (X '')))))))
(X (X (X (X (X (X (X To) (X the)) (X astonishment)) (X (X and) (X dismay))) (X (X of) (X (X (X (X her) (X superiors)) (X (X and) (X (X legal) (X authorities)))) (X (X --) (X (X and) (X perhaps)))))) (X (X as) (X (X (X a) (X measure)) (X (X of) (X (X (X the) (X unpopularity)) (X (X of) (X (X (X standardized) (X tests)) (X (X --) (X (X Mrs) (X (X .) (X Yeargin))))))))))) (X (X won) (X (X (X widespread) (X local)) (X (X support) (X .)))))
(X (X (X (X (X The) (X school-board)) (X (X hearing) (X at))) (X (X which) (X (X (X (X she) (X was)) (X dismissed)) (X (X was) (X crowded))))) (X (X with) (X (X (X students) (X (X ,) (X (X (X teachers) (X (X and) (X parents))) (X (X who) (X came))))) (X (X to) (X (X testify) (X (X on) (X (X (X her) (X behalf)) (X .))))))))
(X (X (X (X (X (X (X Supportive) (X callers)) (X (X decried) (X (X unfair) (X testing)))) (X (X ,) (X (X not) (X (X Mrs.) (X Yeargin))))) (X ,)) (X (X on) (X (X (X a) (X (X local) (X (X radio) (X (X talk) (X show))))) (X on)))) (X (X which) (X (X she) (X (X appeared) (X .)))))
(X (X (X The) (X show)) (X (X did) (X (X n't) (X (X give) (X (X (X (X the) (X particulars)) (X (X of) (X (X (X Mrs.) (X (X Yeargin) (X (X 's) (X offense)))) (X (X ,) (X (X saying) (X (X only) (X (X that) (X (X she) (X (X helped) (X students)))))))))) (X (X do) (X (X better) (X (X on) (X (X (X the) (X test)) (X .))))))))))
(X (X (X (X ``) (X (X (X The) (X message)) (X (X to) (X (X (X (X the) (X board)) (X (X of) (X (X education) (X out)))) (X (X of) (X (X all) (X this))))))) (X (X is) (X (X (X (X (X we) (X 've)) (X got)) (X to)) (X (X take) (X (X (X (X a) (X serious)) (X look)) (X at)))))) (X (X how) (X (X (X (X (X we) (X 're)) (X (X doing) (X (X (X our) (X curriculum)) (X (X and) (X (X our) (X (X testing) (X policies))))))) (X (X in) (X (X this) (X state)))) (X (X ,) (X (X '') (X (X said) (X (X (X the) (X (X talk-show) (X host))) (X .))))))))
(X (X (X (X (X (X Editorials) (X (X in) (X (X (X the) (X (X Greenville) (X newspaper))) (X allowed)))) (X (X that) (X (X Mrs.) (X Yeargin)))) (X (X was) (X (X (X wrong) (X ,)) (X (X but) (X (X also) (X (X said) (X (X the) (X case)))))))) (X showed)) (X (X how) (X (X (X testing) (X was)) (X (X being) (X (X overused) (X .))))))
(X (X (X (X The) (X radio)) (X show)) (X (X ``) (X (X (X (X enraged) (X us)) (X (X ,) (X ''))) (X (X says) (X (X Mrs.) (X (X Ward) (X .)))))))
(X (X Partly) (X (X because) (X (X (X (X (X of) (X (X (X the) (X show)) (X (X ,) (X (X Mr.) (X Watson))))) (X (X says) (X (X (X (X (X ,) (X (X the) (X district))) (X (X decided) (X not))) (X to)) (X (X recommend) (X (X (X Mrs.) (X Yeargin)) (X (X for) (X (X (X a) (X first-time)) (X (X offenders) (X program))))))))) (X (X that) (X (X could) (X (X (X have) (X (X expunged) (X (X the) (X charges)))) (X (X and) (X (X the) (X conviction))))))) (X (X from) (X (X (X her) (X record)) (X .))))))
(X (X (X (X And) (X legal)) (X authorities)) (X (X cranked) (X (X (X up) (X (X (X an) (X investigation)) (X worthy))) (X (X of) (X (X (X (X a) (X murder)) (X case)) (X .))))))
(X (X (X (X (X Over) (X 50)) (X witnesses)) (X (X ,) (X (X (X mostly) (X students)) (X ,)))) (X (X were) (X (X interviewed) (X .))))
(X (X (X (X (X (X (X At) (X Greenville)) (X High)) (X School)) (X (X ,) (X (X meanwhile) (X (X ,) (X (X some) (X students)))))) (X (X --) (X (X especially) (X (X on) (X (X (X (X the) (X cheerleading)) (X squad)) (X --)))))) (X (X were) (X (X crushed) (X .))))
(X (X (X ``) (X (X (X (X It) (X (X 's) (X hard))) (X to)) (X (X explain) (X (X to) (X (X a) (X 17-year-old)))))) (X (X why) (X (X (X (X someone) (X they)) (X (X like) (X (X (X had) (X (X to) (X go))) (X (X ,) (X ''))))) (X (X says) (X (X Mrs.) (X (X Ward) (X .)))))))
(X (X (X Soon) (X (X ,) (X (X T-shirts) (X appeared)))) (X (X in) (X (X (X the) (X corridors)) (X (X that) (X (X (X carried) (X (X (X the) (X (X school) (X (X (X 's) (X familiar)) (X red-and-white)))) (X (X GHS) (X logo)))) (X (X on) (X (X (X the) (X front)) (X .))))))))
(X (X (X (X (X On) (X (X the) (X back))) (X (X ,) (X (X the) (X shirts)))) (X (X read) (X ,))) (X (X ``) (X (X We) (X (X have) (X (X (X (X all) (X the)) (X answers)) (X (X .) (X '')))))))
(X (X (X Many) (X colleagues)) (X (X are) (X (X angry) (X (X at) (X (X (X Mrs.) (X Yeargin)) (X .))))))
(X (X (X ``) (X She)) (X (X did) (X (X (X (X (X (X a) (X lot)) (X (X of) (X harm))) (X (X ,) (X ''))) (X (X says) (X (X Cathryn) (X Rice)))) (X (X ,) (X (X (X who) (X had)) (X (X discovered) (X (X (X (X the) (X crib)) (X notes)) (X .))))))))
(X (X ``) (X (X (X (X We) (X work)) (X (X damn) (X (X hard) (X at)))) (X (X what) (X (X (X (X (X we) (X (X do) (X (X for) (X (X (X damn) (X little)) (X pay))))) (X ,)) (X and)) (X (X what) (X (X (X she) (X (X did) (X (X (X cast) (X unfair)) (X aspersions)))) (X (X on) (X (X (X all) (X (X of) (X us))) (X (X .) (X ''))))))))))
(X (X (X (X (X But) (X (X several) (X teachers))) (X also)) (X (X say) (X (X (X (X (X the) (X incident)) (X casts)) (X doubt)) (X (X on) (X (X the) (X wisdom)))))) (X (X of) (X (X (X (X (X (X evaluating) (X teachers)) (X or)) (X schools)) (X by)) (X (X using) (X (X (X standardized) (X (X test) (X scores))) (X .))))))
(X (X (X (X (X Says) (X Gayle)) (X Key)) (X (X ,) (X (X (X a) (X (X mathematics) (X teacher))) (X ,)))) (X (X ``) (X (X (X The) (X incentive)) (X (X pay) (X (X thing) (X (X has) (X (X (X opened) (X (X up) (X (X a) (X can)))) (X (X of) (X (X worms) (X .))))))))))
(X (X (X (X There) (X (X may) (X (X be) (X others)))) (X doing)) (X (X what) (X (X she) (X (X did) (X (X .) (X ''))))))
(X (X (X (X Mrs.) (X Yeargin)) (X (X says) (X (X she) (X (X pleaded) (X guilty))))) (X (X because) (X (X (X (X she) (X (X realized) (X (X it) (X (X would) (X (X no) (X (X longer) (X (X be) (X possible)))))))) (X (X to) (X (X (X (X win) (X reinstatement)) (X ,)) (X and)))) (X (X because) (X (X (X she) (X (X was) (X afraid))) (X (X of) (X (X (X further) (X charges)) (X .))))))))
(X (X (X Mrs.) (X Ward)) (X (X ,) (X (X (X for) (X (X one) (X ,))) (X (X was) (X (X relieved) (X .))))))
(X (X (X (X (X (X Despite) (X (X the) (X strong))) (X evidence)) (X (X against) (X (X (X (X (X Mrs.) (X Yeargin)) (X (X ,) (X (X popular) (X sentiment)))) (X (X was) (X (X (X so) (X strong)) (X (X in) (X (X her) (X favor)))))) (X (X ,) (X (X Mrs.) (X Ward)))))) (X (X says) (X (X ,) (X that)))) (X (X ``) (X (X I) (X (X 'm) (X (X (X (X afraid) (X (X a) (X jury))) (X (X would) (X n't))) (X (X have) (X (X (X convicted) (X her)) (X .))))))))
(X (X (X (X (X Since) (X (X chalk) (X first))) (X (X touched) (X slate))) (X (X ,) (X schoolchildren))) (X (X have) (X (X wanted) (X (X to) (X (X know) (X (X (X :) (X (X What) (X 's))) (X (X on) (X (X (X the) (X test)) (X ?)))))))))
(X (X (X (X (X These) (X days)) (X (X ,) (X (X students) (X (X can) (X often))))) (X (X find) (X (X (X (X the) (X answer)) (X (X in) (X (X test-coaching) (X workbooks)))) (X (X and) (X (X worksheets) (X (X their) (X teachers))))))) (X (X give) (X (X (X them) (X (X in) (X (X the) (X (X weeks) (X prior))))) (X (X to) (X (X taking) (X (X (X standardized) (X (X achievement) (X tests))) (X .)))))))
(X (X (X (X The) (X (X mathematics) (X section))) (X (X of) (X (X (X (X (X the) (X widely)) (X (X used) (X California))) (X Achievement)) (X Test)))) (X (X asks) (X (X (X (X (X fifth) (X graders)) (X :)) (X (X ``) (X (X What) (X (X is) (X (X another) (X name)))))) (X (X for) (X (X (X (X (X (X the) (X Roman)) (X numeral)) (X IX)) (X ?)) (X ''))))))
(X (X (X It) (X also)) (X (X asks) (X (X them) (X (X to) (X (X (X add) (X two-sevenths)) (X (X and) (X (X three-sevenths) (X .))))))))
(X (X (X (X Worksheets) (X (X in) (X (X (X a) (X (X test-practice) (X kit))) (X (X called) (X (X Learning) (X Materials)))))) (X (X ,) (X sold))) (X (X to) (X (X (X schools) (X (X across) (X (X (X (X the) (X country)) (X (X by) (X (X (X (X Macmillan\/McGraw-Hill) (X School)) (X Publishing)) (X Co.)))) (X ,)))) (X (X contain) (X (X (X (X the) (X same)) (X questions)) (X .))))))
(X (X (X (X (X (X In) (X many)) (X other)) (X instances)) (X (X ,) (X there))) (X (X is) (X (X almost) (X (X (X no) (X difference)) (X (X between) (X (X (X (X the) (X real)) (X test)) (X (X and) (X (X (X Learning) (X Materials)) (X .)))))))))
(X (X (X (X (X (X (X (X What) (X 's)) (X more)) (X (X ,) (X (X the) (X test)))) (X (X and) (X Learning))) (X Materials)) (X (X are) (X (X (X both) (X produced)) (X (X by) (X (X (X the) (X (X same) (X company))) (X (X ,) (X (X Macmillan\/McGraw-Hill) (X (X ,) (X (X a) (X (X joint) (X venture))))))))))) (X (X of) (X (X (X (X McGraw-Hill) (X Inc.)) (X (X and) (X (X Macmillan) (X (X 's) (X parent))))) (X (X ,) (X (X (X (X (X Britain) (X (X 's) (X Maxwell))) (X Communication)) (X Corp)) (X .))))))
(X (X (X (X Close) (X parallels)) (X (X between) (X (X (X tests) (X (X and) (X practice))) (X tests)))) (X (X are) (X (X (X common) (X (X ,) (X (X (X some) (X educators)) (X (X and) (X researchers))))) (X (X say) (X .)))))
(X (X (X (X Test-preparation) (X booklets)) (X (X ,) (X (X software) (X (X and) (X worksheets))))) (X (X are) (X (X (X a) (X (X booming) (X (X publishing) (X subindustry)))) (X .))))
(X (X (X (X But) (X some)) (X (X practice) (X products))) (X (X are) (X (X (X (X (X so) (X similar)) (X (X to) (X (X the) (X (X tests) (X themselves))))) (X (X that) (X (X critics) (X (X say) (X they))))) (X (X represent) (X (X (X a) (X form)) (X (X of) (X (X (X school-sponsored) (X cheating)) (X .))))))))
(X (X (X ``) (X (X If) (X I))) (X (X took) (X (X (X (X (X (X -LCB-) (X (X (X these) (X preparation)) (X booklets))) (X -RCB-)) (X (X into) (X (X (X (X my) (X classroom)) (X (X ,) (X (X I) (X 'd)))) (X (X have) (X (X (X (X a) (X hard)) (X time)) (X justifying)))))) (X (X to) (X (X (X my) (X students)) (X (X and) (X parents))))) (X (X that) (X (X (X (X (X it) (X (X was) (X (X n't) (X cheating)))) (X (X ,) (X ''))) (X (X says) (X (X John) (X Kaminski)))) (X (X ,) (X (X (X (X a) (X Traverse)) (X City)) (X (X ,) (X (X (X Mich.) (X (X ,) (X (X teacher) (X who)))) (X (X has) (X (X studied) (X (X (X test) (X coaching)) (X .)))))))))))))
(X (X (X (X (X He) (X (X and) (X (X other) (X critics)))) (X (X say) (X (X (X such) (X coaching)) (X aids)))) (X can)) (X (X defeat) (X (X (X (X (X (X the) (X purpose)) (X (X of) (X (X standardized) (X tests)))) (X (X ,) (X which))) (X is)) (X (X to) (X (X gauge) (X (X (X learning) (X progress)) (X .)))))))
(X (X (X ``) (X (X (X It) (X 's)) (X as))) (X (X if) (X (X (X (X (X France) (X decided)) (X to)) (X (X give) (X (X (X only) (X (X French) (X (X history) (X questions)))) (X (X to) (X (X (X students) (X (X in) (X (X a) (X (X European) (X (X history) (X class)))))) (X (X ,) (X and))))))) (X (X when) (X (X (X (X (X (X everybody) (X (X aces) (X (X (X (X the) (X test)) (X (X ,) (X they))) (X (X say) (X (X (X their) (X kids)) (X (X are) (X good))))))) (X (X in) (X (X European) (X history)))) (X (X ,) (X (X '') (X (X says) (X (X John) (X Cannell)))))) (X (X ,) (X (X (X (X an) (X Albuquerque)) (X (X ,) (X (X (X N.M.) (X (X ,) (X psychiatrist))) (X (X and) (X founder))))) (X (X of) (X (X an) (X (X educational) (X (X research) (X organization)))))))) (X (X ,) (X (X (X (X Friends) (X (X for) (X Education))) (X (X ,) (X which))) (X (X has) (X (X studied) (X (X standardized) (X (X testing) (X .))))))))))))
(X (X (X (X Standardized) (X achievement)) (X tests)) (X (X are) (X (X (X (X given) (X (X about) (X (X 10) (X (X (X (X million) (X times)) (X a)) (X year))))) (X (X across) (X (X the) (X country)))) (X (X to) (X (X (X (X students) (X generally)) (X (X from) (X kindergarten))) (X (X through) (X (X eighth) (X (X grade) (X .)))))))))
(X (X (X (X (X The) (X (X most) (X widely))) (X used)) (X (X of) (X (X these) (X tests)))) (X (X are) (X (X (X (X Macmillan\/McGraw) (X (X 's) (X CAT))) (X (X and) (X (X Comprehensive) (X Test)))) (X (X of) (X (X (X Basic) (X Skills)) (X (X ;) (X (X (X (X the) (X Iowa)) (X Test)) (X (X of) (X (X (X (X Basic) (X Skills)) (X (X ,) (X (X by) (X (X (X Houghton) (X Mifflin)) (X Co.))))) (X (X ;) (X (X (X and) (X (X (X Harcourt) (X (X Brace) (X (X Jovanovich) (X (X Inc.) (X (X (X 's) (X Metropolitan)) (X Achievement)))))) (X Test))) (X (X and) (X (X (X Stanford) (X (X Achievement) (X Test))) (X .))))))))))))))
(X (X (X Sales) (X figures)) (X (X of) (X (X (X the) (X (X test-prep) (X materials))) (X (X are) (X (X (X (X n't) (X known)) (X ,)) (X (X but) (X (X (X their) (X reach)) (X (X into) (X (X schools) (X (X is) (X (X significant) (X .))))))))))))
(X (X (X In) (X Arizona)) (X (X ,) (X (X (X (X (X (X California) (X (X ,) (X (X Florida) (X (X ,) (X (X (X Louisiana) (X (X ,) (X Maryland))) (X (X ,) (X (X New) (X Jersey)))))))) (X (X ,) (X (X South) (X Carolina)))) (X (X and) (X (X Texas) (X (X ,) (X educators))))) (X (X say) (X they))) (X (X are) (X (X (X (X common) (X classroom)) (X tools)) (X .))))))
(X (X (X Macmillan\/McGraw) (X says)) (X (X ``) (X (X (X (X (X well) (X (X over) (X (X (X 10) (X million)) (X '')))) (X (X of) (X (X (X (X its) (X Scoring)) (X High)) (X (X test-preparation) (X books))))) (X (X have) (X (X (X (X been) (X sold)) (X (X since) (X (X (X their) (X (X introduction) (X (X 10) (X years)))) (X ago)))) (X ,)))) (X (X with) (X (X (X most) (X sales)) (X (X in) (X (X (X (X the) (X last)) (X (X five) (X years))) (X .))))))))
(X (X (X About) (X 20,000)) (X (X sets) (X (X of) (X (X (X (X (X (X Learning) (X (X Materials) (X (X teachers) (X ')))) (X binders)) (X (X have) (X also))) (X (X been) (X sold))) (X (X in) (X (X (X (X the) (X past)) (X (X four) (X years))) (X .)))))))
(X (X (X (X The) (X materials)) (X (X in) (X (X each) (X set)))) (X (X reach) (X (X about) (X (X (X 90) (X students)) (X .)))))
(X (X (X (X Scoring) (X High)) (X (X and) (X (X Learning) (X Materials)))) (X (X are) (X (X (X the) (X (X best-selling) (X (X preparation) (X tests)))) (X .))))
(X (X (X (X (X (X Michael) (X Kean)) (X (X ,) (X director))) (X (X of) (X (X (X marketing) (X (X for) (X (X (X CTB) (X Macmillan\/McGraw)) (X (X ,) (X (X the) (X (X Macmillan\/McGraw) (X division))))))) (X that)))) (X (X publishes) (X (X (X (X (X Learning) (X Materials)) (X ,)) (X (X says) (X it))) (X (X is) (X (X n't) (X aimed)))))) (X (X at) (X (X improving) (X (X (X test) (X scores)) (X .)))))
(X (X (X (X He) (X also)) (X asserted)) (X (X that) (X (X (X exact) (X questions)) (X (X were) (X (X (X n't) (X replicated)) (X .))))))
(X (X (X When) (X (X referred) (X (X to) (X (X the) (X questions))))) (X (X that) (X (X (X matched) (X (X ,) (X he))) (X (X said) (X (X it) (X (X was) (X (X coincidental) (X .))))))))
(X (X (X (X (X Mr.) (X Kaminski)) (X (X ,) (X (X (X (X the) (X schoolteacher)) (X (X ,) (X (X and) (X (X William) (X Mehrens))))) (X (X ,) (X (X (X (X (X (X a) (X Michigan)) (X State)) (X (X University) (X (X (X education) (X professor)) (X ,)))) (X concluded)) (X (X in) (X (X (X a) (X (X study) (X last))) (X June)))))))) (X (X that) (X (X (X CAT) (X (X test) (X versions))) (X (X of) (X (X (X Scoring) (X High)) (X (X and) (X (X Learning) (X Materials)))))))) (X (X should) (X (X (X (X n't) (X (X be) (X used))) (X (X in) (X (X the) (X classroom)))) (X (X because) (X (X (X of) (X (X their) (X similarity))) (X (X to) (X (X (X (X the) (X actual)) (X test)) (X .))))))))
(X (X (X (X (X (X They) (X (X devised) (X (X a) (X (X 69-point) (X scale))))) (X (X --) (X (X (X (X awarding) (X (X one) (X point))) (X (X for) (X (X (X each) (X subskill)) (X measured)))) (X (X on) (X (X (X the) (X (X CAT) (X test))) (X --)))))) (X (X to) (X (X rate) (X (X the) (X closeness))))) (X (X of) (X (X test) (X preparatives)))) (X (X to) (X (X (X (X the) (X fifth-grade)) (X CAT)) (X .))))
(X (X (X (X (X (X (X Because) (X many)) (X (X of) (X (X these) (X subskills)))) (X (X --) (X (X the) (X symmetry)))) (X (X of) (X (X (X (X geometrical) (X figures)) (X (X ,) (X (X metric) (X measurement)))) (X (X of) (X (X (X volume) (X (X ,) (X (X (X (X or) (X pie)) (X (X and) (X (X bar) (X graphs)))) (X (X ,) (X (X for) (X example)))))) (X --)))))) (X (X are) (X (X (X (X (X only) (X (X a) (X (X small) (X part)))) (X (X of) (X (X the) (X (X total) (X (X fifth-grade) (X curriculum)))))) (X (X ,) (X (X Mr.) (X Kaminski)))) (X (X says) (X (X (X ,) (X (X (X the) (X preparation)) (X kits))) (X (X would) (X (X n't) (X (X replicate) (X (X (X too) (X many)) (X ,)))))))))) (X (X if) (X (X (X (X their) (X (X real) (X intent))) (X (X was) (X (X (X (X general) (X instruction)) (X (X or) (X (X even) (X general)))) (X familiarization)))) (X (X with) (X (X (X test) (X procedures)) (X .))))))
(X (X (X (X (X (X But) (X Learning)) (X Materials)) (X matched)) (X (X on) (X 66.5))) (X (X of) (X (X (X 69) (X subskills)) (X .))))
(X (X (X (X Scoring) (X High)) (X matched)) (X (X on) (X (X 64.5) (X .))))
(X (X (X In) (X (X CAT) (X sections))) (X (X where) (X (X (X (X students) (X (X ') (X knowledge))) (X (X of) (X (X (X (X (X two-letter) (X consonant)) (X sounds)) (X (X is) (X tested))) (X (X ,) (X (X (X the) (X authors)) (X noted)))))) (X (X that) (X (X (X (X Scoring) (X (X High) (X concentrated))) (X (X on) (X (X (X the) (X same)) (X sounds)))) (X (X that) (X (X (X (X the) (X test)) (X (X does) (X (X --) (X (X to) (X (X the) (X exclusion)))))) (X (X of) (X (X (X other) (X sounds)) (X (X that) (X (X (X fifth) (X graders)) (X (X should) (X (X know) (X .))))))))))))))
(X (X (X (X Learning) (X Materials)) (X (X for) (X (X the) (X fifth-grade)))) (X (X contains) (X (X (X (X at) (X (X (X (X least) (X a)) (X dozen)) (X examples))) (X (X of) (X (X (X exact) (X matches)) (X (X or) (X (X close) (X parallels)))))) (X (X to) (X (X test) (X (X items) (X .)))))))
(X (X (X (X (X (X (X Rick) (X Brownell)) (X (X ,) (X (X (X senior) (X editor)) (X (X of) (X (X (X Scoring) (X High)) (X ,)))))) (X says)) (X (X that) (X (X (X (X Messrs.) (X Kaminski)) (X (X and) (X Mehrens))) (X are)))) (X ignoring)) (X (X ``) (X (X (X (X (X the) (X (X need) (X students))) (X (X have) (X for))) (X (X becoming) (X familiar))) (X (X with) (X (X tests) (X (X and) (X (X (X (X testing) (X format)) (X .)) (X ''))))))))
(X (X (X (X (X He) (X (X said) (X authors))) (X (X of) (X (X Scoring) (X High)))) (X (X ``) (X (X (X scrupulously) (X (X avoid) (X (X (X '') (X (X replicating) (X (X exact) (X questions)))) (X ,)))) (X (X but) (X he))))) (X (X does) (X (X n't) (X (X deny) (X (X that) (X (X (X some) (X items)) (X (X are) (X (X similar) (X .)))))))))
(X (X (X (X (X (X (X When) (X Scoring)) (X (X High) (X (X (X first) (X came)) (X out)))) (X (X in) (X 1979))) (X (X ,) (X it))) (X (X was) (X (X a) (X publication)))) (X (X of) (X (X (X Random) (X House)) (X .))))
(X (X McGraw-Hill) (X (X was) (X (X outraged) (X .))))
(X (X (X (X (X (X In) (X a)) (X 1985)) (X advisory)) (X (X to) (X (X (X educators) (X (X ,) (X McGraw-Hill))) (X (X said) (X (X Scoring) (X High)))))) (X (X should) (X (X (X n't) (X (X be) (X used))) (X (X because) (X (X (X it) (X (X represented) (X (X (X a) (X (X ``) (X (X (X parallel) (X form)) (X '')))) (X (X of) (X (X (X the) (X CAT)) (X (X and) (X CTBS))))))) (X (X tests) (X .)))))))
(X (X (X (X (X But) (X (X in) (X 1988))) (X (X ,) (X (X (X McGraw-Hill) (X (X purchased) (X (X (X the) (X Random)) (X (X House) (X unit))))) (X that)))) (X (X publishes) (X (X (X (X Scoring) (X High)) (X (X ,) (X (X which) (X later)))) (X (X became) (X part))))) (X (X of) (X (X Macmillan\/McGraw) (X .))))
(X (X (X (X (X Messrs.) (X Brownell)) (X (X and) (X Kean))) (X (X say) (X (X they) (X (X are) (X unaware))))) (X (X of) (X (X (X any) (X efforts)) (X (X by) (X (X McGraw-Hill) (X (X to) (X (X modify) (X (X (X (X or) (X (X discontinue) (X Scoring))) (X High)) (X .)))))))))
(X (X (X (X Alleghany) (X Corp.)) (X (X said) (X (X it) (X (X completed) (X (X the) (X acquisition)))))) (X (X of) (X (X (X (X (X (X Sacramento) (X Savings)) (X &)) (X Loan)) (X Association)) (X (X from) (X (X (X (X (X (X (X (X the) (X H.N.)) (X &)) (X Frances)) (X C.)) (X Berger)) (X Foundation)) (X (X for) (X (X (X $) (X (X 150) (X million))) (X .))))))))
(X (X (X (X (X (X The) (X Sacramento-based)) (X S&L)) (X (X ,) (X (X which) (X (X has) (X (X (X 44) (X branch)) (X offices)))))) (X (X in) (X (X (X (X north) (X central)) (X California)) (X ,)))) (X (X had) (X (X assets) (X (X of) (X (X (X $) (X (X 2.4) (X (X billion) (X (X at) (X (X the) (X end)))))) (X (X of) (X (X September) (X .))))))))
(X (X (X (X New) (X York-based)) (X Alleghany)) (X (X is) (X (X (X an) (X insurance)) (X (X and) (X (X (X (X financial) (X services)) (X concern)) (X .))))))
(X (X (X The) (X (X purchase) (X price))) (X (X includes) (X (X (X two) (X (X ancillary) (X companies))) (X .))))
(X (X (X (X (X The) (X Department)) (X (X of) (X (X Health) (X (X and) (X (X (X Human) (X Services)) (X plans)))))) (X (X to) (X (X extend) (X (X (X (X its) (X moratorium)) (X (X on) (X (X federal) (X funding)))) (X (X of) (X research)))))) (X (X involving) (X (X (X fetal-tissue) (X transplants)) (X .))))
(X (X (X (X Medical) (X researchers)) (X (X believe) (X (X (X the) (X transplantation)) (X (X of) (X (X (X (X (X small) (X amounts)) (X (X of) (X (X fetal) (X tissue)))) (X (X into) (X (X (X humans) (X could)) (X help)))) (X (X treat) (X (X (X juvenile) (X diabetes)) (X (X and) (X (X such) (X (X degenerative) (X diseases))))))))))) (X (X as) (X (X (X Alzheimer) (X 's)) (X (X ,) (X (X (X (X Parkinson) (X 's)) (X and)) (X (X Huntington) (X (X 's) (X .))))))))
(X (X (X (X But) (X anti-abortionists)) (X (X oppose) (X (X such) (X research)))) (X (X because) (X (X (X (X they) (X worry)) (X (X that) (X (X the) (X development)))) (X (X of) (X (X (X (X therapies) (X (X using) (X (X (X fetal-tissue) (X transplants)) (X could)))) (X lead)) (X (X to) (X (X (X an) (X increase)) (X (X in) (X (X abortions) (X .))))))))))
(X (X (X (X (X (X James) (X Mason)) (X (X ,) (X (X (X assistant) (X secretary)) (X (X for) (X (X (X health) (X ,)) (X (X said) (X (X the) (X ban)))))))) (X (X on) (X (X federal) (X funding)))) (X (X of) (X (X fetal-tissue) (X (X transplant) (X research))))) (X (X ``) (X (X should) (X (X (X be) (X (X continued) (X indefinitely))) (X (X .) (X ''))))))
(X (X (X (X He) (X (X said) (X (X (X (X the) (X ban)) (X (X wo) (X n't))) (X (X stop) (X (X (X privately) (X (X funded) (X (X (X tissue-transplant) (X research)) (X or)))) (X (X federally) (X (X funded) (X (X fetal-tissue) (X research))))))))) (X that)) (X (X does) (X (X n't) (X (X involve) (X (X transplants) (X .))))))
(X (X (X (X (X (X Department) (X officials)) (X say)) (X (X that) (X (X HHS) (X (X Secretary) (X (X Louis) (X Sullivan)))))) (X will)) (X (X support) (X (X (X (X Dr.) (X (X Mason) (X (X 's) (X ruling)))) (X (X ,) (X (X (X which) (X will)) (X (X be) (X (X (X issued) (X soon)) (X (X in) (X (X the) (X form)))))))) (X (X of) (X (X (X a) (X letter)) (X (X to) (X (X (X (X the) (X acting)) (X director)) (X (X of) (X (X (X (X the) (X National)) (X Institutes)) (X (X of) (X (X Health) (X .))))))))))))
(X (X (X (X (X (X (X (X Both) (X Dr.)) (X Mason)) (X (X and) (X (X Dr.) (X Sullivan)))) (X (X oppose) (X (X (X federal) (X funding)) (X (X for) (X (X abortion) (X ,)))))) (X as)) (X (X does) (X (X (X President) (X Bush)) (X (X ,) (X (X except) (X (X in) (X cases))))))) (X (X where) (X (X (X (X (X a) (X woman)) (X 's)) (X life)) (X (X is) (X (X threatened) (X .))))))
(X (X (X (X (X The) (X controversy)) (X began)) (X (X in) (X 1987))) (X (X when) (X (X (X (X (X (X (X the) (X National)) (X Institutes)) (X (X of) (X (X Health) (X (X ,) (X aware))))) (X (X of) (X (X (X the) (X policy)) (X implications)))) (X (X of) (X (X (X (X its) (X research)) (X (X ,) (X (X asked) (X (X for) (X (X an) (X (X HHS) (X review))))))) (X (X of) (X (X (X (X its) (X plan)) (X (X to) (X (X implant) (X (X fetal) (X tissue))))) (X (X into) (X (X the) (X brain)))))))) (X (X of) (X (X (X a) (X (X patient) (X suffering))) (X (X from) (X (X (X Parkinson) (X (X 's) (X disease))) (X .))))))))
(X (X (X (X (X The) (X department)) (X (X placed) (X (X a) (X moratorium)))) (X (X on) (X (X (X the) (X research)) (X (X ,) (X (X pending) (X (X a) (X review))))))) (X (X of) (X (X (X scientific) (X (X ,) (X (X legal) (X (X and) (X (X ethical) (X issues)))))) (X .))))
(X (X (X (X (X A) (X majority)) (X (X of) (X (X (X an) (X (X NIH-appointed) (X panel))) (X (X recommended) (X (X (X (X late) (X last)) (X year)) (X (X that) (X (X (X the) (X research)) (X continue)))))))) (X (X under) (X (X (X (X carefully) (X controlled)) (X conditions)) (X (X ,) (X (X but) (X (X (X (X the) (X issue)) (X (X became) (X embroiled))) (X (X in) (X politics)))))))) (X (X as) (X (X (X anti-abortion) (X (X groups) (X continued))) (X (X to) (X (X oppose) (X (X (X federal) (X funding)) (X .)))))))
(X (X (X (X The) (X dispute)) (X (X has) (X (X hampered) (X (X the) (X (X (X administration) (X 's)) (X efforts)))))) (X (X to) (X (X (X (X recruit) (X (X prominent) (X doctors))) (X (X to) (X (X fill) (X (X (X prestigious) (X posts)) (X (X at) (X (X the) (X helm))))))) (X (X of) (X (X (X the) (X NIH)) (X (X and) (X (X (X the) (X Centers)) (X (X for) (X (X (X Disease) (X Control)) (X .))))))))))
(X (X (X (X Several) (X candidates)) (X (X have) (X (X withdrawn) (X (X their) (X names))))) (X (X from) (X (X (X consideration) (X (X after) (X (X (X administration) (X officials)) (X (X asked) (X them))))) (X (X for) (X (X (X their) (X views)) (X (X on) (X (X abortion) (X (X and) (X (X (X fetal-tissue) (X transplants)) (X .))))))))))
(X (X (X (X (X (X (X Antonio) (X Novello)) (X ,)) (X (X whom) (X (X Mr.) (X Bush)))) (X nominated)) (X to)) (X (X serve) (X (X (X as) (X (X (X surgeon) (X general)) (X (X ,) (X reportedly)))) (X (X has) (X (X (X assured) (X (X the) (X administration))) (X (X that) (X (X she) (X (X opposes) (X (X abortion) (X .))))))))))
(X (X (X Dr.) (X Novello)) (X (X is) (X (X (X deputy) (X director)) (X (X of) (X (X (X (X the) (X National)) (X Institute)) (X (X of) (X (X (X Child) (X Health)) (X (X and) (X (X Human) (X (X Development) (X .)))))))))))
(X (X (X Some) (X researchers)) (X (X have) (X (X charged) (X (X that) (X (X (X (X the) (X administration)) (X (X is) (X (X imposing) (X (X (X new) (X ideological)) (X tests))))) (X (X for) (X (X (X (X top) (X scientific)) (X posts)) (X .))))))))
(X (X (X (X (X (X (X (X (X Earlier) (X this)) (X week)) (X (X ,) (X (X Dr.) (X Sullivan)))) (X tried)) (X (X to) (X (X (X defuse) (X (X these) (X charges))) (X (X by) (X stressing))))) (X (X that) (X (X (X candidates) (X (X to) (X (X (X (X head) (X the)) (X NIH)) (X (X and) (X (X the) (X CDC)))))) (X (X will) (X (X be) (X judged)))))) (X by)) (X (X ``) (X (X standards) (X (X of) (X (X (X scientific) (X (X and) (X (X administrative) (X excellence)))) (X (X ,) (X (X (X '') (X (X not) (X politics))) (X .))))))))
(X (X (X (X (X But) (X (X the) (X administration))) (X 's)) (X handling)) (X (X of) (X (X (X (X (X the) (X fetal-tissue)) (X (X transplant) (X issue))) (X (X disturbs) (X (X many) (X scientists)))) (X .))))
(X (X (X ``) (X (X (X (X When) (X (X scientific) (X progress))) (X moves)) (X (X into) (X (X (X uncharted) (X ground)) (X (X ,) (X (X there) (X (X has) (X (X to) (X (X be) (X (X a) (X role))))))))))) (X (X for) (X (X (X society) (X to)) (X (X make) (X (X (X judgments) (X (X about) (X (X its) (X applications)))) (X (X ,) (X (X (X '') (X (X says) (X (X Myron) (X Genel)))) (X (X ,) (X (X (X associate) (X dean)) (X (X of) (X (X (X (X (X the) (X Yale)) (X Medical)) (X School)) (X .))))))))))))
(X (X (X ``) (X (X (X (X (X The) (X disturbing)) (X thing)) (X (X about) (X (X (X this) (X abortion)) (X issue)))) (X is))) (X (X that) (X (X (X (X the) (X debate)) (X has)) (X (X become) (X (X (X (X polarized) (X ,)) (X so)) (X (X that) (X (X (X (X no) (X mechanism)) (X (X exists) (X ''))) (X (X for) (X (X finding) (X (X (X (X a) (X middle)) (X ground)) (X .)))))))))))
(X (X Yale) (X (X is) (X (X one) (X (X of) (X (X (X (X (X (X the) (X few)) (X medical)) (X institutions)) (X (X conducting) (X (X privately) (X (X funded) (X research))))) (X (X on) (X (X (X fetal-tissue) (X transplants)) (X .))))))))
(X (X (X (X (X But) (X Dr.)) (X Genel)) (X warns)) (X (X that) (X (X (X Dr.) (X (X Mason) (X (X 's) (X ruling)))) (X (X may) (X (X discourage) (X (X (X private) (X funding)) (X .)))))))
(X (X (X ``) (X (X (X The) (X unavailability)) (X (X of) (X (X (X (X federal) (X funds)) (X ,)) (X (X and) (X (X (X the) (X climate)) (X in))))))) (X (X which) (X (X (X (X (X (X the) (X decision)) (X (X was) (X made))) (X (X ,) (X certainly))) (X (X do) (X n't))) (X (X provide) (X (X (X (X (X any) (X incentive)) (X (X for) (X one))) (X (X of) (X (X (X (X the) (X (X more) (X visible))) (X foundations)) (X (X to) (X (X provide) (X (X support) (X (X ,) (X (X '') (X he))))))))) (X (X said) (X .)))))))
(X (X (X (X (X (X (X Despite) (X the)) (X flap)) (X (X over) (X transplants))) (X (X ,) (X (X federal) (X funding)))) (X (X of) (X research))) (X (X involving) (X (X (X fetal) (X tissues)) (X (X will) (X (X continue) (X (X on) (X (X (X a) (X number)) (X (X of) (X (X fronts) (X .))))))))))
(X (X (X (X ``) (X (X (X (X Such) (X research)) (X (X may) (X (X ultimately) (X result)))) (X (X in) (X (X the) (X ability))))) (X (X to) (X (X (X regenerate) (X (X (X damaged) (X tissues)) (X or))) (X (X to) (X (X turn) (X (X off) (X genes))))))) (X (X that) (X (X (X cause) (X (X (X cancer) (X (X '') (X or))) (X (X to) (X (X regulate) (X genes))))) (X (X that) (X (X (X cause) (X (X (X Down) (X (X 's) (X syndrome))) (X (X ,) (X (X (X the) (X leading)) (X cause))))) (X (X of) (X (X (X (X mental) (X retardation)) (X (X ,) (X according))) (X (X to) (X (X (X an) (X (X NIH) (X summary))) (X .))))))))))
(X (X (X (X The) (X NIH)) (X currently)) (X (X spends) (X (X (X (X about) (X (X $) (X (X 8) (X (X million) (X annually))))) (X (X on) (X (X (X fetal-tissue) (X research)) (X out)))) (X (X of) (X (X (X (X (X a) (X total)) (X research)) (X budget)) (X (X of) (X (X $) (X (X 8) (X (X billion) (X .))))))))))
(X (X (X (X Rekindled) (X hope)) (X (X that) (X (X (X (X (X two) (X New)) (X England)) (X states)) (X will)))) (X (X allow) (X (X (X (X (X (X (X (X broader) (X interstate)) (X banking)) (X boosted)) (X (X Nasdaq) (X (X 's) (X bank)))) (X stocks)) (X ,)) (X (X but) (X (X (X the) (X (X over-the-counter) (X market))) (X (X was) (X (X (X up) (X (X only) (X slightly))) (X (X in) (X (X lackluster) (X (X trading) (X .)))))))))))
(X (X (X The) (X (X Nasdaq) (X (X (X composite) (X index)) (X (X added) (X 1.01))))) (X (X to) (X (X (X 456.64) (X (X on) (X (X paltry) (X volume)))) (X (X of) (X (X (X 118.6) (X million)) (X (X shares) (X .)))))))
(X (X (X In) (X terms)) (X (X of) (X (X (X volume) (X (X ,) (X (X it) (X (X was) (X (X an) (X (X inauspicious) (X beginning))))))) (X (X for) (X (X November) (X .))))))
(X (X (X (X (X Yesterday) (X 's)) (X share)) (X turnover)) (X (X was) (X (X well) (X (X below) (X (X (X (X (X (X the) (X year)) (X 's)) (X daily)) (X average)) (X (X of) (X (X (X 133.8) (X million)) (X .))))))))
(X (X (X (X In) (X October)) (X (X ,) (X (X the) (X (X busiest) (X month))))) (X (X of) (X (X (X (X the) (X year)) (X (X so) (X far))) (X (X ,) (X (X (X (X daily) (X volume)) (X (X averaged) (X (X roughly) (X (X 145) (X million))))) (X (X shares) (X .)))))))
(X (X (X (X (X The) (X (X Nasdaq) (X (X 100) (X index)))) (X (X of) (X (X (X (X the) (X biggest)) (X nonfinancial)) (X stocks)))) (X (X gained) (X 1.39))) (X (X to) (X (X 446.62) (X .))))
(X (X (X (X The) (X index)) (X (X of) (X (X (X (X (X (X the) (X 100)) (X largest)) (X (X Nasdaq) (X (X (X financial) (X (X stocks) (X rose))) (X modestly)))) (X (X as) (X (X well) (X ,)))) (X (X gaining) (X 1.28))))) (X (X to) (X (X 449.04) (X .))))
(X (X (X (X (X But) (X the)) (X (X broader) (X (X Nasdaq) (X (X bank) (X index))))) (X (X ,) (X (X which) (X (X (X tracks) (X (X thrift) (X issues))) (X (X ,) (X (X jumped) (X 3.23))))))) (X (X to) (X (X 436.01) (X .))))
(X (X (X (X (X The) (X bank)) (X stocks)) (X (X got) (X (X a) (X boost)))) (X (X when) (X (X (X (X (X (X Connecticut) (X (X Bank) (X (X &) (X Trust)))) (X (X and) (X Bank))) (X (X of) (X (X New) (X England)))) (X (X said) (X (X (X they) (X (X no) (X longer))) (X (X oppose) (X (X pending) (X legislation)))))) (X (X that) (X (X would) (X (X permit) (X (X banks) (X (X from) (X (X (X (X other) (X regions)) (X (X to) (X merge))) (X (X with) (X (X Connecticut) (X (X and) (X (X (X Massachusetts) (X banks)) (X .))))))))))))))
(X (X (X (X The) (X (X two) (X banks))) (X merged)) (X (X in) (X (X 1985) (X .))))
(X (X (X Bank) (X (X of) (X (X (X New) (X (X England) (X 's))) (X shares)))) (X (X are) (X (X traded) (X (X on) (X (X (X (X (X (X the) (X New)) (X York)) (X Stock)) (X Exchange)) (X .))))))
(X (X (X (X (X (X The) (X stocks)) (X (X of) (X (X (X (X (X banking) (X concerns)) (X based)) (X (X in) (X Massachusetts))) (X (X were) (X (X (X n't) (X (X helped) (X much))) (X (X by) (X (X (X the) (X announcement)) (X (X ,) (X traders))))))))) (X (X said) (X ,))) (X (X because) (X (X (X (X many) (X (X of) (X those))) (X concerns)) (X (X have) (X (X (X financial) (X problems)) (X tied)))))) (X (X to) (X (X (X (X their) (X (X real-estate) (X (X loan) (X portfolios)))) (X ,)) (X (X making) (X (X (X them) (X (X unattractive) (X takeover))) (X (X targets) (X .)))))))
(X (X (X (X But) (X speculators)) (X (X ,) (X anticipating))) (X (X that) (X (X (X Connecticut) (X (X will) (X (X (X (X approve) (X (X a) (X law))) (X (X permitting) (X (X such) (X (X interstate) (X (X banking) (X soon)))))) (X (X ,) (X (X (X (X immediately) (X bid)) (X up)) (X shares)))))) (X (X of) (X (X (X Connecticut) (X banks)) (X (X on) (X (X (X the) (X news)) (X .))))))))
(X (X (X ``) (X (X (X A) (X lot)) (X (X of) (X (X (X the) (X stocks)) (X (X that) (X (X have) (X been))))))) (X (X under) (X (X (X water) (X finally)) (X (X saw) (X (X (X a) (X reason)) (X (X to) (X (X (X (X (X uptick) (X (X ,) (X (X (X '') (X said)) (X George)))) (X Jennison)) (X (X ,) (X (X head) (X trader)))) (X (X of) (X (X (X banking) (X issues)) (X (X in) (X (X (X (X Shearson) (X Lehman)) (X (X Hutton) (X (X 's) (X (X OTC) (X department))))) (X .))))))))))))
(X (X (X (X (X The) (X (X biggest) (X beneficiary))) (X (X was) (X (X Northeast) (X Bancorp)))) (X (X ,) (X which))) (X (X surged) (X (X (X 7) (X 3\/4)) (X (X to) (X (X 69) (X .))))))
(X (X (X (X (X (X (X The) (X Stamford)) (X (X ,) (X (X Conn.) (X (X ,) (X concern))))) (X (X has) (X (X agreed) (X (X to) (X (X a) (X buy-out)))))) (X (X by) (X Bank))) (X (X of) (X (X (X New) (X York)) (X (X in) (X (X a) (X transaction)))))) (X (X with) (X (X (X an) (X (X indicated) (X value))) (X (X of) (X (X (X about) (X (X (X (X $) (X 100)) (X a)) (X share))) (X (X that) (X (X expires) (X (X (X next) (X August)) (X .)))))))))
(X (X (X (X Ed) (X Macheski)) (X (X ,) (X (X (X (X a) (X Wilton)) (X (X ,) (X (X Conn.) (X (X ,) (X (X (X money) (X manager)) (X who)))))) (X (X follows) (X (X (X (X bank) (X stocks)) (X ,)) (X (X said) (X (X (X the) (X announcement)) (X effectively)))))))) (X (X gives) (X (X (X the) (X deal)) (X (X ``) (X (X (X (X (X the) (X green)) (X light)) (X .)) (X ''))))))
(X (X (X Mr.) (X Jennison)) (X (X said) (X (X (X (X Northeast) (X Bancorp)) (X (X also) (X (X fared) (X well)))) (X (X because) (X (X (X (X (X takeover) (X stocks)) (X (X have) (X returned))) (X (X to) (X favor))) (X (X among) (X (X investors) (X .))))))))
(X (X (X (X (X (X Another) (X (X OTC) (X (X (X bank) (X stock)) (X involved)))) (X (X in) (X (X a) (X (X buy-out) (X deal))))) (X (X ,) (X (X (X First) (X Constitution)) (X Financial)))) (X ,)) (X (X was) (X (X higher) (X .))))
(X (X (X (X It) (X rose)) (X 7\/8)) (X (X to) (X (X (X 18) (X 1\/4)) (X .))))
(X (X (X (X First) (X Constitution)) (X (X has) (X (X signed) (X (X a) (X (X merger) (X agreement)))))) (X (X with) (X (X (X (X (X (X WFRR) (X L.P.)) (X (X and) (X (X GHKM) (X Corp.)))) (X ,)) (X under)) (X (X which) (X (X (X (X (X all) (X (X of) (X (X its) (X common)))) (X shares)) (X (X will) (X (X be) (X acquired)))) (X (X for) (X (X (X $) (X (X 25) (X each))) (X (X ,) (X (X or) (X (X $) (X (X 273.5) (X (X million) (X .)))))))))))))
(X (X (X (X (X (X (X Among) (X (X other) (X (X Connecticut) (X banks)))) (X whose)) (X (X shares) (X trade))) (X (X in) (X (X (X (X the) (X OTC)) (X market)) (X (X ,) (X (X Society) (X (X for) (X (X Savings) (X Bancorp)))))))) (X (X ,) (X (X (X based) (X (X in) (X Hartford))) (X ,)))) (X (X saw) (X (X (X (X its) (X (X (X stock) (X rise)) (X 1))) (X 3\/4)) (X (X to) (X (X (X 18) (X 1\/4)) (X .))))))
(X (X (X (X Centerbank) (X (X added) (X 5\/8))) (X (X to) (X (X (X (X 8) (X 3\/4)) (X (X ;) (X shares))) (X (X of) (X (X (X NESB) (X (X ,) (X (X (X a) (X New)) (X (X London-based) (X bank))))) (X (X holding) (X (X company) (X (X ,) (X (X rose) (X 5\/8)))))))))) (X (X to) (X (X (X 5) (X 7\/8)) (X .))))
(X (X (X (X (X Among) (X (X other) (X banking))) (X issues)) (X (X ,) (X (X (X (X (X Pennview) (X Savings)) (X Association)) (X leapt)) (X (X more) (X (X than) (X (X 44) (X %))))))) (X (X with) (X (X (X a) (X gain)) (X (X of) (X (X (X 6) (X 5\/8)) (X (X to) (X (X (X 21) (X 5\/8)) (X .))))))))
(X (X (X (X (X The) (X (X Pennsylvania) (X bank))) (X agreed)) (X (X to) (X (X (X be) (X acquired)) (X (X in) (X (X a) (X merger)))))) (X (X with) (X (X (X Univest) (X Corp.)) (X (X of) (X (X Pennsylvania) (X (X for) (X (X (X $) (X (X 25.50) (X (X a) (X share)))) (X .))))))))
(X (X (X (X (X (X (X (X Valley) (X Federal)) (X Savings)) (X &)) (X Loan)) (X (X ,) (X (X (X (X (X a) (X California)) (X (X thrift) (X issue))) (X (X ,) (X (X (X gained) (X 1)) (X (X to) (X (X 4) (X 1\/4)))))) (X (X after) (X (X (X reporting) (X a)) (X (X third-quarter) (X loss))))))) (X (X of) (X (X (X $) (X (X 70.7) (X million))) (X (X after) (X (X (X an) (X $)) (X (X 89.9) (X (X million) (X (X pretax) (X (X charge) (X (X mostly) (X related))))))))))) (X (X to) (X (X (X (X its) (X mobile)) (X (X home) (X (X financing) (X unit)))) (X .))))
(X (X (X (X (X Dan) (X E.)) (X Nelms)) (X (X ,) (X (X (X (X Valley) (X (X Federal) (X (X (X 's) (X president)) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X ,)) (X (X said) (X (X (X (X the) (X one-time)) (X (X charge) (X substantially))) (X (X eliminates) (X (X future) (X (X losses) (X associated))))))))) (X (X with) (X (X (X the) (X unit)) (X .))))
(X (X He) (X (X said) (X (X (X (X (X the) (X company)) (X (X 's) (X core))) (X business)) (X (X remains) (X (X strong) (X .))))))
(X (X (X (X He) (X also)) (X said)) (X (X that) (X (X (X (X after) (X (X the) (X charges))) (X (X ,) (X and))) (X (X ``) (X (X assuming) (X (X (X (X (X (X no) (X dramatic)) (X fluctuation)) (X (X in) (X (X interest) (X rates)))) (X (X ,) (X (X (X the) (X company)) (X expects)))) (X (X to) (X (X achieve) (X (X (X near-record) (X earnings)) (X (X in) (X (X 1990) (X (X .) (X '')))))))))))))
(X (X (X (X Weisfield) (X (X 's) (X (X surged) (X (X 6) (X 3\/4))))) (X (X to) (X (X (X (X (X (X 55) (X 1\/2)) (X (X and) (X Ratners))) (X (X Group) (X (X 's) (X American)))) (X (X depositary) (X receipts))) (X (X ,) (X (X (X or) (X ADRs)) (X (X ,) (X (X gained) (X 5\/8)))))))) (X (X to) (X (X (X 12) (X 1\/4)) (X .))))
(X (X (X (X (X (X The) (X two)) (X concerns)) (X (X said) (X they))) (X (X entered) (X (X into) (X (X (X a) (X definitive)) (X (X merger) (X agreement)))))) (X (X under) (X (X which) (X (X (X Ratners) (X will)) (X (X begin) (X (X (X (X (X a) (X tender)) (X offer)) (X (X for) (X (X all) (X (X of) (X (X (X (X Weisfield) (X 's)) (X common)) (X shares)))))) (X (X for) (X (X (X $) (X (X 57.50) (X each))) (X .)))))))))
(X (X (X Also) (X (X on) (X (X (X the) (X (X takeover) (X front))) (X (X ,) (X (X (X Jaguar) (X (X 's) (X (X ADRs) (X rose)))) (X 1\/4)))))) (X (X to) (X (X (X (X 13) (X 7\/8)) (X (X on) (X turnover))) (X (X of) (X (X (X 4.4) (X million)) (X .))))))
(X (X (X (X Since) (X the)) (X (X British) (X (X auto) (X maker)))) (X (X became) (X (X (X (X a) (X takeover)) (X (X target) (X (X last) (X month)))) (X (X ,) (X (X (X its) (X ADRs)) (X (X have) (X (X jumped) (X (X about) (X (X (X 78) (X %)) (X .))))))))))
(X (X (X (X (X (X After) (X troubled)) (X Heritage)) (X Media)) (X (X proposed) (X (X (X acquiring) (X POP)) (X Radio)))) (X (X in) (X (X (X (X a) (X stock)) (X swap)) (X (X ,) (X (X (X (X POP) (X (X Radio) (X 's))) (X shares)) (X (X tumbled) (X (X 4) (X (X to) (X (X (X 14) (X 3\/4)) (X .))))))))))
(X (X (X (X (X Heritage) (X Media)) (X (X ,) (X (X (X (X which) (X already)) (X (X owns) (X (X about) (X (X 51) (X %))))) (X (X of) (X (X POP) (X Radio)))))) (X (X ,) (X (X proposed) (X (X paying) (X (X (X POP) (X Radio)) (X shareholders)))))) (X (X with) (X (X shares) (X (X of) (X (X (X (X (X (X a) (X (X new) (X class))) (X (X of) (X (X (X Heritage) (X Media)) (X (X preferred) (X stock))))) (X that)) (X (X would) (X (X be) (X convertible)))) (X (X into) (X (X (X four) (X shares)) (X (X of) (X (X (X Heritage) (X Media)) (X (X 's) (X (X common) (X .))))))))))))
(X (X (X (X Rally) (X (X 's) (X (X lost) (X 1)))) (X 3\/4)) (X (X to) (X (X (X 21) (X 3\/4)) (X .))))
(X (X (X (X (X The) (X (X restaurant) (X operator))) (X (X said) (X it))) (X (X has) (X (X redeemed) (X (X (X its) (X rights)) (X (X issued) (X Monday)))))) (X (X under) (X (X (X its) (X (X shareholder) (X (X rights) (X plan)))) (X .))))
(X (X (X (X (X (X The) (X (X fast-food) (X company))) (X (X said) (X (X its) (X decision)))) (X (X was) (X based))) (X (X on) (X discussions))) (X (X with) (X (X (X (X (X a) (X (X shareholder) (X group))) (X (X ,) (X (X (X Giant) (X Group)) (X Ltd.)))) (X ,)) (X (X ``) (X (X (X (X in) (X (X an) (X effort))) (X to)) (X (X resolve) (X (X (X certain) (X disputes)) (X (X with) (X (X (X the) (X company)) (X (X .) (X '')))))))))))
(X (X (X Giant) (X Group)) (X (X is) (X (X led) (X (X by) (X (X (X (X (X three) (X Rally)) (X (X 's) (X directors))) (X (X ,) (X (X (X Burt) (X Sugarman)) (X (X ,) (X (X (X (X James) (X M.)) (X Trotter)) (X III)))))) (X (X and) (X (X (X William) (X (X (X E.) (X Trotter)) (X II))) (X (X ,) (X (X (X (X (X who) (X (X (X (X earlier) (X (X this) (X month))) (X indicated)) (X they))) (X (X had) (X (X (X a) (X 42.5)) (X (X %) (X stake))))) (X (X in) (X (X (X (X Rally) (X 's)) (X (X and) (X planned))) (X to)))) (X (X seek) (X (X (X (X a) (X majority)) (X (X of) (X seats))) (X (X on) (X (X (X Rally) (X (X 's) (X (X nine-member) (X board)))) (X .))))))))))))))
(X (X (X (X (X SCI) (X Systems)) (X slipped)) (X 7\/8)) (X (X to) (X (X (X (X 10) (X (X on) (X volume))) (X (X of) (X 858,000))) (X (X shares) (X .)))))
(X (X (X (X The) (X Huntsville)) (X (X ,) (X (X (X Ala.) (X (X ,) (X (X (X electronic) (X products)) (X maker)))) (X (X said) (X (X it) (X expects)))))) (X (X to) (X (X (X (X post) (X a)) (X (X ``) (X (X significant) (X (X '') (X loss))))) (X (X for) (X (X (X (X (X its) (X (X fiscal) (X first))) (X quarter)) (X ended)) (X (X Sept.) (X (X 30) (X .))))))))
(X (X (X (X (X In) (X the)) (X (X year-earlier) (X period))) (X (X ,) (X (X SCI) (X (X had) (X (X net) (X income)))))) (X (X of) (X (X (X (X (X $) (X (X 4.8) (X million))) (X (X ,) (X (X (X or) (X (X (X 23) (X cents)) (X a))) (X share)))) (X (X ,) (X (X on) (X revenue)))) (X (X of) (X (X $) (X (X 225.6) (X (X million) (X .))))))))
(X (X (X (X (X The) (X Internal)) (X Revenue)) (X Service)) (X (X has) (X (X (X (X threatened) (X (X criminal) (X sanctions))) (X (X against) (X (X (X lawyers) (X who)) (X (X fail) (X to))))) (X (X report) (X (X (X (X detailed) (X information)) (X (X about) (X (X clients) (X who)))) (X (X pay) (X (X (X (X them) (X (X more) (X (X than) (X $)))) (X 10,000)) (X (X in) (X (X cash) (X .))))))))))
(X (X (X (X (X The) (X warnings)) (X (X ,) (X issued))) (X (X to) (X (X (X (X (X (X at) (X (X (X (X least) (X (X 100) (X criminal))) (X defense)) (X attorneys))) (X (X in) (X (X several) (X (X major) (X cities))))) (X (X in) (X (X (X the) (X last)) (X week)))) (X ,)) (X (X have) (X led))))) (X (X to) (X (X (X (X an) (X outcry)) (X (X by) (X members))) (X (X of) (X (X (X (X (X the) (X organized)) (X bar)) (X (X ,) (X (X who) (X (X claim) (X (X (X the) (X information)) (X (X is) (X protected))))))) (X (X by) (X (X (X attorney-client) (X privilege)) (X .))))))))
(X (X (X The) (X (X IRS) (X (X warnings) (X stem)))) (X (X from) (X (X (X (X (X (X a) (X (X 1984) (X law))) (X that)) (X (X requires) (X (X (X anyone) (X who)) (X (X receives) (X (X (X (X more) (X (X than) (X $))) (X 10,000)) (X (X in) (X cash))))))) (X (X from) (X (X (X (X (X (X a) (X client)) (X (X or) (X customer))) (X (X in) (X (X one) (X (X (X or) (X more)) (X (X related) (X transactions)))))) (X (X ``) (X (X (X (X in) (X (X the) (X course))) (X (X of) (X (X (X (X trade) (X or)) (X business)) (X '')))) (X to)))) (X (X report) (X (X (X the) (X payment)) (X (X on) (X (X (X a) (X document)) (X known)))))))) (X (X as) (X (X Form) (X (X 8300) (X .)))))))
(X (X (X (X (X The) (X form)) (X (X asks) (X (X for) (X (X such) (X details))))) (X (X as) (X (X (X (X (X the) (X client)) (X 's)) (X name)) (X (X ,) (X (X (X (X Social) (X (X Security) (X number))) (X (X ,) (X (X (X passport) (X number)) (X (X and) (X details))))) (X (X about) (X (X (X the) (X services)) (X provided)))))))) (X (X for) (X (X (X the) (X payment)) (X .))))
(X (X (X Failure) (X (X to) (X (X complete) (X (X (X (X the) (X form)) (X (X had) (X (X been) (X punishable)))) (X (X as) (X (X (X a) (X misdemeanor)) (X (X until) (X (X (X last) (X November)) (X ,))))))))) (X (X when) (X (X (X Congress) (X determined)) (X (X that) (X (X (X (X the) (X crime)) (X (X was) (X (X (X a) (X felony)) (X punishable)))) (X (X by) (X (X up) (X (X to) (X (X (X (X 10) (X years)) (X (X in) (X prison))) (X .))))))))))
(X (X (X Attorneys) (X have)) (X (X argued) (X (X (X (X since) (X 1985)) (X ,)) (X (X when) (X (X (X (X the) (X law)) (X (X took) (X effect))) (X (X ,) (X (X (X (X that) (X they)) (X (X can) (X not))) (X (X provide) (X (X (X information) (X (X about) (X (X (X clients) (X who)) (X (X do) (X (X n't) (X (X wish) (X (X their) (X identities)))))))) (X (X to) (X (X be) (X (X known) (X .)))))))))))))
(X (X (X (X Many) (X attorneys)) (X (X have) (X (X (X returned) (X incomplete)) (X forms)))) (X (X to) (X (X (X (X the) (X IRS)) (X (X in) (X (X recent) (X years)))) (X (X ,) (X (X citing) (X (X attorney-client) (X (X privilege) (X .))))))))
(X (X (X (X Until) (X (X last) (X week))) (X (X ,) (X (X (X (X the) (X IRS)) (X rarely)) (X acted)))) (X (X on) (X (X (X (X the) (X incomplete)) (X forms)) (X .))))
(X (X (X (X ``) (X (X (X This) (X form)) (X (X forces) (X (X (X a) (X lawyer)) (X (X to) (X (X (X become) (X (X ,) (X (X in) (X effect)))) (X (X ,) (X (X a) (X witness))))))))) (X (X against) (X (X (X (X his) (X client)) (X (X ,) (X (X '') (X (X said) (X (X Neal) (X (X R.) (X Sonnett))))))) (X (X ,) (X (X president) (X (X of) (X (X (X the) (X National)) (X Association)))))))) (X (X of) (X (X (X (X Criminal) (X Defense)) (X Lawyers)) (X .))))
(X (X (X ``) (X (X The) (X IRS))) (X (X is) (X (X (X (X (X (X asking) (X lawyers)) (X (X to) (X (X red-flag) (X (X a) (X (X criminal) (X problem)))))) (X (X to) (X (X (X (X the) (X government)) (X (X ,) (X (X '') (X (X added) (X (X Mr.) (X Sonnett)))))) (X (X ,) (X (X (X (X (X a) (X (X Miami) (X lawyer))) (X who)) (X (X has) (X heard))) (X (X from) (X (X (X dozens) (X (X of) (X attorneys))) (X who)))))))) (X (X received) (X (X (X letters) (X (X in) (X (X (X recent) (X days)) (X and)))) (X (X has) (X (X himself) (X (X received) (X (X (X the) (X computer-generated)) (X IRS)))))))) (X (X forms) (X (X sent) (X (X by) (X (X (X certified) (X mail)) (X .))))))))
(X (X (X (X Mr.) (X Sonnett)) (X said)) (X (X that) (X (X (X (X clients) (X who)) (X (X pay) (X (X cash) (X may)))) (X (X include) (X (X (X (X (X alleged) (X drug)) (X dealers)) (X who)) (X (X do) (X (X n't) (X (X have) (X (X (X domestic) (X (X bank) (X accounts))) (X .))))))))))
(X (X (X (X (X (X These) (X individuals)) (X (X may) (X not))) (X (X necessarily) (X be))) (X (X under) (X investigation))) (X (X when) (X (X they) (X (X hire) (X (X lawyers) (X .))))))
(X (X (X (X Mr.) (X Sonnett)) (X (X said) (X (X (X there) (X (X also) (X (X may) (X (X be) (X (X other) (X circumstances)))))) (X under)))) (X (X which) (X (X (X (X (X individuals) (X (X would) (X n't))) (X (X want) (X (X the) (X government)))) (X (X to) (X (X know) (X (X they) (X had))))) (X (X retained) (X (X (X criminal) (X (X defense) (X lawyers))) (X .))))))
(X (X (X (X Filling) (X (X out) (X (X detailed) (X forms)))) (X (X about) (X (X (X these) (X individuals)) (X (X would) (X (X (X (X tip) (X (X the) (X IRS))) (X off)) (X (X and) (X (X spark) (X action)))))))) (X (X against) (X (X (X (X the) (X clients)) (X (X ,) (X he))) (X (X said) (X .)))))
(X (X (X (X (X (X (X (X The) (X (X defense) (X lawyers))) (X (X ') (X group))) (X (X formed) (X (X a) (X (X task) (X (X force) (X (X this) (X week))))))) (X (X ,) (X chaired))) (X (X by) (X (X (X (X (X New) (X (X York) (X attorney))) (X Gerald)) (X Lefcourt)) (X ,)))) (X (X to) (X deal))) (X (X with) (X (X (X the) (X matter)) (X .))))
(X (X (X (X (X The) (X American)) (X Bar)) (X (X Association) (X (X 's) (X House)))) (X (X of) (X (X (X Delegates) (X (X passed) (X (X a) (X resolution)))) (X (X in) (X (X (X (X 1985) (X (X condemning) (X (X the) (X IRS)))) (X (X reporting) (X requirement))) (X .))))))
(X (X (X (X (X (X Michael) (X Ross)) (X (X ,) (X (X (X (X (X (X a) (X New)) (X (X York) (X (X lawyer) (X who)))) (X (X heads) (X (X the) (X (X ABA) (X (X 's) (X (X grand) (X (X jury) (X committee)))))))) (X ,)) (X said)))) (X (X that) (X lawyers))) (X (X are) (X (X (X prohibited) (X (X by) (X (X (X the) (X (X ABA) (X (X 's) (X code)))) (X (X of) (X ethics))))) (X (X from) (X (X (X disclosing) (X information)) (X (X about) (X (X (X a) (X client)) (X except)))))))) (X (X where) (X (X (X (X (X a) (X court)) (X (X orders) (X (X it) (X or)))) (X to)) (X (X prevent) (X (X (X the) (X client)) (X (X from) (X (X (X committing) (X (X a) (X (X criminal) (X act)))) (X (X that) (X (X could) (X (X result) (X (X in) (X (X death) (X .)))))))))))))
(X (X (X (X (X Mr.) (X Ross)) (X (X said) (X (X (X (X he) (X met)) (X (X with) (X officials))) (X (X of) (X (X (X (X (X (X (X the) (X IRS)) (X (X and) (X (X the) (X Justice)))) (X Department)) (X ,)) (X which)) (X would)))))) (X (X bring) (X (X any) (X (X enforcement) (X actions))))) (X (X against) (X (X (X (X taxpayers) (X ,)) (X to)) (X (X discuss) (X (X (X (X the) (X (X issue) (X last))) (X May)) (X .))))))
(X (X (X At) (X (X that) (X (X meeting) (X (X ,) (X (X he) (X (X said) (X (X (X ,) (X (X the) (X Justice))) (X (X Department) (X (X assured) (X him)))))))))) (X (X that) (X (X (X (X enforcement) (X procedures)) (X (X would) (X (X n't) (X (X be) (X threatened))))) (X (X against) (X (X attorneys) (X (X without) (X (X (X further) (X review)) (X (X and) (X (X advance) (X (X notice) (X .)))))))))))
(X (X (X Mr.) (X Ross)) (X (X said) (X (X (X (X IRS) (X officials)) (X (X opposed) (X (X (X the) (X Justice)) (X (X Department) (X (X 's) (X (X moderate) (X stance))))))) (X (X on) (X (X (X the) (X matter)) (X .))))))
(X (X (X (X (X (X (X (X But) (X (X in) (X (X (X the) (X letters)) (X sent)))) (X (X in) (X (X recent) (X days)))) (X (X ,) (X (X (X Christopher) (X J.)) (X Lezovich)))) (X (X of) (X (X (X (X the) (X IRS)) (X (X computing) (X center))) (X (X in) (X (X Detroit) (X ,)))))) (X (X told) (X attorneys))) (X that)) (X (X ``) (X (X failing) (X (X to) (X (X voluntarily) (X (X submit) (X (X (X (X (X the) (X requested)) (X information)) (X (X could) (X result))) (X (X in) (X (X (X summons) (X (X enforcement) (X action))) (X (X being) (X (X initiated) (X (X .) (X '')))))))))))))
(X (X (X (X (X In) (X some)) (X cases)) (X (X ,) (X (X (X (X (X the) (X IRS)) (X asked)) (X (X for) (X (X (X information) (X dating)) (X back)))) (X to)))) (X (X forms) (X (X (X it) (X received)) (X (X in) (X (X 1985) (X .))))))
(X (X (X (X (X A) (X spokesman)) (X (X for) (X (X the) (X (X IRS) (X confirmed))))) (X (X that) (X (X ``) (X (X (X (X there) (X has)) (X (X been) (X (X (X (X (X (X correspondence) (X mailed)) (X (X about) (X (X incomplete) (X 8300s)))) (X (X ,) (X ''))) (X (X but) (X (X he) (X declined)))) (X (X to) (X say))))) (X (X why) (X (X (X the) (X letters)) (X (X were) (X sent)))))))) (X (X to) (X (X (X lawyers) (X now)) (X .))))
(X (X (X (X Individuals) (X familiar)) (X (X with) (X (X (X (X the) (X Justice)) (X (X Department) (X (X 's) (X policy)))) (X said)))) (X (X that) (X (X (X (X Justice) (X officials)) (X (X had) (X (X n't) (X (X any) (X knowledge))))) (X (X of) (X (X (X the) (X (X IRS) (X (X 's) (X actions)))) (X (X in) (X (X (X (X the) (X last)) (X week)) (X .))))))))
(X (X (X (X Lawyers) (X worry)) (X that)) (X (X if) (X (X (X they) (X (X provide) (X (X information) (X (X about) (X (X (X clients) (X (X ,) (X (X (X that) (X data)) (X (X could) (X (X (X quickly) (X end)) (X up)))))) (X (X in) (X (X the) (X hands)))))))) (X (X of) (X (X prosecutors) (X .))))))
(X (X Prosecutors) (X (X need) (X (X (X court) (X permission)) (X (X to) (X (X obtain) (X (X (X the) (X (X tax) (X returns))) (X (X of) (X (X (X an) (X (X (X individual) (X (X or) (X a))) (X business))) (X .)))))))))
(X (X (X (X But) (X they)) (X (X have) (X (X obtained) (X 8300)))) (X (X forms) (X (X (X without) (X (X (X court) (X permission)) (X and))) (X (X used) (X (X (X (X the) (X information)) (X (X to) (X help))) (X (X develop) (X (X (X criminal) (X cases)) (X .))))))))
(X (X (X (X (X Some) (X (X criminal) (X lawyers))) (X speculated)) (X (X that) (X (X (X the) (X IRS)) (X was)))) (X (X sending) (X (X (X the) (X letters)) (X (X to) (X (X (X test) (X (X the) (X issue))) (X .))))))
(X (X (X (X (X (X (X In) (X a)) (X number)) (X (X of) (X (X recent) (X cases)))) (X (X ,) (X (X federal) (X courts)))) (X (X have) (X (X (X (X refused) (X to)) (X (X recognize) (X (X attorneys) (X (X ') (X assertions))))) (X (X that) (X (X information) (X relating)))))) (X (X to) (X (X fees) (X (X from) (X (X clients) (X (X should) (X (X be) (X (X confidential) (X .)))))))))
(X (X (X (X (X (X (X THE) (X WAR)) (X OVER)) (X FEDERAL)) (X JUDICIAL)) (X SALARIES)) (X (X takes) (X (X (X a) (X victim)) (X .))))
(X (X (X (X Often) (X (X ,) (X judges))) (X (X ease) (X (X into) (X (X (X more) (X lucrative)) (X (X private) (X practice)))))) (X (X with) (X (X (X (X little) (X fanfare)) (X ,)) (X (X but) (X (X (X (X not) (X (X (X (X (X federal) (X Judge)) (X Raul)) (X A.)) (X Ramirez))) (X (X in) (X Sacramento))) (X (X ,) (X (X Calif) (X .))))))))
(X (X (X (X On) (X Tuesday)) (X (X ,) (X (X (X the) (X judge)) (X (X called) (X (X a) (X (X news) (X conference))))))) (X (X to) (X (X (X say) (X (X he) (X (X was) (X (X quitting) (X (X (X effective) (X (X Dec.) (X 31))) (X to)))))) (X (X join) (X (X (X (X a) (X San)) (X (X Francisco) (X (X law) (X firm)))) (X .))))))
(X (X (X (X The) (X (X reason) (X (X :) (X (X the) (X refusal))))) (X (X of) (X (X Congress) (X to)))) (X (X give) (X (X (X federal) (X (X judges) (X a))) (X (X raise) (X .)))))
(X (X (X ``) (X (X (X (X (X A) (X couple)) (X (X of) (X (X my) (X law)))) (X (X clerks) (X (X were) (X going)))) (X (X to) (X (X (X (X (X (X pass) (X me)) (X (X in) (X (X three) (X (X or) (X (X four) (X years)))))) (X ,)) (X (X and) (X I))) (X (X was) (X (X (X afraid) (X I)) (X (X was) (X going)))))))) (X (X to) (X (X (X (X (X have) (X to)) (X (X ask) (X them))) (X (X for) (X (X a) (X loan)))) (X (X ,) (X (X (X '') (X (X the) (X judge))) (X (X quipped) (X (X in) (X (X (X an) (X interview)) (X .)))))))))
(X (X (X Federal) (X judges)) (X (X make) (X (X (X (X $) (X (X 89,500) (X annually))) (X (X ;) (X (X (X in) (X February)) (X (X ,) (X Congress))))) (X (X rejected) (X (X (X (X a) (X bill)) (X that)) (X (X would) (X (X (X have) (X (X increased) (X (X their) (X pay)))) (X (X by) (X (X (X 50) (X %)) (X .))))))))))
(X (X (X (X (X (X Judge) (X Ramirez)) (X (X ,) (X (X (X 44) (X ,)) (X (X said) (X it))))) (X (X is) (X (X (X unjust) (X (X for) (X judges))) (X to)))) (X make)) (X (X what) (X (X they) (X (X do) (X .)))))
(X (X (X ``) (X Judges)) (X (X are) (X (X (X not) (X getting)) (X (X what) (X (X they) (X (X deserve) (X .)))))))
(X (X You) (X (X look) (X (X (X around) (X (X (X (X at) (X (X (X professional) (X ballplayers)) (X or))) (X accountants)) (X ...))) (X (X and) (X (X nobody) (X (X blinks) (X (X (X an) (X eye)) (X .))))))))
(X (X (X (X When) (X you)) (X (X become) (X (X (X (X a) (X (X federal) (X judge))) (X (X ,) (X (X all) (X (X (X of) (X (X a) (X sudden))) (X you))))) (X (X are) (X relegated))))) (X (X to) (X (X (X (X a) (X (X paltry) (X sum))) (X .)) (X ''))))
(X (X (X (X (X At) (X (X his) (X (X new) (X job)))) (X ,)) (X (X as) (X (X partner) (X (X in) (X charge))))) (X (X of) (X (X (X (X federal) (X litigation)) (X (X in) (X (X the) (X (X Sacramento) (X office))))) (X (X of) (X (X (X (X Orrick) (X (X ,) (X (X Herrington) (X (X &) (X Sutcliffe))))) (X (X ,) (X (X he) (X will)))) (X (X make) (X (X out) (X (X (X much) (X better)) (X .)))))))))
(X (X (X (X (X (X The) (X judge)) (X declined)) (X (X to) (X (X (X discuss) (X (X (X his) (X salary)) (X (X in) (X (X detail) (X ,))))) (X (X but) (X (X said) (X :)))))) (X (X ``) (X I))) (X (X 'm) (X (X going) (X (X to) (X (X (X be) (X (X a) (X (X high-priced) (X lawyer)))) (X (X .) (X '')))))))
(X (X (X (X (X DOONESBURY) (X CREATOR'S)) (X UNION)) (X TROUBLES)) (X (X are) (X (X (X no) (X (X laughing) (X matter))) (X .))))
(X (X (X (X Cartoonist) (X Garry)) (X Trudeau)) (X (X is) (X (X (X (X suing) (X (X (X the) (X Writers)) (X Guild))) (X (X of) (X (X (X America) (X East)) (X (X for) (X (X (X (X $) (X (X 11) (X million))) (X (X ,) (X (X alleging) (X (X it) (X (X mounted) (X a)))))) (X (X ``) (X campaign))))))) (X (X to) (X (X (X (X (X harass) (X (X and) (X punish))) (X (X '') (X him))) (X for)) (X (X crossing) (X (X (X a) (X (X screenwriters) (X (X ') (X (X picket) (X line))))) (X .))))))))
(X (X (X (X The) (X dispute)) (X (X involves) (X (X (X (X Darkhorse) (X Productions)) (X Inc.)) (X (X ,) (X (X (X a) (X (X TV) (X (X production) (X company)))) (X in)))))) (X (X which) (X (X (X Mr.) (X Trudeau)) (X (X is) (X (X (X a) (X co-owner)) (X .))))))
(X (X (X (X (X Mr.) (X Trudeau)) (X (X ,) (X (X (X (X (X a) (X Writers)) (X (X Guild) (X member))) (X (X ,) (X also))) (X (X was) (X employed))))) (X (X as) (X (X (X (X a) (X writer)) (X (X for) (X (X (X Darkhorse) (X ,)) (X which)))) (X (X was) (X covered))))) (X (X by) (X (X (X (X a) (X guild)) (X (X collective-bargaining) (X agreement))) (X .))))
(X (X (X (X The) (X guild)) (X (X began) (X (X a) (X strike)))) (X (X against) (X (X (X (X the) (X TV)) (X (X and) (X (X movie) (X industry)))) (X (X in) (X (X (X March) (X 1988)) (X .))))))
(X (X (X (X (X In) (X (X his) (X lawsuit))) (X (X ,) (X (X Mr.) (X Trudeau)))) (X (X says) (X (X (X (X the) (X strike)) (X illegally)) (X (X included) (X (X Darkhorse) (X (X ,) (X (X and) (X (X (X the) (X (X cartoonist) (X refused))) (X to))))))))) (X (X honor) (X (X (X the) (X strike)) (X (X against) (X (X (X the) (X company)) (X .))))))
(X (X (X (X (X A) (X spokesman)) (X (X for) (X (X the) (X guild)))) (X (X said) (X (X (X the) (X union)) (X (X 's) (X lawyers))))) (X (X are) (X (X reviewing) (X (X (X the) (X suit)) (X .)))))
(X (X (X (X He) (X (X said) (X (X disciplinary) (X proceedings)))) (X (X are) (X (X (X confidential) (X (X and) (X declined))) (X (X to) (X (X comment) (X on)))))) (X (X whether) (X (X (X (X any) (X are)) (X (X being) (X held))) (X (X against) (X (X (X Mr.) (X Trudeau)) (X .))))))
(X (X (X (X (X (X (X Mr.) (X (X Trudeau) (X (X 's) (X attorney)))) (X (X ,) (X (X Norman) (X (X K.) (X Samnick))))) (X ,)) (X (X said) (X (X the) (X harassment)))) (X (X consists) (X mainly))) (X (X of) (X (X (X (X (X the) (X guild)) (X 's)) (X (X year-long) (X threats))) (X (X of) (X (X (X disciplinary) (X action)) (X .))))))
(X (X (X Mr.) (X Samnick)) (X (X said) (X (X (X (X a) (X guild)) (X (X disciplinary) (X hearing))) (X (X is) (X (X (X scheduled) (X (X next) (X Monday))) (X (X in) (X (X (X New) (X York)) (X .))))))))
(X (X (X (X (X Mr.) (X Samnick)) (X (X ,) (X (X (X who) (X (X will) (X go))) (X (X before) (X (X (X the) (X (X disciplinary) (X panel))) (X (X ,) (X (X said) (X (X the) (X proceedings))))))))) (X (X are) (X (X unfair) (X and)))) (X (X that) (X (X (X any) (X punishment)) (X (X from) (X (X (X (X the) (X guild)) (X would)) (X (X be) (X (X unjustified) (X .))))))))
(X (X (X (X (X In) (X addition)) (X (X to) (X (X (X the) (X damages)) (X (X ,) (X (X the) (X suit)))))) (X (X seeks) (X (X (X a) (X court)) (X order)))) (X (X preventing) (X (X (X (X the) (X guild)) (X (X from) (X (X (X punishing) (X or)) (X retaliating)))) (X (X against) (X (X (X Mr.) (X Trudeau)) (X .))))))
(X (X (X (X ABORTION) (X RULING)) (X UPHELD)) (X :))
(X (X (X (X (X (X A) (X federal)) (X (X appeals) (X court))) (X (X upheld) (X (X (X a) (X (X lower) (X court))) (X ruling)))) (X (X that) (X (X (X the) (X U.S.)) (X (X can) (X (X bar) (X (X the) (X use))))))) (X (X of) (X (X (X (X federal) (X funds)) (X (X for) (X (X family-planning) (X programs)))) (X (X that) (X (X include) (X (X (X abortion-related) (X services)) (X .)))))))
(X (X (X (X A) (X Department)) (X (X of) (X (X (X Health) (X (X and) (X (X Human) (X (X Services) (X rule))))) (X (X adopted) (X (X in) (X (X 1988) (X (X prohibits) (X (X the) (X use))))))))) (X (X of) (X (X (X (X (X (X so-called) (X Title)) (X (X X) (X funds))) (X (X for) (X programs))) (X (X that) (X (X (X (X assist) (X (X a) (X woman))) (X (X in) (X (X obtaining) (X (X an) (X abortion))))) (X (X ,) (X such))))) (X (X as) (X (X (X abortion) (X counseling)) (X (X and) (X (X referrals) (X .))))))))
(X (X (X (X (X (X The) (X rule)) (X also)) (X (X prohibits) (X funding))) (X (X for) (X activities))) (X (X that) (X (X ``) (X (X encourage) (X (X ,) (X (X promote) (X (X (X (X or) (X (X advocate) (X abortion))) (X .)) (X ''))))))))
(X (X (X (X Title) (X (X X) (X funds))) (X (X are) (X (X (X (X the) (X single)) (X (X largest) (X source))) (X (X of) (X (X federal) (X funding)))))) (X (X for) (X (X (X (X (X (X family-planning) (X services)) (X (X ,) (X according))) (X (X to) (X (X the) (X opinion)))) (X (X by) (X (X (X (X the) (X (X Second) (X U.S.))) (X Circuit)) (X Court)))) (X (X of) (X (X Appeals) (X (X in) (X (X (X New) (X York)) (X .))))))))
(X (X (X (X The) (X panel)) (X ruled)) (X (X that) (X (X (X the) (X restrictions)) (X (X do) (X (X (X n't) (X (X violate) (X (X the) (X freedom)))) (X (X of) (X (X speech) (X (X of) (X (X (X (X (X health) (X (X care) (X providers))) (X and)) (X (X that) (X (X (X (X the) (X limits)) (X (X on) (X (X counseling) (X services)))) (X (X do) (X n't))))) (X (X violate) (X (X (X the) (X rights)) (X (X of) (X (X (X pregnant) (X women)) (X .))))))))))))))
(X (X (X (X (X INQUIRY) (X CLEARS)) (X TEXAS)) (X JUDGE)) (X (X of) (X (X (X bias) (X (X in) (X comments))) (X (X on) (X (X (X homosexual) (X (X murder) (X victims))) (X .))))))
(X (X (X (X (X (X (X (X Dallas) (X District)) (X Judge)) (X Jack)) (X Hampton)) (X (X had) (X sparked))) (X (X calls) (X (X for) (X (X a) (X (X judicial) (X inquiry)))))) (X (X with) (X (X (X his) (X remarks)) (X (X to) (X (X (X (X (X the) (X (X press) (X last))) (X December)) (X (X ,) (X (X (X two) (X weeks)) (X (X after) (X (X sentencing) (X (X an) (X (X 18-year-old) (X defendant)))))))) (X (X to) (X (X (X (X 30) (X years)) (X (X in) (X (X state) (X prison)))) (X (X for) (X (X (X killing) (X (X two) (X (X homosexual) (X men)))) (X (X in) (X (X (X a) (X (X city) (X park))) (X .))))))))))))
(X (X (X (X (X The) (X judge)) (X (X was) (X quoted))) (X (X as) (X referring))) (X (X to) (X (X (X (X (X the) (X victims)) (X as)) (X (X ``) (X (X (X (X (X queers) (X '')) (X and)) (X (X saying) (X (X (X they) (X (X would) (X n't))) (X (X have) (X (X been) (X killed)))))) (X ``)))) (X (X if) (X (X (X (X they) (X (X had) (X (X (X n't) (X been)) (X (X cruising) (X (X the) (X streets)))))) (X picking)) (X (X up) (X (X (X teenage) (X boys)) (X (X .) (X '')))))))))
(X (X (X (X (X (X (X (X But) (X Robert)) (X R.)) (X Murray)) (X (X ,) (X (X a) (X (X special) (X (X master) (X appointed)))))) (X (X by) (X (X (X (X (X the) (X Texas)) (X Supreme)) (X Court)) (X (X ,) (X (X said) (X (X Judge) (X Hampton))))))) (X (X did) (X (X (X n't) (X (X breach) (X (X (X any) (X judicial)) (X standards)))) (X (X of) (X (X fairness) (X ,)))))) (X (X although) (X (X he) (X (X did) (X (X (X violate) (X (X (X the) (X (X state) (X (X 's) (X (X judicial) (X code))))) (X (X by) (X (X commenting) (X publicly))))) (X (X on) (X (X (X (X a) (X pending)) (X case)) (X .))))))))
(X (X (X (X Observing) (X (X that) (X (X the) (X judge)))) (X (X ``) (X (X has) (X (X (X (X never) (X (X exhibited) (X (X (X (X any) (X bias)) (X or)) (X prejudice)))) (X (X ,) (X (X (X '') (X Mr.)) (X Murray)))) (X concluded))))) (X (X that) (X (X (X he) (X (X ``) (X (X would) (X (X be) (X (X impartial) (X (X in) (X (X any) (X case)))))))) (X (X involving) (X (X (X (X (X a) (X (X homosexual) (X or))) (X prostitute)) (X '')) (X (X as) (X (X (X a) (X victim)) (X .))))))))
(X (X (X (X (X Mr.) (X Murray)) (X also)) (X (X said) (X (X Judge) (X (X Hampton) (X (X 's) (X comments)))))) (X (X did) (X (X (X n't) (X (X discredit) (X (X (X the) (X judiciary)) (X (X or) (X (X the) (X administration)))))) (X (X of) (X (X justice) (X .))))))
(X (X (X (X The) (X report)) (X (X is) (X subject))) (X (X to) (X (X (X review) (X (X by) (X (X (X (X (X (X the) (X State)) (X Commission)) (X (X on) (X (X Judicial) (X Conduct)))) (X (X ,) (X which))) (X (X is) (X empowered))))) (X (X to) (X (X impose) (X (X sanctions) (X .)))))))
(X (X (X (X GAF) (X TRIAL)) (X goes)) (X (X to) (X (X round) (X (X three) (X .)))))
(X (X (X Attorneys) (X (X in) (X (X (X the) (X third)) (X (X stock-manipulation) (X trial))))) (X (X of) (X (X (X (X (X GAF) (X Corp.)) (X (X began) (X (X opening) (X (X arguments) (X yesterday))))) (X (X in) (X (X (X the) (X Manhattan)) (X courtroom)))) (X (X of) (X (X (X (X (X U.S.) (X District)) (X Judge)) (X Mary)) (X (X Johnson) (X (X Lowe) (X .))))))))
(X (X (X (X (X (X In) (X (X an) (X eight-count))) (X indictment)) (X (X ,) (X (X the) (X government)))) (X (X has) (X (X (X charged) (X GAF)) (X (X ,) (X (X (X a) (X Wayne)) (X (X ,) (X (X N.J.) (X (X ,) (X (X (X (X (X (X specialty) (X (X chemical) (X maker))) (X ,)) (X (X and) (X (X (X (X its) (X Vice)) (X Chairman)) (X James)))) (X T.)) (X Sherwin)))))))))) (X (X with) (X (X (X attempting) (X (X to) (X (X (X manipulate) (X (X the) (X (X common) (X stock)))) (X (X of) (X (X (X (X Union) (X Carbide)) (X Corp.)) (X (X in) (X advance))))))) (X (X of) (X (X (X (X GAF) (X (X 's) (X (X planned) (X sale)))) (X (X of) (X (X (X a) (X large)) (X block)))) (X (X of) (X (X (X the) (X stock)) (X (X in) (X (X (X November) (X 1986)) (X .))))))))))
(X (X (X (X (X The) (X first)) (X (X two) (X (X GAF) (X trials)))) (X ended)) (X (X in) (X (X (X (X mistrials) (X earlier)) (X (X this) (X year))) (X .))))
(X (X (X This) (X trial)) (X (X is) (X (X expected) (X (X to) (X (X (X last) (X (X five) (X weeks))) (X .))))))
(X (X (X SWITCHING) (X TO)) (X (X THE) (X (X DEFENSE) (X :))))
(X (X (X (X A) (X (X former) (X member))) (X (X of) (X (X (X (X the) (X prosecution)) (X team)) (X (X in) (X (X (X the) (X (X Iran\/Contra) (X affair))) (X (X joined) (X (X the) (X (X Chicago) (X firm))))))))) (X (X of) (X (X Mayer) (X (X ,) (X (X Brown) (X (X &) (X (X Platt) (X .))))))))
(X (X (X (X (X (X Michael) (X R.)) (X Bromwich)) (X (X ,) (X (X (X a) (X member)) (X (X since) (X (X January) (X 1987)))))) (X (X of) (X (X (X the) (X (X three-lawyer) (X (X trial) (X team)))) (X (X in) (X (X the) (X prosecution)))))) (X (X of) (X (X (X (X (X Oliver) (X North)) (X ,)) (X (X became) (X (X (X (X a) (X partner)) (X (X in) (X (X the) (X Washington)))) (X (X ,) (X (X D.C.) (X (X ,) (X office))))))) (X (X of) (X (X (X the) (X (X 520-lawyer) (X firm))) (X .))))))
(X (X He) (X (X will) (X (X specialize) (X (X in) (X (X (X (X white-collar) (X (X criminal) (X defense))) (X work)) (X .))))))
(X (X (X (X Mr.) (X Bromwich)) (X (X ,) (X (X (X 35) (X ,)) (X also)))) (X (X has) (X (X (X (X (X (X served) (X (X as) (X (X (X deputy) (X chief)) (X (X and) (X chief))))) (X (X of) (X (X (X the) (X (X narcotics) (X unit))) (X (X for) (X (X the) (X (X U.S.) (X (X attorney) (X (X 's) (X office))))))))) (X (X for) (X (X (X the) (X Southern)) (X District)))) (X (X of) (X (X New) (X York)))) (X (X ,) (X (X based) (X (X in) (X (X Manhattan) (X .))))))))
(X (X (X (X (X (X Cooper) (X Tire)) (X &)) (X Rubber)) (X Co.)) (X (X said) (X (X (X (X it) (X has)) (X (X reached) (X (X (X an) (X agreement)) (X (X in) (X principle))))) (X (X to) (X (X (X (X buy) (X (X buildings) (X (X and) (X (X (X related) (X property)) (X (X in) (X Albany)))))) (X (X ,) (X (X Ga.) (X ,)))) (X (X from) (X (X (X Bridgestone\/Firestone) (X Inc)) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X (X The) (X (X tire) (X maker))) (X (X said) (X (X the) (X buildings)))) (X consist)) (X (X of) (X (X (X (X 1.8) (X (X (X million) (X square)) (X feet))) (X (X of) (X office))) (X (X ,) (X (X (X manufacturing) (X (X and) (X (X warehousing) (X space)))) (X (X on) (X (X (X 353) (X acres)) (X (X of) (X (X land) (X .))))))))))
(X (X (X (X Fujitsu) (X (X Ltd.) (X (X 's) (X (X top) (X executive))))) (X (X took) (X (X (X (X (X the) (X unusual)) (X step)) (X (X of) (X (X (X publicly) (X apologizing)) (X (X for) (X (X (X his) (X (X company) (X 's))) (X (X making) (X bids))))))) (X (X of) (X (X (X (X (X just) (X one)) (X yen)) (X (X for) (X (X several) (X (X local) (X (X government) (X projects)))))) (X ,)))))) (X (X while) (X (X (X (X (X computer) (X rival)) (X NEC)) (X Corp.)) (X (X made) (X (X (X (X a) (X written)) (X apology)) (X (X for) (X (X indulging) (X (X in) (X (X (X (X the) (X same)) (X practice)) (X .))))))))))
(X (X (X Meanwhile) (X (X ,) (X (X (X (X (X (X business) (X (X and) (X (X government) (X leaders)))) (X (X rebuked) (X (X the) (X (X computer) (X makers))))) (X ,)) (X (X and) (X fretted))) (X (X about) (X (X (X (X the) (X (X broader) (X statement))) (X (X the) (X companies))) (X (X ') (X actions))))))) (X (X make) (X (X about) (X (X (X (X Japanese) (X cutthroat)) (X pricing)) (X .)))))
(X (X (X Fujitsu) (X (X said) (X (X it) (X (X bid) (X (X the) (X equivalent)))))) (X (X of) (X (X (X (X (X less) (X (X than) (X a))) (X (X U.S.) (X penny))) (X (X on) (X (X three) (X (X separate) (X (X municipal) (X contracts)))))) (X (X during) (X (X (X (X the) (X past)) (X (X two) (X years))) (X .))))))
(X (X (X (X (X (X The) (X company)) (X also)) (X disclosed)) (X (X that) (X (X during) (X (X (X that) (X period)) (X it))))) (X (X offered) (X (X (X 10,000) (X yen)) (X (X ,) (X (X (X (X or) (X (X about) (X (X $) (X 70)))) (X ,)) (X (X for) (X (X (X another) (X contract)) (X .))))))))
(X (X (X (X But) (X Fujitsu)) (X (X ,) (X (X (X Japan) (X (X 's) (X (X (X No.) (X 1)) (X (X computer) (X maker))))) (X ,)))) (X (X is) (X (X n't) (X (X alone) (X .)))))
(X (X (X NEC) (X (X ,) (X one))) (X (X of) (X (X (X its) (X (X largest) (X (X domestic) (X competitors)))) (X (X ,) (X (X (X said) (X (X (X (X it) (X (X bid) (X one))) (X yen)) (X (X in) (X (X (X two) (X separate)) (X (X public) (X auctions)))))) (X (X since) (X (X 1987) (X .))))))))
(X (X (X (X In) (X (X both) (X cases))) (X (X ,) (X (X (X NEC) (X (X lost) (X (X the) (X contract)))) (X (X to) (X (X (X Fujitsu) (X ,)) (X which)))))) (X (X made) (X (X (X (X (X the) (X same)) (X bid)) (X and)) (X (X won) (X (X (X (X a) (X tie-breaking)) (X lottery)) (X .))))))
(X (X (X (X All) (X the)) (X contracts)) (X (X were) (X (X for) (X (X (X (X computer-system-design) (X contracts)) (X and)) (X (X involved) (X (X (X (X no) (X hardware)) (X (X or) (X software))) (X .)))))))
(X (X (X The) (X Ministry)) (X (X of) (X (X (X (X (X (X International) (X Trade)) (X (X and) (X Industry))) (X (X summoned) (X (X executives) (X (X from) (X (X the) (X companies)))))) (X (X to) (X (X ``) (X (X make) (X (X sure) (X they)))))) (X (X understood) (X (X (X (X (X '') (X (X the) (X concern))) (X (X about) (X (X such) (X practices)))) (X (X ,) (X according))) (X (X to) (X (X (X a) (X (X government) (X spokesman))) (X .))))))))
(X (X (X (X ``) (X (X (X These) (X cases)) (X lead))) (X (X to) (X (X the) (X loss)))) (X (X of) (X (X (X (X (X (X the) (X firms)) (X (X ') (X social))) (X (X and) (X international))) (X credibility)) (X (X ,) (X (X (X '') (X (X a) (X (X ministry) (X statement)))) (X (X said) (X .)))))))
(X (X (X (X Japan) (X (X 's) (X Fair))) (X (X Trade) (X Commission))) (X (X has) (X (X (X (X said) (X it)) (X is)) (X (X considering) (X (X investigating) (X (X (X the) (X bids)) (X (X for) (X (X (X possible) (X (X antitrust-law) (X violations))) (X .)))))))))
(X (X (X ``) (X (X (X We) (X (X would) (X (X like) (X (X to) (X (X (X apologize) (X (X for) (X having))) (X (X caused) (X (X (X (X huge) (X trouble)) (X (X ,) (X (X (X (X (X '') (X Fujitsu)) (X President)) (X Takuma)) (X Yamamoto)))) (X (X ,) (X read))))))))) (X (X from) (X (X a) (X (X prepared) (X statement)))))) (X (X as) (X (X (X he) (X stood)) (X (X before) (X (X (X (X a) (X (X packed) (X (X news) (X conference)))) (X (X at) (X (X his) (X (X (X company) (X (X 's) (X downtown))) (X headquarters))))) (X .))))))
(X (X (X (X (X (X The) (X bids)) (X (X ,) (X (X he) (X (X added) (X ,))))) (X were)) (X (X ``) (X contrary))) (X (X to) (X (X (X common) (X sense)) (X (X .) (X '')))))
(X (X (X (X NEC) (X (X released) (X (X a) (X statement)))) (X (X saying) (X ,))) (X (X ``) (X (X (X We) (X (X feel) (X (X (X sorry) (X (X for) (X (X having) (X (X caused) (X trouble))))) (X (X to) (X (X society) (X (X ,) (X (X '') (X (X a) (X form))))))))) (X (X of) (X (X (X (X (X apology) (X common)) (X (X in) (X Japan))) (X (X for) (X (X companies) (X caught)))) (X (X in) (X (X (X embarrassing) (X situations)) (X .))))))))
(X (X (X (X (X Japanese) (X companies)) (X (X have) (X (X (X long) (X (X had) (X (X a) (X reputation)))) (X (X for) (X (X sacrificing) (X (X short-term) (X profits))))))) (X to)) (X (X make) (X (X (X a) (X sale)) (X (X that) (X (X may) (X (X have) (X (X (X long-term) (X benefits)) (X .))))))))
(X (X (X (X (X (X But) (X (X the) (X (X growing) (X controversy)))) (X comes)) (X (X as) (X (X (X (X many) (X practices)) (X historically)) (X accepted)))) (X (X as) (X (X (X normal) (X here)) (X (X --) (X such))))) (X (X as) (X (X (X (X politicians) (X (X accepting) (X (X substantial) (X gifts)))) (X (X from) (X (X (X (X (X businessmen) (X or)) (X (X having) (X (X extramarital) (X affairs)))) (X --)) (X (X are) (X coming))))) (X (X under) (X (X (X (X close) (X ethical)) (X scrutiny)) (X .))))))
(X (X (X The) (X fire)) (X (X is) (X (X also) (X (X (X fueled) (X (X by) (X (X (X growing) (X international)) (X interest)))) (X (X in) (X (X (X Japanese) (X behavior)) (X .)))))))
(X (X (X (X (X So) (X (X far) (X there))) (X have)) (X (X been) (X (X no) (X (X public) (X (X overseas) (X complaints)))))) (X (X about) (X (X (X the) (X issue)) (X .))))
(X (X (X But) (X (X in) (X one))) (X (X of) (X (X (X (X (X (X the) (X auctions)) (X (X in) (X question))) (X (X ,) (X (X International) (X (X Business) (X (X Machines) (X Corp.)))))) (X (X made) (X (X (X (X (X a) (X (X bid) (X substantially))) (X higher)) (X (X than) (X (X the) (X Fujitsu)))) (X (X offer) (X (X ,) (X according)))))) (X (X to) (X (X (X the) (X municipality)) (X .))))))
(X (X (X (X (X The) (X low-ball)) (X (X bids) (X touch))) (X (X on) (X (X issues) (X central)))) (X (X to) (X (X (X the) (X (X increasingly) (X (X tense) (X (X trade) (X debate))))) (X .))))
(X (X (X (X Foreigners) (X complain)) (X (X that) (X (X they) (X (X have) (X (X limited) (X access)))))) (X (X to) (X (X (X (X (X government) (X procurement)) (X (X in) (X Japan))) (X (X ,) (X (X in) (X part)))) (X (X because) (X (X (X Japanese) (X companies)) (X (X unfairly) (X (X undercut) (X (X them) (X .)))))))))
(X (X (X (X (X The) (X (X U.S.) (X government))) (X (X in) (X (X recent) (X years)))) (X (X has) (X (X (X (X accused) (X (X Japanese) (X companies))) (X (X of) (X (X (X excessively) (X (X slashing) (X prices))) (X (X on) (X (X semiconductors) (X (X and) (X supercomputers))))))) (X (X --) (X (X (X products) (X Fujitsu)) (X (X and) (X NEC))))))) (X (X make) (X .)))
(X (X Asked) (X (X whether) (X (X (X (X (X (X the) (X bidding)) (X flap)) (X (X would) (X (X (X hurt) (X (X U.S.-Japan) (X relations))) (X (X ,) (X (X Mr.) (X Yamamoto)))))) (X (X said) (X ,))) (X (X ``) (X (X (X this) (X will)) (X (X be) (X (X (X a) (X (X minus) (X factor))) (X (X .) (X '')))))))))
(X (X (X The) (X (X ``) (X (X (X (X one-yen) (X (X '') (X (X (X controversy) (X first)) (X came)))) (X (X to) (X (X (X a) (X (X head) (X last))) (X week)))) (X (X when) (X (X (X (X the) (X city)) (X (X of) (X Hiroshima))) (X announced)))))) (X (X that) (X (X (X Fujitsu) (X (X won) (X (X a) (X contract)))) (X (X to) (X (X (X design) (X (X a) (X (X computer) (X system)))) (X (X to) (X (X map) (X (X (X its) (X waterworks)) (X .)))))))))
(X (X (X (X The) (X city)) (X (X had) (X (X (X (X expected) (X to)) (X (X pay) (X (X (X (X about) (X (X (X (X 11) (X million)) (X yen)) (X (X -LRB-) (X $)))) (X (X 77,000) (X -RRB-))) (X ,)))) (X (X but) (X (X Fujitsu) (X essentially)))))) (X (X offered) (X (X to) (X (X do) (X (X it) (X (X for) (X (X free) (X .))))))))
(X (X (X (X (X Then) (X Wednesday)) (X (X ,) (X Fujitsu))) (X (X said) (X (X it) (X (X made) (X (X a) (X (X similar) (X bid))))))) (X (X to) (X (X (X win) (X (X a) (X (X library) (X contract)))) (X (X in) (X (X (X Nagano) (X (X prefecture) (X (X two) (X (X weeks) (X earlier))))) (X .))))))
(X (X (X (X It) (X also)) (X said)) (X (X that) (X (X (X (X in) (X July)) (X (X ,) (X (X (X (X it) (X bid)) (X 10,000)) (X yen)))) (X (X to) (X (X (X (X (X design) (X (X a) (X system))) (X (X for) (X (X (X (X the) (X Saitama)) (X (X prefectural) (X library))) (X ,)))) (X (X and) (X (X (X two) (X (X years) (X ago))) (X (X ,) (X (X (X it) (X (X bid) (X one))) (X yen)))))) (X (X to) (X (X (X (X plan) (X the)) (X (X telecommunications) (X system))) (X (X for) (X (X (X Wakayama) (X prefecture)) (X .))))))))))
(X (X (X (X (X The) (X company)) (X (X said) (X it))) (X has)) (X (X offered) (X (X to) (X (X (X (X withdraw) (X (X its) (X bids))) (X (X in) (X Hiroshima))) (X (X and) (X (X Nagano) (X .)))))))
(X (X (X (X The) (X municipalities)) (X (X said) (X (X (X they) (X (X have) (X n't))) (X decided)))) (X (X whether) (X (X (X to) (X (X try) (X (X to) (X (X (X force) (X (X the) (X company))) (X (X to) (X go)))))) (X (X through) (X (X with) (X (X (X the) (X contracts)) (X .)))))))
(X (X (X (X Fujitsu) (X (X and) (X NEC))) (X (X said) (X (X (X they) (X (X were) (X still))) (X (X investigating) (X (X (X ,) (X and)) (X (X that) (X knowledge))))))) (X (X of) (X (X (X (X more) (X such)) (X bids)) (X (X could) (X (X emerge) (X .))))))
(X (X (X (X Mr.) (X Yamamoto)) (X insisted)) (X (X that) (X (X (X (X headquarters) (X (X had) (X n't))) (X (X approved) (X (X (X (X (X the) (X bids)) (X ,)) (X and)) (X (X that) (X he))))) (X (X did) (X (X (X (X n't) (X know)) (X (X about) (X (X most) (X (X of) (X (X the) (X cases)))))) (X (X until) (X (X Wednesday) (X .))))))))
(X (X (X (X Other) (X major)) (X (X Japanese) (X (X computer) (X companies)))) (X (X contacted) (X (X (X yesterday) (X (X said) (X (X they) (X (X have) (X never))))) (X (X made) (X (X (X such) (X bids)) (X .))))))
(X (X (X ``) (X (X One) (X yen))) (X (X is) (X (X (X not) (X (X ethical) (X (X ,) (X (X (X '') (X Michio)) (X Sasaki))))) (X (X ,) (X (X (X (X (X an) (X official)) (X (X at) (X Keidanren))) (X (X ,) (X (X (X the) (X Japan)) (X Federation)))) (X (X of) (X (X (X Economic) (X Organizations)) (X (X ,) (X (X said) (X .))))))))))
(X (X (X ``) (X (X Profit) (X (X may) (X (X be) (X (X low) (X ,)))))) (X (X but) (X (X (X (X at) (X least)) (X costs)) (X (X should) (X (X be) (X (X covered) (X .)))))))
(X (X PAPERS) (X :))
(X (X (X (X (X Backe) (X Group)) (X Inc.)) (X agreed)) (X (X to) (X (X (X acquire) (X (X (X (X Atlantic) (X Publications)) (X Inc.)) (X (X ,) (X which)))) (X (X has) (X (X (X (X 30) (X (X community) (X papers))) (X (X and) (X (X annual) (X sales)))) (X (X of) (X (X (X $) (X (X 7) (X million))) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X Backe) (X (X is) (X (X (X (X a) (X (X (X closely) (X held)) (X (X media) (X firm)))) (X run)) (X (X by) (X (X (X (X (X (X (X former) (X CBS)) (X Inc.)) (X President)) (X John)) (X Backe)) (X .))))))
(X (X TV) (X :))
(X (X (X (X (X Price) (X Communications)) (X Corp.)) (X (X completed) (X (X the) (X sale)))) (X (X of) (X (X (X four) (X (X of) (X (X its) (X (X TV) (X stations))))) (X (X to) (X (X (X (X (X (X NTG) (X Inc.)) (X (X for) (X (X (X $) (X (X 120) (X million))) (X (X in) (X (X cash) (X (X and) (X notes))))))) (X ,)) (X (X retaining) (X (X a) (X (X 10) (X (X %) (X (X equity) (X stake))))))) (X (X in) (X (X (X (X the) (X new)) (X concern)) (X .))))))))
(X (X NTG) (X (X was) (X (X formed) (X (X by) (X (X (X Osborn) (X (X Communications) (X Corp.))) (X (X and) (X (X Desai) (X (X Capital) (X .)))))))))
(X (X (X (X (X Michaels) (X Stores)) (X Inc.)) (X (X ,) (X (X (X which) (X (X owns) (X (X (X and) (X (X operates) (X (X a) (X chain)))) (X (X of) (X (X specialty) (X (X retail) (X stores))))))) (X (X ,) (X (X said) (X (X October) (X (X (X (X sales) (X rose)) (X 14.6)) (X %)))))))) (X (X to) (X (X (X $) (X (X 32.8) (X million))) (X (X from) (X (X (X $) (X (X 28.6) (X (X (X million) (X (X a) (X year))) (X earlier)))) (X .))))))
(X (X (X (X Sales) (X (X in) (X (X stores) (X (X open) (X (X (X (X more) (X than)) (X (X one) (X (X year) (X (X rose) (X 3))))) (X %)))))) (X (X to) (X (X $) (X (X 29.3) (X million))))) (X (X from) (X (X $) (X (X 28.4) (X (X million) (X .))))))
(X (X (X (X Furukawa) (X Co.)) (X (X of) (X (X (X Japan) (X (X said) (X (X it) (X will)))) (X (X acquire) (X (X (X (X two) (X (X construction) (X (X machinery) (X plants)))) (X (X and) (X (X a) (X (X sales) (X unit))))) (X (X in) (X (X France) (X (X formerly) (X belonging))))))))) (X (X to) (X (X (X (X Dresser) (X Industries)) (X Inc.)) (X (X of) (X (X (X the) (X U.S.)) (X .))))))
(X (X (X (X (X The) (X company)) (X (X said) (X it))) (X (X made) (X (X (X the) (X purchase)) (X (X in) (X order))))) (X (X to) (X (X locally) (X (X produce) (X (X (X (X hydraulically) (X operated)) (X shovels)) (X .))))))
(X (X (X (X Last) (X October)) (X (X ,) (X (X (X the) (X company)) (X also)))) (X (X bought) (X (X (X (X a) (X (X wheel-loader) (X (X manufacturing) (X plant)))) (X (X in) (X (X Heidelberg) (X (X ,) (X (X (X West) (X Germany)) (X ,)))))) (X (X from) (X (X Dresser) (X .))))))
(X (X (X Furukawa) (X (X said) (X (X the) (X purchase)))) (X (X of) (X (X (X (X (X the) (X French)) (X (X and) (X (X German) (X plants)))) (X together)) (X (X will) (X (X (X total) (X (X about) (X (X (X (X 40) (X billion)) (X yen)) (X (X -LRB-) (X $))))) (X (X 280) (X (X (X million) (X -RRB-)) (X .))))))))
(X (X (X (X (X (X (X Structural) (X Dynamics)) (X Research)) (X Corp.)) (X (X ,) (X which))) (X (X makes) (X (X (X computer-aided) (X (X engineering) (X software))) (X (X ,) (X (X (X said) (X (X it) (X (X introduced) (X (X new) (X technology))))) (X (X in) (X (X (X mechanical) (X design)) (X automation)))))))) (X (X that) (X (X will) (X (X improve) (X (X (X (X mechanical) (X engineering)) (X productivity)) (X .))))))
(X (X @))
(X (X (X (X (X Money) (X Market)) (X Deposits-a)) (X 6.21)) (X %))
(X (X (X a) (X (X -) (X (X (X (X Average) (X (X rate) (X (X paid) (X yesterday)))) (X (X by) (X (X (X 100) (X (X large) (X banks))) (X (X and) (X thrifts))))) (X (X in) (X (X (X the) (X 10)) (X (X largest) (X (X metropolitan) (X areas)))))))) (X (X as) (X (X compiled) (X (X by) (X (X (X (X Bank) (X Rate)) (X Monitor)) (X .))))))
(X (X b) (X (X -) (X (X (X (X Current) (X annual)) (X yield)) (X .))))
(X (X (X Guaranteed) (X minimum)) (X (X 6) (X (X %) (X .))))
(X (X (X (X (X (X (X (X LSI) (X Logic)) (X Corp.)) (X (X reported) (X (X (X a) (X (X surprise) (X $))) (X (X 35.7) (X (X million) (X (X third-quarter) (X (X net) (X loss)))))))) (X ,)) (X (X including) (X (X (X (X a) (X special)) (X restructuring)) (X charge)))) (X that)) (X (X reflects) (X (X (X (X (X a) (X continuing)) (X industry-wide)) (X slowdown)) (X (X in) (X (X semiconductor) (X (X demand) (X .)))))))
(X (X (X (X In) (X September)) (X (X ,) (X (X (X the) (X (X custom-chip) (X maker))) (X (X said) (X (X (X excess) (X capacity)) (X (X and) (X (X lagging) (X billings)))))))) (X (X would) (X (X (X result) (X (X in) (X (X (X an) (X (X (X estimated) (X $)) (X (X 2) (X million)))) (X (X to) (X (X (X $) (X (X 3) (X (X million) (X net)))) (X loss)))))) (X (X for) (X (X (X the) (X third)) (X (X quarter) (X .)))))))
(X (X (X But) (X (X company) (X officials))) (X (X said) (X (X (X yesterday) (X (X that) (X they))) (X (X decided) (X (X (X to) (X (X (X take) (X (X (X a) (X (X $) (X (X 43) (X million)))) (X (X pretax) (X charge)))) (X (X for) (X (X (X (X the) (X period)) (X to)) (X (X cover) (X (X (X (X a) (X restructuring)) (X (X of) (X (X (X world-wide) (X manufacturing)) (X operations)))) (X (X ,) (X (X (X citing) (X (X extended) (X weakness))) (X (X in) (X (X the) (X market))))))))))) (X (X as) (X (X (X well) (X (X as) (X (X a) (X decision)))) (X (X to) (X (X switch) (X (X to) (X (X (X more) (X (X economical) (X (X production) (X techniques)))) (X .))))))))))))
(X (X ``) (X (X (X (X (X (X (X (X Over) (X (X the) (X summer))) (X months)) (X (X ,) (X (X there) (X has)))) (X (X been) (X (X (X a) (X slowing)) (X (X in) (X (X the) (X rate)))))) (X (X of) (X (X new) (X orders)))) (X (X from) (X (X the) (X (X computer) (X sector))))) (X (X ,) (X (X (X (X (X (X our) (X primary)) (X market)) (X (X ,) (X ''))) (X (X said) (X (X Wilfred) (X (X J.) (X Corrigan))))) (X (X ,) (X (X (X chairman) (X (X and) (X (X chief) (X (X executive) (X officer))))) (X .)))))))
(X (X (X (X ``) (X (X (X (X In) (X addition)) (X (X ,) (X (X (X recent) (X industry)) (X forecasts)))) (X (X for) (X 1990)))) (X (X indicate) (X (X a) (X (X slow) (X environment))))) (X (X ,) (X (X (X at) (X least)) (X (X until) (X (X (X midyear) (X .)) (X ''))))))
(X (X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X (X the) (X company)))) (X (X said) (X (X it) (X decided)))) (X (X to) (X (X (X phase) (X (X out) (X (X (X (X its) (X oldest)) (X capacity)) (X and)))) (X (X ``) (X (X make) (X (X (X (X appropriate) (X reductions)) (X '')) (X (X in) (X (X (X operating) (X expenses)) (X .)))))))))
(X (X (X (X (X The) (X $)) (X (X 35.7) (X (X (X (X million) (X net)) (X loss)) (X (X equals) (X (X (X 86) (X cents)) (X a)))))) (X share)) (X .))
(X (X (X (X Not) (X (X counting) (X (X (X the) (X extraordinary)) (X charge)))) (X (X ,) (X (X (X (X the) (X company)) (X (X said) (X it))) (X (X would) (X have))))) (X (X had) (X (X (X (X a) (X net)) (X loss)) (X (X of) (X (X (X $) (X (X 3.1) (X million))) (X (X ,) (X (X (X (X or) (X (X seven) (X (X cents) (X a)))) (X share)) (X .))))))))
(X (X (X (X (X A) (X (X year) (X earlier))) (X (X ,) (X it))) (X (X had) (X profit))) (X (X of) (X (X (X $) (X (X 7.5) (X million))) (X (X ,) (X (X (X (X or) (X (X (X 18) (X cents)) (X a))) (X share)) (X .))))))
(X (X (X (X Revenue) (X (X rose) (X 42))) (X %)) (X (X to) (X (X (X $) (X (X 133.7) (X million))) (X (X from) (X (X (X $) (X (X 94) (X million))) (X .))))))
(X (X (X The) (X (X charge) (X partly))) (X (X reflects) (X (X (X (X a) (X switch)) (X (X from) (X (X (X older) (X five-inch)) (X (X to) (X (X more-efficient) (X (X (X six-inch) (X silicon)) (X wafers))))))) (X (X with) (X (X which) (X (X to) (X (X (X fabricate) (X chips)) (X .))))))))
(X (X (X Related) (X (X to) (X (X (X that) (X decision)) (X (X ,) (X (X (X (X the) (X company)) (X (X said) (X it))) (X was)))))) (X (X converting) (X (X (X (X its) (X Santa)) (X Clara)) (X (X ,) (X (X (X Calif.) (X (X ,) (X factory))) (X (X to) (X (X (X (X a) (X research)) (X (X and) (X (X development) (X facility)))) (X .))))))))
(X (X (X (X A) (X spokesman)) (X declined)) (X (X to) (X (X speculate) (X (X about) (X (X (X possible) (X reductions)) (X (X in) (X (X force) (X .))))))))
(X (X (X ``) (X This)) (X (X is) (X (X (X (X (X a) (X company)) (X that)) (X (X has) (X (X invested) (X (X in) (X (X (X (X (X (X capacity) (X additions)) (X (X more) (X aggressively))) (X (X than) (X (X any) (X (X other) (X company))))) (X (X in) (X (X (X the) (X industry)) (X (X and) (X (X now) (X (X the) (X industry))))))) (X (X is) (X (X (X (X (X growing) (X (X more) (X slowly))) (X (X and) (X they))) (X (X are) (X (X (X suddenly) (X poorly)) (X positioned)))) (X (X ,) (X (X '') (X (X said) (X (X Michael) (X Stark)))))))))))) (X (X ,) (X (X (X (X chip) (X analyst)) (X (X at) (X Robertson))) (X (X ,) (X (X (X (X Stephens) (X &)) (X Co)) (X .))))))))
(X (X ``) (X (X I) (X (X think) (X (X (X (X the) (X stock)) (X (X is) (X (X dead) (X money)))) (X (X for) (X (X (X a) (X while)) (X (X .) (X ''))))))))
(X (X (X (X Yesterday) (X (X 's) (X announcement))) (X was)) (X (X made) (X (X after) (X (X markets) (X (X closed) (X .))))))
(X (X (X (X U.S.) (X chip)) (X makers)) (X (X are) (X (X facing) (X (X (X (X continued) (X slack)) (X demand)) (X (X following) (X (X a) (X (X (X traditionally) (X slow)) (X (X summer) (X .)))))))))
(X (X (X (X Part) (X (X of) (X (X the) (X problem)))) (X is)) (X (X that) (X (X (X (X (X chip) (X buyers)) (X are)) (X (X keeping) (X (X inventories) (X low)))) (X (X because) (X (X of) (X (X (X jitters) (X (X about) (X (X the) (X course)))) (X (X of) (X (X (X the) (X (X U.S.) (X economy))) (X .)))))))))
(X (X (X (X (X (X (X (X INGERSOLL-RAND) (X Co)) (X .)) (X -LRB-)) (X Woodcliff)) (X Lake)) (X (X ,) (X (X (X N.J) (X .)) (X -RRB-)))) (X --))
(X (X (X (X (X (X William) (X G.)) (X Kuhns)) (X (X ,) (X (X (X former) (X chairman)) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X (X of) (X (X (X (X (X General) (X Public)) (X (X Utilities) (X Corp.))) (X ,)) (X (X was) (X (X elected) (X (X a) (X director))))))) (X (X of) (X (X (X (X this) (X maker)) (X (X of) (X (X (X industrial) (X (X and) (X (X construction) (X equipment)))) (X (X ,) (X (X increasing) (X (X board) (X membership))))))) (X (X to) (X (X 10) (X .))))))
(X (X (X (X The) (X dollar)) (X posted)) (X (X gains) (X (X against) (X (X (X (X (X all) (X major)) (X (X currencies) (X yesterday))) (X (X ,) (X (X buoyed) (X (X by) (X (X (X persistent) (X Japanese)) (X demand)))))) (X (X for) (X (X (X U.S.) (X (X bond) (X issues))) (X .)))))))
(X (X (X (X (X (X While) (X market)) (X sentiment)) (X (X remains) (X (X cautiously) (X bearish)))) (X (X on) (X (X (X the) (X (X dollar) (X based))) (X (X on) (X (X (X sluggish) (X (X U.S.) (X (X economic) (X indicators)))) (X (X ,) (X (X dealers) (X note)))))))) (X (X that) (X (X (X (X (X Japanese) (X demand)) (X (X has) (X (X helped) (X (X underpin) (X (X the) (X dollar)))))) (X (X against) (X (X (X (X the) (X yen)) (X and)) (X has)))) (X (X kept) (X (X (X the) (X (X U.S.) (X currency))) (X (X from) (X (X (X plunging) (X (X below) (X (X key) (X levels)))) (X (X against) (X (X (X the) (X mark)) (X .))))))))))
(X (X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X dealers) (X (X said) (X (X the) (X (X U.S.) (X unit))))))) (X (X has) (X (X (X been) (X locked)) (X (X into) (X (X (X (X a) (X (X relatively) (X (X narrow) (X range)))) (X (X in) (X (X recent) (X weeks)))) (X (X ,) (X (X in) (X part)))))))) (X (X because) (X (X (X (X (X (X (X (X the) (X hefty)) (X Japanese)) (X demand)) (X (X for) (X dollars))) (X (X has) (X (X been) (X offset)))) (X (X by) (X (X (X (X the) (X mark)) (X 's)) (X strength)))) (X (X ,) (X (X resulting) (X (X in) (X (X (X a) (X stalemate)) (X .))))))))
(X (X (X (X (X Jay) (X Goldinger)) (X ,)) (X (X with) (X (X (X (X Capital) (X Insight)) (X Inc.)) (X (X ,) (X reasons))))) (X (X that) (X (X (X while) (X (X (X (X the) (X mark)) (X (X has) (X (X posted) (X (X significant) (X gains))))) (X (X against) (X (X (X (X (X the) (X yen)) (X (X as) (X well))) (X (X --) (X (X (X the) (X mark)) (X climbed)))) (X (X to) (X (X 77.70) (X yen))))))) (X (X from) (X (X (X (X (X 77.56) (X (X yen) (X (X late) (X Tuesday)))) (X (X in) (X (X New) (X York)))) (X (X --) (X (X the) (X strength)))) (X (X of) (X (X (X (X (X the) (X (X U.S.) (X (X bond) (X market)))) (X compared)) (X (X to) (X (X its) (X (X foreign) (X counterparts))))) (X (X has) (X (X (X (X helped) (X (X lure) (X investors))) (X (X to) (X (X (X dollar-denominated) (X bonds)) (X (X ,) (X rather))))) (X (X than) (X (X (X mark) (X bonds)) (X .))))))))))))
(X (X (X (X (X ``) (X (X (X Dollar-yen) (X (X -LCB-) (X trade))) (X -RCB-))) (X (X is) (X (X (X (X the) (X (X driving) (X force))) (X (X in) (X (X (X the) (X market)) (X (X ,) (X (X '') (X (X said) (X (X Tom) (X Trettien)))))))) (X (X ,) (X (X a) (X (X vice) (X president))))))) (X (X with) (X (X (X (X Banque) (X Paribas)) (X (X in) (X (X New) (X York)))) (X ,)))) (X (X ``) (X (X (X but) (X I)) (X (X 'm) (X (X not) (X (X convinced) (X (X (X it) (X will)) (X (X continue) (X .)))))))))
(X (X (X Who) (X (X knows) (X (X what) (X (X (X will) (X (X happen) (X (X (X down) (X (X the) (X road))) (X (X ,) (X (X in) (X (X three) (X (X to) (X (X six) (X months))))))))) (X ,))))) (X (X if) (X (X (X (X foreign) (X investment)) (X starts)) (X (X to) (X (X (X erode) (X ?)) (X ''))))))
(X (X (X (X (X (X (X In) (X late)) (X New)) (X (X York) (X (X trading) (X yesterday)))) (X (X ,) (X (X the) (X dollar)))) (X (X was) (X (X quoted) (X (X at) (X 1.8500))))) (X (X marks) (X (X (X ,) (X (X up) (X (X from) (X 1.8415)))) (X (X marks) (X (X (X (X (X late) (X Tuesday)) (X (X ,) (X (X and) (X (X at) (X (X 143.80) (X yen)))))) (X (X ,) (X up))) (X (X from) (X (X 142.85) (X (X (X (X yen) (X late)) (X Tuesday)) (X .)))))))))
(X (X Sterling) (X (X was) (X (X (X (X quoted) (X (X at) (X (X $) (X 1.5755)))) (X (X ,) (X down))) (X (X from) (X (X (X $) (X (X 1.5805) (X (X late) (X Tuesday)))) (X .))))))
(X (X (X (X (X (X (X In) (X Tokyo)) (X Thursday)) (X (X ,) (X (X (X the) (X (X U.S.) (X currency))) (X opened)))) (X (X for) (X (X (X trading) (X (X at) (X (X 143.93) (X yen)))) (X (X ,) (X up))))) (X (X from) (X (X (X Wednesday) (X (X 's) (X Tokyo))) (X close)))) (X (X of) (X (X (X 143.08) (X yen)) (X .))))
(X (X (X (X (X Douglas) (X Madison)) (X (X ,) (X (X (X a) (X corporate)) (X trader)))) (X (X with) (X (X (X (X Bank) (X (X of) (X (X (X (X America) (X (X in) (X (X Los) (X Angeles)))) (X ,)) (X (X traced) (X (X (X the) (X (X dollar) (X (X 's) (X (X recent) (X solid))))) (X performance)))))) (X (X against) (X (X the) (X yen)))) (X (X to) (X (X purchases) (X (X of) (X (X securities) (X (X by) (X (X (X (X Japanese) (X (X insurance) (X companies))) (X (X and) (X (X trust) (X banks)))) (X (X and) (X (X the) (X sense)))))))))))) (X (X that) (X (X (X (X another) (X wave)) (X (X of) (X investment))) (X (X is) (X (X waiting) (X (X in) (X (X (X the) (X wings)) (X .))))))))
(X (X (X He) (X contends)) (X (X that) (X (X (X (X (X (X the) (X perception)) (X (X in) (X Japan))) (X (X of) (X (X (X a) (X vitriolic)) (X (X U.S.) (X response))))) (X (X to) (X (X (X Sony) (X (X Corp.) (X (X 's) (X announcement)))) (X (X of) (X (X its) (X purchase)))))) (X (X of) (X (X (X (X (X Columbia) (X Pictures)) (X Entertainment)) (X Inc.)) (X (X has) (X (X been) (X (X (X temporarily) (X mollified)) (X .)))))))))
(X (X He) (X (X cites) (X (X (X (X (X (X the) (X (X recent) (X deal))) (X (X between) (X (X (X the) (X Mitsubishi)) (X (X Estate) (X Co.))))) (X (X and) (X (X (X the) (X Rockefeller)) (X Group)))) (X ,)) (X (X as) (X (X well) (X (X as) (X (X (X (X (X the) (X (X possible) (X white))) (X knight)) (X role)) (X (X of) (X (X (X (X (X (X an) (X undisclosed)) (X (X Japanese) (X company))) (X (X in) (X (X (X (X the) (X Georgia-Pacific)) (X Corp.)) (X (X takeover) (X bid))))) (X (X for) (X (X (X (X Great) (X Northern)) (X Nekoosa)) (X Corp.)))) (X (X as) (X (X evidence) (X .))))))))))))
(X (X (X (X (X (X The) (X forthcoming)) (X maturity)) (X (X in) (X November))) (X (X of) (X (X (X (X a) (X 10-year)) (X (X Japanese) (X government))) (X (X yen-denominated) (X (X (X (X bond) (X issue)) (X (X valued) (X (X at) (X (X about) (X (X $) (X (X 16) (X billion))))))) (X has)))))) (X (X prompted) (X (X (X speculation) (X (X in) (X (X the) (X market)))) (X (X that) (X (X (X (X (X (X investors) (X (X redeeming) (X (X the) (X bonds)))) (X (X will) (X diversify))) (X (X into) (X (X dollar-denominated) (X instruments)))) (X (X ,) (X according))) (X (X to) (X (X (X Mr.) (X Madison)) (X .))))))))
(X (X (X It) (X (X remains) (X unclear))) (X (X whether) (X (X (X (X the) (X bond)) (X issue)) (X (X will) (X (X be) (X (X rolled) (X (X over) (X .))))))))
(X (X (X (X Meanwhile) (X (X ,) (X (X traders) (X (X in) (X Tokyo))))) (X say)) (X (X that) (X (X (X the) (X prospect)) (X (X of) (X (X (X (X (X lower) (X (X U.S.) (X interest))) (X rates)) (X (X has) (X (X (X spurred) (X dollar)) (X buying)))) (X (X by) (X (X (X Japanese) (X institutions)) (X .))))))))
(X (X (X (X They) (X point)) (X out)) (X (X that) (X (X (X (X these) (X institutions)) (X (X want) (X (X to) (X (X lock) (X (X in) (X (X (X returns) (X (X on) (X (X (X high-yield) (X U.S.)) (X (X Treasury) (X debt))))) (X and))))))) (X (X suggest) (X (X (X demand) (X (X for) (X (X (X (X the) (X (X U.S.) (X unit))) (X will)) (X (X continue) (X unabated))))) (X (X until) (X (X rates) (X (X in) (X (X (X the) (X (X U.S.) (X recede))) (X .))))))))))
(X (X (X (X The) (X (X market) (X again))) (X (X showed) (X (X (X (X (X little) (X interest)) (X (X in) (X (X further) (X evidence)))) (X (X of) (X (X (X (X (X a) (X slowing)) (X (X U.S.) (X economy))) (X ,)) (X (X and) (X traders))))) (X note)))) (X (X that) (X (X (X (X the) (X market)) (X (X in) (X (X (X recent) (X weeks)) (X has)))) (X (X taken) (X (X (X (X its) (X cues)) (X more)) (X (X from) (X (X (X Wall) (X Street)) (X (X than) (X (X U.S.) (X (X (X economic) (X indicators)) (X .)))))))))))
(X (X (X Dealers) (X (X said) (X (X (X (X the) (X dollar)) (X merely)) (X (X drifted) (X (X lower) (X (X following) (X (X (X the) (X release)) (X Wednesday)))))))) (X (X of) (X (X (X the) (X U.S.)) (X (X purchasing) (X (X (X managers) (X (X ') (X report))) (X .))))))
(X (X (X (X The) (X (X managers) (X (X ') (X index)))) (X (X ,) (X which))) (X (X measures) (X (X (X (X (X the) (X health)) (X (X of) (X (X (X (X the) (X (X manufacturing) (X sector))) (X (X ,) (X stood))) (X (X at) (X (X (X 47.6) (X %)) (X (X in) (X October))))))) (X (X ,) (X (X above) (X (X September) (X (X 's) (X (X 46) (X %))))))) (X (X ,) (X (X (X and) (X (X also) (X (X (X above) (X (X average) (X forecasts))) (X (X for) (X (X the) (X index)))))) (X (X of) (X (X (X 45.3) (X %)) (X .))))))))
(X (X (X (X Some) (X dealers)) (X (X said) (X (X (X the) (X dollar)) (X (X was) (X (X pressured) (X slightly)))))) (X (X because) (X (X (X (X (X (X a) (X number)) (X (X of) (X (X market) (X participants)))) (X (X had) (X (X boosted) (X (X their) (X expectations))))) (X (X in) (X (X (X (X (X the) (X past)) (X day)) (X and)) (X (X were) (X (X looking) (X (X for) (X (X (X (X an) (X index)) (X (X above) (X (X 50) (X ,)))) (X which)))))))) (X (X indicates) (X (X (X an) (X (X expanding) (X (X manufacturing) (X economy)))) (X .))))))
(X (X (X (X But) (X most)) (X (X said) (X (X the) (X index)))) (X (X had) (X (X (X no) (X (X more) (X (X (X than) (X (X a) (X minimal))) (X effect)))) (X (X on) (X (X trade) (X .))))))
(X (X (X (X (X (X (X On) (X the)) (X Commodity)) (X Exchange)) (X (X in) (X (X New) (X York)))) (X (X ,) (X (X gold) (X (X for) (X (X (X (X current) (X delivery)) (X settled)) (X (X at) (X (X $) (X (X 374.20) (X (X an) (X ounce)))))))))) (X (X ,) (X (X down) (X (X (X 50) (X cents)) (X .)))))
(X (X (X Estimated) (X volume)) (X (X was) (X (X (X (X (X a) (X moderate)) (X (X 3.5) (X million))) (X ounces)) (X .))))
(X (X (X In) (X (X early) (X trading))) (X (X in) (X (X (X (X (X Hong) (X Kong)) (X Thursday)) (X (X ,) (X gold))) (X (X was) (X (X quoted) (X (X at) (X (X (X $) (X (X 374.19) (X (X an) (X ounce)))) (X .))))))))
(X (X (X ``) (X (X (X (X (X (X (X The) (X Cosby)) (X Show)) (X (X '') (X may))) (X (X have) (X (X (X single-handedly) (X turned)) (X (X around) (X (X ratings) (X (X at) (X NBC))))))) (X (X since) (X (X (X its) (X debut)) (X (X in) (X 1984))))) (X (X ,) (X (X and) (X (X the) (X (X Huxtable) (X (X family) (X still)))))))) (X (X keeps) (X (X (X (X millions) (X (X of) (X viewers))) (X (X laughing) (X (X Thursday) (X night)))) (X (X on) (X (X (X the) (X network)) (X .))))))
(X (X (X (X But) (X some)) (X (X of) (X (X (X the) (X TV)) (X stations)))) (X (X that) (X (X bought) (X (X ``) (X (X (X (X (X Cosby) (X '')) (X reruns)) (X (X for) (X (X record) (X (X prices) (X (X two) (X (X years) (X ago))))))) (X (X are) (X (X (X n't) (X (X laughing) (X (X much) (X (X these) (X days))))) (X .))))))))
(X (X (X (X The) (X reruns)) (X (X have) (X (X helped) (X (X ratings) (X (X at) (X (X (X many) (X (X of) (X (X (X the) (X (X 187) (X network))) (X affiliates)))) (X (X and) (X (X independent) (X (X TV) (X stations)))))))))) (X (X that) (X (X (X (X air) (X the)) (X shows)) (X .))))
(X (X (X (X (X But) (X the)) (X ratings)) (X (X are) (X (X (X considerably) (X (X below) (X expectations))) (X (X ,) (X (X (X and) (X (X (X some) (X stations)) (X (X say) (X (X they) (X (X may) (X not)))))) (X (X buy) (X (X new) (X episodes)))))))) (X (X when) (X (X (X (X their) (X current)) (X contracts)) (X (X expire) (X .)))))
(X (X (X (X (X Meanwhile) (X (X ,) (X stations))) (X (X are) (X fuming))) (X (X because) (X (X (X ,) (X (X (X (X many) (X (X of) (X them))) (X (X say) (X (X ,) (X (X (X the) (X (X show) (X 's))) (X distributor))))) (X (X ,) (X (X (X Viacom) (X Inc.)) (X ,))))) (X is)))) (X (X giving) (X (X (X (X (X an) (X ultimatum)) (X :)) (X (X Either) (X (X sign) (X (X new) (X (X long-term) (X commitments)))))) (X (X to) (X (X (X buy) (X (X (X (X future) (X episodes)) (X (X or) (X risk))) (X losing))) (X (X ``) (X (X (X Cosby) (X '')) (X (X to) (X (X (X a) (X competitor)) (X .))))))))))
(X (X (X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X Viacom))) (X (X is) (X trying))) (X to)) (X (X persuade) (X (X (X (X (X stations) (X to)) (X (X make) (X commitments))) (X (X to) (X (X (X ``) (X (X (X (X A) (X Different)) (X World)) (X (X ,) (X (X '') (X (X a) (X spin-off)))))) (X of)))) (X (X ``) (X (X (X (X (X Cosby) (X (X '') (X (X whose) (X reruns)))) (X will)) (X (X become) (X available))) (X (X in) (X (X 1991) (X .))))))))
(X (X (X Viacom) (X (X denies) (X (X it) (X 's)))) (X (X using) (X (X (X pressure) (X tactics)) (X .))))
(X (X (X ``) (X We)) (X (X 're) (X (X (X willing) (X (X to) (X (X negotiate) (X (X ,) (X ''))))) (X (X says) (X (X (X Dennis) (X Gillespie)) (X (X ,) (X (X (X executive) (X (X vice) (X president))) (X (X of) (X (X marketing) (X .))))))))))
(X (X (X ``) (X We)) (X (X 're) (X (X (X (X offering) (X (X (X this) (X plan)) (X now))) (X (X because) (X we))) (X (X feel) (X (X (X it) (X (X 's) (X (X (X the) (X right)) (X time)))) (X (X .) (X '')))))))
(X (X (X (X (X But) (X (X ,) (X (X says) (X (X the) (X (X general) (X manager)))))) (X (X of) (X (X (X (X (X a) (X network)) (X affiliate)) (X (X in) (X (X the) (X Midwest)))) (X ,)))) (X (X ``) (X (X I) (X think)))) (X (X if) (X (X (X I) (X (X tell) (X (X them) (X I)))) (X (X need) (X (X (X (X (X more) (X time)) (X (X ,) (X they))) (X 'll)) (X (X take) (X (X (X `) (X (X Cosby) (X '))) (X (X across) (X (X (X the) (X street)) (X (X ,) (X '')))))))))))
(X (X (X (X (X Viacom) (X (X 's) (X move))) (X comes)) (X (X as) (X (X (X (X the) (X (X syndication) (X market))) (X is)) (X (X being) (X flooded))))) (X (X with) (X (X (X situation) (X comedies)) (X (X that) (X (X are) (X (X still) (X (X running) (X (X on) (X (X (X the) (X networks)) (X .))))))))))
(X (X (X (X (X One) (X (X station) (X manager))) (X (X says) (X he))) (X (X believes) (X (X (X Viacom) (X (X 's) (X move))) (X (X is) (X (X a) (X (X ``) (X (X (X pre-emptive) (X strike)) (X '')))))))) (X (X because) (X (X (X (X (X the) (X company)) (X (X is) (X worried))) (X that)) (X (X ``) (X (X (X (X (X Cosby) (X (X '') (X ratings))) (X will)) (X continue)) (X (X to) (X (X drop) (X (X in) (X (X syndication) (X (X over) (X (X (X the) (X (X next) (X (X few) (X years)))) (X .))))))))))))
(X (X (X ``) (X (X Cosby) (X ''))) (X (X is) (X (X (X down) (X (X (X (X a) (X full)) (X ratings)) (X point))) (X (X in) (X (X (X (X the) (X week)) (X (X of) (X (X (X (X Oct.) (X 2-8)) (X (X over) (X (X (X (X the) (X same)) (X week)) (X (X a) (X (X year) (X ago)))))) (X (X ,) (X according))))) (X (X to) (X (X (X (X A.C.) (X Nielsen)) (X Co)) (X .))))))))
(X (X (X (X Mr.) (X Gillespie)) (X (X at) (X Viacom))) (X (X says) (X (X (X the) (X ratings)) (X (X are) (X (X rising) (X .))))))
(X (X (X (X (X And) (X executives)) (X (X at) (X stations))) (X (X in) (X (X (X such) (X major)) (X markets)))) (X (X as) (X (X (X (X (X (X Washington) (X (X ;) (X Providence))) (X (X ,) (X R.I.))) (X (X ;) (X Cleveland))) (X (X ;) (X (X (X Raleigh) (X (X ,) (X N.C.))) (X (X ;) (X (X (X Minneapolis) (X (X ,) (X (X and) (X Louisville)))) (X (X ,) (X (X Ky.) (X (X ,) (X (X (X (X say) (X they)) (X (X may) (X (X (X very) (X well)) (X not)))) (X renew)))))))))) (X (X ``) (X (X (X Cosby) (X .)) (X ''))))))
(X (X (X (X Dick) (X Lobo)) (X (X ,) (X (X the) (X (X general) (X manager))))) (X (X of) (X (X (X (X (X (X WTVJ) (X (X ,) (X (X the) (X (X NBC-owned) (X station))))) (X (X in) (X (X Miami) (X (X ,) (X (X (X for) (X example)) (X ,)))))) (X (X says) (X (X the) (X show)))) (X has)) (X (X ``) (X (X (X been) (X (X (X a) (X major)) (X disappointment))) (X (X to) (X (X (X us) (X .)) (X ''))))))))
(X (X ``) (X (X (X (X (X (X At) (X the)) (X prices)) (X we)) (X (X were) (X (X charged) (X (X ,) (X there))))) (X (X should) (X (X (X have) (X (X been) (X (X some) (X return)))) (X (X for) (X (X (X the) (X dollar)) (X .)))))))
(X (X There) (X (X was) (X (X (X n't) (X .)) (X ''))))
(X (X (X (X (X Neil) (X Kuvin)) (X (X ,) (X (X the) (X (X general) (X manager))))) (X (X of) (X (X (X WHAS) (X (X ,) (X (X (X the) (X (X CBS) (X affiliate))) (X (X in) (X (X Louisville) (X ,)))))) (X says)))) (X (X ``) (X (X (X (X (X Cosby) (X '')) (X (X gets) (X (X the) (X (X station) (X (X (X 's) (X highest)) (X ratings)))))) (X (X and) (X (X he) (X 's)))) (X (X ``) (X (X pleased) (X (X .) (X '')))))))
(X (X (X (X (X (X But) (X he)) (X adds)) (X ,)) (X (X ``) (X (X I) (X (X feel) (X (X pressured) (X (X ,) (X (X (X (X disappointed) (X (X ,) (X uncomfortable))) (X and)) (X (X ,) (X (X frankly) (X (X ,) (X (X quite) (X angry)))))))))))) (X (X with) (X (X Viacom) (X .))))
(X (X (X (X (X (X The) (X Life)) (X Insurance)) (X Co.)) (X (X of) (X Georgia))) (X (X has) (X (X (X officially) (X (X opened) (X (X an) (X office)))) (X (X in) (X (X Taipei) (X .))))))
(X (X (X (X David) (X Wu)) (X (X ,) (X (X (X (X (X (X the) (X company)) (X 's)) (X representative)) (X (X in) (X (X Taiwan) (X ,)))) (X (X said) (X (X Atlanta-based) (X Life)))))) (X (X of) (X (X Georgia) (X (X will) (X (X sell) (X (X (X conventional) (X (X life-insurance) (X products))) (X .)))))))
(X (X (X Life) (X (X of) (X Georgia))) (X (X is) (X (X part) (X (X of) (X (X (X (X (X the) (X Nationale)) (X Nederlanden)) (X Group)) (X (X ,) (X (X based) (X (X in) (X (X the) (X (X Netherlands) (X .)))))))))))
(X (X (X (X (X (X In) (X this)) (X era)) (X (X of) (X (X (X frantic) (X competition)) (X (X for) (X (X (X ad) (X dollars)) (X (X ,) (X (X (X a) (X lot)) (X (X of) (X (X revenue-desperate) (X magazines)))))))))) (X (X are) (X (X getting) (X (X pretty) (X cozy))))) (X (X with) (X (X advertisers) (X (X --) (X (X (X (X fawning) (X (X over) (X them))) (X (X in) (X (X articles) (X and)))) (X (X offering) (X (X pages) (X (X of) (X (X (X advertorial) (X space)) (X .))))))))))
(X (X So) (X (X can) (X (X (X (X a) (X magazine)) (X survive)) (X (X by) (X (X (X downright) (X (X thumbing) (X (X its) (X nose)))) (X (X at) (X (X (X major) (X advertisers)) (X ?))))))))
(X (X (X (X (X (X Garbage) (X magazine)) (X (X ,) (X billed))) (X as)) (X (X ``) (X (X (X (X The) (X Practical)) (X Journal)) (X (X for) (X (X (X the) (X Environment)) (X (X ,) (X ''))))))) (X (X is) (X (X (X about) (X to)) (X (X find) (X (X out) (X .))))))
(X (X (X Founded) (X (X by) (X (X (X (X Brooklyn) (X (X ,) (X (X N.Y.) (X (X ,) (X (X publishing) (X entrepreneur)))))) (X (X Patricia) (X (X Poore) (X (X ,) (X Garbage))))) (X (X made) (X (X (X its) (X (X debut) (X this))) (X fall)))))) (X (X with) (X (X (X (X the) (X promise)) (X to)) (X (X give) (X (X (X (X consumers) (X (X the) (X straight))) (X scoop)) (X (X on) (X (X (X the) (X (X U.S.) (X (X waste) (X crisis)))) (X .))))))))
(X (X (X (X The) (X magazine)) (X (X combines) (X (X (X how-to) (X pieces)) (X (X on) (X topics))))) (X (X like) (X (X (X (X backyard) (X composting)) (X (X ,) (X (X (X explanatory) (X essays)) (X (X on) (X (X such) (X things)))))) (X (X as) (X (X what) (X (X happens) (X (X (X after) (X (X (X (X you) (X (X flush) (X (X your) (X toilet)))) (X ,)) (X (X and) (X (X hard-hitting) (X pieces))))) (X (X on) (X (X (X alleged) (X (X environmental) (X offenders))) (X .))))))))))
(X (X (X (X Garbage) (X editors)) (X (X have) (X (X dumped) (X (X considerable) (X energy))))) (X (X into) (X (X (X (X (X a) (X whirling)) (X rampage)) (X (X through) (X (X (X supermarket) (X aisles)) (X (X in) (X (X a) (X bid)))))) (X (X to) (X (X identify) (X (X (X (X (X corporate) (X America)) (X (X 's) (X (X good) (X guys)))) (X (X and) (X (X bad) (X boys)))) (X .)))))))
(X (X (X (X (X (X In) (X one)) (X feature)) (X (X ,) (X called))) (X (X ``) (X (X (X In) (X (X the) (X Dumpster))) (X (X ,) (X (X '') (X editors)))))) (X (X point) (X (X (X out) (X (X (X (X a) (X product)) (X they)) (X deem))) (X (X to) (X (X be) (X (X (X (X a) (X (X particularly) (X bad))) (X offender)) (X .)))))))
(X (X (X (X (X (X (X From) (X (X an) (X advertising))) (X standpoint)) (X (X ,) (X (X the) (X problem)))) (X (X is) (X (X these) (X offenders)))) (X (X are) (X likely))) (X (X to) (X (X (X be) (X some)) (X (X of) (X (X (X the) (X (X same) (X folks))) (X (X that) (X (X are) (X (X (X (X major) (X magazine)) (X (X advertisers) (X (X these) (X days)))) (X .)))))))))
(X (X (X (X (X With) (X (X only) (X (X two) (X issues)))) (X (X under) (X (X (X its) (X belt)) (X (X ,) (X Garbage))))) (X (X has) (X (X (X (X alienated) (X (X (X some) (X would-be)) (X advertisers))) (X and)) (X (X raised) (X (X the) (X ire)))))) (X (X of) (X (X others) (X .))))
(X (X (X (X (X Campbell) (X Soup)) (X (X ,) (X (X for) (X (X one) (X ,))))) (X (X is) (X (X (X (X (X furious) (X (X (X its) (X Souper)) (X Combo))) (X (X microwave) (X product))) (X (X was) (X chastised))) (X (X in) (X (X the) (X premiere)))))) (X (X ``) (X (X (X (X In) (X (X the) (X Dumpster))) (X (X '') (X column))) (X .))))
(X (X (X (X (X (X (X The) (X magazine)) (X (X 's) (X editors))) (X (X ran) (X (X a) (X (X giant) (X diagram))))) (X (X of) (X (X the) (X product)))) (X (X with) (X (X arrows) (X pointing)))) (X (X to) (X (X (X (X (X the) (X (X packaging) (X 's))) (X polystyrene)) (X foam)) (X (X ,) (X (X (X polyproplene) (X (X and) (X (X polyester) (X film)))) (X (X --) (X (X (X (X (X all) (X (X plastic) (X items))) (X they)) (X say)) (X (X are) (X (X non-biodegradable) (X .))))))))))
(X (X (X ``) (X (X (X (X (X It) (X (X 's) (X (X precisely) (X the)))) (X kind)) (X (X of) (X product))) (X (X that) (X (X (X (X 's) (X (X created) (X (X the) (X municipal)))) (X (X landfill) (X monster))) (X (X ,) (X (X '') (X (X the) (X editors)))))))) (X (X wrote) (X .)))
(X (X (X (X ``) (X (X I) (X think))) (X (X that) (X (X (X (X (X (X (X this) (X magazine)) (X (X is) (X (X (X not) (X only)) (X (X called) (X Garbage))))) (X ,)) (X (X but) (X it))) (X (X is) (X (X practicing) (X (X journalistic) (X garbage))))) (X (X ,) (X (X '') (X (X fumes) (X (X a) (X spokesman)))))))) (X (X for) (X (X (X Campbell) (X Soup)) (X .))))
(X (X (X He) (X (X says) (X (X (X Campbell) (X (X was) (X (X n't) (X (X even) (X contacted))))) (X (X by) (X (X (X the) (X magazine)) (X (X for) (X (X the) (X opportunity)))))))) (X (X to) (X (X comment) (X .))))
(X (X (X Modifications) (X (X had) (X (X been) (X made)))) (X (X to) (X (X (X (X (X (X (X (X (X the) (X Souper)) (X (X Combo) (X product))) (X (X at) (X (X the) (X (X time) (X (X the) (X issue)))))) (X (X was) (X printed))) (X (X ,) (X he))) (X (X says) (X ,))) (X making)) (X (X it) (X (X (X less) (X (X an) (X offender))) (X (X than) (X (X was) (X (X portrayed) (X .)))))))))
(X (X (X He) (X (X admits) (X (X (X ,) (X (X though) (X (X (X ,) (X it)) (X (X is) (X (X n't) (X one)))))) (X (X of) (X (X (X (X Campbell) (X Soup)) (X (X 's) (X (X better) (X products)))) (X (X in) (X terms))))))) (X (X of) (X (X recyclability) (X .))))
(X (X (X (X Campbell) (X Soup)) (X (X ,) (X (X (X not) (X surprisingly)) (X ,)))) (X (X does) (X (X n't) (X (X have) (X (X (X any) (X plans)) (X (X to) (X (X (X (X advertise) (X (X in) (X (X the) (X magazine)))) (X (X ,) (X according))) (X (X to) (X (X (X its) (X spokesman)) (X .))))))))))
(X (X (X (X (X Some) (X media)) (X experts)) (X question)) (X (X whether) (X (X (X a) (X (X young) (X magazine))) (X (X can) (X (X risk) (X (X (X turning) (X (X off) (X (X Madison) (X (X Avenue) (X (X (X 's) (X big)) (X spenders)))))) (X .)))))))
(X (X (X ``) (X (X (X You) (X really)) (X (X need) (X (X (X (X the) (X Campbell)) (X Soups)) (X (X of) (X (X (X the) (X world)) (X (X to) (X (X (X be) (X interested)) (X (X in) (X (X your) (X magazine))))))))))) (X (X if) (X (X (X (X you) (X (X 're) (X going))) (X (X to) (X (X make) (X (X a) (X run))))) (X (X of) (X (X (X (X (X it) (X (X ,) (X ''))) (X (X says) (X (X Mike) (X White)))) (X (X ,) (X (X (X (X senior) (X (X vice) (X president))) (X (X and) (X (X media) (X director)))) (X (X at) (X (X DDB) (X Needham)))))) (X (X ,) (X (X Chicago) (X .))))))))
(X (X (X ``) (X (X The) (X economics))) (X (X of) (X (X (X magazine) (X (X publishing) (X (X pretty) (X much)))) (X (X require) (X (X (X that) (X (X you) (X (X have) (X (X (X (X a) (X (X pretty) (X solid))) (X base)) (X ''))))) (X (X of) (X (X (X (X big-time) (X ad)) (X spenders)) (X (X ,) (X (X he) (X (X adds) (X .)))))))))))
(X (X (X (X (X (X (X (X (X The) (X first)) (X two)) (X issues)) (X (X featured) (X ads))) (X (X from) (X (X (X (X only) (X (X a) (X handful))) (X (X of) (X (X big) (X advertisers)))) (X ,)))) (X (X including) (X (X (X (X (X General) (X Electric)) (X (X and) (X (X Adolph) (X Coors)))) (X ,)) (X (X but) (X (X (X (X the) (X majority)) (X were)) (X (X from) (X companies))))))) (X (X like) (X (X (X (X (X (X Waste) (X Management)) (X Inc.)) (X (X and) (X (X (X Bumkins) (X International)) (X (X ,) (X firms))))) (X that)) (X (X do) (X (X (X n't) (X (X spend) (X (X (X (X (X (X much) (X money)) (X advertising)) (X (X and) (X (X (X ca) (X n't)) (X be)))) (X relied)) (X on)))) (X to)))))) (X (X support) (X (X (X a) (X magazine)) (X (X over) (X (X (X (X the) (X long)) (X haul)) (X .))))))
(X (X (X (X (X (X A) (X Waste)) (X Management)) (X spokeswoman)) (X (X says) (X (X (X (X (X its) (X ad)) (X (X in) (X (X (X the) (X premiere)) (X issue)))) (X (X was) (X (X a) (X (X one-time) (X purchase))))) (X (X ,) (X (X and) (X it)))))) (X (X does) (X (X n't) (X (X have) (X (X (X any) (X plans)) (X (X to) (X (X advertise) (X (X in) (X (X (X future) (X issues)) (X .))))))))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X spend) (X (X (X (X much) (X (X on) (X (X print) (X advertising)))) (X (X ,) (X (X '') (X she)))) (X (X says) (X .))))))))
(X (X (X (X (X But) (X Ms.)) (X Poore)) (X (X ,) (X (X (X (X (X the) (X magazine)) (X (X 's) (X editor))) (X (X and) (X publisher))) (X (X ,) (X (X contends) (X Garbage)))))) (X (X can) (X (X (X survive) (X (X ,) (X (X (X at) (X (X least) (X initially))) (X ,)))) (X (X on) (X (X (X subscription) (X revenues)) (X .))))))
(X (X (X (X Individual) (X copies)) (X (X of) (X (X the) (X magazine)))) (X (X sell) (X (X for) (X (X (X $) (X 2.95)) (X (X and) (X (X yearly) (X (X subscriptions) (X (X cost) (X (X $) (X (X 21) (X .)))))))))))
(X (X (X -LRB-) (X It)) (X (X is) (X (X ,) (X (X (X of) (X course)) (X (X ,) (X (X printed) (X (X on) (X (X (X recycled) (X paper)) (X (X .) (X -RRB-))))))))))
(X (X According) (X (X to) (X (X (X (X Ms.) (X Poore)) (X (X ,) (X (X (X (X Old-House) (X Journal)) (X Corp.)) (X (X ,) (X (X (X her) (X (X publishing) (X company))) (X (X ,) (X (X (X printed) (X and)) (X (X sold) (X (X all) (X (X 126,000) (X copies))))))))))) (X (X of) (X (X (X (X the) (X premiere)) (X issue)) (X .))))))
(X (X (X (X (X The) (X first)) (X (X and) (X (X second) (X issues)))) (X (X sold) (X (X out) (X (X on) (X (X newsstands) (X (X ,) (X (X she) (X (X says) (X (X ,) (X (X and) (X (X the) (X magazine)))))))))))) (X (X has) (X (X orders) (X (X (X for) (X (X 93,000) (X subscriptions))) (X .)))))
(X (X Asked) (X (X whether) (X (X (X (X potential) (X advertisers)) (X (X will) (X (X (X (X be) (X (X scared) (X away))) (X (X by) (X (X (X the) (X magazine)) (X (X 's) (X (X direct) (X policy)))))) (X (X ,) (X (X (X (X Ms.) (X Poore)) (X replies)) (X :)))))) (X (X ``) (X (X (X I) (X (X do) (X (X n't) (X (X know) (X (X and) (X I)))))) (X (X do) (X (X n't) (X (X care) (X .)))))))))
(X (X I) (X (X 'm) (X (X not) (X (X saying) (X (X (X (X (X advertising) (X revenue)) (X (X is) (X (X (X (X (X n't) (X important)) (X (X ,) (X (X '') (X she)))) (X says)) (X ,)))) (X (X ``) (X (X (X but) (X I)) (X (X could) (X (X (X n't) (X sleep)) (X (X at) (X (X night) (X '')))))))) (X (X if) (X (X (X (X (X the) (X magazine)) (X bowed)) (X (X to) (X (X a) (X company)))) (X (X because) (X (X (X they) (X once)) (X (X took) (X (X out) (X (X (X an) (X ad)) (X .)))))))))))))
(X (X (X (X Ad) (X Notes)) (X ...)) (X .))
(X (X (X (X INTERPUBLIC) (X ON)) (X TV)) (X :))
(X (X (X Interpublic) (X Group)) (X (X said) (X (X (X (X (X its) (X (X television) (X programming))) (X operations)) (X (X --) (X (X (X which) (X it)) (X (X expanded) (X (X (X earlier) (X (X this) (X year))) (X (X --) (X agreed))))))) (X (X to) (X (X (X (X supply) (X (X (X more) (X than)) (X (X 4,000) (X hours)))) (X (X of) (X (X original) (X programming)))) (X (X across) (X (X Europe) (X (X in) (X (X 1990) (X .))))))))))
(X (X (X (X (X It) (X (X said) (X (X the) (X programs)))) (X (X ,) (X (X (X (X largely) (X game)) (X shows)) (X (X ,) (X (X will) (X (X be) (X provided))))))) (X (X by) (X (X (X (X its) (X E.C.)) (X (X Television) (X unit))) (X along)))) (X (X with) (X (X (X (X Fremantle) (X International)) (X (X ,) (X (X (X a) (X producer)) (X (X and) (X distributor))))) (X (X of) (X (X (X game) (X shows)) (X (X of) (X (X which) (X (X (X it) (X recently)) (X (X bought) (X (X (X 49) (X %)) (X .)))))))))))
(X (X (X It) (X said)) (X (X that) (X (X (X volume) (X makes)) (X (X it) (X (X (X (X the) (X largest)) (X supplier)) (X (X of) (X (X (X original) (X (X TV) (X programming))) (X (X in) (X (X Europe) (X .))))))))))
(X (X Interpublic) (X (X is) (X (X providing) (X (X (X the) (X programming)) (X (X in) (X (X return) (X (X for) (X (X (X (X advertising) (X time)) (X (X ,) (X (X which) (X it)))) (X (X said) (X (X will) (X (X be) (X (X (X valued) (X (X at) (X (X (X more) (X (X than) (X (X $) (X (X 75) (X million))))) (X (X in) (X (X 1990) (X (X and) (X (X (X $) (X (X 150) (X million))) (X (X in) (X 1991))))))))) (X .)))))))))))))
(X (X (X It) (X plans)) (X (X to) (X (X (X sell) (X (X (X the) (X ad)) (X time))) (X (X to) (X (X (X its) (X clients)) (X (X at) (X (X (X a) (X discount)) (X .))))))))
(X (X (X NEW) (X ACCOUNT)) (X :))
(X (X (X (X (X CoreStates) (X Financial)) (X Corp.)) (X (X ,) (X (X (X Philadelphia) (X (X ,) (X (X (X (X named) (X Earle)) (X (X Palmer) (X (X Brown) (X &)))) (X Spiro)))) (X (X ,) (X (X Philadelphia) (X ,)))))) (X (X as) (X (X (X agency) (X (X of) (X record))) (X (X for) (X (X (X (X its) (X (X $) (X (X 5) (X million)))) (X account)) (X .))))))
(X (X (X (X (X The) (X business)) (X (X had) (X been))) (X handled)) (X (X by) (X (X (X VanSant) (X Dugdale)) (X (X ,) (X (X Baltimore) (X .))))))
(X (X (X AT&T) (X FAX)) (X :))
(X (X (X (X (X (X (X (X (X (X American) (X Telephone)) (X &)) (X (X Telegraph) (X (X 's) (X General)))) (X Business)) (X (X Systems) (X division))) (X (X ,) (X (X New) (X York)))) (X (X ,) (X (X awarded) (X (X (X the) (X ad)) (X account))))) (X (X for) (X (X its) (X (X Fax) (X (X product) (X line)))))) (X (X to) (X (X (X Ogilvy) (X (X &) (X Mather))) (X (X ,) (X (X (X New) (X York)) (X (X ,) (X (X (X (X a) (X WPP)) (X (X Group) (X agency))) (X .))))))))
(X (X Billings) (X (X were) (X (X (X (X (X (X n't) (X disclosed)) (X (X for) (X (X (X the) (X small)) (X account)))) (X ,)) (X (X which) (X (X had) (X (X been) (X (X serviced) (X (X at) (X (X (X Young) (X &)) (X Rubicam)))))))) (X (X ,) (X (X (X New) (X York)) (X .))))))
(X (X (X FIRST) (X CAMPAIGN)) (X :))
(X (X (X (X (X Enterprise) (X Rent-A-Car)) (X Inc.)) (X (X breaks) (X (X (X (X its) (X first)) (X (X national) (X ad))) (X (X campaign) (X (X this) (X week)))))) (X .))
(X (X (X (X The) (X St.)) (X (X Louis) (X (X firm) (X specializes)))) (X (X in) (X (X (X (X replacement-car) (X rentals)) (X (X ,) (X (X those) (X provided)))) (X (X by) (X (X (X (X insurance) (X companies)) (X (X for) (X (X cars) (X damaged)))) (X (X in) (X (X accidents) (X .))))))))
(X (X Developed) (X (X by) (X (X Avrett) (X (X ,) (X (X (X (X Free) (X &)) (X Ginsberg)) (X (X ,) (X (X (X (X New) (X York)) (X (X ,) (X (X (X (X (X the) (X $)) (X (X 6) (X (X million) (X campaign)))) (X pitches)) (X (X Enterprise) (X (X 's) (X (X consumer-driven) (X service))))))) (X (X and) (X (X (X (X its) (X free)) (X pick-up)) (X (X and) (X (X drop-off) (X (X service) (X .)))))))))))))
(X (X (X LANDOR) (X ASSOCIATES)) (X :))
(X (X (X (X (X Young) (X &)) (X Rubicam)) (X (X said) (X (X it) (X (X completed) (X (X its) (X acquisition)))))) (X (X of) (X (X (X Landor) (X Associates)) (X (X ,) (X (X (X (X a) (X San)) (X Francisco)) (X (X identity-management) (X (X firm) (X .))))))))
(X (X ACQUISITION) (X :))
(X (X (X Ketchum) (X Communications)) (X (X ,) (X (X (X (X Pittsburgh) (X (X ,) (X (X acquired) (X (X (X Braun) (X &)) (X Co.))))) (X (X ,) (X (X (X (X a) (X Los)) (X Angeles)) (X investor-relations)))) (X (X and) (X (X (X marketing-communications) (X firm)) (X .))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X (X Sea) (X Containers)) (X Ltd.)) (X (X said) (X (X (X it) (X (X might) (X (X increase) (X (X the) (X price))))) (X (X of) (X (X (X (X its) (X $)) (X 70-a-share)) (X (X buy-back) (X plan))))))) (X (X if) (X (X (X (X pressed) (X (X by) (X (X (X Temple) (X Holdings)) (X Ltd.)))) (X (X ,) (X which))) (X (X made) (X (X (X (X an) (X (X earlier) (X tender))) (X offer)) (X (X for) (X (X (X Sea) (X Containers)) (X .))))))))
(X (X (X (X Sea) (X Containers)) (X (X ,) (X (X (X (X a) (X Hamilton)) (X (X ,) (X (X (X (X Bermuda-based) (X shipping)) (X concern)) (X ,)))) (X (X said) (X Tuesday))))) (X (X that) (X (X (X it) (X would)) (X (X sell) (X (X (X (X (X $) (X (X 1.1) (X billion))) (X (X of) (X (X assets) (X and)))) (X (X use) (X (X some) (X (X of) (X (X the) (X proceeds)))))) (X (X to) (X (X (X (X buy) (X (X about) (X (X 50) (X %)))) (X (X of) (X (X its) (X (X common) (X shares))))) (X (X for) (X (X (X (X $) (X 70)) (X apiece)) (X .))))))))))
(X (X (X (X The) (X move)) (X (X is) (X designed))) (X (X to) (X (X (X ward) (X (X off) (X (X (X (X a) (X hostile)) (X takeover)) (X attempt)))) (X (X by) (X (X (X (X two) (X (X European) (X (X shipping) (X concerns)))) (X (X ,) (X (X (X Stena) (X Holding)) (X AG)))) (X (X and) (X (X Tiphook) (X (X PLC) (X .)))))))))
(X (X (X (X In) (X May)) (X (X ,) (X (X (X (X the) (X two)) (X companies)) (X ,)))) (X (X through) (X (X (X (X (X (X their) (X (X jointly) (X owned))) (X (X holding) (X company))) (X (X ,) (X (X Temple) (X ,)))) (X (X offered) (X (X (X (X $) (X 50)) (X a)) (X share)))) (X (X ,) (X (X (X (X or) (X $)) (X (X 777) (X million))) (X (X ,) (X (X for) (X (X (X Sea) (X Containers)) (X .)))))))))
(X (X (X (X In) (X August)) (X (X ,) (X (X (X Temple) (X (X sweetened) (X the))) (X offer)))) (X (X to) (X (X (X (X (X $) (X 63)) (X a)) (X share)) (X (X ,) (X (X (X or) (X $)) (X (X 963) (X (X million) (X .))))))))
(X (X (X (X Yesterday) (X (X ,) (X (X (X (X (X (X (X Sea) (X (X Containers) (X (X (X ') (X chief)) (X (X executive) (X officer))))) (X (X ,) (X James))) (X Sherwood)) (X ,)) (X said)) (X (X in) (X (X an) (X interview)))))) (X (X that) (X ,))) (X (X under) (X (X (X (X the) (X (X asset-sale) (X plan))) (X (X ,) (X (X Sea) (X Containers)))) (X (X would) (X (X (X end) (X up)) (X (X with) (X (X (X (X a) (X cash)) (X surplus)) (X (X of) (X (X (X approximately) (X $)) (X (X 620) (X (X million) (X .))))))))))))
(X (X (X (X (X (X About) (X $)) (X (X 490) (X million))) (X (X of) (X that))) (X (X would) (X (X be) (X allocated)))) (X (X to) (X (X (X (X the) (X buy-back)) (X ,)) (X (X leaving) (X (X (X (X about) (X (X (X $) (X 130)) (X million))) (X (X ,) (X he))) (X (X said) (X .)))))))
(X (X (X (X That) (X (X $) (X (X 130) (X million)))) (X (X ,) (X (X Mr.) (X Sherwood)))) (X (X said) (X (X (X ,) (X ``)) (X (X gives) (X (X (X (X us) (X (X some) (X flexibility))) (X (X in) (X (X case) (X Temple)))) (X (X raises) (X (X (X its) (X bid)) (X .))))))))
(X (X We) (X (X are) (X (X (X able) (X (X to) (X (X increase) (X (X (X our) (X price)) (X (X above) (X (X (X the) (X (X $) (X 70))) (X level))))))) (X (X if) (X (X necessary) (X .))))))
(X (X (X (X '') (X (X He) (X declined))) (X (X to) (X (X say) (X (X ,) (X (X however) (X ,)))))) (X (X how) (X (X (X (X much) (X Sea)) (X Containers)) (X (X might) (X (X raise) (X (X (X its) (X price)) (X .)))))))
(X (X (X (X (X Mr.) (X Sherwood)) (X speculated)) (X (X that) (X (X (X (X (X the) (X leeway)) (X (X that) (X (X Sea) (X Containers)))) (X (X has) (X means))) (X (X that) (X (X Temple) (X (X would) (X (X have) (X (X to) (X (X ``) (X (X substantially) (X (X increase) (X (X their) (X bid))))))))))))) (X (X if) (X (X (X they) (X (X 're) (X going))) (X (X to) (X (X (X (X top) (X us)) (X .)) (X ''))))))
(X (X (X Temple) (X (X ,) (X (X however) (X (X ,) (X harshly))))) (X (X criticized) (X (X (X (X (X Sea) (X (X Containers) (X (X ') (X (X plan) (X yesterday))))) (X (X ,) (X (X characterizing) (X it)))) (X (X as) (X (X (X a) (X (X ``) (X (X highly) (X (X conditional) (X device))))) (X designed)))) (X (X to) (X (X (X (X (X entrench) (X management)) (X (X ,) (X (X confuse) (X shareholders)))) (X and)) (X (X prevent) (X (X them) (X (X from) (X (X accepting) (X (X (X (X (X our) (X superior)) (X cash)) (X (X offer) (X .))) (X '')))))))))))
(X (X (X (X (X A) (X spokesman)) (X (X for) (X (X Temple) (X estimated)))) (X (X that) (X (X (X Sea) (X (X Containers) (X (X ') (X plan)))) (X --)))) (X (X if) (X (X (X (X (X (X all) (X (X the) (X asset))) (X sales)) (X materialize)) (X --)) (X (X would) (X (X (X (X result) (X (X in) (X shareholders))) (X (X receiving) (X (X (X (X only) (X $)) (X 36)) (X (X to) (X (X (X $) (X (X 45) (X a))) (X share)))))) (X (X in) (X (X cash) (X .))))))))
(X (X (X (X (X (X (X The) (X (X lower) (X figures))) (X (X ,) (X (X (X the) (X spokesman)) (X said)))) (X ,)) (X (X would) (X stem))) (X (X from) (X (X (X (X preferred) (X shares)) (X (X being) (X converted))) (X (X to) (X (X (X common) (X stock)) (X (X and) (X (X the) (X possibility)))))))) (X (X that) (X (X (X (X (X Sea) (X (X Containers) (X (X ') (X subsidiaries)))) (X (X might) (X (X be) (X required)))) (X to)) (X (X place) (X (X (X their) (X shares)) (X (X in) (X (X (X (X the) (X open)) (X market)) (X .))))))))
(X (X (X (X (X Temple) (X added)) (X (X that) (X (X Sea) (X Containers)))) (X (X is) (X (X still) (X (X (X (X mired) (X (X in) (X (X legal) (X problems)))) (X (X in) (X Bermuda))) (X ,))))) (X (X where) (X (X (X (X (X the) (X Supreme)) (X Court)) (X (X has) (X (X (X (X temporarily) (X barred)) (X Sea)) (X Containers)))) (X (X from) (X (X (X (X buying) (X (X back) (X (X its) (X (X own) (X stock))))) (X (X in) (X (X (X a) (X case)) (X brought)))) (X (X by) (X (X Stena) (X (X and) (X (X Tiphook) (X .))))))))))
(X (X (X (X -LCB-) (X (X The) (X court))) (X (X has) (X (X (X (X (X indicated) (X it)) (X will)) (X rule)) (X (X on) (X (X the) (X case)))))) (X (X by) (X (X (X the) (X end)) (X (X of) (X (X (X (X the) (X month)) (X .)) (X -RCB-))))))
(X (X (X (X (X (X Temple) (X also)) (X (X said) (X (X Sea) (X (X Containers) (X (X ') (X plan)))))) (X raises)) (X (X ``) (X (X (X (X numerous) (X legal)) (X (X ,) (X (X (X regulatory) (X (X ,) (X financial))) (X (X and) (X (X fairness) (X issues)))))) (X (X ,) (X (X '') (X but)))))) (X (X did) (X (X (X n't) (X elaborate)) (X .))))
(X (X (X Mr.) (X Sherwood)) (X (X said) (X (X (X reaction) (X (X to) (X (X (X Sea) (X (X Containers) (X (X ') (X proposal)))) (X (X has) (X been))))) (X (X ``) (X (X (X (X very) (X positive)) (X .)) (X ''))))))
(X (X (X (X (X (X (X In) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X yesterday))))) (X (X ,) (X (X (X Sea) (X Containers)) (X (X closed) (X (X at) (X (X $) (X 62.625))))))) (X (X ,) (X (X (X (X up) (X 62.5)) (X cents)) (X .))))
(X (X (X (X (X The) (X Transportation)) (X Department)) (X (X ,) (X responding))) (X (X to) (X (X (X (X pressure) (X (X from) (X (X (X safety) (X advocates)) (X ,)))) (X (X took) (X (X (X further) (X steps)) (X (X to) (X (X (X impose) (X (X on) (X (X (X light) (X trucks)) (X (X and) (X (X vans) (X (X (X the) (X safety)) (X requirements))))))) (X used)))))) (X (X for) (X (X automobiles) (X .))))))
(X (X (X (X (X (X The) (X department)) (X proposed)) (X (X requiring) (X (X stronger) (X roofs)))) (X (X for) (X (X (X (X light) (X trucks)) (X (X and) (X minivans))) (X (X ,) (X beginning))))) (X (X with) (X (X (X 1992) (X models)) (X .))))
(X (X (X (X (X It) (X also)) (X (X issued) (X (X (X a) (X (X final) (X rule))) (X (X requiring) (X (X auto) (X makers)))))) (X (X to) (X (X (X equip) (X (X light) (X trucks))) (X (X and) (X minivans))))) (X (X with) (X (X (X (X lap-shoulder) (X belts)) (X (X for) (X (X (X rear) (X seats)) (X beginning)))) (X (X in) (X (X (X (X (X the) (X 1992)) (X model)) (X year)) (X .))))))
(X (X (X (X Such) (X belts)) (X already)) (X (X are) (X (X required) (X (X for) (X (X (X (X the) (X vehicles)) (X (X ') (X (X front) (X seats)))) (X .))))))
(X (X (X (X ``) (X (X (X (X Today) (X (X 's) (X action))) (X (X ,) (X (X '') (X (X Transportation) (X (X Secretary) (X (X Samuel) (X Skinner))))))) (X (X said) (X ,)))) (X (X ``) (X (X represents) (X (X (X (X another) (X milestone)) (X (X in) (X (X (X the) (X ongoing)) (X program)))) (X to))))) (X (X promote) (X (X (X (X vehicle) (X (X occupant) (X safety))) (X (X in) (X (X (X light) (X trucks)) (X (X and) (X minivans))))) (X (X through) (X (X (X its) (X extension)) (X (X of) (X (X (X passenger) (X (X car) (X standards))) (X (X .) (X '')))))))))
(X (X (X (X (X (X In) (X September)) (X (X ,) (X (X the) (X department)))) (X (X had) (X (X (X said) (X (X (X (X it) (X will)) (X (X require) (X trucks))) (X (X and) (X minivans)))) (X (X to) (X (X be) (X equipped)))))) (X (X with) (X (X (X (X the) (X same)) (X front-seat)) (X headrests)))) (X (X that) (X (X (X have) (X (X long) (X (X been) (X required)))) (X (X on) (X (X (X passenger) (X cars)) (X .))))))
(X (X (X (X (X (X The) (X Big)) (X (X Three) (X (X auto) (X makers)))) (X (X said) (X (X (X the) (X rule)) (X changes)))) (X (X were) (X (X n't) (X surprising)))) (X (X because) (X (X (X (X (X Bush) (X (X administration) (X officials))) (X (X have) (X (X (X long) (X (X said) (X they))) (X planned)))) (X (X to) (X (X impose) (X (X (X car) (X safety)) (X standards))))) (X (X on) (X (X (X light) (X trucks)) (X (X and) (X (X vans) (X .))))))))
(X (X (X Safety) (X (X advocates) (X (X (X ,) (X (X including) (X (X some) (X members)))) (X (X of) (X (X (X Congress) (X ,)) (X (X have) (X (X (X been) (X (X (X (X urging) (X (X the) (X department))) (X (X for) (X years))) (X to))) (X (X extend) (X (X car-safety) (X requirements)))))))))) (X (X to) (X (X (X (X light) (X trucks)) (X (X and) (X (X vans) (X (X ,) (X (X which) (X (X now) (X account))))))) (X (X for) (X (X (X (X almost) (X one-third)) (X (X of) (X (X (X all) (X vehicle)) (X sales)))) (X (X in) (X (X the) (X (X U.S.) (X .)))))))))
(X (X (X (X They) (X say)) (X (X that) (X (X (X (X many) (X vehicles)) (X classed)) (X (X as) (X (X (X commercial) (X (X light) (X trucks))) (X actually)))))) (X (X carry) (X (X (X (X (X more) (X people)) (X (X than) (X (X (X cargo) (X and)) (X therefore)))) (X (X should) (X (X (X have) (X (X (X the) (X same)) (X safety))) (X features)))) (X (X as) (X (X cars) (X .))))))
(X (X They) (X (X did) (X (X n't) (X (X have) (X (X (X much) (X luck)) (X (X during) (X (X (X the) (X (X Reagan) (X administration))) (X .))))))))
(X (X (X ``) (X (X (X But) (X now)) (X (X ,) (X there)))) (X (X seems) (X (X (X (X to) (X (X be) (X (X (X a) (X fairly)) (X (X systematic) (X effort))))) (X to)) (X (X address) (X (X (X (X (X (X the) (X problem)) (X (X ,) (X (X (X '') (X (X said) (X Chuck))) (X Hurley)))) (X (X ,) (X (X vice) (X president)))) (X (X of) (X communications))) (X (X for) (X (X (X (X the) (X Insurance)) (X Institute)) (X (X for) (X (X (X Highway) (X Safety)) (X .))))))))))
(X (X (X ``) (X We)) (X (X 're) (X (X in) (X (X (X a) (X (X (X (X very) (X different)) (X regulatory)) (X environment))) (X (X .) (X ''))))))
(X (X (X (X (X (X (X (X (X Sen.) (X John)) (X Danforth)) (X -LRB-)) (X R.)) (X (X ,) (X (X (X Mo) (X .)) (X -RRB-)))) (X (X praised) (X (X (X the) (X (X department) (X (X 's) (X actions)))) (X ,)))) (X noting)) (X (X that) (X (X (X (X rollover) (X (X crashes) (X account))) (X (X for) (X (X almost) (X half)))) (X (X of) (X (X (X all) (X (X light-truck) (X deaths))) (X .))))))
(X (X (X ``) (X (X We) (X could))) (X (X prevent) (X (X (X many) (X (X of) (X (X these) (X fatalities)))) (X (X with) (X (X (X (X minimum) (X (X roof-crush) (X standards))) (X (X ,) (X (X '') (X he)))) (X (X said) (X .)))))))
(X (X (X (X (X Sen.) (X Danforth)) (X (X and) (X (X others) (X also)))) (X (X want) (X (X (X (X the) (X department)) (X (X to) (X (X require) (X (X (X additional) (X safety)) (X equipment))))) (X (X in) (X (X (X (X light) (X trucks)) (X (X and) (X minivans))) (X ,)))))) (X (X including) (X (X (X (X (X air) (X bags)) (X (X or) (X (X (X automatic) (X seat)) (X belts)))) (X (X in) (X (X front) (X seats)))) (X (X and) (X (X improved) (X (X (X side-crash) (X protection)) (X .)))))))
(X (X (X (X (X (X (X The) (X department)) (X 's)) (X roof-crush)) (X proposal)) (X (X would) (X apply))) (X (X to) (X (X vehicles) (X (X weighing) (X (X 10,000) (X (X (X pounds) (X or)) (X (X less) (X .))))))))
(X (X (X (X The) (X roofs)) (X (X would) (X (X be) (X required)))) (X (X to) (X (X (X withstand) (X (X a) (X force))) (X (X of) (X (X (X 1.5) (X (X times) (X (X the) (X (X unloaded) (X weight))))) (X (X of) (X (X (X the) (X vehicle)) (X .))))))))
(X (X (X (X During) (X the)) (X test)) (X (X ,) (X (X (X the) (X roof)) (X (X could) (X (X n't) (X (X be) (X (X depressed) (X (X (X more) (X (X than) (X (X five) (X inches)))) (X .)))))))))
(X (X (X (X (X In) (X Detroit)) (X (X ,) (X (X (X a) (X Chrysler)) (X (X Corp.) (X (X official) (X (X said) (X (X (X the) (X company)) (X currently)))))))) (X (X has) (X (X (X (X (X (X (X no) (X (X rear-seat) (X lap))) (X (X and) (X (X shoulder) (X belts)))) (X (X in) (X (X its) (X (X light) (X trucks))))) (X ,)) (X (X but) (X plans))) (X (X to) (X (X begin) (X (X (X phasing) (X them)) (X in))))))) (X (X by) (X (X (X the) (X end)) (X (X of) (X (X (X (X the) (X (X 1990) (X model))) (X year)) (X .))))))
(X (X (X He) (X (X said) (X (X Chrysler) (X (X fully) (X expects))))) (X (X to) (X (X (X have) (X (X them) (X installed))) (X (X across) (X (X (X its) (X (X light-truck) (X line))) (X (X by) (X (X (X (X (X the) (X Sept.)) (X 1)) (X (X ,) (X 1991))) (X (X ,) (X (X deadline) (X .))))))))))
(X (X (X Chrysler) (X (X said) (X (X (X its) (X trucks)) (X (X and) (X (X vans) (X already)))))) (X (X meet) (X (X (X the) (X (X roof-crush) (X (X resistance) (X standard)))) (X (X for) (X (X cars) (X .))))))
(X (X (X (X John) (X Leinonen)) (X (X ,) (X (X (X executive) (X engineer)) (X (X of) (X (X (X (X (X Ford) (X Motor)) (X (X Co.) (X (X 's) (X (X auto-safety) (X office))))) (X ,)) (X (X said) (X (X Ford) (X trucks)))))))) (X (X have) (X (X (X met) (X (X car) (X standards))) (X (X for) (X (X (X roof-crush) (X resistance)) (X (X since) (X (X 1982) (X .))))))))
(X (X (X (X (X Ford) (X began)) (X (X installing) (X (X (X the) (X rear-seat)) (X belts)))) (X (X in) (X trucks))) (X (X with) (X (X (X (X (X (X its) (X F-series)) (X Crew)) (X Cab)) (X pickups)) (X (X in) (X (X (X (X (X the) (X 1989)) (X model)) (X year)) (X .))))))
(X (X (X (X (X (X (X The) (X new)) (X Explorer)) (X (X sport-utility) (X vehicle))) (X (X ,) (X set))) (X (X for) (X (X (X (X (X (X introduction) (X next)) (X spring)) (X ,)) (X will)) (X also)))) (X (X have) (X (X (X the) (X rear-seat)) (X (X belts) (X .)))))
(X (X (X Mr.) (X Leinonen)) (X (X said) (X (X (X (X he) (X expects)) (X Ford)) (X (X to) (X (X meet) (X (X (X the) (X (X deadline) (X easily))) (X .)))))))
(X (X (X (X Consolidated) (X Rail)) (X Corp.)) (X (X said) (X (X (X it) (X would)) (X (X spend) (X (X (X (X (X more) (X than)) (X (X $) (X (X 30) (X million)))) (X (X on) (X (X 1,000) (X (X enclosed) (X railcars))))) (X (X for) (X (X (X transporting) (X autos)) (X .))))))))
(X (X (X (X (X (X The) (X multilevel)) (X railcars)) (X (X ,) (X (X (X scheduled) (X (X for) (X delivery))) (X (X in) (X (X 1990) (X (X ,) (X will))))))) (X (X be) (X made))) (X (X by) (X (X (X (X Thrall) (X Manufacturing)) (X Co.)) (X (X ,) (X (X (X (X (X a) (X Chicago)) (X Heights)) (X (X ,) (X (X Ill.) (X (X ,) (X division))))) (X (X of) (X (X (X (X closely) (X (X held) (X (X Duchossois) (X Industries)))) (X Inc.)) (X (X ,) (X (X Elmhurst) (X (X ,) (X (X Ill) (X .))))))))))))
(X (X (X (X This) (X year)) (X (X ,) (X (X the) (X railroad)))) (X (X holding) (X (X company) (X (X acquired) (X (X (X 850) (X (X such) (X railcars))) (X .))))))
(X (X (X (X (X (X (X Sir) (X Peter)) (X Walters)) (X (X ,) (X (X 58-year-old) (X chairman)))) (X (X of) (X (X (X British) (X Petroleum)) (X Co.)))) (X (X until) (X (X (X next) (X March)) (X ,)))) (X (X joins) (X (X (X (X the) (X board)) (X (X of) (X (X this) (X (X cement) (X (X products) (X company)))))) (X (X on) (X (X Dec.) (X (X 1) (X .)))))))
(X (X (X Sir) (X Peter)) (X (X will) (X (X (X (X (X (X succeed) (X Sir)) (X (X John) (X Milne))) (X (X ,) (X (X (X 65) (X ,)) (X who)))) (X (X retires) (X (X as) (X (X Blue) (X (X Circle) (X (X nonexecutive) (X chairman))))))) (X (X on) (X (X (X June) (X 1)) (X .))))))
(X (X (X (X Bank) (X (X of) (X (X (X New) (X England)) (X Corp.)))) (X (X said) (X (X (X it) (X has)) (X (X held) (X (X talks) (X (X with) (X (X (X potential) (X (X merger) (X partners))) (X (X outside) (X (X (X New) (X England)) (X ,)))))))))) (X (X although) (X (X (X it) (X (X added) (X (X that) (X (X (X nothing) (X (X is) (X imminent))) (X (X and) (X (X it) (X (X has) (X n't)))))))) (X (X received) (X (X (X any) (X formal)) (X (X offers) (X .)))))))
(X (X (X (X (X The) (X discussions)) (X (X were) (X disclosed))) (X (X as) (X (X (X (X the) (X bank)) (X (X holding) (X (X company) (X said)))) (X (X that) (X (X it) (X (X has) (X (X (X dropped) (X its)) (X (X longstanding) (X opposition))))))))) (X (X to) (X (X (X (X full) (X (X interstate) (X (X banking) (X bills)))) (X (X in) (X Connecticut))) (X (X and) (X (X in) (X (X Massachusetts) (X .)))))))
(X (X (X (X Later) (X yesterday)) (X (X ,) (X (X (X (X a) (X (X Massachusetts) (X (X senate) (X committee)))) (X (X approved) (X (X a) (X bill)))) (X to)))) (X (X allow) (X (X (X (X (X national) (X interstate)) (X banking)) (X (X by) (X (X banks) (X (X in) (X (X (X the) (X state)) (X beginning)))))) (X (X in) (X (X 1991) (X .))))))
(X (X (X (X Currently) (X (X ,) (X (X (X both) (X (X Massachusetts) (X (X and) (X Connecticut)))) (X ,)))) (X (X where) (X (X (X (X most) (X (X of) (X Bank))) (X (X of) (X (X (X New) (X England)) (X (X 's) (X operations))))) (X (X are) (X ,))))) (X (X allow) (X (X (X (X interstate) (X banking)) (X only)) (X (X within) (X (X (X New) (X England)) (X .))))))
(X (X (X (X (X (X (X Richard) (X Driscoll)) (X (X ,) (X (X vice) (X chairman)))) (X (X of) (X (X Bank) (X (X of) (X (X (X New) (X England)) (X ,)))))) (X (X told) (X (X (X (X the) (X Dow)) (X (X Jones) (X (X Professional) (X (X Investor) (X Report))))) (X ,)))) (X (X ``) (X (X (X Certainly) (X (X ,) (X there))) (X (X are) (X (X (X those) (X (X outside) (X (X (X the) (X region)) (X who)))) (X think)))))) (X (X of) (X (X (X us) (X prospectively)) (X (X as) (X (X (X (X a) (X good)) (X partner)) (X .))))))
(X (X (X We) (X (X have) (X (X ,) (X (X and) (X I))))) (X (X 'm) (X (X (X (X (X sure) (X (X others) (X (X have) (X ,)))) (X considered)) (X (X what) (X (X (X (X (X our) (X options)) (X are)) (X ,)) (X (X and) (X (X (X we) (X 've)) (X (X had) (X conversations))))))) (X (X with) (X (X (X (X (X people) (X (X who) (X (X in) (X (X the) (X future))))) (X might)) (X prove)) (X (X to) (X (X (X be) (X (X interesting) (X partners))) (X (X .) (X '')))))))))
(X (X (X He) (X (X added) (X ,))) (X (X ``) (X (X (X (X There) (X (X 's) (X nothing))) (X (X very) (X hot))) (X (X .) (X '')))))
(X (X (X Mr.) (X Driscoll)) (X (X did) (X (X (X (X n't) (X elaborate)) (X (X about) (X (X (X who) (X (X the) (X (X potential) (X partners)))) (X (X were) (X or))))) (X (X when) (X (X (X (X the) (X talks)) (X were)) (X (X held) (X .)))))))
(X (X (X (X (X (X (X (X A) (X bank)) (X spokeswoman)) (X (X also) (X declined))) (X (X to) (X (X (X (X comment) (X (X on) (X (X any) (X (X merger-related) (X matters))))) (X ,)) (X (X but) (X (X (X said) (X (X the) (X company))) (X decided)))))) (X (X to) (X (X drop) (X (X its) (X opposition))))) (X (X to) (X (X (X (X (X the) (X interstate)) (X (X banking) (X legislation))) (X because)) (X (X ``) (X (X (X prevailing) (X sentiment)) (X (X is) (X (X in) (X favor)))))))) (X (X of) (X (X (X passage) (X .)) (X ''))))
(X (X (X (X Bank) (X (X of) (X (X New) (X England)))) (X (X has) (X (X (X (X been) (X (X hit) (X hard))) (X (X by) (X (X (X (X (X the) (X region)) (X 's)) (X real-estate)) (X slump)))) (X ,)))) (X (X with) (X (X (X (X (X (X (X its) (X net)) (X income)) (X (X declining) (X (X 42) (X %)))) (X (X to) (X (X (X $) (X (X 121.6) (X million))) (X (X ,) (X (X (X or) (X (X (X 61) (X cents)) (X a))) (X share)))))) (X (X ,) (X (X (X in) (X (X (X the) (X first)) (X (X nine) (X months)))) (X (X of) (X 1989))))) (X (X from) (X (X (X (X the) (X year-earlier)) (X period)) (X .))))))
(X (X (X (X (X The) (X (X company) (X recently))) (X (X said) (X (X it) (X would)))) (X (X sell) (X (X (X (X some) (X operations)) (X (X and) (X (X lay) (X (X off) (X (X 4) (X %)))))) (X (X of) (X (X its) (X (X work) (X force))))))) (X (X ,) (X (X (X altogether) (X (X reducing) (X employment))) (X (X to) (X (X (X (X less) (X than)) (X 16,000)) (X (X from) (X (X about) (X (X 18,000) (X .)))))))))
(X (X (X (X It) (X recently)) (X (X signed) (X (X a) (X (X preliminary) (X agreement))))) (X (X to) (X (X (X (X negotiate) (X exclusively)) (X (X with) (X (X (X the) (X Bank)) (X (X of) (X (X (X Tokyo) (X Ltd.)) (X (X for) (X (X the) (X sale)))))))) (X (X of) (X (X part) (X (X of) (X (X (X its) (X (X leasing) (X business))) (X (X to) (X (X (X the) (X (X Japanese) (X bank))) (X .))))))))))
(X (X (X (X (X (X GOODY) (X PRODUCTS)) (X Inc.)) (X (X cut) (X (X (X its) (X quarterly)) (X dividend)))) (X (X to) (X (X (X (X five) (X cents)) (X a)) (X share)))) (X (X from) (X (X (X (X 11.5) (X (X cents) (X a))) (X share)) (X .))))
(X (X (X The) (X (X reduced) (X dividend))) (X (X is) (X (X (X payable) (X (X Jan.) (X (X 2) (X (X to) (X stock))))) (X (X of) (X (X record) (X (X Dec.) (X (X 15) (X .))))))))
(X (X (X (X (X The) (X Kearny)) (X (X ,) (X (X N.J.-based) (X maker)))) (X (X of) (X (X (X (X hair) (X accessories)) (X (X and) (X (X other) (X (X cosmetic) (X products))))) (X (X said) (X (X it) (X (X cut) (X (X (X the) (X dividend)) (X due)))))))) (X (X to) (X (X (X its) (X (X third-quarter) (X loss))) (X (X of) (X (X (X $) (X 992,000)) (X (X ,) (X (X (X (X or) (X (X (X 15) (X cents)) (X a))) (X share)) (X .))))))))
(X (X (X (X (X In) (X the)) (X (X year-ago) (X quarter))) (X (X ,) (X (X (X the) (X company)) (X (X reported) (X (X net) (X income)))))) (X (X of) (X (X (X $) (X (X 1.9) (X million))) (X (X ,) (X (X (X (X or) (X (X 29) (X (X cents) (X a)))) (X share)) (X .))))))
(X (X (X (X The) (X company)) (X also)) (X (X adopted) (X (X (X an) (X (X anti-takeover) (X plan))) (X .))))
(X (X (X (X (X (X (X Michael) (X Henderson)) (X (X ,) (X (X (X 51-year-old) (X (X group) (X chief))) (X executive)))) (X (X of) (X (X (X (X (X (X this) (X (X U.K.) (X metals))) (X (X and) (X (X industrial) (X (X materials) (X maker))))) (X ,)) (X will)) (X (X become) (X chairman))))) (X (X in) (X May))) (X (X ,) (X (X (X (X succeeding) (X Ian)) (X Butler)) (X (X ,) (X (X (X 64) (X ,)) (X who)))))) (X (X is) (X (X retiring) (X .))))
(X (X (X (X Mr.) (X Butler)) (X (X will) (X (X remain) (X (X on) (X (X the) (X board)))))) (X (X as) (X (X (X a) (X (X nonexecutive) (X director))) (X .))))
(X (X (X (X Rally) (X (X 's) (X Inc.))) (X (X said) (X it))) (X (X has) (X (X (X redeemed) (X (X (X (X its) (X (X rights) (X outstanding))) (X issued)) (X Monday))) (X (X in) (X (X (X its) (X (X shareholder) (X (X rights) (X plan)))) (X .))))))
(X (X (X (X (X (X The) (X company)) (X (X said) (X holders))) (X (X of) (X (X stock) (X (X of) (X (X (X record) (X (X Nov.) (X 10))) (X will)))))) (X (X receive) (X (X 1\/10th) (X (X of) (X (X (X one) (X (X cent) (X a))) (X share)))))) (X (X as) (X (X (X the) (X (X redemption) (X payment))) (X .))))
(X (X (X (X (X (X The) (X (X fast-food) (X company))) (X (X said) (X (X its) (X decision)))) (X (X was) (X based))) (X (X upon) (X discussions))) (X (X with) (X (X (X (X (X a) (X (X shareholder) (X group))) (X (X ,) (X (X (X Giant) (X Group)) (X Ltd.)))) (X ,)) (X (X ``) (X (X (X (X in) (X (X an) (X effort))) (X to)) (X (X resolve) (X (X (X certain) (X disputes)) (X (X with) (X (X (X the) (X company)) (X (X .) (X '')))))))))))
(X (X (X Giant) (X Group)) (X (X is) (X (X led) (X (X by) (X (X (X (X (X (X three) (X Rally)) (X (X 's) (X directors))) (X (X ,) (X (X (X Burt) (X Sugarman)) (X (X ,) (X (X (X (X James) (X M.)) (X Trotter)) (X III)))))) (X (X and) (X (X (X (X (X William) (X (X (X E.) (X Trotter)) (X II))) (X (X ,) (X (X (X who) (X (X (X last) (X month)) (X indicated))) (X they)))) (X (X hold) (X (X (X (X a) (X 42.5)) (X (X %) (X stake))) (X (X in) (X (X (X Rally) (X 's)) (X (X and) (X plan))))))) (X to)))) (X (X seek) (X (X (X a) (X majority)) (X (X of) (X (X seats) (X (X on) (X (X (X Rally) (X (X 's) (X (X nine-member) (X board)))) (X .))))))))))))
(X (X (X (X (X (X (X When) (X Warren)) (X Winiarski)) (X (X ,) (X proprietor))) (X (X of) (X (X (X (X (X (X Stag) (X 's)) (X Leap)) (X (X Wine) (X Cellars))) (X (X in) (X (X Napa) (X Valley)))) (X ,)))) (X (X announced) (X (X (X (X (X a) (X (X $) (X 75))) (X price)) (X tag)) (X (X for) (X (X (X his) (X (X 1985) (X (X Cask) (X (X 23) (X (X Cabernet) (X this)))))) (X fall)))))) (X (X ,) (X (X (X (X (X few) (X wine)) (X shops)) (X (X and) (X (X restaurants) (X (X around) (X (X the) (X country)))))) (X (X balked) (X .)))))
(X (X (X (X ``) (X This)) (X (X is) (X (X (X the) (X peak)) (X (X of) (X (X (X (X my) (X wine-making)) (X experience)) (X (X ,) (X (X (X '') (X (X Mr.) (X Winiarski))) (X declared)))))))) (X (X when) (X (X (X (X (X (X he) (X (X introduced) (X (X the) (X wine)))) (X (X at) (X (X a) (X dinner)))) (X (X in) (X (X New) (X York)))) (X ,)) (X (X ``) (X (X (X (X (X and) (X I)) (X wanted)) (X (X to) (X (X (X single) (X it)) (X out)))) (X (X as) (X (X (X such) (X .)) (X ''))))))))
(X (X It) (X (X is) (X (X (X (X (X (X in) (X (X (X my) (X (X estimation) (X (X the) (X (X best) (X wine))))) (X (X Stag) (X (X 's) (X Leap))))) (X has)) (X (X produced) (X (X ,) (X and)))) (X (X with) (X (X (X fewer) (X (X (X than) (X 700)) (X (X cases) (X available)))) (X (X ,) (X (X it) (X (X is) (X sure))))))) (X (X to) (X (X sell) (X (X quickly) (X .)))))))
(X (X (X The) (X price)) (X (X is) (X (X (X (X a) (X (X new) (X high))) (X (X for) (X (X (X California) (X Cabernet)) (X Sauvignon)))) (X (X ,) (X (X but) (X (X it) (X (X is) (X (X not) (X (X the) (X (X highest) (X .)))))))))))
(X (X (X (X (X (X (X Diamond) (X (X Creek) (X (X 1985) (X Lake)))) (X Vineyard)) (X Cabernet)) (X weighed)) (X (X in) (X (X this) (X fall)))) (X (X with) (X (X (X a) (X (X sticker) (X price))) (X (X of) (X (X (X (X (X $) (X 100)) (X a)) (X bottle)) (X .))))))
(X (X (X (X One) (X (X of) (X (X the) (X (X fastest) (X (X growing) (X segments)))))) (X (X of) (X (X (X the) (X wine)) (X market)))) (X (X is) (X (X (X (X (X the) (X category)) (X (X of) (X superpremiums))) (X (X --) (X (X (X (X wines) (X limited)) (X (X in) (X production))) (X (X ,) (X (X (X of) (X (X (X exceptional) (X (X quality) (X -LRB-))) (X or))) (X (X so) (X (X (X (X perceived) (X (X ,) (X (X at) (X (X any) (X (X rate) (X -RRB-)))))) (X ,)) (X and)))))))) (X (X with) (X (X (X (X exceedingly) (X high)) (X prices)) (X .))))))
(X (X (X (X (X (X (X For) (X years)) (X (X ,) (X (X this) (X group)))) (X (X included) (X (X (X (X a) (X stable)) (X (X of) (X classics))) (X (X --) (X (X (X (X Bordeaux) (X (X first) (X growths))) (X (X -LRB-) (X Lafite-Rothschild))) (X (X ,) (X (X (X Latour) (X (X ,) (X (X Haut-Brion) (X (X ,) (X (X Petrus) (X -RRB-)))))) (X (X ,) (X (X (X (X (X Grand) (X Cru)) (X Burgundies)) (X -LRB-)) (X Romanee-Conti)))))))))) (X (X and) (X (X (X (X (X (X La) (X (X (X Tache) (X -RRB-)) (X deluxe))) (X Champagnes)) (X (X -LRB-) (X (X Dom) (X Perignon)))) (X (X or) (X (X Roederer) (X (X Cristal) (X -RRB-))))) (X (X ,) (X (X (X (X rarefied) (X (X (X sweet) (X wines)) (X -LRB-))) (X (X Chateau) (X Yquem))) (X (X or) (X (X Trockenbeerenauslesen) (X Rieslings)))))))) (X (X from) (X (X (X Germany) (X ,)) (X (X and) (X (X Biondi-Santi) (X (X Brunello) (X Riserva))))))) (X (X from) (X (X (X Tuscany) (X -RRB-)) (X .))))
(X (X (X (X (X (X These) (X first)) (X (X magnitude) (X wines))) (X ranged)) (X (X in) (X price))) (X (X from) (X (X (X $) (X 40)) (X (X to) (X (X (X $) (X (X 125) (X (X a) (X bottle)))) (X .))))))
(X (X (X (X (X (X (X (X (X In) (X (X the) (X last))) (X year)) (X or)) (X so)) (X ,)) (X however)) (X (X ,) (X (X this) (X (X exclusive) (X club))))) (X (X has) (X (X taken) (X (X (X in) (X (X a) (X host))) (X (X of) (X (X (X flashy) (X (X new) (X members))) (X .)))))))
(X (X (X (X The) (X classics)) (X (X have) (X (X (X (X zoomed) (X (X in) (X price))) (X (X to) (X (X meet) (X (X the) (X competition))))) (X (X ,) (X (X and) (X (X it) (X almost))))))) (X (X seems) (X (X that) (X (X (X (X there) (X (X 's) (X (X a) (X race)))) (X (X on) (X (X to) (X (X come) (X up))))) (X (X with) (X (X (X (X (X the) (X (X priciest) (X (X single) (X bottle)))) (X ,)) (X (X among) (X (X current) (X releases)))) (X (X from) (X (X (X every) (X (X major) (X (X wine) (X region)))) (X (X on) (X (X (X the) (X globe)) (X .)))))))))))
(X (X (X France) (X (X can) (X (X boast) (X (X (X the) (X (X lion) (X 's))) (X share))))) (X (X of) (X (X (X high-priced) (X bottles)) (X .))))
(X (X (X (X (X Bordeaux) (X (X 's) (X first))) (X growths)) (X (X from) (X (X 1985) (X (X and) (X 1986))))) (X (X are) (X (X (X (X (X $) (X 60)) (X (X to) (X (X (X $) (X (X 80) (X each))) (X (X -LRB-) (X except))))) (X (X for) (X (X (X the) (X smallest)) (X (X in) (X terms))))) (X (X of) (X (X production) (X (X ,) (X (X (X Chateau) (X Petrus)) (X (X ,) (X (X which) (X (X costs) (X (X around) (X (X (X (X $) (X 250)) (X !)) (X (X -RRB-) (X .))))))))))))))
(X (X (X These) (X prices)) (X (X seem) (X (X (X rather) (X (X modest) (X (X ,) (X (X however) (X (X ,) (X (X in) (X light))))))) (X (X of) (X (X (X other) (X (X French) (X wines))) (X (X from) (X (X (X current) (X vintages)) (X .))))))))
(X (X (X (X (X Chateau) (X Yquem)) (X (X ,) (X (X (X (X (X the) (X leading)) (X Sauternes)) (X (X ,) (X now))) (X goes)))) (X (X for) (X (X (X well) (X (X over) (X (X (X (X $) (X 100)) (X a)) (X bottle)))) (X (X for) (X (X (X a) (X lighter)) (X vintage)))))) (X (X like) (X (X 1984) (X (X ;) (X (X (X the) (X (X spectacularly) (X (X rich) (X 1983)))) (X (X runs) (X (X $) (X (X 179) (X .)))))))))
(X (X (X (X In) (X Champagne)) (X (X ,) (X (X (X some) (X (X of) (X (X the) (X prestige)))) (X cuvees)))) (X (X are) (X (X inching) (X (X toward) (X (X (X (X (X $) (X 100)) (X a)) (X bottle)) (X .))))))
(X (X (X (X The) (X first)) (X Champagne)) (X (X to) (X (X (X crack) (X (X that) (X (X price) (X barrier)))) (X (X was) (X (X (X the) (X 1979)) (X (X Salon) (X (X (X de) (X Mesnil)) (X (X Blanc) (X (X (X de) (X Blancs)) (X .))))))))))
(X (X (X (X The) (X '82)) (X Salon)) (X (X is) (X (X $) (X (X 115) (X .)))))
(X (X (X (X Roederer) (X Cristal)) (X (X at) (X (X (X $) (X 90)) (X (X a) (X bottle))))) (X (X sells) (X (X (X (X out) (X (X around) (X (X the) (X country)))) (X (X and) (X (X Taittinger) (X (X (X (X 's) (X (X Comtes) (X (X de) (X Champagne)))) (X Blanc)) (X (X de) (X Blancs)))))) (X (X is) (X (X encroaching) (X (X upon) (X (X (X that) (X level)) (X .))))))))
(X (X (X (X (X The) (X (X great) (X reds))) (X (X of) (X (X (X the) (X Rhone)) (X Valley)))) (X (X have) (X (X soared) (X (X in) (X price))))) (X (X as) (X (X well) (X .))))
(X (X (X (X (X E.) (X (X Guigal) (X (X (X 's) (X 1982)) (X Cote)))) (X (X Rotie) (X (X La) (X Landonne)))) (X (X ,) (X (X (X for) (X example)) (X ,)))) (X (X is) (X (X (X $) (X 120)) (X .))))
(X (X (X None) (X (X of) (X (X France) (X (X 's) (X (X wine) (X regions)))))) (X (X can) (X (X steal) (X (X (X a) (X march)) (X (X on) (X (X (X Burgundy) (X ,)) (X (X however) (X .))))))))
(X (X (X (X The) (X (X six) (X wines))) (X (X of) (X (X (X the) (X (X Domaine) (X (X de) (X (X la) (X Romanee-Conti))))) (X (X ,) (X (X (X 72) (X (X of) (X (X (X (X the) (X (X most) (X (X precious) (X acres)))) (X (X of) (X (X vineyard) (X anywhere)))) (X (X in) (X (X the) (X world)))))) (X ,)))))) (X (X have) (X (X (X commanded) (X (X three-digit) (X (X price) (X tags)))) (X (X for) (X (X (X several) (X (X years) (X now))) (X .))))))
(X (X (X (X (X (X With) (X the)) (X 1985)) (X vintage)) (X (X ,) (X (X they) (X (X soared) (X (X (X higher) (X :)) (X (X La) (X Tache))))))) (X (X ,) (X (X (X $) (X 195)) (X (X ;) (X (X (X Richebourg) (X (X ,) (X (X $) (X 180)))) (X (X ;) (X (X Romanee-Conti) (X (X ,) (X (X $) (X (X 225) (X .)))))))))))
(X (X (X (X (X Another) (X (X small) (X (X Burgundy) (X estate)))) (X (X ,) (X (X Coche-Dury) (X ,)))) (X (X has) (X just))) (X (X offered) (X (X (X (X its) (X 1987)) (X Corton-Charlemagne)) (X (X for) (X (X $) (X (X 155) (X .)))))))
(X (X (X From) (X (X Italy) (X there))) (X (X is) (X (X (X Angelo) (X (X (X Gaja) (X (X Barbaresco) (X (X at) (X (X (X $) (X (X 125) (X a))) (X bottle))))) (X (X ,) (X (X (X (X Piero) (X (X Antinori) (X (X 's) (X La)))) (X Solaia)) (X (X ,) (X (X (X a) (X (X $) (X 90))) (X Cabernet))))))) (X (X from) (X (X Tuscany) (X (X ,) (X (X and) (X (X Biondi-Santi) (X (X Brunello) (X (X at) (X (X $) (X (X 98) (X .)))))))))))))
(X (X (X (X (X (X Spain) (X (X 's) (X Vega))) (X (X Secilia) (X (X Unico) (X (X 1979) (X (X -LRB-) (X (X released) (X only))))))) (X (X in) (X (X (X its) (X (X 10th) (X year))) (X -RRB-)))) (X (X is) (X (X (X (X $) (X 70)) (X ,)) (X as)))) (X (X is) (X (X Australia) (X (X (X 's) (X Grange)) (X (X Hermitage) (X (X 1982) (X .)))))))
(X (X (X ``) (X There)) (X (X are) (X (X (X certain) (X (X cult) (X wines))) (X (X that) (X (X can) (X (X (X (X command) (X (X (X these) (X higher)) (X prices))) (X (X ,) (X ''))) (X (X says) (X (X (X Larry) (X Shapiro)) (X (X of) (X (X (X (X Marty) (X 's)) (X (X ,) (X one))) (X (X of) (X (X (X the) (X (X largest) (X (X wine) (X shops)))) (X (X in) (X (X Dallas) (X .)))))))))))))))
(X (X (X (X ``) (X (X (X What) (X (X 's) (X different))) (X is))) (X (X that) (X (X it) (X (X is) (X happening))))) (X (X with) (X (X (X (X (X young) (X wines)) (X just)) (X coming)) (X (X out) (X .)))))
(X (X We) (X (X 're) (X (X (X seeing) (X (X it) (X partly))) (X (X because) (X (X (X older) (X vintages)) (X (X are) (X (X (X (X growing) (X (X more) (X scarce))) (X .)) (X ''))))))))
(X (X (X (X Wine) (X auctions)) (X (X have) (X (X almost) (X (X exhausted) (X (X (X the) (X (X limited) (X supply))) (X (X of) (X (X (X those) (X wines)) (X (X ,) (X (X (X (X Mr.) (X Shapiro)) (X continued)) (X :)))))))))) (X (X ``) (X (X (X (X (X We) (X 've)) (X (X seen) (X (X (X a) (X dramatic)) (X decrease)))) (X (X in) (X demand))) (X (X for) (X (X wines) (X (X from) (X (X (X (X (X the) (X '40s)) (X (X and) (X '50s))) (X (X ,) (X (X which) (X go)))) (X (X for) (X (X (X $) (X 300)) (X (X to) (X (X (X $) (X (X 400) (X (X a) (X bottle)))) (X .))))))))))))
(X (X Some) (X (X of) (X (X (X the) (X (X newer) (X wines))) (X (X ,) (X (X (X (X even) (X (X at) (X (X (X $) (X 90)) (X (X to) (X (X (X (X $) (X (X (X 100) (X a)) (X bottle))) (X or)) (X so)))))) (X ,)) (X (X almost) (X (X offer) (X (X (X a) (X bargain)) (X (X .) (X ''))))))))))
(X (X (X (X (X Take) (X Lake)) (X Vineyard)) (X Cabernet)) (X (X from) (X (X (X Diamond) (X Creek)) (X .))))
(X (X (X (X (X (X It) (X 's)) (X (X made) (X only))) (X (X in) (X years))) (X (X when) (X (X (X (X (X (X the) (X grapes)) (X (X ripen) (X (X perfectly) (X (X -LRB-) (X (X the) (X last)))))) (X (X was) (X (X 1979) (X -RRB-)))) (X (X and) (X comes))) (X (X from) (X (X (X a) (X single)) (X acre)))))) (X (X of) (X (X (X (X grapes) (X that)) (X (X yielded) (X (X (X a) (X (X mere) (X 75))) (X cases)))) (X (X in) (X (X 1987) (X .))))))
(X (X (X (X (X (X Owner) (X Al)) (X Brownstein)) (X (X originally) (X planned))) (X (X to) (X (X (X (X sell) (X (X it) (X (X for) (X (X (X $) (X 60)) (X (X a) (X bottle)))))) (X ,)) (X but)))) (X (X when) (X (X (X (X (X a) (X retailer)) (X (X in) (X (X Southern) (X California)))) (X (X asked) (X ,))) (X (X ``) (X (X Is) (X (X that) (X (X (X (X wholesale) (X (X (X (X or) (X retail)) (X ?)) (X (X '') (X he)))) (X (X re-thought) (X (X the) (X matter)))) (X .))))))))
(X (X (X (X (X (X (X (X Offering) (X (X the) (X wine))) (X (X at) (X (X (X (X roughly) (X $)) (X 65)) (X (X a) (X bottle))))) (X wholesale)) (X (X -LRB-) (X (X (X (X $) (X 100)) (X retail)) (X -RRB-)))) (X (X ,) (X he))) (X (X sent) (X (X (X merchants) (X (X around) (X (X (X the) (X (X country) (X a))) (X form)))) (X (X asking) (X (X them) (X (X to) (X (X check) (X one)))))))) (X (X of) (X (X (X (X (X three) (X answers)) (X (X :) (X (X 1) (X (X -RRB-) (X no))))) (X (X ,) (X (X (X (X the) (X wine)) (X (X is) (X too))) (X (X high) (X (X -LRB-) (X (X (X 2) (X responses)) (X -RRB-))))))) (X (X ;) (X (X (X (X (X 2) (X -RRB-)) (X yes)) (X (X ,) (X (X (X it) (X (X 's) (X high))) (X (X but) (X I))))) (X (X 'll) (X (X (X take) (X (X it) (X (X -LRB-) (X (X (X 2) (X responses)) (X -RRB-))))) (X (X ;) (X (X (X (X (X 3) (X -RRB-)) (X I)) (X 'll)) (X (X take) (X (X (X all) (X I)) (X (X can) (X (X get) (X (X (X -LRB-) (X (X (X 58) (X responses)) (X -RRB-))) (X .)))))))))))))))
(X (X (X (X (X The) (X wine)) (X (X was) (X (X shipped) (X (X in) (X (X six-bottle) (X (X cases) (X instead))))))) (X (X of) (X (X (X (X the) (X usual)) (X (X 12) (X ,))) (X (X but) (X (X (X (X even) (X (X at) (X (X that) (X it)))) (X (X was) (X (X spread) (X thin)))) (X (X ,) (X going))))))) (X (X to) (X (X (X 62) (X retailers)) (X (X in) (X (X (X 28) (X states)) (X .))))))
(X (X (X ``) (X (X We) (X (X thought) (X (X (X (X it) (X (X was) (X (X (X (X awfully) (X expensive)) (X (X ,) (X (X '') (X (X said) (X Sterling))))) (X Pratt)))) (X (X ,) (X (X (X (X (X wine) (X director)) (X (X at) (X (X Schaefer) (X 's)))) (X (X in) (X Skokie))) (X (X ,) (X (X Ill.) (X (X ,) (X one))))))) (X (X of) (X (X (X (X (X the) (X top)) (X stores)) (X (X in) (X (X suburban) (X Chicago)))) (X ,))))))) (X (X ``) (X (X (X but) (X there)) (X (X are) (X (X (X (X people) (X (X out) (X there))) (X (X with) (X (X (X very) (X different)) (X opinions)))) (X (X of) (X (X value) (X .))))))))
(X (X We) (X (X got) (X (X (X (X (X our) (X two)) (X six-packs)) (X (X --) (X (X and) (X they)))) (X (X 're) (X (X (X gone) (X .)) (X ''))))))
(X (X (X (X Mr.) (X Pratt)) (X remarked)) (X (X that) (X (X (X he) (X (X thinks) (X (X (X steeper) (X prices)) (X (X have) (X (X come) (X about)))))) (X (X because) (X (X producers) (X (X do) (X (X (X n't) (X (X like) (X (X to) (X (X see) (X (X (X a) (X (X hit) (X (X wine) (X dramatically)))) (X increase)))))) (X (X in) (X (X (X price) (X later)) (X (X on) (X .)))))))))))
(X (X (X Even) (X (X if) (X there))) (X (X is) (X (X (X (X (X consumer) (X resistance)) (X (X at) (X (X first) (X (X ,) (X (X a) (X wine)))))) (X (X that) (X (X wins) (X (X high) (X ratings))))) (X (X from) (X (X (X (X the) (X critics)) (X (X will) (X eventually))) (X (X move) (X .)))))))
(X (X (X ``) (X (X (X There) (X (X may) (X (X (X (X be) (X (X (X sticker-shock) (X (X reaction) (X initially))) (X (X ,) (X '')))) (X (X said) (X Mr.))) (X Pratt)))) (X ,))) (X (X ``) (X (X but) (X (X as) (X (X (X (X the) (X wine)) (X (X is) (X (X talked) (X (X about) (X (X and) (X starts)))))) (X (X to) (X (X (X (X sell) (X (X ,) (X (X (X they) (X eventually)) (X (X get) (X excited))))) (X (X and) (X (X (X decide) (X (X it) (X (X 's) (X (X (X (X worth) (X the)) (X astronomical)) (X price))))) (X (X to) (X (X add) (X it)))))) (X (X to) (X (X (X (X their) (X collection)) (X .)) (X ''))))))))))
(X (X (X ``) (X (X (X (X It) (X (X 's) (X just))) (X sort)) (X (X of) (X (X a) (X (X one-upsmanship) (X thing)))))) (X (X with) (X (X (X (X (X some) (X people)) (X (X ,) (X (X '') (X (X added) (X Larry))))) (X Shapiro)) (X .))))
(X (X (X ``) (X They)) (X (X like) (X (X to) (X (X (X talk) (X (X about) (X (X (X (X (X having) (X (X (X the) (X new)) (X Red))) (X Rock)) (X Terrace)) (X (X -LCB-) (X one))))) (X (X of) (X (X (X (X Diamond) (X (X Creek) (X (X 's) (X Cabernets)))) (X (X -RCB-) (X (X (X or) (X (X the) (X (X Dunn) (X 1985)))) (X Cabernet)))) (X (X ,) (X (X (X or) (X (X the) (X Petrus))) (X .)))))))))
(X (X (X (X (X Producers) (X have)) (X (X seen) (X (X (X (X (X this) (X (X market) (X opening))) (X (X up) (X (X and) (X they)))) (X (X 're) (X now))) (X (X creating) (X wines))))) (X (X that) (X appeal))) (X (X to) (X (X (X these) (X people)) (X (X .) (X '')))))
(X (X That) (X (X explains) (X (X why) (X (X (X (X (X the) (X number)) (X (X of) (X (X these) (X wines)))) (X (X is) (X expanding))) (X (X so) (X (X rapidly) (X .)))))))
(X (X (X (X (X But) (X consumers)) (X who)) (X (X buy) (X (X at) (X (X this) (X level))))) (X (X are) (X (X also) (X (X (X more) (X knowledgeable)) (X (X than) (X (X they) (X (X were) (X (X (X a) (X (X few) (X (X years) (X ago)))) (X .)))))))))
(X (X (X ``) (X (X (X They) (X (X wo) (X n't))) (X buy))) (X (X if) (X (X (X (X (X the) (X quality)) (X (X is) (X (X not) (X there)))) (X (X ,) (X (X (X '') (X (X said) (X Cedric))) (X Martin)))) (X (X of) (X (X (X (X Martin) (X Wine)) (X Cellar)) (X (X in) (X (X (X New) (X Orleans)) (X .))))))))
(X (X (X ``) (X Or)) (X (X if) (X (X they) (X (X feel) (X (X (X (X (X the) (X wine)) (X (X is) (X overpriced))) (X (X and) (X (X (X they) (X can)) (X (X get) (X (X something) (X (X equally) (X good))))))) (X (X for) (X (X (X less) (X .)) (X ''))))))))
(X (X (X (X Mr.) (X Martin)) (X (X has) (X (X (X (X (X increased) (X prices)) (X (X on) (X (X (X some) (X wines)) (X -LRB-)))) (X (X like) (X (X (X (X (X (X Grgich) (X Hills)) (X Chardonnay)) (X (X ,) (X (X (X now) (X (X (X $) (X 32)) (X -RRB-))) (X just)))) (X (X to) (X (X (X slow) (X (X down) (X movement))) (X ,)))) (X (X but) (X (X he) (X (X is) (X beginning))))))) (X (X to) (X (X see) (X (X some) (X resistance))))))) (X (X to) (X (X (X (X high-priced) (X (X red) (X Burgundies))) (X (X and) (X (X Cabernets) (X (X and) (X Chardonnays))))) (X (X in) (X (X (X the) (X (X $) (X 30))) (X (X to) (X (X $) (X (X (X 40) (X range)) (X .)))))))))
(X (X (X Image) (X (X has) (X (X (X (X (X ,) (X (X (X of) (X course)) (X (X ,) (X (X a) (X (X great) (X deal)))))) (X to)) (X do)) (X with)))) (X (X what) (X (X (X sells) (X (X and) (X what))) (X (X does) (X (X n't) (X (X ,) (X (X and) (X (X (X it) (X (X ca) (X n't))) (X (X be) (X (X forced) (X .)))))))))))
(X (X (X (X (X (X (X Wine) (X merchants)) (X (X ca) (X n't))) (X (X keep) (X (X Roederer) (X Cristal)))) (X (X in) (X (X stock) (X ,)))) (X (X but) (X (X they) (X (X have) (X to))))) (X (X push) (X (X (X Salon) (X (X le) (X Mesnil))) (X (X ,) (X (X (X even) (X (X lowering) (X (X the) (X price)))) (X (X from) (X (X (X $) (X 115)) (X (X to) (X (X $) (X (X 90) (X .)))))))))))
(X (X (X (X (X It) (X 's)) (X (X hardly) (X (X a) (X question)))) (X (X of) (X (X quality) (X (X --) (X (X (X the) (X 1982)) (X Salon)))))) (X (X is) (X (X (X (X (X (X a) (X (X beautiful) (X wine))) (X ,)) (X but)) (X ,)) (X (X as) (X (X (X (X Mr.) (X (X Pratt) (X noted))) (X (X ,) (X (X people) (X (X have) (X (X their) (X (X own) (X ideas))))))) (X (X about) (X (X value) (X .))))))))
(X (X (X (X (X It) (X (X 's) (X interesting))) (X to)) (X find)) (X (X that) (X (X (X (X a) (X lot)) (X (X of) (X (X the) (X (X expensive) (X wines))))) (X (X are) (X (X n't) (X (X (X always) (X (X walking) (X (X out) (X (X the) (X door))))) (X .)))))))
(X (X (X (X (X (X (X In) (X every)) (X major)) (X market)) (X (X in) (X (X (X (X (X the) (X U.S.)) (X (X ,) (X (X for) (X instance)))) (X (X ,) (X (X you) (X can)))) (X (X buy) (X (X (X (X (X '86) (X La)) (X Tache)) (X (X or) (X Richebourg))) (X ,)))))) (X (X virtually) (X (X (X all) (X (X of) (X (X (X (X the) (X first)) (X growth)) (X (X Bordeaux) (X (X -LRB-) (X (X (X except) (X Petrus)) (X -RRB-))))))) (X ,)))) (X (X as) (X (X well) (X (X as) (X (X (X (X Opus) (X One)) (X (X and) (X Dominus))) (X (X from) (X (X (X California) (X and)) (X (X ,) (X (X (X (X at) (X the)) (X moment)) (X (X ,) (X (X (X the) (X (X Stag) (X (X 's) (X (X Leap) (X 1985))))) (X (X Cask) (X (X 23) (X .))))))))))))))
(X (X (X (X (X (X (X (X (X (X With) (X the)) (X biggest)) (X (X wine-buying) (X period))) (X (X of) (X (X (X the) (X year)) (X looming)))) (X (X as) (X (X the) (X holidays)))) (X approach)) (X (X ,) (X (X (X it) (X will)) (X (X be) (X interesting))))) (X (X to) (X see))) (X (X how) (X (X (X the) (X superpremiums)) (X (X fare) (X .)))))
(X (X (X (X By) (X (X January) (X it))) (X (X should) (X (X be) (X (X fairly) (X clear))))) (X (X what) (X (X (X (X 's) (X hot)) (X (X --) (X and))) (X (X what) (X (X (X 's) (X not)) (X .))))))
(X (X (X Ms.) (X Ensrud)) (X (X is) (X (X (X a) (X (X free-lance) (X (X wine) (X writer)))) (X (X in) (X (X (X New) (X York)) (X .))))))
(X (X (X (X Signs) (X (X of) (X (X a) (X (X slowing) (X economy))))) (X (X are) (X (X (X (X increasing) (X pressure)) (X (X on) (X (X the) (X (X Federal) (X Reserve))))) (X (X to) (X (X (X (X cut) (X (X short-term) (X (X interest) (X rates)))) (X ,)) (X (X but) (X (X it) (X (X is) (X (X n't) (X clear)))))))))) (X (X whether) (X (X (X (X the) (X (X central) (X bank))) (X will)) (X (X do) (X (X so) (X .))))))
(X (X (X (X A) (X survey)) (X (X by) (X (X (X the) (X (X Fed) (X 's))) (X (X 12) (X (X district) (X banks)))))) (X (X shows) (X (X (X (X (X economic) (X growth)) (X (X has) (X (X (X been) (X sluggish)) (X (X in) (X (X recent) (X weeks)))))) (X ,)) (X (X while) (X (X (X (X upward) (X pressures)) (X (X on) (X prices))) (X (X have) (X (X moderated) (X .))))))))
(X (X ``) (X (X (X The) (X economy)) (X (X is) (X (X (X (X clearly) (X slowing)) (X (X ,) (X (X '') (X (X says) (X (X Robert) (X Black)))))) (X (X ,) (X (X president) (X (X of) (X (X (X (X (X (X the) (X Richmond)) (X Federal)) (X Reserve)) (X Bank)) (X .)))))))))
(X (X ``) (X (X (X (X If) (X you)) (X (X look) (X (X at) (X (X (X the) (X third)) (X quarter))))) (X (X as) (X (X (X (X (X posting) (X (X roughly) (X 2.5))) (X (X %) (X growth))) (X (X ,) (X I))) (X (X do) (X (X see) (X (X (X (X some) (X slowing)) (X (X in) (X (X (X (X the) (X fourth)) (X quarter)) (X (X ,) (X (X '') (X agrees)))))) (X (X Kansas) (X (X City) (X (X Fed) (X (X President) (X (X Roger) (X (X Guffey) (X .))))))))))))))
(X (X (X Nevertheless) (X (X ,) (X (X both) (X (X (X Mr.) (X Guffey)) (X (X and) (X (X Mr.) (X Black))))))) (X (X say) (X (X (X (X the) (X slowdown)) (X (X so) (X (X far) (X (X is) (X (X no) (X cause)))))) (X (X for) (X (X concern) (X .))))))
(X (X (X (X (X ``) (X We)) (X (X 're) (X (X (X coming) (X closer)) (X (X to) (X (X achieving) (X (X (X the) (X stated)) (X objective))))))) (X (X of) (X (X (X slowing) (X (X the) (X economy))) (X (X to) (X (X a) (X point)))))) (X (X where) (X (X (X (X (X hopefully) (X (X some) (X downward))) (X trend)) (X (X in) (X (X prices) (X (X will) (X occur))))) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Guffey) (X .)))))))))
(X (X (X (X (X Bush) (X (X administration) (X officials))) (X (X are) (X (X looking) (X (X to) (X (X (X the) (X Fed)) (X to)))))) (X (X bring) (X (X down) (X (X rates) (X (X ,) (X (X and) (X (X financial) (X markets)))))))) (X (X seem) (X (X to) (X (X (X be) (X (X expecting) (X (X easier) (X credit)))) (X (X as) (X (X well) (X .)))))))
(X (X (X (X ``) (X (X I) (X (X think) (X (X (X (X (X the) (X market)) (X (X had) (X (X been) (X (X expecting) (X (X the) (X Fed)))))) (X (X to) (X (X (X (X ease) (X sooner)) (X (X and) (X (X (X (X (X a) (X little)) (X (X more) (X than))) (X it)) (X (X has) (X (X to) (X date)))))) (X (X ,) (X (X '') (X (X said) (X (X Robert) (X Johnson)))))))) (X (X ,) (X (X vice) (X president))))))) (X (X of) (X (X global) (X markets)))) (X (X for) (X (X (X (X Bankers) (X Trust)) (X Co)) (X .))))
(X (X (X (X (X (X (X The) (X Fed)) (X (X cut) (X (X (X (X the) (X (X key) (X federal))) (X funds)) (X (X interest) (X rate))))) (X (X by) (X (X about) (X (X (X 0.25) (X percentage)) (X point))))) (X (X to) (X (X 8.75) (X %)))) (X (X after) (X (X (X (X (X (X the) (X (X Oct.) (X (X 13) (X stock)))) (X market)) (X plunge)) (X ,)) (X (X but) (X has))))) (X (X shown) (X (X (X no) (X sign)) (X (X of) (X (X movement) (X (X since) (X .)))))))
(X (X (X (X The) (X report)) (X (X from) (X (X (X the) (X Fed)) (X found)))) (X (X that) (X (X (X manufacturing) (X (X ,) (X (X (X in) (X particular)) (X ,)))) (X (X has) (X (X (X been) (X weak)) (X (X in) (X (X (X recent) (X weeks)) (X .))))))))
(X (X (X (X (X The) (X Philadelphia)) (X Fed)) (X (X ,) (X (X (X for) (X instance)) (X (X ,) (X reported))))) (X (X that) (X (X (X (X manufacturing) (X activity)) (X (X ``) (X continues))) (X (X to) (X (X (X decline) (X (X '') (X (X for) (X (X (X the) (X fourth)) (X month))))) (X (X in) (X (X a) (X (X row) (X .)))))))))
(X (X (X (X (X And) (X (X in) (X (X the) (X (X Chicago) (X district))))) (X (X ,) (X (X (X the) (X report)) (X said)))) (X ,)) (X (X ``) (X (X (X (X (X (X a) (X manufacturer)) (X (X of) (X (X (X capital) (X goods)) (X (X noted) (X (X slower) (X orders)))))) (X (X for) (X (X some) (X types)))) (X ,)) (X (X including) (X (X (X defense) (X equipment)) (X (X ,) (X (X (X (X petroleum) (X equipment)) (X (X ,) (X (X food) (X (X packaging) (X machinery))))) (X (X and) (X (X (X material) (X (X handling) (X (X equipment) (X .)))) (X ''))))))))))
(X (X (X (X (X (X Retail) (X sales)) (X also)) (X (X were) (X (X (X (X reported) (X slow)) (X (X in) (X (X most) (X districts)))) (X (X ,) (X particularly))))) (X (X ``) (X (X for) (X (X discretionary) (X (X ,) (X (X big-ticket) (X (X items) (X such)))))))) (X (X as) (X (X (X furniture) (X (X ,) (X (X home) (X appliances)))) (X (X and) (X (X (X (X consumer) (X electronics)) (X .)) (X ''))))))
(X (X (X (X (X And) (X construction)) (X also)) (X (X was) (X described))) (X (X as) (X (X slow) (X (X in) (X (X (X most) (X areas)) (X .))))))
(X (X (X (X (X Despite) (X the)) (X (X economic) (X slowdown))) (X (X ,) (X there))) (X (X are) (X (X (X (X few) (X clear)) (X signs)) (X (X that) (X (X (X growth) (X (X is) (X coming))) (X (X to) (X (X (X a) (X halt)) (X .))))))))
(X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X (X (X Fed) (X officials)) (X (X may) (X (X be) (X (X divided) (X over))))))) (X (X whether) (X (X to) (X (X ease) (X (X credit) (X .))))))
(X (X (X (X Several) (X (X Fed) (X governors))) (X (X in) (X Washington))) (X (X have) (X (X (X been) (X (X pushing) (X (X for) (X (X easier) (X credit))))) (X (X ;) (X (X (X but) (X (X (X many) (X (X of) (X (X the) (X regional)))) (X (X Fed) (X presidents)))) (X (X have) (X (X been) (X (X resisting) (X (X (X (X such) (X a)) (X move)) (X .))))))))))
(X (X (X (X (X Mr.) (X Black)) (X (X said) (X (X he) (X is)))) (X (X ``) (X (X (X pleased) (X '')) (X (X with) (X (X (X (X (X the) (X economy)) (X (X 's) (X recent))) (X performance)) (X (X ,) (X and))))))) (X (X does) (X (X (X n't) (X see)) (X (X ``) (X (X (X (X (X a) (X lot)) (X (X of) (X (X (X excesses) (X (X out) (X there))) (X that)))) (X (X would) (X (X tilt) (X us)))) (X (X into) (X (X (X recession) (X .)) (X ''))))))))
(X (X (X (X (X ``) (X There)) (X (X is) (X (X (X (X (X always) (X (X a) (X chance))) (X (X of) (X (X recession) (X (X ,) (X (X '') (X (X added) (X (X Mr.) (X Guffey)))))))) (X ,)) (X (X ``) (X but))))) (X (X if) (X (X you) (X (X ask) (X (X me) (X to)))))) (X (X put) (X (X (X (X (X a) (X percentage)) (X (X on) (X (X it) (X (X ,) (X I))))) (X would)) (X (X think) (X (X (X (X it) (X (X 's) (X well))) (X (X below) (X (X (X (X a) (X 50)) (X %)) (X chance)))) (X .))))))
(X (X (X (X (X (X Integra-A) (X Hotel)) (X &)) (X Restaurant)) (X Co.)) (X (X said) (X (X (X its) (X (X planned) (X rights))) (X (X offering) (X (X (X (X to) (X (X raise) (X (X (X about) (X (X $) (X (X 9) (X million)))) (X (X was) (X (X declared) (X (X (X effective) (X (X and) (X (X the) (X company)))) (X will))))))) (X (X begin) (X (X mailing) (X materials)))) (X (X to) (X (X (X shareholders) (X (X at) (X (X the) (X end)))) (X (X of) (X (X (X this) (X week)) (X .))))))))))
(X (X (X (X (X (X Under) (X the)) (X offer)) (X (X ,) (X shareholders))) (X will)) (X (X receive) (X (X (X one) (X right)) (X (X for) (X (X (X (X each) (X 105)) (X common)) (X (X shares) (X (X owned) (X .))))))))
(X (X (X (X Each) (X right)) (X (X entitles) (X (X the) (X shareholder)))) (X (X to) (X (X (X buy) (X (X (X (X (X $) (X 100)) (X face)) (X amount)) (X (X of) (X (X (X (X 13.5) (X (X %) (X bonds))) (X (X due) (X (X 1993) (X and)))) (X warrants))))) (X (X to) (X (X buy) (X (X (X (X 23.5) (X common)) (X shares)) (X (X at) (X (X (X (X (X 30) (X cents)) (X a)) (X share)) (X .)))))))))
(X (X (X (X The) (X rights)) (X (X ,) (X which))) (X (X expire) (X (X (X (X Nov.) (X (X 21) (X ,))) (X (X can) (X (X be) (X exercised)))) (X (X for) (X (X (X (X $) (X 100)) (X each)) (X .))))))
(X (X (X (X (X Integra) (X (X ,) (X (X (X which) (X (X owns) (X (X and) (X (X operates) (X hotels))))) (X (X ,) (X said))))) (X (X that) (X (X Hallwood) (X (X Group) (X Inc.))))) (X (X has) (X (X agreed) (X to)))) (X (X exercise) (X (X (X any) (X rights)) (X (X that) (X (X (X are) (X (X n't) (X exercised))) (X (X by) (X (X (X other) (X shareholders)) (X .))))))))
(X (X Hallwood) (X (X ,) (X (X (X (X a) (X (X Cleveland) (X (X merchant) (X bank)))) (X ,)) (X (X owns) (X (X (X about) (X (X 11) (X %))) (X (X of) (X (X Integra) (X .))))))))
(X (X (X (X (X Copperweld) (X Corp.)) (X (X ,) (X (X (X (X (X a) (X specialty)) (X steelmaker)) (X (X ,) (X (X said) (X (X (X 445) (X workers)) (X (X at) (X (X a) (X plant))))))) (X (X in) (X (X Shelby) (X (X ,) (X (X Ohio) (X (X ,) (X (X began) (X (X a) (X strike))))))))))) (X (X after) (X (X (X (X (X the) (X United)) (X Steelworkers)) (X Local)) (X 3057)))) (X (X rejected) (X (X (X (X a) (X new)) (X contract)) (X (X on) (X (X Tuesday) (X .))))))
(X (X (X (X The) (X previous)) (X contract)) (X (X between) (X (X (X (X Copperweld) (X 's)) (X Ohio)) (X (X Steel) (X (X (X Tube) (X (X division) (X (X and) (X (X the) (X (X union) (X expired)))))) (X (X at) (X (X (X midnight) (X Tuesday)) (X .))))))))
(X (X (X (X (X The) (X union)) (X vote)) (X to)) (X (X reject) (X (X (X the) (X (X proposed) (X pact))) (X (X was) (X (X 230-215) (X .))))))
(X (X (X Copperweld) (X (X said) (X it))) (X (X does) (X (X n't) (X (X expect) (X (X (X a) (X (X protracted) (X strike))) (X .))))))
(X (X (X (X It) (X (X said) (X it))) (X has)) (X (X taken) (X (X measures) (X (X to) (X (X (X continue) (X shipments)) (X (X during) (X (X (X (X the) (X work)) (X stoppage)) (X .))))))))
(X (X (X (X The) (X Treasury)) (X (X said) (X (X (X it) (X plans)) (X (X to) (X (X (X (X sell) (X (X (X (X $) (X (X 30) (X billion))) (X (X in) (X notes))) (X (X and) (X (X bonds) (X (X next) (X week)))))) (X ,)) (X (X but) (X (X said) (X (X (X the) (X auctions)) (X (X will) (X (X be) (X postponed))))))))))) (X (X unless) (X (X (X (X Congress) (X (X acts) (X quickly))) (X to)) (X (X lift) (X (X (X (X the) (X federal)) (X (X debt) (X ceiling))) (X .))))))
(X (X (X (X (X Michael) (X Basham)) (X (X ,) (X (X (X (X deputy) (X (X assistant) (X secretary))) (X (X for) (X (X (X (X federal) (X finance)) (X ,)) (X (X said) (X (X (X the) (X Treasury)) (X (X may) (X wait))))))) (X (X until) (X (X late) (X (X Monday) (X (X (X or) (X (X even) (X early))) (X Tuesday)))))))) (X (X to) (X announce))) (X (X whether) (X (X (X (X the) (X autions)) (X are)) (X (X to) (X (X be) (X (X rescheduled) (X .)))))))
(X (X (X (X (X Unless) (X it)) (X (X can) (X (X (X raise) (X money)) (X (X in) (X (X (X financial) (X markets)) (X (X ,) (X (X Mr.) (X Basham)))))))) (X (X said) (X (X ,) (X (X the) (X (X federal) (X government)))))) (X (X wo) (X (X (X (X n't) (X (X have) (X (X the) (X cash)))) (X (X to) (X (X pay) (X (X (X off) (X (X $) (X (X 13.8) (X billion)))) (X (X in) (X (X Treasury) (X bills))))))) (X (X that) (X (X mature) (X (X on) (X (X Thursday) (X .))))))))
(X (X (X Without) (X (X congressional) (X action))) (X (X ,) (X (X (X the) (X (X Treasury) (X (X ca) (X n't)))) (X (X sell) (X (X (X any) (X (X new) (X securities))) (X (X --) (X (X (X even) (X (X savings) (X bonds))) (X .))))))))
(X (X But) (X (X despite) (X (X (X (X (X (X (X (X (X (X partisan) (X bickering)) (X (X over) (X (X (X the) (X debt)) (X ceiling)))) (X ,)) (X which)) (X has)) (X (X become) (X (X entangled) (X (X in) (X (X (X the) (X fight)) (X (X over) (X (X cutting) (X (X capital-gains) (X taxes))))))))) (X (X ,) (X Congress))) (X (X is) (X (X almost) (X certain)))) (X (X to) (X (X act) (X (X in) (X (X time) (X (X to) (X (X avoid) (X (X default) (X .)))))))))))
(X (X (X ``) (X (X (X (X (X (X (X (X (X (X Each) (X day)) (X that)) (X Congress)) (X fails)) (X (X to) (X (X act) (X ...)))) (X will)) (X (X cause) (X (X additional) (X disruption)))) (X (X in) (X (X (X our) (X (X borrowing) (X schedule))) (X (X ,) (X (X possibly) (X resulting)))))) (X (X in) (X (X higher) (X (X interest) (X costs)))))) (X (X to) (X (X (X (X (X (X the) (X taxpayer)) (X (X ,) (X (X '') (X (X Treasury) (X (X Secretary) (X (X Nicholas) (X Brady))))))) (X said)) (X (X in) (X (X a) (X (X speech) (X prepared))))) (X (X for) (X (X (X (X delivery) (X last)) (X night)) (X (X to) (X (X (X a) (X group)) (X (X of) (X (X bankers) (X .))))))))))
(X (X (X ``) (X To)) (X (X avoid) (X (X (X (X (X these) (X costs)) (X ,)) (X (X and) (X (X (X a) (X (X possible) (X default))) (X (X ,) (X (X immediate) (X action)))))) (X (X is) (X (X (X imperative) (X .)) (X ''))))))
(X (X (X The) (X securities)) (X (X to) (X (X be) (X (X (X sold) (X (X (X next) (X week)) (X will))) (X (X raise) (X (X (X (X about) (X (X $) (X (X 10) (X billion)))) (X (X in) (X cash))) (X (X and) (X (X (X redeem) (X (X $) (X (X 20) (X billion)))) (X (X in) (X (X (X maturing) (X notes)) (X .)))))))))))
(X (X (X (X (X (X (X The) (X new)) (X securities)) (X (X ,) (X (X (X part) (X (X of) (X (X (X (X (X (X the) (X federal)) (X government)) (X (X 's) (X regular))) (X quarterly)) (X refunding)))) (X ,)))) (X will)) (X consist)) (X (X of) (X :)))
(X (X (X --) (X (X (X $) (X (X 10) (X billion))) (X (X of) (X (X three-year) (X notes))))) (X (X ,) (X (X to) (X (X (X be) (X (X auctioned) (X Tuesday))) (X (X and) (X (X to) (X (X (X (X mature) (X Nov.)) (X 15)) (X (X ,) (X (X 1992) (X .))))))))))
(X (X (X --) (X (X (X (X $) (X (X 10) (X billion))) (X (X of) (X 10-year))) (X notes))) (X (X ,) (X (X to) (X (X (X be) (X (X auctioned) (X Wednesday))) (X (X and) (X (X to) (X (X (X (X mature) (X Nov.)) (X 15)) (X (X ,) (X (X 1999) (X .))))))))))
(X (X (X --) (X (X (X $) (X (X 10) (X billion))) (X (X of) (X (X 30-year) (X bonds))))) (X (X ,) (X (X to) (X (X (X be) (X (X auctioned) (X Thursday))) (X (X and) (X (X to) (X (X (X (X mature) (X Aug.)) (X 15)) (X (X ,) (X (X 2019) (X .))))))))))
(X (X (X (X (X The) (X Treasury)) (X also)) (X (X said) (X (X it) (X plans)))) (X (X to) (X (X sell) (X (X (X (X $) (X (X 10) (X billion))) (X (X in) (X (X 36-day) (X (X cash) (X (X management) (X bills)))))) (X (X on) (X (X Thursday) (X .)))))))
(X (X They) (X (X will) (X (X mature) (X (X Dec.) (X (X 21) (X .))))))
(X (X (X (X None) (X (X of) (X (X (X (X the) (X securities)) (X will)) (X (X be) (X eligible))))) (X (X for) (X (X (X (X when-issued) (X trading)) (X (X until) (X (X Congress) (X (X approves) (X (X an) (X increase)))))) (X (X in) (X (X (X the) (X (X debt) (X ceiling))) (X (X ,) (X (X (X (X (X clearing) (X the)) (X way)) (X (X for) (X (X (X a) (X formal)) (X offering)))) (X (X ,) (X (X Mr.) (X Basham)))))))))) (X (X said) (X .)))
(X (X (X (X The) (X Treasury)) (X (X said) (X (X (X (X it) (X needs)) (X (X to) (X (X raise) (X (X (X $) (X (X 47.5) (X billion))) (X (X in) (X (X (X the) (X current)) (X quarter))))))) (X (X in) (X order))))) (X (X to) (X (X (X end) (X December)) (X (X with) (X (X (X (X (X a) (X $)) (X (X 20) (X billion))) (X (X cash) (X balance))) (X .))))))
(X (X Auctions) (X (X held) (X (X in) (X (X (X October) (X (X and) (X (X (X (X those) (X scheduled)) (X (X for) (X (X next) (X week)))) (X will)))) (X (X raise) (X (X (X a) (X total)) (X (X of) (X (X $) (X (X 25.6) (X (X billion) (X .)))))))))))
(X (X (X (X (X (X (X The) (X (X remaining) (X $))) (X (X 21.9) (X billion))) (X could)) (X (X be) (X raised))) (X (X through) (X (X the) (X sale)))) (X (X of) (X (X (X (X (X (X short-term) (X (X Treasury) (X bills))) (X (X ,) (X (X two-year) (X notes)))) (X (X in) (X (X (X November) (X (X and) (X five-year))) (X notes)))) (X (X in) (X (X early) (X December)))) (X (X ,) (X (X (X (X the) (X Treasury)) (X said)) (X .))))))
(X (X (X (X (X (X (X (X In) (X the)) (X first)) (X three)) (X months)) (X (X of) (X 1990))) (X (X ,) (X (X (X the) (X Treasury)) (X estimates)))) (X (X that) (X (X (X (X (X it) (X will)) (X (X have) (X (X to) (X (X raise) (X (X (X between) (X (X (X $) (X (X 45) (X billion))) (X (X and) (X (X $) (X (X 50) (X billion)))))) (X ,)))))) (X assuming)) (X (X that) (X (X (X (X it) (X decides)) (X (X to) (X aim))) (X (X for) (X (X (X (X (X a) (X (X $) (X (X 10) (X billion)))) (X (X cash) (X balance))) (X (X at) (X (X the) (X end)))) (X (X of) (X (X March) (X .))))))))))
(X (X (X (X Lancaster) (X Colony)) (X Corp.)) (X (X said) (X (X it) (X (X acquired) (X (X (X (X Reames) (X Foods)) (X Inc.)) (X (X in) (X (X (X (X a) (X cash)) (X transaction)) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X Reames) (X (X ,) (X (X (X a) (X maker)) (X (X and) (X marketer))))) (X (X of) (X (X (X (X frozen) (X noodles)) (X (X and) (X (X pre-cooked) (X (X pasta) (X based))))) (X (X in) (X (X Clive) (X (X ,) (X (X Iowa) (X ,)))))))) (X (X has) (X (X (X (X annual) (X sales)) (X (X of) (X (X (X about) (X (X $) (X (X 11) (X million)))) (X (X ,) (X Lancaster))))) (X (X said) (X .)))))
(X (X (X Investors) (X (X took) (X advantage))) (X (X of) (X (X (X (X Tuesday) (X (X 's) (X stock))) (X rally)) (X (X to) (X (X (X (X book) (X (X some) (X (X profits) (X yesterday)))) (X ,)) (X (X leaving) (X (X stocks) (X (X up) (X (X fractionally) (X .))))))))))
(X (X (X (X (X Bond) (X prices)) (X (X and) (X (X the) (X dollar)))) (X (X both) (X (X gained) (X modestly)))) (X .))
(X (X (X (X (X (X The) (X Dow)) (X Jones)) (X Industrial)) (X (X Average) (X (X finished) (X (X less) (X (X than) (X (X a) (X (X point) (X higher)))))))) (X (X to) (X (X (X close) (X (X at) (X 2645.90))) (X (X in) (X (X (X moderate) (X trading)) (X .))))))
(X (X But) (X (X advancing) (X (X (X (X issues) (X (X on) (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X Exchange))))) (X (X were) (X (X (X (X tidily) (X ahead)) (X (X of) (X (X declining) (X stocks)))) (X (X ,) (X 847))))) (X (X to) (X (X 644) (X .))))))
(X (X (X (X (X Long-term) (X bond)) (X (X prices) (X rose))) (X (X despite) (X prospects))) (X (X of) (X (X (X a) (X (X huge) (X (X new) (X supply)))) (X (X of) (X (X (X (X (X Treasury) (X debt)) (X this)) (X month)) (X .))))))
(X (X (X Continuing) (X (X demand) (X (X for) (X dollars)))) (X (X from) (X (X (X Japanese) (X investors)) (X (X boosted) (X (X (X (X the) (X U.S.)) (X currency)) (X .))))))
(X (X (X (X Analysts) (X (X were) (X disappointed))) (X (X that) (X (X the) (X (X enthusiasm) (X investors))))) (X (X showed) (X (X (X for) (X (X stocks) (X (X in) (X (X the) (X wake))))) (X (X of) (X (X (X (X (X Georgia-Pacific) (X (X 's) (X $))) (X (X 3.18) (X (X billion) (X bid)))) (X (X for) (X (X (X (X Great) (X Northern)) (X Nekoosa)) (X evaporated)))) (X (X so) (X (X quickly) (X .))))))))
(X (X (X (X (X (X (X (X The) (X industrial)) (X (X average) (X jumped))) (X (X more) (X (X than) (X 41)))) (X points)) (X Tuesday)) (X (X as) (X (X (X speculators) (X rushed)) (X (X to) (X (X buy) (X shares)))))) (X (X of) (X (X (X (X potential) (X takeover)) (X targets)) (X .))))
(X (X But) (X (X with) (X (X (X (X the) (X end)) (X (X of) (X (X (X (X the) (X year)) (X (X in) (X sight))) (X (X ,) (X (X money) (X managers)))))) (X (X are) (X (X (X (X eager) (X to)) (X (X take) (X (X profits) (X (X and) (X (X cut) (X (X their) (X risks))))))) (X (X of) (X (X losing) (X (X what) (X (X (X for) (X (X (X (X many) (X have)) (X been)) (X (X exceptionally) (X (X good) (X returns))))) (X in))))))))))
(X (X (X Economic) (X news)) (X (X had) (X (X (X little) (X effect)) (X (X on) (X (X (X financial) (X markets)) (X .))))))
(X (X (X (X As) (X expected)) (X (X ,) (X (X (X (X (X a) (X national)) (X (X purchasing) (X (X managers) (X (X ') (X report))))) (X (X indicated) (X (X (X the) (X nation)) (X (X 's) (X (X manufacturing) (X sector)))))) (X continues)))) (X (X to) (X (X (X contract) (X modestly)) (X .))))
(X (X (X (X (X (X (X The) (X Federal)) (X (X Reserve) (X (X 's) (X Beige)))) (X Book)) (X (X ,) (X (X a) (X summary)))) (X (X of) (X (X (X economic) (X conditions)) (X (X across) (X (X (X the) (X country)) (X (X ,) (X indicated))))))) (X (X that) (X (X (X (X (X the) (X overall)) (X economy)) (X (X remains) (X (X in) (X (X a) (X pattern))))) (X (X of) (X (X (X sluggish) (X growth)) (X .))))))
(X (X (X (X In) (X major)) (X (X market) (X activity))) (X :))
(X (X (X Stock) (X (X prices) (X (X rose) (X fractionally)))) (X (X in) (X (X (X moderate) (X trading)) (X .))))
(X (X (X Big) (X (X Board) (X (X (X volume) (X totaled)) (X (X 154.2) (X million))))) (X (X shares) (X .)))
(X (X (X Bond) (X prices)) (X (X were) (X (X up) (X .))))
(X (X (X (X (X (X The) (X (X Treasury) (X (X 's) (X benchmark)))) (X (X 30-year) (X (X bond) (X gained)))) (X (X about) (X (X a) (X quarter)))) (X (X of) (X (X a) (X point)))) (X (X ,) (X (X (X (X or) (X (X $) (X 2.50))) (X (X for) (X (X (X each) (X $)) (X 1,000)))) (X (X of) (X (X (X face) (X amount)) (X .))))))
(X (X (X The) (X (X yield) (X fell))) (X (X to) (X (X 7.88) (X (X %) (X .)))))
(X (X (X The) (X (X dollar) (X rose))) (X .))
(X (X (X (X (X (X In) (X (X late) (X afternoon))) (X New)) (X (X York) (X (X (X trading) (X the)) (X currency)))) (X (X was) (X (X at) (X 1.8500)))) (X (X marks) (X (X (X (X (X and) (X (X 143.80) (X yen))) (X compared)) (X (X with) (X 1.8415))) (X (X marks) (X (X and) (X (X 142.85) (X (X yen) (X .))))))))
(X (X (X (X (X (X (X Mitsui) (X Mining)) (X &)) (X Smelting)) (X Co.)) (X (X posted) (X (X (X (X a) (X 62)) (X (X %) (X rise))) (X (X in) (X (X pretax) (X profit)))))) (X (X to) (X (X (X (X (X 5.276) (X (X (X billion) (X yen)) (X (X -LRB-) (X $)))) (X (X 36.9) (X (X million) (X -RRB-)))) (X (X in) (X (X (X (X (X its) (X (X fiscal) (X (X first) (X half)))) (X ended)) (X (X Sept.) (X 30))) (X compared)))) (X (X with) (X (X (X 3.253) (X (X billion) (X (X yen) (X (X a) (X (X year) (X earlier)))))) (X .))))))
(X (X (X (X Net) (X income)) (X (X more) (X (X than) (X tripled)))) (X (X to) (X (X (X 4.898) (X (X billion) (X yen))) (X (X from) (X (X (X (X 1.457) (X (X billion) (X yen))) (X (X a) (X (X year) (X earlier)))) (X .))))))
(X (X (X Eaton) (X Corp.)) (X (X said) (X (X (X it) (X (X sold) (X (X (X (X (X its) (X Pacific)) (X Sierra)) (X (X Research) (X (X Corp.) (X unit)))) (X (X to) (X (X (X a) (X company)) (X formed)))))) (X (X by) (X (X employees) (X (X of) (X (X (X that) (X unit)) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X (X Pacific) (X Sierra)) (X (X ,) (X (X (X based) (X (X in) (X (X Los) (X Angeles)))) (X ,)))) (X (X has) (X (X (X (X about) (X (X 200) (X employees))) (X and)) (X (X supplies) (X (X (X professional) (X services)) (X (X and) (X (X advanced) (X products)))))))) (X (X to) (X (X industry) (X .))))
(X (X Eaton) (X (X is) (X (X (X an) (X (X automotive) (X parts))) (X (X ,) (X (X controls) (X (X and) (X (X (X aerospace) (X electronics)) (X (X concern) (X .)))))))))
(X (X (X (X (X Investor) (X Harold)) (X Simmons)) (X (X and) (X (X NL) (X (X Industries) (X Inc.))))) (X (X offered) (X (X to) (X (X (X (X acquire) (X (X (X (X Georgia) (X Gulf)) (X Corp.)) (X (X for) (X (X (X (X $) (X 50)) (X a)) (X share))))) (X (X ,) (X (X (X (X or) (X (X about) (X (X $) (X (X 1.1) (X billion))))) (X (X ,) (X stepping))) (X (X up) (X (X the) (X pressure)))))) (X (X on) (X (X (X (X the) (X (X commodity) (X chemicals))) (X concern)) (X .)))))))
(X (X (X (X The) (X (X offer) (X (X follows) (X (X (X an) (X (X earlier) (X proposal))) (X (X by) (X (X NL) (X (X and) (X (X Mr.) (X Simmons))))))))) (X to)) (X (X help) (X (X (X (X Georgia) (X (X Gulf) (X (X restructure) (X (X or) (X (X go) (X private)))))) (X (X in) (X (X a) (X transaction)))) (X (X that) (X (X would) (X (X pay) (X (X (X shareholders) (X (X (X (X $) (X 55)) (X a)) (X share))) (X .))))))))
(X (X (X (X Georgia) (X Gulf)) (X rebuffed)) (X (X that) (X (X (X offer) (X (X (X in) (X (X September) (X and))) (X (X said) (X (X it) (X would))))) (X (X study) (X (X (X other) (X alternatives)) (X .))))))
(X (X (X (X However) (X (X ,) (X it))) (X (X has) (X (X n't) (X yet)))) (X (X made) (X (X (X any) (X proposals)) (X (X to) (X (X shareholders) (X .))))))
(X (X (X (X (X Late) (X yesterday)) (X (X ,) (X (X Georgia) (X Gulf)))) (X (X said) (X it))) (X (X reviewed) (X (X (X (X the) (X (X NL) (X proposal))) (X (X as) (X (X well) (X (X as) (X (X interests) (X from)))))) (X (X ``) (X (X (X (X third) (X parties)) (X '')) (X (X regarding) (X (X (X business) (X combinations)) (X .))))))))
(X (X (X (X (X Georgia) (X Gulf)) (X (X said) (X (X (X it) (X (X has) (X n't))) (X (X eliminated) (X (X (X (X any) (X alternatives)) (X and)) (X that)))))) (X (X ``) (X (X (X discussions) (X are)) (X (X being) (X held))))) (X (X with) (X (X (X (X (X interested) (X parties)) (X ,)) (X (X and) (X work))) (X (X is) (X (X (X also) (X continuing)) (X (X on) (X (X (X other) (X (X various) (X transactions))) (X (X .) (X '')))))))))
(X (X It) (X (X did) (X (X n't) (X (X elaborate) (X .)))))
(X (X Analysts) (X (X saw) (X (X (X (X (X the) (X latest)) (X offer)) (X (X as) (X proof))) (X (X that) (X (X (X (X Mr.) (X Simmons)) (X (X ,) (X (X (X (X an) (X (X (X aggressive) (X and)) (X persistent))) (X investor)) (X (X ,) (X (X wo) (X n't)))))) (X (X leave) (X (X (X Georgia) (X (X Gulf) (X alone))) (X (X until) (X (X (X (X some) (X kind)) (X (X of) (X transaction))) (X (X is) (X (X completed) (X .))))))))))))
(X (X (X (X (X ``) (X He)) (X (X has) (X (X clamped) (X (X on) (X (X their) (X ankle)))))) (X (X like) (X (X (X (X (X a) (X (X pit) (X bull))) (X (X ,) (X ''))) (X (X says) (X (X Paul) (X Leming)))) (X (X ,) (X (X a) (X (X vice) (X president))))))) (X (X with) (X (X (X (X (X Morgan) (X Stanley)) (X &)) (X Co)) (X .))))
(X (X (X ``) (X (X He) (X appears))) (X (X to) (X (X (X be) (X (X in) (X it))) (X (X for) (X (X (X (X (X the) (X long)) (X haul)) (X .)) (X ''))))))
(X (X (X (X Mr.) (X Simmons)) (X (X and) (X (X NL) (X already)))) (X (X own) (X (X (X (X a) (X 9.9)) (X (X %) (X stake))) (X (X in) (X (X (X Georgia) (X Gulf)) (X .))))))
(X (X (X Mr.) (X Simmons)) (X (X owns) (X (X (X (X (X 88) (X %)) (X (X of) (X (X Valhi) (X Inc.)))) (X (X ,) (X (X (X which) (X (X in) (X turn))) (X (X owns) (X two-thirds))))) (X (X of) (X (X NL) (X .))))))
(X (X NL) (X (X is) (X (X officially) (X (X making) (X (X the) (X (X offer) (X .)))))))
(X (X (X (X (X Mr.) (X Leming)) (X (X was) (X (X (X (X (X (X n't) (X surprised)) (X (X by) (X (X (X (X the) (X lower)) (X price)) (X cited)))) (X (X by) (X (X NL) (X ,)))) (X (X saying) (X he))) (X believes)))) (X (X that) (X (X (X (X (X $) (X 55)) (X a)) (X share)) (X is)))) (X (X ``) (X (X (X (X (X the) (X (X most) (X you))) (X can)) (X (X pay) (X (X for) (X (X Georgia) (X Gulf))))) (X (X before) (X (X it) (X (X becomes) (X (X (X a) (X (X bad) (X acquisition))) (X (X .) (X '')))))))))
(X (X (X (X (X (X (X Georgia) (X (X Gulf) (X (X (X stock) (X rose)) (X $)))) (X (X 1.75) (X (X a) (X (X share) (X yesterday))))) (X (X to) (X (X close) (X (X (X (X at) (X $)) (X (X 51.25) (X a))) (X share))))) (X ,)) (X (X while) (X NL))) (X (X shares) (X (X (X (X (X closed) (X unchanged)) (X (X at) (X (X $) (X 22.75)))) (X (X and) (X (X Valhi) (X (X (X rose) (X 62.5)) (X cents))))) (X (X to) (X (X (X (X $) (X 15)) (X (X ,) (X all))) (X (X in) (X (X (X (X New) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X .)))))))))))
(X (X (X (X (X J.) (X Landis)) (X Martin)) (X (X ,) (X (X (X (X (X (X (X NL) (X (X president) (X (X and) (X chief)))) (X (X executive) (X officer))) (X ,)) (X (X said) (X (X NL) (X (X and) (X Mr.))))) (X (X Simmons) (X (X cut) (X (X (X (X the) (X price)) (X they)) (X (X were) (X proposing)))))) (X (X for) (X (X Georgia) (X Gulf)))))) (X (X because) (X (X (X (X they) (X initially)) (X (X planned) (X (X a) (X transaction)))) (X (X that) (X (X included) (X (X (X about) (X (X $) (X (X 250) (X million)))) (X (X in) (X (X equity) (X (X and) (X (X (X (X a) (X substantial)) (X amount)) (X (X of) (X (X (X high-yield) (X (X subordinated) (X debt))) (X .)))))))))))))
(X (X (X However) (X (X ,) (X (X the) (X (X junk-bond) (X market))))) (X (X has) (X (X (X (X collapsed) (X (X in) (X (X recent) (X weeks)))) (X (X ,) (X (X lessening) (X (X the) (X likelihood))))) (X (X that) (X (X (X such) (X (X a) (X transaction))) (X (X would) (X (X succeed) (X .))))))))
(X (X (X (X Now) (X (X ,) (X (X (X he) (X (X said) (X (X ,) (X (X the) (X group))))) (X plans)))) (X to)) (X (X put) (X (X in) (X (X ``) (X (X (X (X several) (X (X (X hundred) (X million)) (X (X '') (X dollars)))) (X (X in) (X (X equity) (X (X and) (X (X (X finance) (X the)) (X remainder)))))) (X (X with) (X (X (X bank) (X debt)) (X .))))))))
(X (X (X (X (X (X He) (X also)) (X said)) (X (X that) (X (X (X the) (X group)) (X (X reduced) (X (X its) (X offer)))))) (X (X because) (X (X (X it) (X (X was) (X (X n't) (X allowed)))) (X (X to) (X (X (X (X see) (X (X Georgia) (X (X Gulf) (X (X 's) (X (X confidential) (X (X financial) (X information))))))) (X (X without) (X agreeing))) (X (X that) (X (X (X it) (X (X would) (X n't))) (X (X make) (X (X an) (X offer)))))))))) (X (X unless) (X (X it) (X (X had) (X (X Georgia) (X (X Gulf) (X (X (X 's) (X consent)) (X .))))))))
(X (X (X In) (X (X a) (X letter))) (X (X to) (X (X (X (X (X (X (X (X Georgia) (X (X Gulf) (X President))) (X Jerry)) (X R.)) (X Satrum)) (X (X ,) (X (X Mr.) (X Martin)))) (X (X asked) (X (X Georgia) (X Gulf)))) (X (X to) (X (X (X answer) (X (X its) (X offer))) (X (X by) (X (X Tuesday) (X .))))))))
(X (X (X (X It) (X (X was) (X (X n't) (X clear)))) (X (X how) (X (X (X NL) (X (X (X and) (X Mr.)) (X Simmons))) (X (X would) (X respond))))) (X (X if) (X (X Georgia) (X (X Gulf) (X (X (X spurns) (X (X them) (X again))) (X .))))))
(X (X (X (X (X Mr.) (X Martin)) (X (X said) (X (X they) (X (X have) (X (X n't) (X yet)))))) (X (X decided) (X (X what) (X (X (X (X (X (X their) (X (X next) (X move))) (X (X would) (X be))) (X ,)) (X (X but) (X he))) (X (X did) (X (X n't) (X (X rule) (X (X out) (X (X the) (X possibility)))))))))) (X (X of) (X (X (X (X a) (X consent)) (X (X solicitation) (X aimed))) (X (X at) (X (X replacing) (X (X (X Georgia) (X (X Gulf) (X (X 's) (X board)))) (X .)))))))
(X (X (X (X (X (X In) (X other)) (X transactions)) (X (X ,) (X (X Mr.) (X Simmons)))) (X has)) (X (X followed) (X (X (X friendly) (X offers)) (X (X with) (X (X (X (X a) (X hostile)) (X tender)) (X (X offer) (X .)))))))
(X (X (X (X Although) (X Georgia)) (X Gulf)) (X (X has) (X (X (X (X n't) (X (X been) (X eager))) (X (X to) (X (X negotiate) (X (X with) (X (X (X Mr.) (X Simmons)) (X (X and) (X (X (X NL) (X (X ,) (X (X (X a) (X (X specialty) (X chemicals))) (X concern)))) (X (X ,) (X (X (X the) (X group)) (X apparently)))))))))) (X (X believes) (X (X (X (X (X the) (X company)) (X (X 's) (X management))) (X (X is) (X interested))) (X (X in) (X (X (X some) (X kind)) (X (X of) (X (X transaction) (X .))))))))))
(X (X (X (X (X (X The) (X (X management) (X group))) (X (X owns) (X (X (X about) (X (X 18) (X %))) (X (X of) (X (X the) (X stock)))))) (X (X ,) (X (X (X (X (X most) (X purchased)) (X (X at) (X (X nominal) (X prices)))) (X (X ,) (X and))) (X (X would) (X stand))))) (X to)) (X (X gain) (X (X (X millions) (X (X of) (X dollars))) (X (X if) (X (X (X the) (X company)) (X (X were) (X (X sold) (X .))))))))
(X (X (X (X (X (X (X (X In) (X the)) (X third)) (X quarter)) (X (X ,) (X (X (X Georgia) (X Gulf)) (X (X earned) (X (X (X $) (X (X 46.1) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.85) (X (X a) (X share)))))))))) (X (X ,) (X down))) (X (X from) (X (X (X $) (X (X 53) (X million))) (X (X ,) (X (X (X (X or) (X $)) (X (X 1.85) (X a))) (X share)))))) (X (X on) (X (X fewer) (X (X shares) (X (X outstanding) (X .))))))
(X (X (X Sales) (X fell)) (X (X to) (X (X (X $) (X (X 251.2) (X million))) (X (X from) (X (X $) (X (X 278.7) (X (X million) (X .))))))))
(X (X (X (X (X A) (X (X licensing) (X company))) (X (X representing) (X (X the) (X University)))) (X (X of) (X (X Pennsylvania) (X (X added) (X (X (X Johnson) (X &)) (X Johnson)))))) (X (X to) (X (X (X (X its) (X lawsuit)) (X (X challenging) (X (X (X a) (X (X university) (X (X faculty) (X member)))) (X (X over) (X rights))))) (X (X to) (X (X (X Retin-A) (X (X acne) (X medicine))) (X .))))))
(X (X (X (X (X University) (X Patents)) (X Inc.)) (X (X ,) (X (X based) (X (X in) (X (X Westport) (X (X ,) (X (X Conn.) (X (X ,) (X (X said) (X it)))))))))) (X (X seeks) (X (X (X Johnson) (X (X &) (X (X Johnson) (X (X 's) (X profits))))) (X (X from) (X (X (X sales) (X (X of) (X (X Retin-A) (X (X ,) (X (X (X estimated) (X (X at) (X (X (X $) (X (X 50) (X million))) (X (X ,) (X (X (X (X (X a) (X similar)) (X amount)) (X (X of) (X punitive))) (X damages)))))) (X (X and) (X (X the) (X right)))))))) (X (X to) (X (X license) (X (X (X Retin-A) (X elsewhere)) (X .)))))))))
(X (X (X (X (X (X (X (X In) (X May)) (X (X ,) (X (X (X University) (X Patents)) (X (X filed) (X (X a) (X suit)))))) (X (X in) (X (X (X federal) (X court)) (X (X in) (X Philadelphia))))) (X (X against) (X (X (X (X Albert) (X M.)) (X Kligman)) (X (X ,) (X (X (X (X a) (X researcher)) (X (X and) (X professor))) (X (X at) (X (X the) (X University)))))))) (X (X of) (X (X Pennsylvania) (X School)))) (X (X of) (X (X Medicine) (X who)))) (X (X developed) (X (X (X Retin-A) (X (X in) (X (X the) (X 1960s)))) (X (X to) (X (X (X combat) (X acne)) (X .))))))
(X (X (X (X Dr.) (X Kligman)) (X (X patented) (X (X the) (X medicine)))) (X (X while) (X (X (X (X employed) (X (X by) (X (X (X the) (X University)) (X ,)))) (X (X but) (X (X later) (X (X licensed) (X (X the) (X Retin-A)))))) (X (X to) (X (X (X a) (X division)) (X (X of) (X (X (X (X Johnson) (X &)) (X Johnson)) (X .))))))))
(X (X (X (X In) (X New)) (X Brunswick)) (X (X ,) (X (X (X N.J.) (X (X ,) (X (X (X (X a) (X Johnson)) (X &)) (X (X Johnson) (X (X spokesman) (X (X declined) (X comment))))))) (X .))))
(X (X (X Criticism) (X (X in) (X (X (X the) (X U.S.)) (X (X over) (X (X (X recent) (X Japanese)) (X acquisitions)))))) (X (X is) (X (X (X looming) (X (X ever) (X larger))) (X (X in) (X (X (X the) (X (X two) (X (X countries) (X (X ') (X relations))))) (X .))))))
(X (X Officials) (X (X from) (X (X (X (X both) (X nations)) (X (X say) (X (X (X (X the) (X (X U.S.) (X (X public) (X (X 's) (X skittishness))))) (X (X about) (X (X (X Japanese) (X investment)) (X (X could) (X (X color) (X (X (X a) (X second)) (X round))))))) (X (X of) (X (X (X (X bilateral) (X (X economic) (X talks))) (X scheduled)) (X (X for) (X (X next) (X week)))))))) (X (X in) (X (X Washington) (X .))))))
(X (X (X (X (X Not) (X (X that) (X (X (X (X Washington) (X (X and) (X Tokyo))) (X disagree)) (X (X on) (X (X (X the) (X Japanese)) (X acquisitions)))))) (X (X ;) (X (X indeed) (X (X ,) (X each))))) (X (X has) (X (X (X come) (X out)) (X (X in) (X favor))))) (X (X of) (X (X (X unfettered) (X investment)) (X (X in) (X (X the) (X (X U.S.) (X .)))))))
(X (X (X (X Where) (X they)) (X disagree)) (X (X is) (X (X (X on) (X (X the) (X subject))) (X (X of) (X (X (X U.S.) (X (X direct) (X investment))) (X (X in) (X (X Japan) (X .))))))))
(X (X (X (X (X The) (X U.S.)) (X (X wants) (X (X (X the) (X removal)) (X of)))) (X (X what) (X (X (X (X it) (X perceives)) (X (X as) (X (X barriers) (X (X to) (X investment))))) (X (X ;) (X (X Japan) (X (X denies) (X there))))))) (X (X are) (X (X (X real) (X barriers)) (X .))))
(X (X (X (X (X (X The) (X (X heated) (X talk))) (X stirred)) (X up)) (X (X by) (X (X (X (X recent) (X Japanese)) (X investments)) (X (X in) (X (X the) (X U.S.)))))) (X (X is) (X (X (X (X (X (X focusing) (X attention)) (X (X on) (X (X the) (X differences)))) (X (X in) (X (X (X investment) (X climate)) (X (X ,) (X even))))) (X (X though) (X (X it) (X (X 's) (X (X only) (X one)))))) (X (X of) (X (X (X (X (X many) (X subjects)) (X (X to) (X (X be) (X covered)))) (X (X in) (X (X (X the) (X (X bilateral) (X talks))) (X (X ,) (X known))))) (X (X as) (X (X (X (X the) (X (X Structural) (X Impediments))) (X Initiative)) (X .))))))))
(X (X (X (X The) (X Japanese)) (X (X ``) (X (X (X (X (X should) (X (X see) (X (X this) (X rhetoric)))) (X (X as) (X (X a) (X signal)))) (X (X of) (X (X (X (X (X the) (X need)) (X (X for) (X (X a) (X change)))) (X (X in) (X (X (X their) (X (X own) (X economy))) (X (X ,) (X ''))))) (X (X says) (X (X (X Charles) (X Dallara)) (X (X ,) (X (X (X (X (X U.S.) (X assistant)) (X (X Treasury) (X secretary))) (X (X ,) (X who))) (X (X has) (X (X been) (X (X (X in) (X (X Tokyo) (X (X this) (X week)))) (X informally))))))))))) (X (X discussing) (X (X the) (X (X impending) (X negotiations))))))) (X (X with) (X (X government) (X (X and) (X (X (X business) (X leaders)) (X .))))))
(X (X (X ``) (X (X We) (X (X have) (X (X (X (X (X a) (X long)) (X history)) (X of)) (X (X maintaining) (X (X (X an) (X (X open) (X (X direct-investment) (X policy)))) (X (X ,) (X (X '') (X (X Mr.) (X Dallara)))))))))) (X (X says) (X .)))
(X (X ``) (X (X (X (X (X (X U.S.) (X investors)) (X should)) (X (X have) (X (X (X a) (X greater)) (X opportunity)))) (X (X at) (X (X (X direct) (X investment)) (X '')))) (X (X in) (X (X Japan) (X .)))))
(X (X (X (X (X The) (X Japanese)) (X fret)) (X openly)) (X (X about) (X (X (X the) (X (X U.S.) (X (X public) (X (X 's) (X rancor))))) (X .))))
(X (X (X (X One) (X clear)) (X sign)) (X (X of) (X (X (X (X Japan) (X (X (X 's) (X nervousness)) (X (X came) (X (X this) (X week))))) (X ,)) (X (X when) (X (X (X (X a) (X spokesman)) (X (X for) (X (X (X Japan) (X (X 's) (X Foreign))) (X Ministry)))) (X (X devoted) (X (X nearly) (X (X (X (X all) (X (X of) (X (X (X (X a) (X regular)) (X (X ,) (X half-hour))) (X briefing)))) (X (X for) (X (X foreign) (X journalists)))) (X (X to) (X (X (X (X the) (X subject)) (X (X of) (X (X (X recent) (X Japanese)) (X investments)))) (X (X in) (X (X (X the) (X U.S.)) (X .)))))))))))))
(X (X (X (X (X ``) (X (X We) (X believe))) (X (X that) (X (X (X (X it) (X (X is) (X (X vitally) (X important)))) (X (X for) (X (X (X those) (X (X Japanese) (X (X (X business) (X interests)) (X -LCB-)))) (X (X in) (X (X (X (X the) (X U.S.)) (X .)) (X -RCB-)))))) (X (X to) (X (X be) (X (X more) (X aware))))))) (X (X of) (X (X (X (X the) (X emotions)) (X and)) (X concerns)))) (X (X of) (X (X (X (X (X the) (X (X American) (X people))) (X (X ,) (X ''))) (X (X said) (X (X the) (X spokesman)))) (X (X ,) (X (X (X Taizo) (X Watanabe)) (X .))))))
(X (X (X (X (X (X (X At) (X the)) (X (X same) (X time))) (X ,)) (X (X though) (X (X (X (X ,) (X he)) (X (X chastised) (X (X the) (X media)))) (X (X for) (X (X paying) (X (X (X such) (X close)) (X attention))))))) (X (X to) (X (X Japanese) (X investment)))) (X (X when) (X (X (X (X (X other) (X (X foreign) (X countries))) (X ,)) (X (X notably) (X (X Britain) (X ,)))) (X (X are) (X (X acquiring) (X (X (X more) (X (X American) (X assets))) (X .)))))))
(X (X (X (X (X (X Fears) (X (X that) (X (X Japanese) (X investors)))) (X (X are) (X (X (X (X (X buying) (X (X up) (X America))) (X (X have) (X (X escalated) (X sharply)))) (X (X in) (X (X (X the) (X past)) (X (X several) (X weeks))))) (X ,)))) (X (X with) (X (X Sony) (X (X Corp.) (X (X 's) (X purchase)))))) (X (X of) (X (X (X (X (X Columbia) (X Pictures)) (X Entertainment)) (X Inc.)) (X (X from) (X (X (X Coca-Cola) (X Co.)) (X (X and) (X (X Mitsubishi) (X (X Estate) (X (X Co.) (X (X 's) (X acquisition))))))))))) (X (X of) (X (X (X (X (X (X a) (X (X 51) (X %))) (X holding)) (X (X in) (X (X Rockefeller) (X Group)))) (X (X ,) (X (X the) (X owner)))) (X (X of) (X (X some) (X (X of) (X (X (X midtown) (X (X Manhattan) (X (X 's) (X (X most) (X (X exclusive) (X (X real) (X estate))))))) (X .))))))))
(X (X (X Even) (X (X before) (X (X (X (X those) (X moves)) (X (X added) (X fuel))) (X (X ,) (X (X the) (X fires)))))) (X (X of) (X (X (X (X discontent) (X (X had) (X (X been) (X (X well) (X stoked))))) (X (X by) (X (X (X (X (X the) (X highly)) (X publicized)) (X experience)) (X (X in) (X Japan))))) (X (X of) (X (X (X (X one) (X U.S.)) (X investor)) (X (X ,) (X (X (X (X (X T.) (X Boone)) (X Pickens)) (X Jr)) (X .))))))))
(X (X (X (X The) (X Texas)) (X oilman)) (X (X has) (X (X acquired) (X (X (X (X (X (X a) (X 26.2)) (X (X %) (X stake))) (X (X valued) (X (X at) (X (X (X more) (X (X than) (X $))) (X (X 1.2) (X billion)))))) (X (X in) (X (X an) (X (X automotive-lighting) (X company))))) (X (X ,) (X (X (X (X Koito) (X Manufacturing)) (X Co)) (X .)))))))
(X (X (X (X (X But) (X he)) (X (X has) (X failed))) (X to)) (X (X gain) (X (X (X any) (X influence)) (X (X at) (X (X (X the) (X company)) (X .))))))
(X (X (X (X Koito) (X (X has) (X (X refused) (X to)))) (X (X grant) (X (X (X Mr.) (X (X Pickens) (X seats))) (X (X on) (X (X (X its) (X board)) (X (X ,) (X (X (X (X asserting) (X he)) (X (X is) (X (X a) (X greenmailer)))) (X trying)))))))) (X (X to) (X (X (X pressure) (X (X Koito) (X (X 's) (X (X other) (X shareholders))))) (X (X into) (X (X buying) (X (X (X him) (X out)) (X (X at) (X (X (X a) (X profit)) (X .)))))))))
(X (X (X (X Mr.) (X Pickens)) (X (X made) (X (X (X considerable) (X political)) (X hay)))) (X (X with) (X (X (X his) (X troubles)) (X (X in) (X (X Japan) (X .))))))
(X (X (X (X (X (X (X (X The) (X Senate)) (X Finance)) (X Committee)) (X (X ,) (X chaired))) (X (X by) (X (X (X (X (X a) (X fellow)) (X Texan)) (X (X ,) (X (X Democratic) (X (X Sen.) (X (X Lloyd) (X Bentsen)))))) (X (X ,) (X (X (X (X (X last) (X month)) (X urged)) (X U.S.)) (X (X Trade) (X (X Representative) (X (X Carla) (X Hills))))))))) (X to)) (X (X use) (X (X (X (X (X (X Mr.) (X (X Pickens) (X (X 's) (X experience)))) (X (X in) (X talks))) (X (X with) (X (X Tokyo) (X (X ``) (X (X to) (X (X highlight) (X (X (X (X this) (X problem)) (X (X facing) (X Americans))) (X who)))))))) (X (X seek) (X access))) (X (X to) (X (X (X (X the) (X (X Japanese) (X (X capital) (X markets)))) (X .)) (X ''))))))
(X (X (X (X (X (X While) (X Mr.)) (X Dallara)) (X (X and) (X (X (X Japanese) (X officials)) (X (X say) (X (X the) (X question)))))) (X (X of) (X (X (X (X investors) (X ')) (X access)) (X (X to) (X (X (X (X (X the) (X U.S.)) (X (X and) (X (X Japanese) (X markets)))) (X may)) (X (X get) (X (X (X a) (X disproportionate)) (X share)))))))) (X (X of) (X (X (X the) (X (X public) (X (X 's) (X attention)))) (X (X ,) (X (X (X (X a) (X number)) (X (X of) (X (X other) (X (X (X important) (X economic)) (X issues))))) (X (X will) (X (X be) (X (X on) (X (X (X the) (X table)) (X (X at) (X (X (X (X next) (X week)) (X (X 's) (X talks))) (X .))))))))))))
(X (X (X Among) (X them)) (X (X are) (X (X differences) (X (X in) (X (X (X savings) (X (X and) (X (X investment) (X rates)))) (X (X ,) (X (X (X (X corporate) (X structures)) (X (X and) (X management))) (X (X ,) (X (X and) (X (X government) (X (X spending) (X .))))))))))))
(X (X (X (X (X Each) (X side)) (X (X has) (X (X a) (X litany)))) (X (X of) (X recommendations))) (X (X for) (X (X the) (X (X other) (X .)))))
(X (X (X The) (X U.S.)) (X (X says) (X (X it) (X (X is) (X (X anxious) (X (X for) (X (X results) (X .))))))))
(X (X (X (X ``) (X (X We) (X (X feel) (X (X very) (X strongly))))) (X (X that) (X (X (X we) (X really)) (X (X need) (X (X action) (X (X across) (X (X (X (X (X the) (X (X full) (X range))) (X (X of) (X (X issues) (X (X we) (X 've))))) (X (X identified) (X ,))) (X (X and) (X we))))))))) (X (X need) (X (X (X it) (X (X by) (X (X (X next) (X spring)) (X (X ,) (X (X '') (X (X Mr.) (X Dallara))))))) (X (X says) (X .)))))
(X (X (X (X (X Both) (X sides)) (X (X have) (X agreed))) (X (X that) (X (X (X the) (X talks)) (X (X will) (X (X be) (X (X most) (X successful))))))) (X (X if) (X (X (X (X negotiators) (X start)) (X (X by) (X (X focusing) (X (X on) (X (X the) (X areas)))))) (X (X that) (X (X can) (X (X be) (X (X (X most) (X easily)) (X (X changed) (X .)))))))))
(X (X (X (X But) (X they)) (X (X have) (X (X n't) (X clarified)))) (X (X what) (X (X those) (X (X might) (X (X be) (X .))))))
(X (X (X (X (X (X After) (X the)) (X (X first) (X set))) (X (X of) (X (X (X meetings) (X (X two) (X (X months) (X ago)))) (X (X ,) (X (X some) (X (X U.S.) (X officials))))))) (X complained)) (X (X that) (X (X (X Japan) (X (X had) (X (X (X n't) (X come)) (X up)))) (X (X with) (X (X (X (X (X specific) (X changes)) (X it)) (X (X was) (X prepared))) (X (X to) (X (X make) (X .))))))))
(X (X (X (X The) (X Japanese)) (X retort)) (X (X that) (X (X (X (X (X (X the) (X first)) (X round)) (X (X was) (X (X too) (X early)))) (X to)) (X (X make) (X (X concessions) (X .))))))
(X (X (X ``) (X (X Just) (X (X to) (X (X (X say) (X (X the) (X (X distribution) (X system)))) (X (X is) (X wrong)))))) (X (X does) (X (X (X n't) (X (X mean) (X (X (X anything) (X (X ,) (X ''))) (X (X says) (X (X a) (X Ministry)))))) (X (X of) (X (X (X International) (X Trade)) (X (X and) (X (X Industry) (X (X official) (X .)))))))))
(X (X (X (X ``) (X We)) (X (X need) (X (X (X to) (X clarify)) (X (X what) (X (X exactly) (X (X is) (X wrong))))))) (X (X with) (X (X (X it) (X .)) (X ''))))
(X (X (X (X (X That) (X process)) (X (X of) (X (X sorting) (X (X out) (X specifics))))) (X (X is) (X likely))) (X (X to) (X (X take) (X (X (X time) (X (X ,) (X (X (X (X the) (X Japanese)) (X say)) (X (X ,) (X (X no) (X matter)))))) (X (X how) (X (X (X (X (X badly) (X the)) (X U.S.)) (X (X wants) (X (X quick) (X results)))) (X .)))))))
(X (X (X (X For) (X instance)) (X (X ,) (X (X (X (X at) (X (X the) (X first))) (X (X meeting) (X (X the) (X (X two) (X sides))))) (X (X could) (X (X (X (X n't) (X even)) (X agree)) (X (X on) (X (X (X basic) (X data)) (X used)))))))) (X (X in) (X (X (X price) (X discussions)) (X .))))
(X (X (X (X Since) (X (X then) (X (X ,) (X (X a) (X team))))) (X (X of) (X (X (X (X about) (X (X (X 15) (X MITI)) (X and))) (X U.S.)) (X (X Commerce) (X (X Department) (X officials)))))) (X (X have) (X (X crossed) (X (X (X the) (X globe)) (X (X gauging) (X (X (X consumer) (X prices)) (X .)))))))
(X (X (X (X (X (X By) (X Monday)) (X (X ,) (X they))) (X hope)) (X (X to) (X (X (X have) (X (X a) (X sheaf))) (X (X of) (X (X (X documents) (X (X both) (X sides))) (X can)))))) (X (X trust) (X .)))
(X (X (X ``) (X (X Little) (X (X by) (X (X little) (X (X ,) (X there)))))) (X (X is) (X (X progress) (X (X ,) (X (X '') (X (X says) (X (X the) (X (X MITI) (X (X official) (X .))))))))))
(X (X (X ``) (X (X Both) (X sides))) (X (X are) (X (X taking) (X (X (X action) (X .)) (X '')))))
(X (X (X (X Elisabeth) (X Rubinfien)) (X contributed)) (X (X to) (X (X (X this) (X article)) (X .))))
(X (X (X (X (X While) (X worry)) (X (X grows) (X (X about) (X (X big) (X (X Japanese) (X investments)))))) (X (X in) (X (X the) (X U.S.)))) (X (X ,) (X (X (X (X Japan) (X (X 's) (X (X big) (X (X trading) (X companies))))) (X (X are) (X (X rapidly) (X (X increasing) (X (X their) (X stake)))))) (X (X in) (X (X (X America) (X (X 's) (X smaller))) (X (X business) (X .)))))))
(X (X (X (X For) (X Japan)) (X (X ,) (X (X (X (X the) (X controversial)) (X trend)) (X (X improves) (X access))))) (X (X to) (X (X (X American) (X markets)) (X (X and) (X (X technology) (X .))))))
(X (X (X But) (X (X for) (X (X (X (X small) (X (X American) (X companies))) (X (X ,) (X it))) (X also)))) (X (X provides) (X (X (X a) (X (X growing) (X source))) (X (X of) (X (X (X capital) (X (X and) (X (X even) (X (X marketing) (X help))))) (X .))))))
(X (X (X (X Take) (X the)) (X deal)) (X (X with) (X (X (X (X (X (X (X Candela) (X Laser)) (X Corp.)) (X (X ,) (X (X (X a) (X Wayland)) (X (X ,) (X (X (X Mass.) (X (X ,) (X manufacturer))) (X (X of) (X (X (X high-tech) (X (X medical) (X devices))) (X ,)))))))) (X (X which) (X (X (X three) (X (X years) (X ago))) (X (X set) (X (X its) (X sights)))))) (X (X on) (X Japan))) (X (X as) (X (X (X an) (X (X export) (X market))) (X .))))))
(X (X (X Partly) (X to)) (X (X help) (X (X (X (X (X (X clear) (X (X (X the) (X myriad)) (X obstacles))) (X (X facing) (X (X (X any) (X overseas)) (X company)))) (X trying)) (X (X to) (X (X (X penetrate) (X Japan)) (X (X ,) (X (X (X tiny) (X Candela)) (X turned)))))) (X (X to) (X (X (X (X Mitsui) (X (X &) (X Co.))) (X (X ,) (X one))) (X (X of) (X (X (X (X Japan) (X 's)) (X (X largest) (X (X trading) (X companies)))) (X (X ,) (X (X for) (X (X investment) (X .)))))))))))
(X (X (X (X (X In) (X a)) (X (X joint-venture) (X deal))) (X (X ,) (X (X Mitsui) (X (X guided) (X Candela))))) (X (X through) (X (X (X (X Tokyo) (X (X 's) (X bureaucratic))) (X maze)) (X .))))
(X (X (X It) (X (X eventually) (X (X secured) (X Ministry)))) (X (X of) (X (X (X (X Health) (X (X import) (X approval))) (X (X for) (X (X two) (X (X (X Candela) (X laser)) (X products))))) (X (X --) (X (X one) (X (X that) (X (X breaks) (X (X up) (X (X (X (X kidney) (X stones)) (X (X and) (X another))) (X (X that) (X (X treats) (X (X (X skin) (X lesions)) (X .)))))))))))))
(X (X (X (X (X At) (X last)) (X count)) (X (X ,) (X (X Candela) (X had)))) (X (X sold) (X (X (X (X $) (X (X 4) (X million))) (X (X of) (X (X its) (X (X medical) (X devices))))) (X (X in) (X (X Japan) (X .))))))
(X (X (X (X (X The) (X deal)) (X also)) (X (X gave) (X (X Mitsui) (X access)))) (X (X to) (X (X (X a) (X (X high-tech) (X (X medical) (X product)))) (X .))))
(X (X (X ``) (X (X (X They) (X (X view) (X this))) (X (X as) (X (X (X (X a) (X growth)) (X area)) (X (X so) (X (X (X they) (X went)) (X (X about) (X it)))))))) (X (X with) (X (X (X (X (X (X a) (X systematic)) (X approach)) (X (X ,) (X ''))) (X (X says) (X (X Richard) (X Olsen)))) (X (X ,) (X (X (X a) (X (X Candela) (X (X vice) (X president)))) (X .))))))
(X (X (X Indeed) (X (X ,) (X (X (X for) (X (X (X many) (X Japanese)) (X (X trading) (X companies)))) (X (X ,) (X (X (X the) (X favorite)) (X (X U.S.) (X (X small) (X business)))))))) (X (X is) (X (X (X (X (X one) (X (X whose) (X research))) (X (X and) (X development))) (X (X can) (X (X be) (X milked)))) (X (X for) (X (X (X future) (X Japanese)) (X (X use) (X .)))))))
(X (X (X (X (X The) (X (X Japanese) (X companies))) (X (X bankroll) (X (X many) (X (X small) (X (X U.S.) (X companies)))))) (X (X with) (X (X (X promising) (X (X products) (X (X or) (X ideas)))) (X (X ,) (X frequently))))) (X (X putting) (X (X (X (X their) (X money)) (X (X behind) (X projects))) (X (X that) (X (X (X (X commercial) (X banks)) (X (X wo) (X n't))) (X (X touch) (X .)))))))
(X (X (X (X Japanese) (X companies)) (X (X have) (X (X (X (X (X financed) (X small)) (X (X and) (X (X medium-sized) (X (X U.S.) (X firms))))) (X (X for) (X (X (X years) (X ,)) (X (X but) (X (X in) (X (X recent) (X months))))))) (X (X ,) (X (X (X the) (X pace)) (X has)))))) (X (X taken) (X (X off) (X .))))
(X (X (X (X (X In) (X the)) (X (X first) (X half))) (X (X of) (X (X (X (X 1989) (X alone)) (X (X ,) (X (X (X (X (X Japanese) (X corporations)) (X (X invested) (X $))) (X (X 214) (X million))) (X (X in) (X (X minority) (X positions)))))) (X (X in) (X (X (X U.S.) (X companies)) (X (X ,) (X (X a) (X (X 61) (X (X %) (X rise)))))))))) (X (X from) (X (X (X the) (X figure)) (X (X for) (X (X (X all) (X (X of) (X 1987))) (X (X ,) (X (X (X (X (X reports) (X Venture)) (X Economics)) (X Inc)) (X .))))))))
(X (X (X The) (X Needham)) (X (X ,) (X (X (X Mass.) (X (X ,) (X (X concern) (X (X tracks) (X investments))))) (X (X in) (X (X (X new) (X businesses)) (X .))))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X (X (X of) (X course)) (X (X ,) (X (X some) (X (X of) (X (X (X the) (X Japanese)) (X investments)))))) (X (X involved) (X (X outright) (X purchase)))))) (X (X of) (X (X (X small) (X (X U.S.) (X firms))) (X .))))
(X (X (X (X (X Heightened) (X (X Japanese) (X interest))) (X (X in) (X (X (X (X (X (X American) (X small)) (X business)) (X parallels)) (X (X an) (X acceleration))) (X (X of) (X investments))))) (X (X giving) (X (X (X (X Japanese) (X companies)) (X control)) (X (X of) (X (X (X large) (X (X ,) (X (X (X highly) (X visible)) (X (X U.S.) (X corporations))))) (X (X ,) (X such))))))) (X (X as) (X (X (X (X (X Columbia) (X Pictures)) (X Entertainment)) (X Inc)) (X .))))
(X (X (X (X (X (X Only) (X this)) (X week)) (X (X ,) (X it))) (X (X was) (X announced))) (X (X that) (X (X (X (X Mitsubishi) (X (X Estate) (X Co.))) (X had)) (X (X acquired) (X (X (X (X a) (X 51)) (X (X %) (X stake))) (X (X in) (X (X (X Rockefeller) (X Group)) (X (X ,) (X (X which) (X (X owns) (X (X (X (X New) (X (X York) (X (X (X 's) (X prestigious)) (X Rockefeller)))) (X Center)) (X .))))))))))))
(X (X (X (X (X (X While) (X the)) (X small)) (X deals)) (X (X are) (X (X (X (X far) (X (X less) (X conspicuous))) (X (X ,) (X they))) (X add)))) (X (X to) (X (X (X Japanese) (X penetration)) (X (X of) (X (X (X the) (X (X U.S.) (X market))) (X .))))))
(X (X (X (X (X As) (X the)) (X deals)) (X (X also) (X (X improve) (X (X Japanese) (X access))))) (X (X to) (X (X (X (X (X American) (X technology)) (X (X and) (X (X market) (X knowledge)))) (X (X ,) (X (X (X they) (X (X feed) (X (X American) (X anxieties)))) (X (X in) (X (X this) (X area)))))) (X (X ,) (X (X too) (X .))))))
(X (X (X (X (X Even) (X a)) (X (X low-tech) (X product))) (X (X like) (X (X (X (X plate) (X glass)) (X can)) (X (X catch) (X (X (X a) (X (X trading) (X (X company) (X 's)))) (X fancy)))))) (X (X if) (X (X there) (X (X 's) (X (X (X a) (X strategic)) (X (X fit) (X .)))))))
(X (X (X (X (X (X Free) (X State)) (X Glass)) (X Industries)) (X (X of) (X (X (X Warrenton) (X (X ,) (X (X Va.) (X (X ,) (X (X (X a) (X small)) (X fabricator)))))) (X (X of) (X (X (X (X architectural) (X glass)) (X ,)) (X (X was) (X foundering))))))) (X (X under) (X (X (X its) (X (X original) (X management))) (X .))))
(X (X (X (X (X Last) (X year)) (X (X ,) (X (X (X Mitsubishi) (X (X International) (X Corp.))) (X (X ,) (X (X (X the) (X New)) (X (X York-based) (X arm))))))) (X (X of) (X (X (X (X (X Mitsubishi) (X Corp.)) (X ,)) (X (X bought) (X (X controlling) (X interest)))) (X (X in) (X (X (X (X the) (X glass)) (X company)) (X (X in) (X (X a) (X (X joint) (X venture))))))))) (X (X with) (X (X (X Ronald) (X Bodner)) (X (X ,) (X (X (X (X a) (X (X (X glass) (X industry)) (X executive))) (X (X and) (X (X Mitsubishi) (X consultant)))) (X .))))))
(X (X (X (X The) (X deal)) (X (X is) (X (X chiefly) (X designed)))) (X (X to) (X (X give) (X (X (X (X Mitsubishi) (X (X a) (X window))) (X (X on) (X (X the) (X (X U.S.) (X (X glass) (X industry)))))) (X (X ,) (X (X (X says) (X (X Ichiro) (X Wakui))) (X (X ,) (X (X (X (X an) (X executive)) (X (X in) (X (X (X Mitsubishi) (X (X 's) (X general))) (X (X merchandise) (X department))))) (X (X in) (X (X (X New) (X York)) (X .)))))))))))
(X (X (X ``) (X (X (X (X It) (X 's)) (X (X not) (X (X just) (X (X (X a) (X simple)) (X investment))))) (X (X in) (X (X (X a) (X (X small) (X company))) (X (X ,) (X (X '') (X (X Mr.) (X Wakui)))))))) (X (X says) (X .)))
(X (X ``) (X (X (X We) (X (X want) (X (X to) (X (X see) (X (X (X the) (X glass)) (X market)))))) (X (X from) (X (X (X the) (X inside)) (X (X ,) (X (X (X not) (X (X the) (X (X outside) (X .)))) (X '')))))))
(X (X (X (X (X Mitsubishi) (X (X 's) (X investment))) (X (X in) (X (X Free) (X State)))) (X is)) (X (X ``) (X (X (X (X (X (X (X (X very) (X small)) (X ...)) (X less)) (X (X than) (X (X $) (X (X 4) (X million))))) (X (X ,) (X ''))) (X (X Mr.) (X Wakui))) (X (X says) (X .)))))
(X (X (X (X Mr.) (X Bodner)) (X declines)) (X (X to) (X (X comment) (X (X on) (X (X (X the) (X arrangement)) (X .))))))
(X (X (X Trading) (X (X companies) (X such))) (X (X as) (X (X (X (X Mitsubishi) (X (X ,) (X (X Mitsui) (X (X ,) (X (X (X (X C.) (X Itoh)) (X &)) (X Co.)))))) (X (X and) (X (X (X Nissho-Iwai) (X Corp.)) (X (X ,) (X which))))) (X (X make) (X (X (X (X (X many) (X (X of) (X (X the) (X (X Japanese) (X investments))))) (X (X in) (X (X (X small) (X U.S.)) (X concerns)))) (X ,)) (X (X have) (X (X (X no) (X (X U.S.) (X counterpart))) (X .))))))))
(X (X (X These) (X (X vertically) (X integrated))) (X (X combines) (X (X (X (X ,) (X (X some) (X of))) (X which)) (X (X got) (X (X (X (X their) (X start)) (X (X in) (X (X Japan) (X (X 's) (X (X feudal) (X period)))))) (X (X ,) (X (X (X (X deal) (X globally)) (X (X in) (X commodities))) (X (X ,) (X (X construction) (X (X and) (X (X manufacturing) (X .))))))))))))
(X (X (X They) (X (X operate) (X ships))) (X (X and) (X (X banks) (X .))))
(X (X (X ``) (X (X (X All) (X the)) (X (X ``) (X (X sogo-shosha) (X ''))))) (X (X are) (X (X (X (X (X (X looking) (X (X for) (X (X (X new) (X business)) (X (X ,) (X ''))))) (X (X says) (X (X Arthur) (X Klauser)))) (X (X ,) (X (X adviser) (X (X to) (X (X the) (X president)))))) (X (X of) (X (X Mitsui) (X (X ,) (X (X U.S.A.) (X ,)))))) (X (X using) (X (X (X the) (X (X Japanese) (X term))) (X (X for) (X (X (X the) (X largest)) (X (X of) (X (X (X (X the) (X global)) (X (X trading) (X houses))) (X .))))))))))
(X (X (X (X (X (X Adds) (X Takeshi)) (X Kondo)) (X (X ,) (X (X senior) (X (X vice) (X president))))) (X (X of) (X (X (X (X C.) (X Itoh)) (X America)) (X (X Inc.) (X :))))) (X (X ``) (X (X (X We) (X (X have) (X (X (X a) (X great)) (X interest)))) (X (X in) (X (X making) (X (X investments) (X (X ,) (X (X particularly) (X (X in) (X (X (X (X new) (X ventures)) (X .)) (X '')))))))))))
(X (X (X (X A) (X host)) (X (X of) (X (X (X (X electronics) (X firms)) (X (X in) (X (X (X California) (X (X 's) (X Silicon))) (X Valley)))) (X (X were) (X financed))))) (X (X with) (X (X (X trading-company) (X (X venture) (X capital))) (X .))))
(X (X (X Profit) (X (X ,) (X (X (X (X at) (X least)) (X (X in) (X (X (X the) (X short)) (X term)))) (X ,)))) (X (X is) (X (X usually) (X (X (X (X a) (X secondary)) (X goal)) (X .)))))
(X (X ``) (X (X (X (X Strategic) (X objectives)) (X (X ,) (X (X (X (X not) (X (X financial) (X return))) (X (X ,) (X (X (X drive) (X many)) (X (X of) (X (X the) (X deals)))))) (X (X ,) (X ''))))) (X (X says) (X (X (X (X a) (X Venture)) (X (X Economics) (X spokesman))) (X .)))))
(X (X (X (X In) (X investing)) (X (X on) (X (X the) (X basis)))) (X (X of) (X (X (X (X (X (X (X future) (X transactions)) (X (X ,) (X (X (X a) (X role)) (X often)))) (X (X performed) (X (X by) (X (X (X merchant) (X banks)) (X (X ,) (X (X trading) (X companies))))))) (X (X can) (X (X cut) (X (X through) (X (X the) (X logjam)))))) (X (X that) (X (X (X (X small-company) (X owners)) (X often)) (X face)))) (X (X with) (X (X (X their) (X (X local) (X (X commercial) (X banks)))) (X .))))))
(X (X (X (X ``) (X (X (X (X It) (X (X 's) (X (X the) (X classic)))) (X problem)) (X (X of) (X (X (X (X (X the) (X (X small) (X businessman))) (X (X ,) (X ''))) (X (X says) (X (X Malcolm) (X Davies)))) (X (X ,) (X (X managing) (X director))))))) (X (X of) (X (X (X Trading) (X Alliance)) (X Corp.)))) (X (X of) (X (X (X New) (X York)) (X .))))
(X (X (X ``) (X People)) (X (X are) (X (X (X (X queuing) (X (X at) (X (X the) (X door)))) (X (X to) (X (X (X take) (X (X his) (X product))) (X (X but) (X he))))) (X (X does) (X (X (X n't) (X (X have) (X (X (X (X the) (X working)) (X capital)) (X to)))) (X (X make) (X (X (X (X the) (X thing)) (X (X and) (X (X commercial) (X banks)))) (X (X are) (X (X (X very) (X unsympathetic)) (X .))))))))))
(X (X (X They) (X (X want) (X (X (X (X assets) (X (X ,) (X they))) (X (X want) (X (X (X (X a) (X balance)) (X sheet)) (X (X ,) (X which))))) (X (X has) (X (X no) (X relation)))))) (X (X to) (X (X (X (X the) (X business)) (X (X a) (X company))) (X (X can) (X (X generate) (X (X .) (X '')))))))
(X (X (X (X (X Adds) (X (X Mitsui) (X (X 's) (X Mr.)))) (X (X Klauser) (X :))) (X (X ``) (X (X (X (X (X Unlike) (X corporations)) (X (X in) (X (X this) (X country)))) (X (X ,) (X (X trading) (X companies)))) (X (X are) (X (X (X (X (X n't) (X so)) (X (X much) (X interested))) (X (X in) (X (X a) (X (X high) (X return))))) (X (X on) (X investment))))))) (X (X as) (X (X (X they) (X are)) (X (X on) (X (X (X increasing) (X (X trade) (X flows))) (X .))))))
(X (X (X (X (X (X (X (X To) (X the)) (X extent)) (X they)) (X can)) (X (X do) (X (X this) (X (X ,) (X they))))) (X (X 're) (X (X quite) (X content)))) (X (X to) (X (X (X (X get) (X (X a) (X return))) (X (X on) (X investment))) (X (X of) (X (X (X 1) (X %)) (X (X to) (X (X (X (X 2) (X %)) (X .)) (X ''))))))))
(X (X (X (X Mr.) (X Klauser)) (X (X says) (X (X Mitsui) (X (X has) (X (X (X (X 75) (X U.S.)) (X subsidiaries)) (X in)))))) (X (X which) (X (X (X it) (X (X holds) (X (X (X (X 35) (X (X %) (X interest))) (X (X or) (X (X more) (X (X and) (X (X the) (X (X trading) (X company))))))) (X hopes)))) (X (X to) (X (X (X double) (X (X the) (X number))) (X (X of) (X (X (X (X its) (X U.S.)) (X affiliates)) (X (X in) (X (X 1990) (X .))))))))))
(X (X Sales) (X (X by) (X (X (X (X these) (X subsidiaries)) (X (X in) (X (X (X (X the) (X fiscal)) (X year)) (X (X ending) (X (X last) (X March)))))) (X (X were) (X (X more) (X (X (X (X than) (X $)) (X (X 17) (X billion))) (X .)))))))
(X (X (X (X (X A) (X 1)) (X %)) (X (X to) (X (X (X (X (X 2) (X %)) (X return)) (X (X on) (X (X $) (X (X 17) (X billion))))) (X (X ``) (X (X (X (X ai) (X n't)) (X hay)) (X (X ,) (X (X '') (X (X Mr.) (X Klauser))))))))) (X (X says) (X .)))
(X (X (X (X (X (X (X Hudson) (X General)) (X (X Corp.) (X (X (X 's) (X president)) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X (X ,) (X Alan))) (X J.)) (X Stearn)) (X (X ,) (X (X resigned) (X .))))
(X (X (X Mr.) (X Stearn)) (X (X ,) (X (X (X (X (X 46) (X (X years) (X old))) (X ,)) (X (X could) (X (X n't) (X (X be) (X reached))))) (X (X for) (X (X comment) (X .))))))
(X (X (X (X A) (X (X company) (X spokesman))) (X declined)) (X (X to) (X (X elaborate) (X (X on) (X (X (X the) (X departure)) (X .))))))
(X (X (X (X Hudson) (X General)) (X (X ,) (X which))) (X (X provides) (X (X (X (X maintenance) (X (X ,) (X fueling))) (X (X and) (X (X other) (X services)))) (X (X to) (X (X (X (X airlines) (X (X and) (X airports))) (X (X ,) (X (X reported) (X (X a) (X loss))))) (X (X for) (X (X (X (X (X its) (X (X most) (X (X recent) (X (X fiscal) (X year))))) (X (X and) (X (X last) (X month)))) (X (X omitted) (X (X (X the) (X semiannual)) (X dividend)))) (X (X on) (X (X (X (X its) (X common)) (X shares)) (X .))))))))))
(X (X (X (X Mr.) (X Stearn)) (X (X ,) (X (X who) (X (X had) (X been))))) (X (X with) (X (X (X (X (X (X the) (X company)) (X (X more) (X (X than) (X (X 20) (X years))))) (X and)) (X (X had) (X (X (X been) (X president)) (X (X since) (X (X 1984) (X (X ,) (X (X will) (X act)))))))) (X (X as) (X (X (X a) (X consultant)) (X (X to) (X (X Hudson) (X (X General) (X .)))))))))
(X (X (X (X His) (X duties)) (X (X as) (X (X (X (X chief) (X executive)) (X (X will) (X be))) (X assumed)))) (X (X by) (X (X (X (X Chairman) (X Jay)) (X B.)) (X (X Langner) (X .)))))
(X (X (X (X (X For) (X 10)) (X years)) (X (X ,) (X (X (X Genie) (X Driskill)) (X went)))) (X (X to) (X (X (X her) (X (X neighborhood) (X bank))) (X (X because) (X (X it) (X (X was) (X (X convenient) (X .))))))))
(X (X (X (X (X A) (X (X high-balance) (X customer))) (X (X that) (X (X (X banks) (X pine)) (X (X for) (X (X ,) (X she)))))) (X (X did) (X n't))) (X (X give) (X (X (X much) (X thought)) (X (X to) (X (X (X (X (X (X the) (X rates)) (X she)) (X was)) (X (X receiving) (X (X ,) (X nor)))) (X (X to) (X (X (X (X the) (X fees)) (X she)) (X (X was) (X (X paying) (X .))))))))))
(X (X (X (X (X But) (X (X in) (X August))) (X (X ,) (X (X (X (X First) (X (X Atlanta) (X (X National) (X Bank)))) (X (X introduced) (X (X (X its) (X Crown)) (X Account)))) (X (X ,) (X (X a) (X package)))))) (X designed)) (X (X to) (X (X (X lure) (X (X customers) (X such))) (X (X as) (X (X (X Ms.) (X Driskill)) (X .))))))
(X (X (X (X (X Among) (X other)) (X things)) (X (X ,) (X it))) (X (X included) (X (X (X (X checking) (X (X ,) (X (X (X safe) (X (X deposit) (X box))) (X (X and) (X (X credit) (X card)))))) (X (X --) (X (X (X all) (X (X for) (X free))) (X --)))) (X (X plus) (X (X (X a) (X (X good) (X deal))) (X (X on) (X (X (X installment) (X loans)) (X .))))))))
(X (X (X (X (X All) (X she)) (X (X had) (X to))) (X do)) (X (X was) (X (X (X put) (X (X (X (X (X $) (X 15,000)) (X (X in) (X (X a) (X certificate)))) (X (X of) (X deposit))) (X (X ,) (X (X or) (X qualify))))) (X (X for) (X (X (X (X a) (X $)) (X (X 10,000) (X (X personal) (X line)))) (X (X of) (X (X credit) (X .))))))))
(X (X ``) (X (X I) (X (X deserve) (X (X (X (X something) (X (X for) (X (X my) (X loyalty)))) (X (X ,) (X (X '') (X she)))) (X (X says) (X .))))))
(X (X She) (X (X took) (X (X (X her) (X business)) (X (X to) (X (X First) (X (X Atlanta) (X .)))))))
(X (X (X (X So) (X it)) (X (X goes) (X (X in) (X (X (X the) (X competitive)) (X world))))) (X (X of) (X (X (X (X consumer) (X banking)) (X (X these) (X days))) (X .))))
(X (X (X (X For) (X (X nearly) (X (X (X a) (X decade)) (X (X ,) (X banks))))) (X (X have) (X competed))) (X (X for) (X (X (X customers) (X primarily)) (X (X with) (X (X (X (X (X the) (X (X interest) (X rates))) (X they)) (X (X pay) (X (X (X on) (X (X their) (X deposits))) (X (X and) (X charge))))) (X (X on) (X (X (X their) (X loans)) (X .))))))))
(X (X (X (X (X The) (X competitive)) (X rates)) (X (X were) (X (X generally) (X offset)))) (X (X by) (X (X (X hefty) (X fees)) (X (X on) (X (X (X various) (X services)) (X .))))))
(X (X (X (X But) (X many)) (X banks)) (X (X are) (X (X (X turning) (X away)) (X (X from) (X (X (X (X strict) (X price)) (X competition)) (X .))))))
(X (X (X (X (X Instead) (X (X ,) (X they))) (X are)) (X trying)) (X (X to) (X (X (X (X build) (X (X customer) (X loyalty))) (X (X by) (X (X bundling) (X (X their) (X services))))) (X (X into) (X (X (X packages) (X (X and) (X (X targeting) (X them)))) (X (X to) (X (X (X small) (X segments)) (X (X of) (X (X (X the) (X population)) (X .))))))))))
(X (X (X (X ``) (X You)) (X (X 're) (X (X dead) (X (X in) (X (X the) (X water)))))) (X (X if) (X (X (X (X (X (X you) (X (X are) (X (X n't) (X (X segmenting) (X (X the) (X market)))))) (X (X ,) (X ''))) (X (X says) (X (X Anne) (X Moore)))) (X (X ,) (X (X president) (X (X of) (X (X (X Synergistics) (X Research)) (X Corp.)))))) (X (X ,) (X (X (X (X a) (X bank)) (X (X consulting) (X firm))) (X (X in) (X (X Atlanta) (X .))))))))
(X (X (X NCNB) (X Corp.)) (X (X of) (X (X (X (X Charlotte) (X (X ,) (X (X N.C.) (X (X ,) (X (X (X (X (X recently) (X introduced)) (X (X its) (X Financial))) (X Connections)) (X Program)))))) (X aimed)) (X (X at) (X (X (X (X young) (X adults)) (X just)) (X (X starting) (X (X careers) (X .))))))))
(X (X (X (X The) (X program)) (X (X not) (X only))) (X (X offers) (X (X (X (X (X (X (X (X a) (X (X pre-approved) (X (X car) (X loan)))) (X up)) (X (X to) (X (X $) (X 18,000)))) (X ,)) (X but)) (X (X throws) (X (X in) (X (X a) (X (X special) (X (X cash-flow) (X statement))))))) (X (X to) (X (X help) (X (X in) (X (X saving) (X (X money) (X .)))))))))
(X (X (X (X (X (X In) (X September)) (X (X ,) (X (X (X Union) (X Planters)) (X Corp.)))) (X (X of) (X (X (X (X Memphis) (X (X ,) (X (X Tenn.) (X (X ,) (X (X launched) (X (X The) (X (X Edge) (X account)))))))) (X (X ,) (X (X a) (X package)))) (X designed)))) (X (X for) (X (X (X (X the) (X (X ``) (X (X thirtysomething) (X (X '') (X crowd))))) (X (X with) (X (X services) (X that)))) (X (X include) (X (X (X a) (X (X credit) (X card))) (X (X and) (X (X line) (X (X of) (X credit))))))))) (X (X with) (X (X (X (X no) (X annual)) (X fees)) (X (X ,) (X (X (X and) (X (X (X (X a) (X (X full) (X percentage))) (X point)) (X off))) (X (X on) (X (X (X installment) (X loans)) (X .))))))))
(X (X (X (X (X (X The) (X theory)) (X (X :) (X (X Such) (X (X individuals) (X (X ,) (X many)))))) (X (X with) (X (X (X young) (X children)) (X ,)))) (X (X are) (X (X (X (X (X in) (X (X their) (X (X prime) (X (X borrowing) (X years))))) (X (X --) (X and))) (X (X ,) (X (X (X having) (X borrowed)) (X (X from) (X (X (X the) (X bank)) (X (X ,) (X (X (X they) (X may)) (X continue)))))))) (X to)))) (X (X use) (X (X (X it) (X (X for) (X (X other) (X services)))) (X (X in) (X (X (X later) (X years)) (X .))))))
(X (X (X (X (X (X For) (X some)) (X time)) (X (X ,) (X banks))) (X (X have) (X (X (X been) (X (X aiming) (X packages))) (X (X at) (X (X (X the) (X elderly)) (X (X ,) (X (X the) (X (X demographic) (X segment))))))))) (X (X with) (X (X (X the) (X (X highest) (X savings))) (X .))))
(X (X (X Those) (X efforts)) (X (X are) (X (X being) (X (X stepped) (X (X up) (X .))))))
(X (X (X (X (X (X Judie) (X MacDonald)) (X (X ,) (X (X vice) (X president)))) (X (X of) (X (X (X (X retail) (X sales)) (X (X at) (X (X (X Barnett) (X Banks)) (X Inc.)))) (X (X of) (X (X (X (X Jacksonville) (X (X ,) (X (X Fla.) (X ,)))) (X (X says) (X (X (X the) (X company)) (X now)))) (X (X targets) (X (X sub-segments) (X (X within) (X (X the) (X market)))))))))) (X (X by) (X (X (X (X tailoring) (X (X its) (X (X popular) (X Seniors)))) (X Partners)) (X Program)))) (X (X to) (X (X (X various) (X (X life) (X styles))) (X .))))
(X (X (X ``) (X (X (X (X Varying) (X age)) (X (X ,) (X (X geography) (X (X and) (X (X life-style) (X differences)))))) (X (X create) (X (X (X numerous) (X sub-markets)) (X (X ,) (X (X '') (X (X Ms.) (X MacDonald)))))))) (X (X says) (X .)))
(X (X (X (X She) (X (X says) (X (X (X individual) (X (X Barnett) (X branches))) (X (X can) (X (X add) (X (X different) (X benefits))))))) (X (X to) (X (X (X (X their) (X (X Seniors) (X (X Partners) (X package)))) (X (X --) (X such))) (X (X as) (X (X (X (X athletic) (X activities)) (X (X or) (X (X travel) (X clubs)))) (X (X --) (X (X to) (X appeal)))))))) (X (X to) (X (X (X local) (X (X market) (X interests))) (X .))))
(X (X (X ``) (X (X (X (X (X An) (X active)) (X 55-year-old)) (X (X in) (X (X Boca) (X Raton)))) (X (X may) (X (X (X (X care) (X more)) (X (X about) (X (X Senior) (X (X Olympic) (X games))))) (X ,))))) (X (X while) (X (X (X (X (X a) (X 75-year-old)) (X (X in) (X (X Panama) (X City)))) (X (X may) (X (X (X care) (X more)) (X (X about) (X (X a) (X seminar)))))) (X (X on) (X (X (X health) (X (X ,) (X (X '') (X she)))) (X (X says) (X .)))))))
(X (X (X Banks) (X have)) (X (X tried) (X (X packaging) (X (X before) (X .)))))
(X (X (X (X In) (X 1973)) (X (X ,) (X (X (X (X Wells) (X Fargo)) (X &)) (X Co.)))) (X (X of) (X (X (X (X (X (X San) (X Francisco)) (X (X launched) (X (X (X the) (X Gold)) (X Account)))) (X ,)) (X which)) (X (X included) (X (X (X (X (X (X free) (X checking)) (X (X ,) (X (X a) (X (X credit) (X card))))) (X (X ,) (X (X (X safe-deposit) (X box)) (X (X and) (X travelers))))) (X checks)) (X (X for) (X (X (X (X a) (X (X $) (X 3))) (X (X monthly) (X fee))) (X .))))))))
(X (X (X (X (X The) (X concept)) (X (X begot) (X (X a) (X slew)))) (X (X of) (X (X (X copycats) (X ,)) (X (X but) (X (X (X the) (X banks)) (X stopped)))))) (X (X promoting) (X (X (X the) (X packages)) (X .))))
(X (X (X One) (X big)) (X (X reason) (X (X (X :) (X (X thin) (X margins))) (X .))))
(X (X (X (X (X Many) (X banks)) (X (X ,) (X (X particularly) (X (X (X smaller) (X ones)) (X ,))))) (X (X were) (X (X slow) (X (X to) (X (X (X computerize) (X and)) (X (X could) (X n't))))))) (X (X target) (X (X (X market) (X niches)) (X (X that) (X (X would) (X (X have) (X (X made) (X (X (X (X the) (X programs)) (X (X more) (X profitable))) (X .)))))))))
(X (X (X (X (X (X As) (X banks)) (X ')) (X earnings)) (X (X were) (X (X (X squeezed) (X (X in) (X (X the) (X mid-1970s)))) (X (X ,) (X (X (X the) (X emphasis)) (X switched)))))) (X (X to) (X (X (X finding) (X ways)) (X (X to) (X (X cut) (X (X costs) (X .)))))))
(X (X (X (X But) (X (X now) (X computers))) (X are)) (X (X enabling) (X (X (X more) (X banks)) (X (X to) (X (X (X analyze) (X (X their) (X customers))) (X (X by) (X (X (X age) (X (X ,) (X (X income) (X (X and) (X geography))))) (X .))))))))
(X (X (X They) (X (X are) (X (X (X (X better) (X able)) (X (X to) (X get))) (X (X to) (X (X (X those) (X segments)) (X (X in) (X (X the) (X wake)))))))) (X (X of) (X (X (X the) (X deregulation)) (X (X that) (X (X began) (X (X in) (X (X (X (X the) (X late)) (X 1970s)) (X .))))))))
(X (X (X (X (X Deregulation) (X (X has) (X effectively))) (X (X removed) (X (X (X (X all) (X restrictions)) (X on)) (X (X what) (X (X (X banks) (X can)) (X (X pay) (X (X (X for) (X deposits)) (X ,)))))))) (X (X as) (X (X well) (X (X as) (X (X (X opened) (X (X up) (X (X the) (X field)))) (X (X for) (X (X new) (X (X products) (X such))))))))) (X (X as) (X (X high-rate) (X (X CDs) (X .)))))
(X (X (X (X (X (X (X (X Where) (X (X a) (X bank))) (X once)) (X (X offered) (X (X (X a) (X standard)) (X (X passbook) (X (X savings) (X account)))))) (X (X ,) (X (X it) (X began)))) (X (X offering) (X (X money-market) (X accounts)))) (X (X ,) (X (X certificates) (X (X of) (X (X (X (X (X (X deposit) (X (X and) (X interest-bearing))) (X checking)) (X ,)) (X (X and) (X (X staggering) (X (X rates) (X based))))) (X (X on) (X (X the) (X size)))))))) (X (X of) (X (X deposits) (X .))))
(X (X (X The) (X competition)) (X (X has) (X (X (X (X (X (X grown) (X (X more) (X intense))) (X (X as) (X (X bigger) (X (X banks) (X such))))) (X (X as) (X (X (X Norwest) (X Corp.)) (X (X of) (X (X Minneapolis) (X (X and) (X (X Chemical) (X (X Banking) (X Corp.))))))))) (X (X of) (X (X (X New) (X York)) (X (X extend) (X (X (X their) (X market-share)) (X battles)))))) (X (X into) (X (X (X small) (X towns)) (X (X across) (X (X (X the) (X nation)) (X .))))))))
(X (X (X (X ``) (X (X Today) (X (X ,) (X (X a) (X banker))))) (X (X is) (X (X worrying) (X (X about) (X (X (X (X local) (X (X ,) (X (X (X regional) (X (X and) (X money-center))) (X (X -LCB-) (X banks))))) (X -RCB-)) (X ,)))))) (X (X as) (X (X well) (X (X as) (X (X (X (X thrifts) (X (X and) (X (X credit) (X unions)))) (X (X ,) (X ''))) (X (X says) (X (X (X Ms.) (X Moore)) (X (X at) (X (X (X Synergistics) (X Research)) (X .))))))))))
(X (X (X ``) (X (X (X (X (X (X So) (X people)) (X who)) (X (X were) (X (X (X n't) (X even)) (X thinking)))) (X (X about) (X (X targeting) (X (X 10) (X (X years) (X ago)))))) (X (X are) (X (X scrambling) (X to))))) (X (X define) (X (X (X (X their) (X (X customer) (X base))) (X .)) (X ''))))
(X (X (X The) (X competition)) (X (X has) (X (X (X cultivated) (X (X (X a) (X much)) (X (X savvier) (X consumer)))) (X .))))
(X (X (X ``) (X (X (X (X (X (X The) (X (X average) (X household))) (X (X will) (X (X spread) (X (X 19) (X accounts))))) (X (X over) (X (X (X a) (X dozen)) (X (X financial) (X institutions))))) (X (X ,) (X ''))) (X (X says) (X (X Michael) (X (X P.) (X Sullivan)))))) (X (X ,) (X (X (X (X who) (X (X runs) (X (X (X his) (X (X own) (X bank))) (X (X consulting) (X firm))))) (X (X in) (X Charlotte))) (X (X ,) (X (X N.C) (X .))))))
(X (X (X (X ``) (X (X (X This) (X much)) (X fragmentation))) (X makes)) (X (X attracting) (X (X and) (X (X keeping) (X (X (X (X today) (X 's)) (X (X rate-sensitive) (X customers))) (X (X costly) (X (X .) (X ''))))))))
(X (X Packages) (X (X encourage) (X (X loyalty) (X (X by) (X (X (X (X (X rewarding) (X customers)) (X for)) (X (X doing) (X (X (X the) (X bulk)) (X (X of) (X (X their) (X banking)))))) (X (X in) (X (X (X one) (X place)) (X .))))))))
(X (X (X (X (X For) (X (X their) (X troubles))) (X (X ,) (X (X the) (X banks)))) (X (X get) (X (X (X (X a) (X larger)) (X (X captive) (X audience))) (X (X that) (X (X is) (X (X less) (X likely))))))) (X (X to) (X (X (X move) (X (X at) (X (X the) (X drop)))) (X (X of) (X (X a) (X (X rate) (X .)))))))
(X (X (X (X (X The) (X (X more) (X (X accounts) (X customers)))) (X (X have) (X (X ,) (X (X Mr.) (X Sullivan))))) (X (X says) (X (X (X ,) (X (X (X (X the) (X more)) (X (X likely) (X they))) (X are))) (X (X to) (X (X be) (X attracted)))))) (X (X to) (X (X (X (X a) (X package)) (X (X --) (X (X (X and) (X to)) (X (X be) (X (X (X loyal) (X (X to) (X (X the) (X bank)))) (X that)))))) (X (X offers) (X (X it) (X .))))))
(X (X That) (X (X can) (X (X (X pay) (X (X off) (X (X down) (X (X the) (X road))))) (X (X as) (X (X (X customers) (X (X ,) (X (X (X especially) (X (X (X the) (X younger)) (X ones))) (X (X ,) (X change))))) (X (X from) (X (X borrowers) (X (X to) (X (X savers\/investors) (X .))))))))))
(X (X Packaging) (X (X has) (X (X (X some) (X drawbacks)) (X .))))
(X (X (X (X The) (X (X additional) (X technology))) (X (X ,) (X (X (X personnel) (X training)) (X (X and) (X (X promotional) (X effort)))))) (X (X can) (X (X be) (X (X expensive) (X .)))))
(X (X (X Chemical) (X Bank)) (X (X spent) (X (X (X (X (X more) (X (X than) (X $))) (X (X 50) (X million))) (X to)) (X (X introduce) (X (X (X (X its) (X (X ChemPlus) (X line))) (X (X ,) (X (X (X several) (X packages)) (X aimed)))) (X (X at) (X (X (X (X (X different) (X segments)) (X (X ,) (X (X (X in) (X 1986)) (X (X ,) (X according))))) (X (X to) (X (X Thomas) (X Jacob)))) (X (X ,) (X (X (X senior) (X (X vice) (X president))) (X (X of) (X (X marketing) (X .))))))))))))
(X (X (X ``) (X (X (X (X (X (X It) (X 's)) (X (X not) (X easy))) (X (X to) (X (X roll) (X (X out) (X something))))) (X (X that) (X (X (X comprehensive) (X ,)) (X and)))) (X (X make) (X (X (X it) (X pay)) (X (X ,) (X (X '') (X (X Mr.) (X Jacob)))))))) (X (X says) (X .)))
(X (X (X (X Still) (X (X ,) (X bankers))) (X (X expect) (X (X packaging) (X (X to) (X (X flourish) (X (X ,) (X primarily))))))) (X (X because) (X (X (X (X more) (X customers)) (X (X are) (X demanding))) (X (X that) (X (X (X (X financial) (X services)) (X (X be) (X tailored))) (X (X to) (X (X (X their) (X needs)) (X .))))))))
(X (X (X ``) (X (X (X (X These) (X days)) (X (X ,) (X (X (X (X (X banking) (X customers)) (X walk)) (X (X in) (X (X (X the) (X door)) (X (X expecting) (X you))))) (X (X to) (X (X have) (X (X (X a) (X package)) (X especially))))))) (X (X for) (X (X them) (X (X ,) (X (X '') (X (X Ms.) (X Moore)))))))) (X (X says) (X .)))
(X (X (X Some) (X banks)) (X (X are) (X (X (X (X (X (X already) (X moving)) (X (X in) (X (X that) (X direction)))) (X (X ,) (X according))) (X (X to) (X (X (X Alvin) (X T.)) (X Sale)))) (X (X ,) (X (X (X (X marketing) (X director)) (X (X at) (X (X (X First) (X Union)) (X Corp.)))) (X (X in) (X (X Charlotte) (X .))))))))
(X (X (X (X First) (X Union)) (X (X ,) (X (X he) (X (X says) (X (X ,) (X now)))))) (X (X has) (X (X packages) (X (X for) (X (X (X seven) (X (X customer) (X groups))) (X .))))))
(X (X (X Soon) (X (X ,) (X (X it) (X will)))) (X (X split) (X (X those) (X (X into) (X (X 30) (X .))))))
(X (X (X (X (X Says) (X Mr.)) (X Sale)) (X :)) (X (X ``) (X (X (X (X I) (X (X think) (X (X (X more) (X banks)) (X (X are) (X starting))))) (X (X to) (X realize))) (X (X that) (X (X (X (X we) (X (X have) (X to))) (X (X be) (X more))) (X (X like) (X (X (X the) (X (X department) (X store))) (X (X ,) (X (X (X not) (X (X (X the) (X boutique)) (X .))) (X ''))))))))))
(X (X IRAs) (X .))
(X (X (X (X SHAREDATA) (X Inc.)) (X (X said) (X (X (X it) (X will)) (X (X amend) (X (X (X a) (X (X registration) (X statement))) (X filed)))))) (X (X with) (X (X (X (X (X the) (X Securities)) (X (X and) (X Exchange))) (X Commission)) (X (X to) (X (X (X delete) (X (X a) (X plan))) (X (X to) (X (X sell) (X (X (X (X (X 500,000) (X newly)) (X (X issued) (X common))) (X shares)) (X .)))))))))
(X (X (X (X (X The) (X Chandler)) (X (X ,) (X (X Ariz.) (X (X ,) (X (X (X (X company) (X (X said) (X it))) (X will)) (X (X resubmit) (X (X the) (X registration)))))))) (X (X to) (X (X cover) (X (X (X (X (X only) (X the)) (X (X 2.3) (X million))) (X warrants)) (X (X ,) (X (X (X each) (X exercisable)) (X (X for) (X (X the) (X purchase))))))))) (X (X of) (X (X (X (X one) (X common)) (X share)) (X .))))
(X (X (X Currently) (X (X ,) (X ShareData))) (X (X has) (X (X about) (X (X 4.1) (X (X (X million) (X common)) (X (X shares) (X (X outstanding) (X .))))))))
(X (X ShareData) (X (X develops) (X (X (X (X and) (X (X markets) (X (X low-cost) (X software)))) (X (X ,) (X (X (X peripheral) (X equipment)) (X (X and) (X accessories))))) (X (X for) (X (X computers) (X .))))))
(X (X (X (X Five) (X things)) (X (X you) (X can))) (X (X do) (X (X (X for) (X $)) (X (X 15,000) (X (X or) (X (X less) (X :)))))))
(X (X (X (X (X 1) (X .)) (X (X Buy) (X (X a) (X new)))) (X Chevrolet)) (X .))
(X (X (X (X 2) (X (X (X .) (X Take)) (X a))) (X (X Hawaiian) (X vacation))) (X .))
(X (X (X (X 3) (X (X .) (X Send))) (X (X your) (X child))) (X (X to) (X (X (X a) (X university)) (X .))))
(X (X (X (X 4) (X (X (X .) (X Buy)) (X (X a) (X diamond)))) (X necklace)) (X .))
(X (X (X (X (X 5) (X .)) (X (X Make) (X (X (X a) (X lasting)) (X difference)))) (X (X in) (X (X (X the) (X regulatory)) (X life)))) (X (X of) (X (X (X an) (X (X American) (X (X savings-and-loan) (X association)))) (X (X through) (X (X (X (X (X (X the) (X Foster)) (X Corporate)) (X Parents)) (X Plan)) (X .))))))
(X (X (X (X (X Americans) (X today)) (X (X spend) (X (X $) (X 15,000)))) (X (X like) (X (X (X pocket) (X change)) (X (X --) (X they))))) (X (X do) (X (X n't) (X (X think) (X (X much) (X (X about) (X (X it) (X .))))))))
(X (X (X (X (X (X But) (X (X for) (X (X (X (X an) (X ailing)) (X (X savings-and-loan) (X association))) (X (X --) (X teetering))))) (X (X on) (X insolvency))) (X (X --) (X it))) (X (X can) (X lead))) (X (X to) (X (X safety) (X (X from) (X (X (X (X imminent) (X demise)) (X and)) (X (X to) (X (X (X a) (X (X future) (X full))) (X (X of) (X (X promise) (X .))))))))))
(X (X (X (X (X Your) (X $)) (X 15,000)) (X will)) (X (X help) (X (X (X (X keep) (X (X a) (X (X needy) (X savings)))) (X (X and) (X (X loan) (X solvent)))) (X (X --) (X (X and) (X (X (X (X out) (X (X of) (X (X (X the) (X federal)) (X budget)))) (X deficit)) (X .)))))))
(X (X (X (X (X (X (X (X As) (X a)) (X Foster)) (X (X Corporate) (X Parent))) (X (X ,) (X you))) (X (X 'll) (X be))) (X (X helping) (X (X (X a) (X neighborhood)) (X (X S&L) (X (X in) (X (X areas) (X crucial))))))) (X (X to) (X (X its) (X (X survival) (X .)))))
(X (X (X Like) (X (X healthy) (X (X regulatory) (X capital)))) (X .))
(X (X (X A) (X (X steady) (X (X deposit) (X base)))) (X .))
(X (X (X Performing) (X loans)) (X .))
(X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X you) (X 'll)))) (X (X give) (X (X (X (X (X your) (X Foster)) (X Savings)) (X (X Institution) (X (X the) (X gift)))) (X (X of) (X (X (X (X hope) (X (X and) (X freedom))) (X (X from) (X (X (X (X (X (X the) (X federal)) (X regulators)) (X who)) (X want)) (X to)))) (X (X close) (X (X (X its) (X doors)) (X (X --) (X (X for) (X (X good) (X .)))))))))))
(X (X (X (X (X (X (X (X As) (X a)) (X Foster)) (X (X Corporate) (X Parent))) (X (X ,) (X (X you) (X will)))) (X (X experience) (X (X (X (X the) (X same)) (X joy)) (X felt)))) (X (X by) (X (X (X Robert) (X Bass)) (X (X ,) (X (X (X (X Lewis) (X Ranieri)) (X (X ,) (X (X William) (X Simon)))) (X (X and) (X (X others) (X (X ,) (X who))))))))) (X (X find) (X (X (X ways) (X to)) (X (X help) (X (X (X (X (X troubled) (X savings)) (X institutions)) (X (X and) (X (X their) (X employees)))) (X (X help) (X (X themselves) (X .))))))))
(X (X (X (X That) (X (X builds) (X confidence))) (X (X ,) (X (X (X self) (X sufficiency)) (X (X ,) (X not))))) (X (X to) (X (X mention) (X (X (X (X critical) (X regulatory)) (X (X net) (X worth))) (X .)))))
(X (X (X (X Do) (X (X n't) (X wait))) (X (X --) (X (X a) (X (X savings) (X institution))))) (X (X needs) (X (X (X your) (X (X help) (X now))) (X !))))
(X (X (X (X (X (X (X Every) (X day)) (X you)) (X delay)) (X (X ,) (X (X a) (X (X (X savings) (X institution)) (X (X 's) (X health)))))) (X (X --) (X (X (X and) (X (X (X the) (X federal)) (X budget))) (X deficit)))) (X (X --) (X (X grows) (X (X worse) (X .)))))
(X (X (X Think) (X (X about) (X (X (X (X (X the) (X good)) (X you)) (X can)) (X (X do) (X (X (X (X for) (X (X just) (X $))) (X (X 15,000) (X (X a) (X month)))) (X (X ,) (X (X about) (X (X the) (X cost))))))))) (X (X of) (X (X (X (X (X (X a) (X mid-size)) (X Chevrolet)) (X (X or) (X (X two) (X semesters)))) (X (X at) (X (X (X a) (X state)) (X university)))) (X .))))
(X (X Then) (X (X send) (X (X (X (X your) (X support)) (X (X to) (X (X (X a) (X (X savings) (X institution))) (X (X that) (X has))))) (X (X taken) (X (X (X (X a) (X bad)) (X rap)) (X (X in) (X (X (X (X the) (X press)) (X and)) (X (X on) (X (X (X its) (X (X bottom) (X line))) (X .))))))))))
(X (X (X (X Every) (X $)) (X (X 15,000) (X you))) (X (X send) (X (X (X will) (X (X go) (X (X (X a) (X long)) (X way)))) (X (X to) (X (X boost) (X (X (X (X (X sagging) (X (X net) (X worth))) (X (X and) (X (X employee) (X morale)))) (X --)) (X (X and) (X (X (X (X keep) (X (X your) (X Foster))) (X (X Savings) (X Institution))) (X (X off) (X (X (X (X (X the) (X federal)) (X budget)) (X deficit)) (X !)))))))))))
(X (X (X Mr.) (X Baris)) (X (X is) (X (X (X a) (X lawyer)) (X (X in) (X (X (X New) (X York)) (X .))))))
(X (X (X (X (X The) (X Chicago)) (X Mercantile)) (X Exchange)) (X (X said) (X (X (X it) (X plans)) (X (X to) (X (X (X (X institute) (X (X an) (X additional))) (X (X ``) (X (X (X circuit) (X breaker)) (X (X '') (X aimed))))) (X (X at) (X (X stemming) (X (X (X market) (X slides)) (X .)))))))))
(X (X (X Separately) (X (X ,) (X (X John) (X Phelan)))) (X (X told) (X (X (X (X (X (X (X a) (X closed)) (X House)) (X subcommittee)) (X (X meeting) (X (X in) (X Washington)))) (X (X that) (X (X he) (X would)))) (X (X support) (X (X (X Securities) (X (X and) (X (X Exchange) (X (X Commission) (X halts))))) (X (X of) (X (X (X program) (X trading)) (X (X during) (X (X (X market) (X emergencies)) (X .))))))))))
(X (X (X (X (X (X (X (X (X But) (X the)) (X New)) (X York)) (X (X Stock) (X (X Exchange) (X chairman)))) (X (X said) (X he))) (X (X does) (X n't))) (X (X support) (X (X (X (X reinstating) (X a)) (X (X ``) (X (X collar) (X '')))) (X (X on) (X (X (X program) (X trading)) (X (X ,) (X arguing))))))) (X (X that) (X (X (X firms) (X could)) (X (X get) (X (X around) (X (X (X such) (X a)) (X (X limit) (X .))))))))
(X (X (X (X The) (X Chicago)) (X Merc)) (X (X said) (X (X (X (X (X (X a) (X new)) (X (X one-hour) (X (X price) (X limit)))) (X would)) (X (X take) (X (X (X effect) (X (X in) (X (X (X (X (X (X its) (X (X Standard) (X &))) (X (X Poor) (X (X 's) (X (X 500) (X stock-index))))) (X (X futures) (X pit))) (X once)) (X (X S&P) (X (X (X (X 500) (X futures)) (X (X fell) (X (X 20) (X index)))) (X points)))))) (X (X --) (X (X the) (X equivalent)))))) (X (X of) (X (X (X about) (X (X (X a) (X 150-point)) (X drop))) (X (X in) (X (X (X (X (X the) (X (X Dow) (X Jones))) (X Industrial)) (X Average)) (X .))))))))
(X (X (X (X (X (X (X If) (X the)) (X 20-point)) (X limit)) (X (X is) (X triggered))) (X (X after) (X (X (X 1:30) (X (X (X p.m) (X .)) (X (X Chicago) (X time)))) (X (X ,) (X (X it) (X would)))))) (X (X remain) (X (X (X in) (X effect)) (X (X until) (X (X (X (X the) (X (X normal) (X close))) (X (X of) (X trading))) (X (X at) (X (X (X 3:15) (X p.m)) (X .))))))))
(X (X (X (X (X With) (X the)) (X limit)) (X (X in) (X (X effect) (X (X ,) (X (X members) (X (X would) (X (X be) (X able)))))))) (X (X to) (X (X (X (X (X execute) (X trades)) (X (X at) (X (X (X (X the) (X (X limit) (X price))) (X or)) (X (X at) (X (X higher) (X prices)))))) (X ,)) (X (X but) (X (X not) (X (X below) (X (X it) (X .))))))))
(X (X (X (X (X (X (X The) (X exchange)) (X (X said) (X it))) (X (X decided) (X (X (X a) (X (X new) (X circuit))) (X breaker)))) (X (X was) (X needed))) (X (X following) (X (X a) (X review)))) (X (X of) (X (X (X (X the) (X (X tumultuous) (X trading))) (X (X in) (X (X (X stocks) (X (X and) (X (X stock-index) (X futures)))) (X (X on) (X (X (X Friday) (X (X Oct.) (X 13))) (X ,)))))) (X (X when) (X (X (X (X (X (X the) (X Dow)) (X (X Jones) (X (X (X industrials) (X plunged)) (X 190)))) (X points)) (X (X and) (X (X (X stock-index) (X (X futures) (X prices))) (X skidded)))) (X (X as) (X (X well) (X .))))))))
(X (X (X (X Late) (X (X that) (X (X (X (X (X afternoon) (X the)) (X (X S&P) (X (X 500) (X stock-index)))) (X (X futures) (X (X contract) (X (X fell) (X (X a) (X total)))))) (X (X of) (X (X (X 30) (X index)) (X points)))))) (X (X ,) (X (X hitting) (X (X (X a) (X (X Merc) (X circuit))) (X (X breaker) (X limit)))))) (X (X that) (X (X (X remained) (X (X in) (X effect))) (X (X for) (X (X (X the) (X rest)) (X (X of) (X (X (X the) (X (X trading) (X session))) (X .))))))))
(X (X (X (X The) (X Merc)) (X said)) (X (X that) (X (X (X (X (X (X its) (X (X existing) (X 30-minute))) (X (X ,) (X 12-point))) (X (X limit) (X (X on) (X (X (X (X S&P) (X 500)) (X stock-index)) (X (X futures) (X (X trading) (X (X -LRB-) (X equal)))))))) (X (X to) (X (X (X about) (X (X 100) (X points))) (X (X on) (X (X (X (X (X the) (X Dow)) (X Jones)) (X (X industrials) (X -RRB-))) (X (X ,) (X which))))))) (X (X was) (X (X (X (X triggered) (X (X Oct.) (X 13))) (X ,)) (X (X will) (X (X remain) (X (X in) (X (X effect) (X .))))))))))
(X (X (X (X Leo) (X Melamed)) (X (X ,) (X (X (X (X Merc) (X (X executive) (X (X committee) (X chairman)))) (X ,)) (X said)))) (X (X that) (X (X (X (X (X the) (X 12-point)) (X limit)) (X appeared)) (X (X to) (X (X (X lessen) (X (X the) (X (X selling) (X panic)))) (X (X Oct.) (X (X 13) (X .))))))))
(X (X (X But) (X (X when) (X (X (X (X (X (X (X (X the) (X contract)) (X reopened)) (X (X ,) (X (X the) (X (X subsequent) (X flood))))) (X (X of) (X (X sell) (X orders)))) (X (X that) (X quickly))) (X (X knocked) (X (X (X (X the) (X contract)) (X down)) (X (X to) (X (X (X the) (X 30-point)) (X (X limit) (X indicated))))))) (X (X that) (X (X (X (X the) (X intermediate)) (X limit)) (X (X of) (X (X (X 20) (X points)) (X (X was) (X needed))))))))) (X (X to) (X (X help) (X (X keep) (X (X stock) (X (X and) (X (X (X (X stock-index) (X (X futures) (X prices))) (X synchronized)) (X .))))))))
(X (X (X (X Several) (X traders)) (X maintained)) (X (X that) (X (X (X (X (X (X the) (X (X Merc) (X (X 's) (X 12-point)))) (X (X circuit-breaker) (X (X aggravated) (X (X (X the) (X (X market) (X slide))) (X (X Oct.) (X 13)))))) (X (X by) (X (X directing) (X (X additional) (X (X selling) (X pressure)))))) (X (X to) (X (X the) (X floor)))) (X (X of) (X (X (X (X (X the) (X New)) (X York)) (X Stock)) (X (X Exchange) (X .)))))))
(X (X (X (X All) (X (X of) (X (X (X the) (X changes)) (X (X require) (X (X regulatory) (X approval)))))) (X (X ,) (X which))) (X (X is) (X (X (X expected) (X shortly)) (X .))))
(X (X (X (X (X (X The) (X exchange)) (X also)) (X said)) (X (X that) (X (X (X (X (X the) (X (X 30-point) (X circuit))) (X breaker)) (X ,)) (X (X which) (X currently))))) (X (X provides) (X (X (X (X (X (X (X (X only) (X a)) (X one-hour)) (X respite)) (X (X during) (X (X market) (X sell-offs)))) (X (X ,) (X will))) (X (X become) (X (X the) (X (X maximum) (X (X one-day) (X limit)))))) (X (X for) (X (X (X (X the) (X (X S&P) (X (X 500) (X stock-index)))) (X (X futures) (X contract))) (X (X ;) (X (X (X (X the) (X one-day)) (X (X limit) (X now))) (X (X is) (X (X (X (X 50) (X index)) (X points)) (X .))))))))))
(X (X (X (X (X A) (X final)) (X modification)) (X (X was) (X made))) (X (X to) (X (X (X the) (X (X five-point) (X (X opening) (X limit)))) (X (X for) (X (X (X the) (X contract)) (X .))))))
(X (X (X (X The) (X Merc)) (X said)) (X (X that) (X (X (X five-point) (X (X limit) (X (X will) (X (X remain) (X (X in) (X effect)))))) (X (X for) (X (X (X (X the) (X first)) (X (X 10) (X minutes))) (X (X of) (X (X trading) (X .))))))))
(X (X (X (X The) (X (X limit) (X lapses))) (X (X under) (X (X current) (X (X exchange) (X rules))))) (X (X if) (X (X (X (X contracts) (X trade)) (X (X above) (X (X the) (X (X limit) (X price))))) (X (X during) (X (X (X the) (X (X opening) (X (X 10) (X minutes)))) (X (X of) (X (X trading) (X .))))))))
(X (X (X (X (X In) (X Washington)) (X (X ,) (X (X House) (X aides)))) (X (X said) (X (X Mr.) (X Phelan)))) (X (X told) (X (X (X congressmen) (X (X that) (X (X (X (X (X the) (X collar)) (X (X ,) (X which))) (X (X banned) (X (X program) (X trades)))) (X (X through) (X (X (X the) (X Big)) (X (X Board) (X (X 's) (X computer)))))))) (X (X when) (X (X (X (X (X (X the) (X Dow)) (X (X Jones) (X (X Industrial) (X Average)))) (X (X moved) (X (X 50) (X points)))) (X ,)) (X (X did) (X (X n't) (X (X work) (X (X well) (X .))))))))))
(X (X (X He) (X said)) (X (X that) (X (X (X (X firms) (X could)) (X (X get) (X (X around) (X (X the) (X collar))))) (X (X by) (X (X (X executing) (X (X trades) (X manually))) (X .))))))
(X (X (X (X (X (X (X (X (X In) (X a)) (X (X post-hearing) (X (X news) (X conference)))) (X (X ,) (X (X (X Mr.) (X Phelan)) (X (X ,) (X who))))) (X (X has) (X (X publicly) (X (X expressed) (X concern))))) (X (X about) (X (X (X (X market) (X volatility)) (X ,)) (X (X said) (X he))))) (X (X told) (X (X (X the) (X (X House) (X finance))) (X (X and) (X (X telecommunications) (X subcommittee)))))) (X (X that) (X (X he) (X would)))) (X (X support) (X (X (X (X the) (X (X program-trading) (X (X halt) (X proposal)))) (X (X ``) (X (X providing) (X (X (X the) (X SEC)) (X (X would) (X (X be) (X comfortable))))))) (X (X with) (X (X (X (X the) (X language)) (X '')) (X (X in) (X (X (X a) (X bill)) (X .))))))))
(X (X (X (X The) (X (X program-trading) (X issue))) (X (X is) (X (X (X (X (X heating) (X up)) (X (X on) (X (X Capitol) (X Hill)))) (X (X as) (X (X (X (X it) (X is)) (X (X on) (X (X Wall) (X Street)))) (X (X ,) (X (X (X and) (X (X several) (X legislators))) (X (X want) (X (X to) (X (X grant) (X (X the) (X (X SEC) (X (X the) (X power)))))))))))) (X (X to) (X (X shut) (X (X off) (X (X the) (X programs)))))))) (X (X when) (X (X trading) (X (X becomes) (X (X (X too) (X volatile)) (X .))))))
(X (X (X (X (X SEC) (X Chairman)) (X Richard)) (X Breeden)) (X (X has) (X (X (X (X said) (X (X (X he) (X would)) (X (X be) (X willing)))) (X to)) (X (X consider) (X (X (X (X circuit) (X breakers)) (X (X that) (X (X (X (X have) (X (X preset) (X (X trigger) (X points)))) (X ,)) (X (X but) (X he))))) (X (X does) (X (X (X n't) (X (X want) (X (X discretionary) (X power)))) (X (X to) (X (X stop) (X (X programs) (X .)))))))))))
(X (X (X (X (X (X A) (X House)) (X aide)) (X suggested)) (X (X that) (X (X (X (X Mr.) (X Phelan)) (X (X was) (X so))) (X (X ``) (X (X (X (X (X (X (X vague) (X and)) (X mushy)) (X '')) (X (X that) (X it))) (X (X was) (X (X (X the) (X kind)) (X of)))) (X meeting)))))) (X (X where) (X (X (X (X people) (X (X of) (X (X all) (X viewpoints)))) (X could)) (X (X ``) (X (X come) (X (X out) (X (X feeling) (X (X good) (X (X .) (X ''))))))))))
(X (X (X (X (X (X At) (X one)) (X point)) (X (X ,) (X (X (X (X (X (X Mr.) (X (X Phelan) (X (X angered) (X (X the) (X (X subcommittee) (X (X 's) (X chairman))))))) (X ,)) (X Rep.)) (X (X Edward) (X (X Markey) (X (X -LRB-) (X D.))))) (X (X ,) (X (X (X (X Mass.) (X -RRB-)) (X ,)) (X (X by) (X (X not) (X (X going) (X much))))))))) (X beyond)) (X (X what) (X (X (X already) (X (X had) (X (X been) (X reported)))) (X (X in) (X (X (X the) (X (X morning) (X newspapers))) (X .))))))
(X (X (X ``) (X (X (X Markey) (X (X said) (X (X (X (X we) (X could)) (X have)) (X (X done) (X this))))) (X (X in) (X (X public) (X ''))))) (X (X because) (X (X (X (X so) (X (X little) (X (X sensitive) (X information)))) (X (X was) (X disclosed))) (X (X ,) (X (X (X the) (X aide)) (X (X said) (X .)))))))
(X (X (X (X (X Mr.) (X Phelan)) (X (X then) (X responded))) (X (X that) (X (X (X (X (X he) (X would)) (X have)) (X (X been) (X (X happy) (X just)))) (X (X writing) (X (X a) (X report)))))) (X (X to) (X (X (X (X the) (X panel)) (X (X ,) (X (X the) (X aide)))) (X (X added) (X .)))))
(X (X (X (X (X (X At) (X another)) (X point)) (X (X during) (X (X the) (X hearing)))) (X (X ,) (X (X (X Rep.) (X Markey)) (X (X asked) (X (X Mr.) (X Phelan)))))) (X (X what) (X (X (X would) (X (X be) (X (X discussed) (X (X at) (X (X (X a) (X New)) (X (X York) (X (X exchange) (X board)))))))) (X (X meeting) (X (X today) (X .))))))
(X (X (X (X Mr.) (X Phelan)) (X (X said) (X (X (X (X the) (X Big)) (X Board)) (X (X is) (X likely))))) (X (X to) (X (X study) (X (X (X the) (X (X program-trading) (X issue))) (X .)))))
(X (X (X (X (X (X (X That) (X response)) (X annoyed)) (X (X Rep.) (X Markey))) (X (X ,) (X (X House) (X aides)))) (X (X said) (X (X (X ,) (X (X and) (X (X the) (X congressman)))) (X (X snapped) (X (X (X back) (X (X that) (X (X there) (X had)))) (X (X been) (X (X enough) (X studies)))))))) (X (X of) (X (X (X (X the) (X issue)) (X and)) (X (X that) (X (X (X (X it) (X (X was) (X time))) (X (X for) (X action))) (X (X on) (X (X (X the) (X matter)) (X .))))))))
(X (X (X (X Fifteen) (X (X of) (X (X (X (X (X (X the) (X 26)) (X (X subcommittee) (X members))) (X (X attended) (X (X the) (X hearing)))) (X (X ,) (X (X most) (X (X notably) (X (X (X (X Rep.) (X John)) (X (X Dingell) (X -LRB-))) (X D.)))))) (X (X ,) (X (X (X (X Mich.) (X -RRB-)) (X (X ,) (X (X (X (X (X the) (X full)) (X House)) (X Energy)) (X (X and) (X (X (X Commerce) (X (X Committee) (X chairman))) (X (X ,) (X who))))))) (X (X has) (X (X been) (X willing)))))))) (X (X to) (X (X let) (X (X Mr.) (X Markey))))) (X (X carry) (X (X (X the) (X legislation)) (X (X in) (X (X (X recent) (X months)) (X .))))))
(X (X (X (X (X Mr.) (X Dingell)) (X (X expressed) (X (X concern) (X (X ,) (X sources))))) (X (X said) (X (X ,) (X (X (X (X (X about) (X (X jurisdictional) (X problems))) (X (X in) (X (X (X regulating) (X program)) (X trading)))) (X ,)) (X which))))) (X (X uses) (X (X futures) (X (X to) (X (X offset) (X (X (X stock) (X trades)) (X .)))))))
(X (X (X The) (X (X futures) (X industry))) (X (X is) (X (X (X regulated) (X (X by) (X (X (X (X (X the) (X (X Commodity) (X Futures))) (X Trading)) (X Commission)) (X (X ,) (X (X which) (X reports)))))) (X (X to) (X (X (X the) (X (X Agriculture) (X committees))) (X (X in) (X (X both) (X (X houses) (X .)))))))))
(X (X (X (X The) (X art)) (X (X of) (X change-ringing))) (X (X is) (X (X peculiar) (X (X to) (X (X (X (X (X (X the) (X English)) (X (X ,) (X and))) (X ,)) (X (X like) (X (X (X (X most) (X English)) (X peculiarities)) (X (X ,) (X unintelligible))))) (X (X to) (X (X (X the) (X rest)) (X (X of) (X (X (X the) (X world)) (X .))))))))))
(X (X (X (X --) (X (X Dorothy) (X (X L.) (X Sayers)))) (X ,)) (X (X ``) (X (X (X (X The) (X Nine)) (X Tailors)) (X ''))))
(X (X ASLACTON) (X (X ,) (X England)))
(X (X (X (X (X (X --) (X (X Of) (X (X all) (X scenes)))) (X (X that) (X (X (X evoke) (X (X (X rural) (X England)) (X (X ,) (X this)))) (X (X is) (X one))))) (X (X of) (X (X (X (X the) (X loveliest)) (X :)) (X (X An) (X (X (X (X (X ancient) (X stone)) (X church)) (X stands)) (X (X amid) (X (X the) (X fields)))))))) (X (X ,) (X (X the) (X sound)))) (X (X of) (X (X (X (X bells) (X cascading)) (X (X from) (X (X (X its) (X tower)) (X (X ,) (X (X calling) (X (X the) (X faithful))))))) (X (X to) (X (X evensong) (X .))))))
(X (X (X (X The) (X parishioners)) (X (X of) (X (X (X (X (X St.) (X Michael)) (X (X and) (X (X All) (X Angels)))) (X stop)) (X (X to) (X (X (X (X chat) (X (X at) (X (X the) (X (X church) (X door))))) (X ,)) (X (X as) (X (X (X members) (X here)) (X always)))))))) (X (X have) (X .)))
(X (X (X (X (X (X (X In) (X the)) (X tower)) (X (X ,) (X (X (X five) (X men)) (X (X and) (X women))))) (X (X pull) (X rhythmically))) (X (X on) (X (X ropes) (X attached)))) (X (X to) (X (X (X (X the) (X same)) (X (X five) (X bells))) (X (X that) (X (X first) (X (X sounded) (X (X here) (X (X in) (X (X 1614) (X .))))))))))
(X (X (X But) (X there)) (X (X is) (X (X also) (X (X (X (X a) (X discordant)) (X (X ,) (X (X (X (X modern) (X note)) (X (X in) (X Aslacton))) (X ,)))) (X (X though) (X (X (X (X (X it) (X (X ca) (X n't))) (X (X be) (X heard))) (X (X by) (X (X (X the) (X church-goers)) (X (X enjoying) (X (X the) (X peal)))))) (X (X of) (X (X (X (X (X bells) (X (X this) (X cool))) (X autumn)) (X evening)) (X .)))))))))
(X (X (X (X (X Like) (X most)) (X (X of) (X (X (X the) (X other)) (X (X 6,000) (X churches))))) (X (X in) (X Britain))) (X (X with) (X (X (X sets) (X (X of) (X bells))) (X (X ,) (X (X (X (X (X St.) (X Michael)) (X (X once) (X (X had) (X (X its) (X own))))) (X (X ``) (X (X band) (X '')))) (X (X of) (X (X (X ringers) (X (X ,) (X who))) (X (X would) (X (X herald) (X (X (X every) (X (X Sunday) (X morning))) (X (X and) (X (X (X evening) (X service)) (X .)))))))))))))
(X (X Now) (X (X ,) (X (X (X (X (X (X (X only) (X one)) (X local)) (X ringer)) (X (X remains) (X (X :) (X 64-year-old)))) (X Derek)) (X (X Hammond) (X .)))))
(X (X (X The) (X others)) (X (X here) (X (X (X today) (X (X live) (X elsewhere))) (X .))))
(X (X (X They) (X belong)) (X (X to) (X (X (X (X (X a) (X group)) (X (X of) (X (X 15) (X ringers)))) (X --)) (X (X including) (X (X (X (X (X (X (X two) (X octogenarians)) (X (X and) (X (X four) (X youngsters)))) (X (X in) (X training))) (X (X --) (X (X who) (X (X drive) (X (X every) (X Sunday)))))) (X (X from) (X (X church) (X (X to) (X (X church) (X (X in) (X (X a) (X (X sometimes-exhausting) (X effort))))))))) (X (X to) (X (X (X (X keep) (X (X the) (X bells))) (X (X sounding) (X (X in) (X (X the) (X (X many) (X belfries)))))) (X (X of) (X (X (X East) (X Anglia)) (X .))))))))))
(X (X ``) (X (X (X (X (X To) (X ring)) (X (X for) (X (X (X (X (X even) (X one)) (X service)) (X (X at) (X (X this) (X tower)))) (X (X ,) (X (X (X we) (X have)) (X (X to) (X (X scrape) (X (X ,) (X ''))))))))) (X (X says) (X (X Mr.) (X Hammond)))) (X (X ,) (X (X (X (X a) (X retired)) (X (X water-authority) (X worker))) (X .)))))
(X (X (X ``) (X (X (X We) (X 've)) (X tried))) (X (X to) (X (X (X (X (X train) (X (X the) (X youngsters))) (X ,)) (X (X but) (X (X (X they) (X (X have) (X (X their) (X discos)))) (X (X and) (X (X their) (X dances)))))) (X (X ,) (X (X and) (X (X (X they) (X just)) (X (X drift) (X (X (X away) (X .)) (X '')))))))))
(X (X (X (X Mr.) (X Hammond)) (X worries)) (X (X that) (X (X (X (X (X old) (X age)) (X (X and) (X (X the) (X flightiness)))) (X (X of) (X (X youth) (X (X will) (X (X diminish) (X (X the) (X ranks))))))) (X (X of) (X (X (X (X (X the) (X East)) (X (X Anglian) (X group))) (X that)) (X (X keeps) (X (X (X the) (X (X Aslacton) (X bells))) (X (X pealing) (X .)))))))))
(X (X (X (X History) (X (X ,) (X (X after) (X (X all) (X ,))))) (X (X is) (X not))) (X (X on) (X (X (X his) (X side)) (X .))))
(X (X (X (X According) (X (X to) (X (X (X (X (X a) (X nationwide)) (X survey)) (X (X taken) (X (X (X (X a) (X (X year) (X ago))) (X ,)) (X (X nearly) (X (X (X a) (X third)) (X (X of) (X (X (X England) (X (X 's) (X church))) (X bells)))))))) (X (X are) (X (X (X no) (X (X longer) (X rung))) (X (X on) (X Sundays))))))) (X (X because) (X there))) (X (X is) (X (X (X no) (X one)) (X (X to) (X (X (X ring) (X them)) (X .))))))
(X (X It) (X (X is) (X (X (X easy) (X (X to) (X see))) (X (X why) (X (X (X (X the) (X (X ancient) (X art))) (X is)) (X (X on) (X (X (X the) (X ropes)) (X .))))))))
(X (X (X (X (X (X (X The) (X (X less) (X (X complicated) (X version)))) (X (X of) (X (X playing) (X tunes)))) (X (X on) (X (X bells) (X ,)))) (X as)) (X (X do) (X (X (X (X the) (X carillons)) (X (X of) (X (X (X continental) (X Europe)) (X ,)))) (X (X is) (X considered))))) (X (X by) (X (X (X the) (X English)) (X (X to) (X (X (X (X be) (X childish)) (X (X ,) (X (X fit) (X only)))) (X (X for) (X (X foreigners) (X .))))))))
(X (X (X (X (X Change-ringing) (X (X ,) (X (X (X (X (X a) (X mind-boggling)) (X (X exercise) (X (X the) (X English)))) (X (X invented) (X (X 380) (X (X years) (X ago))))) (X ,)))) (X (X requires) (X (X physical) (X dexterity)))) (X (X --) (X (X (X (X some) (X bells)) (X (X weigh) (X (X more) (X (X (X than) (X a)) (X ton))))) (X (X --) (X combined))))) (X (X with) (X (X (X (X intense) (X mental)) (X concentration)) (X .))))
(X (X (X (X Proper) (X (X English) (X bells))) (X (X are) (X (X (X started) (X off)) (X in)))) (X (X ``) (X (X (X (X rounds) (X (X ,) (X ''))) (X (X from) (X (X the) (X (X highest-pitched) (X bell))))) (X (X to) (X (X (X (X the) (X lowest)) (X (X --) (X (X (X (X a) (X simple)) (X (X descending) (X scale))) (X (X using) (X (X ,) (X (X (X in) (X (X larger) (X churches))) (X ,))))))) (X (X as) (X (X (X many) (X (X as) (X (X 12) (X bells)))) (X .))))))))
(X (X (X Then) (X (X ,) (X (X (X (X at) (X (X a) (X signal))) (X (X ,) (X (X (X the) (X ringers)) (X (X begin) (X (X (X varying) (X the)) (X order)))))) (X in)))) (X (X which) (X (X (X (X (X the) (X bells)) (X sound)) (X (X without) (X (X altering) (X (X (X the) (X steady)) (X rhythm))))) (X (X of) (X (X (X the) (X striking)) (X .))))))
(X (X (X (X Each) (X variation)) (X (X ,) (X (X (X or) (X change)) (X ,)))) (X (X can) (X (X (X (X (X occur) (X only)) (X once)) (X (X ,) (X (X the) (X (X rules) (X state))))) (X .))))
(X (X (X (X (X Ringers) (X (X memorize) (X patterns))) (X (X of) (X (X changes) (X (X ,) (X known))))) (X (X as) (X (X ``) (X (X methods) (X (X ,) (X (X '') (X (X which) (X (X have) (X (X odd-sounding) (X names)))))))))) (X (X like) (X (X (X (X (X Kent) (X Treble)) (X Bob)) (X Major)) (X (X or) (X (X (X Grandsire) (X Caters)) (X .))))))
(X (X (X (X (X (X (X A) (X series)) (X (X of) (X (X 5,000) (X or)))) (X so)) (X changes)) (X (X is) (X (X a) (X (X ``) (X (X (X peal) (X '')) (X and)))))) (X (X takes) (X (X about) (X (X (X three) (X hours)) (X .)))))
(X (X (X (X A) (X (X look) (X (X at) (X (X (X (X a) (X (X Thursday) (X (X night) (X practice)))) (X (X at) (X (X (X St.) (X Mary)) (X (X Abbot) (X church))))) (X (X in) (X (X the) (X (X Kensington) (X district)))))))) (X (X of) (X London))) (X (X gives) (X (X (X an) (X idea)) (X (X of) (X (X (X (X the) (X work)) (X involved)) (X .))))))
(X (X (X (X (X (X (X (X (X Ten) (X shirt-sleeved)) (X ringers)) (X stand)) (X (X in) (X (X a) (X circle)))) (X (X ,) (X (X (X one) (X foot)) (X ahead)))) (X (X of) (X (X (X (X the) (X other)) (X (X in) (X (X a) (X (X prize-fighter) (X (X 's) (X stance)))))) (X (X ,) (X (X each) (X (X pulling) (X (X a) (X rope)))))))) (X (X that) (X (X disappears) (X (X through) (X (X (X a) (X (X small) (X hole))) (X (X in) (X (X the) (X (X high) (X ceiling))))))))) (X (X of) (X (X (X the) (X (X ringing) (X chamber))) (X .))))
(X (X (X (X (X (X No) (X one)) (X speaks)) (X (X ,) (X (X and) (X (X the) (X snaking))))) (X (X of) (X (X the) (X ropes)))) (X (X seems) (X (X (X to) (X make)) (X (X as) (X (X (X much) (X sound)) (X (X as) (X (X (X (X the) (X bells)) (X themselves)) (X (X ,) (X (X muffled) (X (X by) (X (X (X the) (X ceiling)) (X .))))))))))))
(X (X (X (X (X Totally) (X absorbed)) (X (X ,) (X (X (X the) (X ringers)) (X (X stare) (X (X straight) (X ahead)))))) (X ,)) (X (X using) (X (X (X (X (X (X (X peripheral) (X vision)) (X -LRB-)) (X they)) (X (X call) (X it))) (X (X ``) (X (X (X rope-sight) (X '')) (X -RRB-)))) (X (X to) (X (X watch) (X (X (X (X the) (X other)) (X ropes)) (X (X and) (X (X thus) (X (X (X time) (X (X their) (X pulls))) (X .))))))))))
(X (X (X (X (X (X Far) (X above)) (X (X in) (X (X the) (X belfry)))) (X (X ,) (X (X (X the) (X (X huge) (X bronze))) (X bells)))) (X (X ,) (X (X mounted) (X (X on) (X (X wheels) (X (X ,) (X (X swing) (X madly)))))))) (X (X through) (X (X (X a) (X (X full) (X (X 360) (X degrees)))) (X (X ,) (X (X (X starting) (X (X (X and) (X (X ending) (X (X ,) (X surprisingly)))) (X (X ,) (X (X in) (X (X the) (X inverted)))))) (X (X ,) (X (X or) (X (X mouth-up) (X (X position) (X .))))))))))
(X (X (X Skilled) (X ringers)) (X (X use) (X (X (X (X their) (X wrists)) (X (X to) (X (X (X (X (X (X advance) (X (X or) (X (X retard) (X (X (X the) (X next)) (X swing))))) (X ,)) (X so)) (X (X that) (X (X (X one) (X bell)) (X (X can) (X swap))))) (X places)))) (X (X with) (X (X another) (X (X in) (X (X (X the) (X (X following) (X change))) (X .))))))))
(X (X (X (X In) (X (X a) (X well-known))) (X detective-story)) (X (X involving) (X (X (X (X (X (X (X (X church) (X bells)) (X (X ,) (X (X English) (X novelist)))) (X (X Dorothy) (X (X L.) (X Sayers)))) (X (X described) (X ringing))) (X (X as) (X (X a) (X (X ``) (X (X passion) (X -LCB-)))))) (X (X that) (X -RCB-))) (X (X finds) (X (X (X (X its) (X satisfaction)) (X (X in) (X (X mathematical) (X completeness)))) (X (X and) (X (X (X (X mechanical) (X perfection)) (X .)) (X ''))))))))
(X (X (X (X Ringers) (X (X ,) (X (X she) (X (X added) (X ,))))) (X are)) (X (X ``) (X (X (X (X filled) (X (X with) (X (X (X the) (X solemn)) (X intoxication)))) (X (X that) (X comes))) (X (X of) (X (X (X (X intricate) (X ritual)) (X faultlessly)) (X (X performed) (X (X .) (X ''))))))))
(X (X (X ``) (X Ringing)) (X (X does) (X (X (X become) (X (X a) (X bit))) (X (X of) (X (X (X (X (X an) (X obsession)) (X (X ,) (X ''))) (X (X admits) (X (X Stephanie) (X Pattenden)))) (X (X ,) (X (X (X (X master) (X (X of) (X (X (X the) (X band)) (X (X at) (X (X (X St.) (X Mary)) (X Abbot)))))) (X (X and) (X one))) (X (X of) (X (X (X (X (X England) (X 's)) (X (X best) (X female))) (X ringers)) (X .))))))))))
(X (X It) (X (X is) (X (X (X a) (X passion)) (X (X that) (X (X (X (X usually) (X stays)) (X (X in) (X (X the) (X tower)))) (X (X ,) (X (X however) (X .))))))))
(X (X (X (X More) (X (X often) (X (X than) (X (X not) (X (X ,) (X ringers)))))) (X think)) (X (X of) (X (X (X (X the) (X church)) (X (X as) (X (X (X something) (X stuck)) (X (X on) (X (X the) (X bottom)))))) (X (X of) (X (X (X the) (X belfry)) (X .))))))
(X (X (X (X When) (X their)) (X changes)) (X (X are) (X (X (X (X (X (X (X completed) (X ,)) (X (X and) (X (X after) (X (X they) (X have))))) (X (X worked) (X (X up) (X (X a) (X sweat))))) (X (X ,) (X (X ringers) (X (X often) (X (X skip) (X off)))))) (X (X to) (X (X (X the) (X (X local) (X pub))) (X ,)))) (X (X leaving) (X (X worship) (X (X for) (X (X others) (X (X below) (X .)))))))))
(X (X This) (X (X does) (X (X (X not) (X (X sit) (X well))) (X (X with) (X (X (X some) (X clerics)) (X .))))))
(X (X (X (X With) (X membership)) (X (X of) (X (X (X the) (X Church)) (X (X of) (X (X (X (X England) (X steadily)) (X dwindling)) (X (X ,) (X (X strong-willed) (X vicars)))))))) (X (X are) (X (X (X (X pressing) (X (X equally) (X strong-willed))) (X (X and) (X (X often) (X (X non-religious) (X ringers))))) (X (X to) (X (X attend) (X (X services) (X .)))))))
(X (X (X (X (X (X Two) (X (X years) (X ago))) (X (X ,) (X (X (X (X (X the) (X Rev.)) (X Jeremy)) (X Hummerstone)) (X (X ,) (X (X vicar) (X (X of) (X (X (X Great) (X Torrington)) (X (X ,) (X (X Devon) (X ,)))))))))) (X (X got) (X (X so) (X (X fed) (X up))))) (X (X with) (X (X ringers) (X who)))) (X (X did) (X (X (X n't) (X (X attend) (X (X (X service) (X he)) (X (X sacked) (X (X (X the) (X entire)) (X band)))))) (X (X ;) (X (X (X (X (X the) (X (X ringers) (X promptly))) (X set)) (X (X up) (X (X a) (X (X picket) (X line))))) (X (X in) (X (X protest) (X .))))))))
(X (X ``) (X (X (X They) (X (X were) (X (X (X a) (X (X self-perpetuating) (X club))) (X that)))) (X (X treated) (X (X (X (X the) (X tower)) (X (X as) (X (X (X sort) (X (X of) (X (X (X a) (X separate)) (X premises)))) (X (X ,) (X (X (X '') (X (X the) (X Vicar))) (X Hummerstone)))))) (X (X says) (X .))))))
(X (X (X (X (X (X (X An) (X (X entirely) (X (X (X new) (X band)) (X (X rings) (X today))))) (X (X at) (X (X Great) (X Torrington)))) (X (X ,) (X (X several) (X of)))) (X whom)) (X (X are) (X members))) (X (X of) (X (X (X the) (X congregation)) (X .))))
(X (X (X (X But) (X there)) (X still)) (X (X are) (X (X (X n't) (X (X enough) (X ringers))) (X (X to) (X (X (X (X (X ring) (X more)) (X (X than) (X six))) (X (X of) (X (X the) (X (X eight) (X bells))))) (X .))))))
(X (X (X (X (X (X At) (X St.)) (X (X Mary) (X (X 's) (X Church)))) (X (X in) (X Ilminster))) (X (X ,) (X (X Somerset) (X (X ,) (X (X the) (X bells)))))) (X (X have) (X (X (X (X fallen) (X silent)) (X (X following) (X (X a) (X dust-up)))) (X (X over) (X (X (X church) (X attendance)) (X .))))))
(X (X (X (X (X The) (X vicar)) (X (X ,) (X (X (X (X W.D.) (X Jones)) (X (X ,) (X (X refuses) (X (X to) (X (X talk) (X (X about) (X it))))))) (X ,)))) (X (X saying) (X (X it) (X would)))) (X (X ``) (X (X reopen) (X (X (X the) (X wound)) (X (X .) (X ''))))))
(X (X (X (X (X (X But) (X C.J.B.)) (X Marshall)) (X (X ,) (X (X (X vicar) (X (X of) (X (X (X a) (X nearby)) (X church)))) (X ,)))) (X (X feels) (X (X (X (X the) (X fault)) (X (X is) (X (X in) (X (X the) (X stairs))))) (X (X from) (X (X (X (X the) (X bell)) (X tower)) (X (X that) (X (X are) (X (X located) (X next))))))))) (X (X to) (X (X (X the) (X altar)) (X .))))
(X (X (X (X ``) (X (X (X (X So) (X crunch)) (X (X ,) (X (X crunch) (X (X ,) (X (X (X crunch) (X (X ,) (X (X (X bang) (X (X ,) (X bang))) (X (X ,) (X bang))))) (X (X --) (X (X here) (X (X come) (X (X the) (X ringers)))))))))) (X (X from) (X (X above) (X ,))))) (X (X making) (X (X a) (X (X (X very) (X obvious)) (X exit))))) (X (X while) (X (X (X (X the) (X congregation)) (X (X is) (X (X at) (X prayer)))) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))
(X (X (X (X Vicar) (X Marshall)) (X admits)) (X (X to) (X (X (X (X (X mixed) (X feelings)) (X (X about) (X (X this) (X issue)))) (X (X ,) (X (X since) (X (X he) (X is))))) (X (X both) (X (X (X (X a) (X vicar)) (X (X and) (X (X an) (X (X active) (X (X bell-ringer) (X himself)))))) (X .))))))
(X (X (X ``) (X (X The) (X sound))) (X (X of) (X (X bells) (X (X is) (X (X (X (X a) (X net)) (X (X to) (X (X (X draw) (X people)) (X (X into) (X (X the) (X church)))))) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))))
(X (X (X ``) (X (X (X I) (X live)) (X (X in) (X hopes)))) (X (X that) (X (X (X (X the) (X (X ringers) (X themselves))) (X (X will) (X (X be) (X drawn)))) (X (X into) (X (X (X that) (X (X (X fuller) (X life)) (X .))) (X ''))))))
(X (X (X (X (X (X The) (X Central)) (X Council)) (X (X of) (X (X (X (X Church) (X Bell)) (X Ringers)) (X (X ,) (X (X (X (X (X a) (X sort)) (X (X of) (X parliament))) (X (X of) (X (X ringing) (X groups)))) (X (X ,) (X aims))))))) (X (X to) (X (X improve) (X relations)))) (X (X with) (X (X (X vicars) (X (X ,) (X (X says) (X (X John) (X (X C.) (X Baldwin)))))) (X (X ,) (X (X president) (X .))))))
(X (X (X (X It) (X hopes)) (X (X to) (X (X speak) (X (X to) (X (X (X students) (X (X at) (X (X theological) (X colleges)))) (X (X about) (X (X (X the) (X joys)) (X (X of) (X (X (X (X (X (X bell) (X ringing)) (X (X and) (X (X will) (X shortly)))) (X (X publish) (X (X a) (X booklet)))) (X (X for) (X (X (X every) (X vicar)) (X (X in) (X (X (X the) (X country)) (X entitled)))))) (X ,)))))))))) (X (X ``) (X (X (X The) (X Bells)) (X (X in) (X (X (X (X Your) (X Care)) (X .)) (X ''))))))
(X (X (X (X (X (X Says) (X Mr.)) (X Baldwin)) (X ,)) (X (X ``) (X (X We) (X recognize)))) (X (X that) (X (X (X (X we) (X (X may) (X (X no) (X longer)))) (X have)) (X (X as) (X (X (X high) (X (X a) (X priority))) (X (X in) (X (X (X church) (X life)) (X (X and) (X (X (X experience) (X .)) (X ''))))))))))
(X (X (X Mr.) (X Baldwin)) (X (X is) (X (X (X also) (X (X (X attacking) (X (X (X the) (X (X greater) (X problem))) (X :))) (X lack))) (X (X of) (X (X ringers) (X .))))))
(X (X (X (X One) (X survey)) (X says)) (X (X that) (X (X (X of) (X (X (X (X (X the) (X 100,000)) (X trained)) (X bellringers)) (X (X in) (X (X England) (X today))))) (X (X ,) (X (X (X only) (X 40,000)) (X (X of) (X (X (X them) (X (X still) (X ring))) (X .))))))))
(X (X (X (X Also) (X (X ,) (X ringers))) (X (X do) (X (X n't) (X (X always) (X live))))) (X (X where) (X (X (X the) (X bells)) (X (X need) (X (X (X (X to) (X (X be) (X rung))) (X --)) (X (X like) (X (X in) (X (X (X small) (X (X ,) (X (X rural) (X parishes)))) (X (X and) (X (X (X inner-city) (X churches)) (X .)))))))))))
(X (X (X (X (X But) (X (X the) (X council))) (X (X 's) (X program))) (X (X to) (X (X attract) (X (X and) (X (X train) (X ringers)))))) (X (X is) (X (X (X only) (X (X partly) (X successful))) (X (X ,) (X (X says) (X (X Mr.) (X (X Baldwin) (X .))))))))
(X (X (X ``) (X (X (X (X Right) (X now)) (X (X ,) (X we))) (X (X 're) (X lucky)))) (X (X if) (X (X after) (X (X (X (X (X (X five) (X years)) (X we)) (X (X keep) (X (X (X (X one) (X new)) (X ringer)) (X out)))) (X (X of) (X (X (X 10) (X ,)) (X (X '') (X he))))) (X (X adds) (X .))))))
(X (X (X (X One) (X (X bright) (X sign))) (X is)) (X (X that) (X (X (X (X (X a) (X (X growing) (X number))) (X (X of) (X women))) (X have)) (X (X entered) (X (X (X (X the) (X once)) (X (X male-dominated) (X field))) (X (X ;) (X (X (X (X more) (X (X (X than) (X a)) (X third))) (X (X of) (X (X the) (X (X ringers) (X today))))) (X (X are) (X (X women) (X .))))))))))
(X (X They) (X (X are) (X (X (X n't) (X (X accepted) (X everywhere))) (X (X ,) (X (X however) (X .))))))
(X (X (X (X (X (X (X (X The) (X oldest)) (X (X bell-ringing) (X group))) (X (X in) (X (X the) (X country)))) (X (X ,) (X (X (X the) (X Ancient)) (X Society)))) (X (X of) (X (X (X (X College) (X Youths)) (X ,)) (X (X founded) (X (X (X in) (X (X 1637) (X ,))) (X (X remains) (X male-only))))))) (X (X ,) (X (X (X a) (X fact)) (X (X that) (X (X 's) (X (X particularly) (X galling))))))) (X (X to) (X (X women) (X (X because) (X (X (X (X the) (X group)) (X (X is) (X (X (X the) (X sole)) (X source)))) (X (X of) (X (X (X ringers) (X (X for) (X (X (X Britain) (X 's)) (X (X most) (X (X prestigious) (X churches)))))) (X (X ,) (X (X (X St.) (X (X Paul) (X (X 's) (X Cathedral)))) (X (X and) (X (X Westminster) (X (X Abbey) (X .)))))))))))))
(X (X (X (X (X This) (X (X being) (X (X Britain) (X (X ,) (X (X no) (X woman)))))) (X has)) (X (X filed) (X (X (X an) (X (X equal-opportunity) (X suit))) (X (X ,) (X (X but) (X (X the) (X extent))))))) (X (X of) (X (X (X (X (X the) (X problem)) (X (X surfaced) (X (X this) (X summer)))) (X (X in) (X (X (X a) (X series)) (X (X of) (X letters))))) (X (X to) (X (X (X ``) (X (X (X (X The) (X Ringing)) (X World)) (X (X ,) (X (X '') (X (X (X a) (X weekly)) (X newspaper)))))) (X (X for) (X (X ringers) (X .))))))))
(X (X (X (X (X (X One) (X writer)) (X (X ,) (X (X signing) (X (X his) (X letter))))) (X as)) (X (X ``) (X (X (X (X Red-blooded) (X (X ,) (X (X (X (X (X balanced) (X male)) (X ,)) (X '')) (X remarked)))) (X (X on) (X (X the) (X (X ``) (X frequency))))) (X (X of) (X (X (X women) (X (X fainting) (X (X in) (X peals)))) (X (X ,) (X (X '') (X (X and) (X suggested))))))))) (X (X that) (X (X (X they) (X (X ``) (X (X (X settle) (X back)) (X (X into) (X (X their) (X (X traditional) (X role))))))) (X (X of) (X (X making) (X (X tea) (X (X at) (X (X (X meetings) (X .)) (X '')))))))))
(X (X (X (X (X (X In) (X the)) (X torrent)) (X (X of) (X (X (X (X (X replies) (X (X that) (X followed))) (X (X ,) (X (X one) (X woman)))) (X ringer)) (X (X from) (X (X Solihull) (X observed)))))) (X that)) (X (X ``) (X (X (X the) (X (X average) (X (X male) (X ringer)))) (X (X leaves) (X (X (X (X quite) (X (X a) (X lot))) (X (X to) (X (X (X be) (X (X desired) (X (X :) (X (X badly) (X dressed))))) (X (X ,) (X decorated))))) (X (X with) (X (X (X acne) (X (X and) (X (X (X a) (X large)) (X beer-belly)))) (X (X ,) (X (X (X (X frequently) (X unwashed)) (X (X and) (X (X unbearably) (X flatulent)))) (X (X in) (X (X (X peals) (X .)) (X ''))))))))))))
(X (X (X Another) (X women)) (X (X wrote) (X (X from) (X (X (X Sheffield) (X (X to) (X say))) (X (X that) (X (X (X (X (X in) (X (X her) (X (X 60) (X years)))) (X (X of) (X ringing))) (X ,)) (X (X ``) (X (X I) (X (X have) (X (X (X (X never) (X (X known) (X (X a) (X lady)))) (X (X to) (X faint))) (X (X in) (X (X (X the) (X belfry)) (X .)))))))))))))
(X (X (X I) (X have)) (X (X seen) (X (X (X (X (X one) (X or)) (X (X two) (X men))) (X die)) (X (X ,) (X (X (X bless) (X them)) (X .))))))
(X (X (X (X (X Investors) (X unsettled)) (X (X by) (X (X (X (X the) (X stock)) (X (X market) (X 's))) (X gyrations)))) (X (X can) (X (X take) (X (X (X some) (X comfort)) (X (X in) (X (X the) (X (X predictable) (X arrival)))))))) (X (X of) (X (X (X quarterly) (X dividend)) (X (X checks) (X .)))))
(X (X That) (X (X has) (X (X (X been) (X (X particularly) (X (X true) (X (X this) (X year))))) (X (X with) (X (X (X many) (X companies)) (X (X raising) (X (X (X their) (X payouts)) (X (X more) (X (X (X than) (X (X 10) (X %))) (X .))))))))))
(X (X But) (X (X do) (X (X (X (X (X (X n't) (X (X breathe) (X (X (X (X too) (X (X easy) (X :))) (X Those)) (X (X dividend) (X increases))))) (X (X may) (X (X signal) (X (X trouble) (X ahead))))) (X (X for) (X (X stock) (X prices)))) (X (X ,) (X (X some) (X analysts)))) (X (X warn) (X .)))))
(X (X (X (X (X (X (X In) (X the)) (X past)) (X (X ,) (X they))) (X (X say) (X (X ,) (X (X (X the) (X strongest)) (X (X dividend) (X growth)))))) (X (X has) (X (X often) (X (X come) (X (X at) (X times)))))) (X (X when) (X (X (X the) (X (X stock-market) (X party))) (X (X was) (X (X almost) (X (X over) (X .)))))))
(X (X That) (X (X can) (X (X (X be) (X (X a) (X trap))) (X (X for) (X (X (X (X (X unwary) (X investors)) (X ,)) (X (X says) (X (X Richard) (X Bernstein)))) (X (X ,) (X (X (X senior) (X (X quantitative) (X analyst))) (X (X at) (X (X (X (X (X Merrill) (X Lynch)) (X &)) (X Co)) (X .))))))))))
(X (X (X (X (X (X Strong) (X (X dividend) (X growth))) (X (X ,) (X (X he) (X (X says) (X ,))))) (X is)) (X (X ``) (X (X (X (X (X the) (X black)) (X widow)) (X (X of) (X (X valuation) (X '')))) (X (X --) (X (X a) (X reference)))))) (X (X to) (X (X (X (X (X the) (X female)) (X spiders)) (X that)) (X (X attract) (X (X (X males) (X (X and) (X (X then) (X (X kill) (X them))))) (X (X after) (X (X mating) (X .))))))))
(X (X (X (X (X (X Stephen) (X Boesel)) (X (X ,) (X president))) (X (X of) (X (X (X (X T.) (X Rowe)) (X Price)) (X Growth)))) (X (X and) (X (X (X Income) (X Fund)) (X ,)))) (X (X explains) (X (X that) (X (X companies) (X (X raise) (X (X (X (X (X (X (X their) (X payouts)) (X most)) (X robustly)) (X only)) (X (X after) (X (X (X (X the) (X economy)) (X (X and) (X (X corporate) (X profits)))) (X (X have) (X (X been) (X growing)))))) (X (X for) (X (X (X some) (X time)) (X .)))))))))
(X (X (X ``) (X (X Invariably) (X (X ,) (X (X (X those) (X (X strong) (X periods))) (X (X in) (X (X the) (X economy))))))) (X (X give) (X (X way) (X (X to) (X (X (X recessionary) (X environments)) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))))
(X (X (X ``) (X (X And) (X (X recessionary) (X environments)))) (X (X are) (X (X (X n't) (X hospitable)) (X (X to) (X (X (X (X the) (X stock)) (X market)) (X (X .) (X '')))))))
(X (X (X (X (X Indeed) (X (X ,) (X analysts))) (X say)) (X (X that) (X (X payouts) (X (X have) (X (X sometimes) (X (X risen) (X (X most) (X sharply)))))))) (X (X when) (X (X (X (X prices) (X (X were) (X already))) (X (X on) (X (X (X their) (X way)) (X down)))) (X (X from) (X (X (X cyclical) (X peaks)) (X .))))))
(X (X (X In) (X 1976)) (X (X ,) (X (X (X (X for) (X example)) (X (X ,) (X dividends))) (X (X on) (X (X (X (X the) (X stocks)) (X (X in) (X (X (X Standard) (X &)) (X (X Poor) (X (X (X 's) (X (X 500-stock) (X index))) (X (X soared) (X (X 10) (X %)))))))) (X (X ,) (X (X following) (X (X (X much) (X (X slower) (X (X growth) (X (X the) (X year))))) (X (X before) (X .))))))))))
(X (X (X (X (X (X (X The) (X (X S&P) (X (X index) (X started)))) (X sliding)) (X (X in) (X (X price) (X (X in) (X (X September) (X 1976)))))) (X (X ,) (X (X and) (X (X (X fell) (X (X 12) (X %))) (X (X in) (X 1977)))))) (X --)) (X (X despite) (X (X (X (X a) (X 15)) (X (X %) (X expansion))) (X (X in) (X (X (X dividends) (X (X that) (X year))) (X .))))))
(X (X (X (X That) (X pattern)) (X (X has) (X (X (X n't) (X always)) (X (X held) (X (X ,) (X (X but) (X (X (X (X recent) (X strong)) (X growth)) (X (X in) (X dividends))))))))) (X (X makes) (X (X some) (X (X market) (X (X (X watchers) (X anxious)) (X .))))))
(X (X Payouts) (X (X on) (X (X (X (X the) (X (X S&P) (X (X 500) (X (X stocks) (X (X (X rose) (X 10)) (X %)))))) (X (X in) (X 1988))) (X (X ,) (X (X according) (X (X to) (X (X (X (X Standard) (X &)) (X (X Poor) (X (X 's) (X Corp.)))) (X (X ,) (X (X (X and) (X (X (X Wall) (X (X Street) (X estimates))) (X (X for) (X (X 1989) (X growth))))) (X (X are) (X (X (X generally) (X (X between) (X (X 9) (X %)))) (X (X and) (X (X (X 14) (X %)) (X .))))))))))))))
(X (X (X (X (X Many) (X people)) (X (X believe) (X (X (X the) (X growth)) (X (X in) (X (X dividends) (X (X will) (X (X (X slow) (X (X next) (X year))) (X ,)))))))) (X (X although) (X (X (X a) (X minority)) (X (X see) (X double-digit))))) (X (X gains) (X (X continuing) (X .))))
(X (X (X (X (X Meanwhile) (X (X ,) (X (X (X many) (X (X market) (X watchers))) (X (X say) (X (X (X recent) (X dividend)) (X trends)))))) (X (X raise) (X (X (X (X (X (X (X another) (X warning)) (X flag)) (X :)) (X (X While) (X dividends))) (X (X have) (X (X risen) (X smartly)))) (X (X ,) (X (X (X their) (X expansion)) (X (X has) (X n't))))))) (X (X kept) (X pace))) (X (X with) (X (X (X even) (X (X stronger) (X advances))) (X (X in) (X (X (X stock) (X prices)) (X .))))))
(X (X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X (X the) (X (X market) (X (X 's) (X dividend)))))) (X (X yield) (X (X --) (X (X (X dividends) (X (X as) (X (X a) (X percentage)))) (X (X of) (X (X price) (X --))))))) (X (X has) (X (X slid) (X (X to) (X (X (X (X a) (X level)) (X (X that) (X (X is) (X (X (X fairly) (X low)) (X (X and) (X unenticing)))))) (X (X by) (X (X (X historical) (X standards)) (X .))))))))
(X (X (X (X (X (X (X Put) (X another)) (X way)) (X (X ,) (X (X the) (X decline)))) (X (X in) (X (X (X (X the) (X yield)) (X (X suggests) (X stocks))) (X have)))) (X (X gotten) (X (X (X pretty) (X rich)) (X (X in) (X (X price) (X relative)))))) (X (X to) (X (X (X (X (X the) (X dividends)) (X they)) (X pay)) (X (X ,) (X (X (X some) (X (X market) (X analysts))) (X (X say) (X .)))))))
(X (X They) (X (X are) (X (X (X (X keeping) (X (X (X a) (X close)) (X watch))) (X (X on) (X (X the) (X yield)))) (X (X on) (X (X the) (X (X S&P) (X (X 500) (X .))))))))
(X (X (X The) (X figure)) (X (X is) (X (X (X currently) (X (X about) (X (X 3.3) (X %)))) (X (X ,) (X (X (X up) (X (X from) (X (X 3.2) (X %)))) (X (X before) (X (X (X (X the) (X recent)) (X (X market) (X slide))) (X .))))))))
(X (X (X (X Some) (X analysts)) (X (X say) (X (X (X (X investors) (X should)) (X run)) (X (X for) (X (X the) (X exits)))))) (X (X if) (X (X (X (X a) (X sustained)) (X market)) (X (X rebound) (X (X (X pushes) (X (X the) (X yield))) (X (X below) (X (X (X 3) (X %)) (X .))))))))
(X (X (X (X (X A) (X drop)) (X (X below) (X (X (X (X that) (X 3)) (X %)) (X benchmark)))) (X (X ``) (X (X has) (X (X always) (X (X been) (X (X (X a) (X (X strong) (X warning))) (X sign))))))) (X (X that) (X (X (X (X stocks) (X (X are) (X (X (X fully) (X valued)) (X (X ,) (X ''))))) (X (X says) (X (X Mr.) (X Boesel)))) (X (X of) (X (X (X (X T.) (X Rowe)) (X Price)) (X .))))))
(X (X (X (X In) (X fact)) (X ,)) (X (X ``) (X (X (X the) (X market)) (X (X has) (X (X (X always) (X tanked)) (X .))))))
(X (X Always) (X .))
(X (X (X (X (X (X (X There) (X (X 's) (X never))) (X (X been) (X (X an) (X exception)))) (X (X ,) (X ''))) (X (X says) (X (X Gerald) (X (X W.) (X Perritt))))) (X (X ,) (X (X (X (X (X a) (X (X Chicago) (X (X investment) (X adviser)))) (X (X and) (X (X money) (X manager)))) (X (X ,) (X based))) (X (X on) (X (X a) (X review)))))) (X (X of) (X (X (X six) (X decades)) (X (X of) (X (X (X stock-market) (X data)) (X .))))))
(X (X (X (X (X (X The) (X last)) (X (X time) (X (X the) (X (X S&P) (X (X (X 500) (X yield)) (X dropped)))))) (X (X below) (X (X 3) (X %)))) (X (X was) (X (X in) (X (X the) (X summer))))) (X (X of) (X (X 1987) (X .))))
(X (X (X Stockholders) (X who)) (X (X took) (X (X (X (X the) (X hint)) (X and)) (X (X sold) (X (X shares) (X (X (X (X escaped) (X (X the) (X October))) (X debacle)) (X .)))))))
(X (X (X (X (X (X There) (X (X have) (X (X been) (X (X (X only) (X seven)) (X (X other) (X times)))))) (X (X --) (X (X in) (X 1929)))) (X (X ,) (X 1933))) (X (X ,) (X (X 1961) (X (X ,) (X (X (X (X 1965) (X (X ,) (X 1968))) (X (X ,) (X (X 1971) (X (X and) (X 1972))))) (X --)))))) (X (X when) (X (X (X (X the) (X yield)) (X (X on) (X (X (X (X (X the) (X (X S&P) (X (X 500) (X dropped)))) (X (X below) (X (X 3) (X %)))) (X (X for) (X (X (X at) (X (X least) (X two))) (X (X consecutive) (X months))))) (X (X ,) (X (X Mr.) (X Perritt)))))) (X (X found) (X .)))))
(X (X (X (X And) (X (X in) (X (X each) (X case)))) (X (X ,) (X (X (X he) (X (X says) (X (X ,) (X (X a) (X (X sharp) (X drop)))))) (X (X in) (X (X (X stock) (X prices)) (X began)))))) (X (X within) (X (X (X a) (X year)) (X .))))
(X (X (X (X Still) (X (X ,) (X (X (X (X some) (X (X market) (X analysts))) (X (X say) (X (X (X (X the) (X current)) (X 3.3)) (X %)))) (X reading)))) (X (X is) (X n't))) (X (X as) (X (X troublesome) (X (X as) (X (X it) (X (X might) (X (X have) (X (X been) (X (X in) (X (X years) (X (X past) (X .))))))))))))
(X (X (X ``) (X (X (X It) (X 's)) (X (X not) (X (X (X a) (X (X very) (X meaningful))) (X (X indicator) (X currently)))))) (X (X because) (X (X corporations) (X (X are) (X (X (X (X not) (X behaving)) (X (X in) (X (X a) (X (X traditional) (X manner))))) (X (X ,) (X (X (X (X '') (X (X says) (X (X James) (X (X H.) (X Coxon))))) (X (X ,) (X (X (X head) (X (X of) (X (X stock) (X investments)))) (X (X for) (X (X Cigna) (X Corp.)))))) (X (X ,) (X (X (X (X the) (X Philadelphia-based)) (X insurer)) (X .))))))))))
(X (X (X (X (X In) (X particular)) (X (X ,) (X (X Mr.) (X Coxon)))) (X (X says) (X (X (X (X ,) (X businesses)) (X (X are) (X (X paying) (X (X out) (X (X a) (X (X smaller) (X percentage))))))) (X (X of) (X (X (X (X their) (X profits)) (X (X and) (X (X cash) (X flow)))) (X (X in) (X (X the) (X form)))))))) (X (X of) (X (X dividends) (X (X than) (X (X they) (X (X have) (X (X historically) (X .))))))))
(X (X (X So) (X ,)) (X (X while) (X (X (X (X (X (X stock) (X prices)) (X may)) (X (X look) (X (X fairly) (X (X high) (X relative))))) (X (X to) (X (X (X dividends) (X (X ,) (X they))) (X (X are) (X (X not) (X (X excessive) (X relative))))))) (X (X to) (X (X (X (X the) (X (X underlying) (X corporate))) (X strength)) (X .))))))
(X (X (X (X Rather) (X (X than) (X (X (X increasing) (X dividends)) (X (X ,) (X (X some) (X companies)))))) (X have)) (X (X used) (X (X (X cash) (X (X to) (X (X buy) (X (X (X back) (X some)) (X (X of) (X (X their) (X shares))))))) (X (X ,) (X (X (X (X notes) (X (X Steven) (X (X G.) (X Einhorn)))) (X (X ,) (X (X co-chairman) (X (X of) (X (X (X the) (X (X investment) (X (X policy) (X committee)))) (X (X at) (X Goldman))))))) (X (X ,) (X (X (X (X Sachs) (X &)) (X Co)) (X .))))))))
(X (X (X He) (X factors)) (X (X that) (X (X (X (X into) (X (X (X the) (X market)) (X yield))) (X (X to) (X (X get) (X (X (X an) (X adjusted)) (X yield))))) (X (X of) (X (X about) (X (X (X 3.6) (X %)) (X .)))))))
(X (X That) (X (X is) (X (X (X (X (X just) (X (X a) (X tad))) (X (X below) (X (X the) (X average)))) (X (X of) (X (X (X (X the) (X (X past) (X (X 40) (X years)))) (X or)) (X so)))) (X (X ,) (X (X he) (X (X says) (X .)))))))
(X (X (X What) (X (X will) (X happen))) (X (X to) (X (X (X dividend) (X (X growth) (X (X next) (X year)))) (X ?))))
(X (X (X (X Common) (X wisdom)) (X (X suggests) (X (X (X (X a) (X (X single-digit) (X rate))) (X (X of) (X growth))) (X ,)))) (X (X reflecting) (X (X (X a) (X weakening)) (X (X in) (X (X (X the) (X economy)) (X (X and) (X (X (X corporate) (X profits)) (X .))))))))
(X (X (X (X (X PaineWebber) (X Inc.)) (X (X ,) (X (X (X for) (X instance)) (X ,)))) (X (X is) (X (X (X forecasting) (X growth)) (X (X in) (X (X (X S&P) (X (X 500) (X dividends))) (X (X of) (X just))))))) (X (X under) (X (X (X (X (X 5) (X %)) (X (X in) (X 1990))) (X (X ,) (X down))) (X (X from) (X (X (X an) (X (X estimated) (X (X 11) (X (X %) (X (X this) (X year)))))) (X .))))))
(X (X (X (X (X In) (X other)) (X years)) (X in)) (X (X which) (X (X (X (X (X (X (X there) (X have)) (X (X been) (X (X (X moderate) (X economic)) (X slowdowns)))) (X (X --) (X (X (X (X the) (X (X environment) (X (X the) (X firm)))) (X (X expects) (X (X in) (X 1990)))) (X (X --) (X (X the) (X change)))))) (X (X in) (X (X dividends) (X ranged)))) (X (X from) (X (X (X a) (X gain)) (X (X of) (X (X (X 4) (X %)) (X (X to) (X (X a) (X decline)))))))) (X (X of) (X (X (X (X 1) (X %)) (X (X ,) (X according))) (X (X to) (X (X (X PaineWebber) (X analyst)) (X (X Thomas) (X (X Doerflinger) (X .))))))))))
(X (X (X (X (X (X (X (X The) (X minority)) (X argument)) (X (X ,) (X (X meanwhile) (X ,)))) (X is)) (X (X that) (X (X businesses) (X (X have) (X (X (X (X (X the) (X financial)) (X (X wherewithal) (X (X this) (X time)))) (X around)) (X to)))))) (X (X declare) (X (X sharply) (X (X (X higher) (X dividends)) (X even))))) (X (X if) (X (X (X (X their) (X earnings)) (X weaken)) (X .))))
(X (X (X (X (X Dividend) (X growth)) (X (X on) (X (X (X the) (X order)) (X (X of) (X (X 12) (X %)))))) (X (X is) (X expected))) (X (X by) (X (X (X (X both) (X (X Mr.) (X Coxon))) (X (X of) (X (X Cigna) (X (X and) (X (X Mr.) (X Einhorn)))))) (X (X of) (X (X (X Goldman) (X Sachs)) (X .))))))
(X (X (X Those) (X (X dividend) (X bulls))) (X (X argue) (X (X that) (X (X (X corporations) (X (X are) (X (X in) (X (X (X the) (X unusual)) (X position))))) (X (X of) (X (X (X (X (X having) (X (X plenty) (X (X of) (X (X (X cash) (X left)) (X over))))) (X (X after) (X (X paying) (X dividends)))) (X and)) (X (X making) (X (X (X capital) (X expenditures)) (X .)))))))))
(X (X (X (X (X (X One) (X (X indicator) (X investors))) (X might)) (X want)) (X (X to) (X watch))) (X (X is) (X (X (X (X the) (X monthly)) (X tally)) (X (X from) (X (X (X (X Standard) (X &)) (X (X Poor) (X 's))) (X (X of) (X (X (X the) (X number)) (X (X of) (X (X (X public) (X companies)) (X (X adjusting) (X (X (X their) (X dividends)) (X .))))))))))))
(X (X (X (X (X (X A) (X total)) (X (X of) (X (X 139) (X companies)))) (X (X raised) (X (X dividends) (X (X in) (X October))))) (X (X ,) (X (X basically) (X unchanged)))) (X (X from) (X (X (X (X 138) (X (X a) (X (X year) (X ago)))) (X (X ,) (X S&P))) (X (X said) (X (X Wednesday) (X .))))))
(X (X (X That) (X (X followed) (X (X (X (X four) (X straight)) (X months)) (X in)))) (X (X which) (X (X (X the) (X number)) (X (X of) (X (X (X increases) (X (X trailed) (X (X the) (X (X year-earlier) (X pace))))) (X .))))))
(X (X (X (X (X While) (X the)) (X S&P)) (X tally)) (X (X does) (X (X (X n't) (X (X measure) (X (X (X the) (X magnitude)) (X (X of) (X (X (X dividend) (X changes)) (X (X ,) (X (X (X (X a) (X (X further) (X slippage))) (X (X in) (X (X (X the) (X number)) (X (X of) (X (X dividend) (X increases)))))) (X (X could) (X (X be) (X (X a) (X harbinger))))))))))) (X (X of) (X (X (X (X slower) (X dividend)) (X (X growth) (X (X next) (X year)))) (X .))))))
(X (X (X (X (X (X (X In) (X any)) (X case)) (X (X ,) (X opinion))) (X (X is) (X (X mixed) (X on)))) (X (X how) (X (X (X much) (X (X of) (X (X (X a) (X (X boost) (X (X the) (X (X overall) (X stock))))) (X market)))) (X (X would) (X (X get) (X even)))))) (X (X if) (X (X (X (X dividend) (X growth)) (X continues)) (X (X at) (X (X (X double-digit) (X levels)) (X .))))))
(X (X (X (X Mr.) (X Einhorn)) (X (X of) (X (X (X (X (X (X Goldman) (X (X Sachs) (X (X estimates) (X (X (X the) (X stock)) (X market))))) (X will)) (X (X deliver) (X (X a) (X (X 12) (X %))))) (X (X to) (X (X (X (X 15) (X %)) (X total)) (X return)))) (X (X from) (X (X (X (X appreciation) (X (X and) (X dividends))) (X (X over) (X (X (X the) (X next)) (X (X 12) (X months))))) (X (X --) (X (X (X (X (X vs.) (X a)) (X (X ``) (X (X cash) (X rate)))) (X (X of) (X (X return) (X '')))) (X (X of) (X (X perhaps) (X (X (X 7) (X %)) (X (X or) (X (X 8) (X %))))))))))))) (X (X if) (X (X (X dividend) (X growth)) (X (X is) (X (X weak) (X .))))))
(X (X (X (X (X But) (X Mr.)) (X Boesel)) (X (X of) (X (X (X (X T.) (X Rowe)) (X Price)) (X (X ,) (X (X (X (X who) (X also)) (X (X expects) (X (X 12) (X (X %) (X growth))))) (X (X in) (X (X (X (X dividends) (X next)) (X year)) (X ,)))))))) (X (X does) (X (X n't) (X (X think) (X (X (X it) (X will)) (X (X help) (X (X (X (X the) (X overall)) (X (X market) (X all))) (X (X that) (X (X much) (X .))))))))))
(X (X (X ``) (X (X (X (X (X (X (X (X Having) (X the)) (X dividend)) (X increases)) (X (X is) (X (X a) (X (X supportive) (X element))))) (X (X in) (X (X (X the) (X market)) (X outlook)))) (X ,)) (X (X but) (X I)))) (X (X do) (X (X (X n't) (X (X think) (X (X it) (X (X 's) (X (X a) (X (X main) (X consideration))))))) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))
(X (X (X (X (X With) (X (X slower) (X (X economic) (X growth)))) (X (X and) (X (X (X flat) (X corporate)) (X earnings)))) (X (X likely) (X (X (X next) (X year)) (X ,)))) (X (X ``) (X (X (X I) (X (X would) (X (X (X n't) (X look)) (X (X for) (X (X the) (X market)))))) (X (X to) (X (X (X have) (X (X much) (X upside))) (X (X from) (X (X (X current) (X levels)) (X .))))))))
(X (X (X (X (X (X (X (X (X Your) (X (X Oct.) (X (X (X 13) (X page-one)) (X story)))) (X (X on) (X (X (X the) (X renewed)) (X plight)))) (X (X of) (X (X Western) (X Union)))) (X says)) (X (X that) (X (X (X (X (X Western) (X Union)) (X had)) (X (X lost) (X (X its) (X chance)))) (X (X to) (X (X (X be) (X (X in) (X (X the) (X (X telephone) (X business))))) (X (X by) (X (X turning) (X (X down) (X (X (X Alexander) (X Graham)) (X (X Bell) (X (X 's) (X offer)))))))))))) (X (X to) (X (X (X it) (X (X of) (X (X his) (X invention)))) (X ,)))) (X (X because) (X (X (X it) (X supposedly)) (X felt)))) (X (X that) (X (X (X (X voice) (X communication)) (X (X would) (X never))) (X (X replace) (X (X (X the) (X telegraph)) (X .))))))
(X (X Such) (X (X is) (X (X hardly) (X (X (X the) (X case)) (X .)))))
(X (X (X (X Bell) (X (X 's) (X father-in-law))) (X (X ,) (X (X (X Gardner) (X (X G.) (X Hubbard))) (X (X ,) (X (X (X (X wealthy) (X and)) (X well-connected)) (X (X ,) (X (X obtained) (X financing)))))))) (X (X to) (X (X (X (X (X (X (X start) (X (X the) (X American))) (X Bell)) (X Telephone)) (X Co.)) (X (X in) (X (X Boston) (X (X ,) (X (X (X which) (X (X (X even) (X (X had) (X (X a) (X subsidiary)))) (X (X in) (X (X New) (X York))))) (X (X called) (X (X (X the) (X Telephone)) (X Co.)))))))) (X (X of) (X (X (X New) (X York)) (X .))))))
(X (X This) (X (X is) (X (X where) (X (X (X Bell) (X (X 's) (X patents))) (X (X went) (X .))))))
(X (X (X (X (X Western) (X Union)) (X indeed)) (X wanted)) (X (X to) (X (X get) (X (X into) (X (X (X (X the) (X telephone)) (X business)) (X .))))))
(X (X (X (X It) (X (X acquired) (X (X (X (X Thomas) (X (X Edison) (X (X 's) (X (X microphone) (X patent))))) (X and)) (X (X then) (X (X immediately) (X (X (X sued) (X (X the) (X Bell))) (X Co.))))))) (X claiming)) (X (X that) (X (X (X (X (X the) (X microphone)) (X invented)) (X (X by) (X (X (X (X (X (X my) (X grandfather)) (X (X ,) (X Emile))) (X Berliner)) (X ,)) (X (X which) (X (X had) (X (X been) (X sold))))))) (X (X to) (X (X (X Bell) (X (X for) (X (X (X (X a) (X (X princely) (X $))) (X 50,000)) (X (X ,) (X infringed))))) (X (X upon) (X (X Western) (X (X Union) (X (X (X 's) (X (X Edison) (X patent))) (X .))))))))))
(X (X (X (X When) (X Bell)) (X established)) (X (X that) (X (X (X (X (X (X (X the) (X (X Berliner) (X (X patent) (X caveat)))) (X (X was) (X (X (X registered) (X (X 10) (X days))) (X (X before) (X (X Edison) (X (X 's) (X application))))))) (X (X ,) (X (X (X (X Western) (X (X Union) (X (X dropped) (X (X the) (X lawsuit))))) (X and)) (X (X agreed) (X never))))) (X to)) (X (X enter) (X (X (X (X the) (X telephone)) (X business)) (X (X --) (X (X the) (X basis)))))) (X (X for) (X (X (X (X (X the) (X company)) (X (X 's) (X current))) (X plight)) (X .))))))
(X (X (X (X (X Oliver) (X Berliner)) (X Beverly)) (X Hills)) (X (X ,) (X (X Calif) (X .))))
(X (X (X (X Troubled) (X NBI)) (X Inc.)) (X (X said) (X (X (X (X it) (X (X fired) (X (X more) (X (X than) (X (X half) (X (X its) (X (X work) (X force)))))))) (X and)) (X (X is) (X (X (X (X discontinuing) (X (X its) (X (X hardware) (X business)))) (X (X to) (X focus))) (X (X on) (X (X (X its) (X software)) (X (X and) (X (X (X service) (X operations)) (X .))))))))))
(X (X (X (X (X (X The) (X (X ailing) (X company))) (X ,)) (X which)) (X (X has) (X (X (X reported) (X (X net) (X losses))) (X (X for) (X (X (X 16) (X (X consecutive) (X quarters))) (X (X ,) (X (X said) (X (X (X it) (X (X wo) (X n't))) (X (X manufacture) (X (X (X (X (X network) (X (X computer) (X systems))) (X (X any) (X (X more) (X and)))) (X will)) (X greatly))))))))))) (X (X reduce) (X (X (X its) (X (X (X costly) (X direct)) (X (X sales) (X force)))) (X .))))
(X (X (X Altogether) (X (X ,) (X NBI))) (X (X said) (X (X (X it) (X will)) (X (X eliminate) (X (X (X (X 266) (X jobs)) (X (X at) (X (X (X its) (X Boulder)) (X headquarters)))) (X (X ,) (X (X (X (X 176) (X (X field) (X (X sales) (X jobs)))) (X (X and) (X (X (X 50) (X jobs)) (X (X at) (X (X its) (X Canadian)))))) (X (X and) (X (X United) (X (X Kingdom) (X (X headquarters) (X .))))))))))))
(X (X (X (X (X (X The) (X company)) (X (X 's) (X work))) (X force)) (X (X will) (X fall))) (X (X to) (X (X (X about) (X (X 400) (X people))) (X .))))
(X (X (X (X (X (X (X (X Stephen) (X G.)) (X Jerritts)) (X (X ,) (X (X (X (X president) (X (X and) (X (X chief) (X (X executive) (X officer))))) (X ,)) (X (X said) (X customers))))) (X (X were) (X (X n't) (X willing)))) (X to)) (X commit)) (X (X to) (X (X (X an) (X (X expensive) (X (X NBI) (X (X hardware) (X systems))))) (X (X because) (X (X of) (X (X (X (X the) (X company)) (X (X 's) (X (X financial) (X troubles)))) (X .)))))))
(X (X (X Further) (X (X ,) (X (X he) (X (X said) (X (X ,) (X (X the) (X company))))))) (X (X does) (X (X (X n't) (X (X have) (X (X (X the) (X capital)) (X needed)))) (X (X to) (X (X build) (X (X (X the) (X business)) (X (X over) (X (X (X (X (X the) (X next)) (X year)) (X or)) (X (X two) (X .))))))))))
(X (X ``) (X (X (X (X (X (X We) (X flat)) (X ran)) (X out)) (X (X of) (X (X (X financing) (X resources)) (X (X ,) (X (X '') (X (X Mr.) (X Jerritts))))))) (X (X said) (X .))))
(X (X ``) (X (X (X We) (X (X had) (X to))) (X (X do) (X (X (X something) (X structurally)) (X (X and) (X (X radically) (X (X (X different) (X .)) (X ''))))))))
(X (X (X (X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X he))) (X (X said) (X NBI))) (X (X will) (X (X (X focus) (X (X on) (X (X (X servicing) (X (X its) (X (X installed) (X base)))) (X (X of) (X systems))))) (X ,)))) (X trying)) (X (X to) (X (X (X provide) (X (X maintenance) (X (X for) (X (X (X (X other) (X manufacturers)) (X and)) (X (X expanding) (X (X (X its) (X (X software) (X business))) (X ,))))))) (X (X using) (X (X (X some) (X (X of) (X (X (X (X the) (X applications)) (X it)) (X developed)))) (X (X for) (X (X (X its) (X hardware)) (X .))))))))
(X (X (X (X The) (X company)) (X currently)) (X (X offers) (X (X (X a) (X (X word-processing) (X package))) (X (X for) (X (X (X personal) (X computers)) (X (X called) (X (X Legend) (X .))))))))
(X (X (X (X (X (X The) (X company)) (X (X ,) (X (X (X which) (X recently)) (X (X said) (X it))))) (X (X lacked) (X (X (X (X (X the) (X profits)) (X (X and) (X capital))) (X to)) (X (X pay) (X (X dividends) (X (X on) (X (X (X (X (X its) (X Series)) (X A)) (X convertible)) (X (X preferred) (X (X stock) (X (X ,) (X (X said) (X it)))))))))))) (X (X has) (X (X hired) (X (X (X an) (X investment)) (X banker))))) (X (X to) (X (X help) (X (X it) (X (X raise) (X (X (X additional) (X cash)) (X .)))))))
(X (X (X (X (X (X (X In) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X yesterday))))) (X (X ,) (X (X (X (X NBI) (X (X common) (X closed))) (X (X at) (X (X (X 93) (X cents)) (X a)))) (X share)))) (X (X ,) (X (X (X up) (X (X 31) (X cents))) (X .))))
(X (X (X (X It) (X (X was) (X (X Richard) (X (X Nixon) (X (X (X 's) (X first)) (X visit)))))) (X (X to) (X (X China) (X (X in) (X 1972))))) (X (X that) (X (X (X set) (X (X in) (X (X motion) (X (X (X the) (X historic)) (X rapprochement))))) (X (X between) (X (X (X (X Beijing) (X and)) (X Washington)) (X .))))))
(X (X (X (X (X But) (X (X the) (X former))) (X (X U.S.) (X (X (X (X president) (X 's)) (X sixth)) (X visit)))) (X (X to) (X (X China) (X (X ,) (X during))))) (X (X which) (X (X (X he) (X (X spoke) (X (X at) (X length)))) (X (X with) (X (X (X (X (X (X (X Chinese) (X leaders)) (X ,)) (X (X was) (X nowhere))) (X near)) (X (X as) (X (X successful) (X (X at) (X (X easing) (X strains)))))) (X (X that) (X (X have) (X (X (X recently) (X (X afflicted) (X (X the) (X (X Sino-U.S.) (X relationship))))) (X .)))))))))
(X (X (X (X Mr.) (X Nixon)) (X (X ,) (X (X the) (X (X most) (X (X prominent) (X American)))))) (X (X to) (X (X come) (X (X to) (X (X (X China) (X (X since) (X (X Beijing) (X (X 's) (X (X bloody) (X suppression)))))) (X (X of) (X (X (X (X pro-democracy) (X demonstrators)) (X (X in) (X (X June) (X (X ,) (X harped))))) (X (X on) (X (X (X (X international) (X outrage)) (X (X over) (X (X the) (X massacre)))) (X .))))))))))
(X (X (X (X (X The) (X Chinese)) (X (X ,) (X (X (X in) (X turn)) (X ,)))) (X (X took) (X (X aim) (X (X at) (X American))))) (X (X ``) (X (X (X interference) (X '')) (X (X in) (X (X (X China) (X (X 's) (X (X domestic) (X affairs)))) (X .))))))
(X (X (X (X (X One) (X (X official) (X newspaper))) (X (X ,) (X (X (X (X Legal) (X Daily)) (X (X ,) (X (X even) (X directly)))) (X (X criticized) (X (X (X Mr.) (X Nixon)) (X (X ,) (X who))))))) (X (X is) (X (X (X normally) (X referred)) (X (X to) (X here))))) (X (X as) (X (X (X an) (X (X ``) (X (X old) (X friend)))) (X (X .) (X '')))))
(X (X (X (X (X (X The) (X paper)) (X (X accused) (X him))) (X (X of) (X (X being) (X (X a) (X (X leading) (X proponent)))))) (X (X of) (X (X (X (X ``) (X (X (X (X peaceful) (X evolution)) (X (X ,) (X (X '') (X (X a) (X (X catch) (X phrase)))))) (X to))) (X describe)) (X (X what) (X (X China) (X (X believes) (X (X is) (X (X the) (X policy))))))))) (X (X of) (X (X (X (X Western) (X countries)) (X (X to) (X (X seduce) (X (X socialist) (X nations))))) (X (X into) (X (X (X (X the) (X capitalist)) (X sphere)) (X .))))))
(X (X (X (X The) (X tension)) (X (X was) (X evident))) (X (X on) (X (X (X (X (X Wednesday) (X evening)) (X (X during) (X (X (X (X Mr.) (X Nixon)) (X (X 's) (X (X final) (X banquet)))) (X toast)))) (X (X ,) (X (X normally) (X (X an) (X opportunity))))) (X (X for) (X (X (X reciting) (X platitudes)) (X (X about) (X (X (X eternal) (X friendship)) (X .))))))))
(X (X (X (X (X Instead) (X (X ,) (X (X (X (X (X Mr.) (X Nixon)) (X (X reminded) (X (X his) (X host)))) (X (X ,) (X (X (X (X Chinese) (X President)) (X Yang)) (X Shangkun)))) (X ,)))) (X (X that) (X (X Americans) (X (X have) (X (X (X n't) (X (X forgiven) (X (X China) (X (X 's) (X leaders))))) (X (X for) (X (X (X the) (X military)) (X assault)))))))) (X (X of) (X (X June) (X 3-4)))) (X (X that) (X (X killed) (X (X (X hundreds) (X ,)) (X (X and) (X (X (X perhaps) (X thousands)) (X (X ,) (X (X of) (X (X demonstrators) (X .))))))))))
(X (X (X ``) (X (X (X (X Many) (X (X in) (X (X (X the) (X United)) (X States)))) (X ,)) (X (X including) (X (X (X (X many) (X friends)) (X (X of) (X (X China) (X ,)))) (X (X believe) (X (X (X (X the) (X crackdown)) (X (X was) (X (X (X excessive) (X and)) (X unjustified)))) (X (X ,) (X (X '') (X (X Mr.) (X Nixon)))))))))) (X (X told) (X (X (X Mr.) (X Yang)) (X (X ,) (X (X (X who) (X (X was) (X (X directly) (X involved)))) (X (X in) (X (X (X ordering) (X (X the) (X attack))) (X .))))))))
(X (X (X ``) (X (X The) (X events))) (X (X of) (X (X April) (X (X through) (X (X (X (X June) (X (X damaged) (X (X the) (X respect)))) (X (X and) (X confidence))) (X (X which) (X (X (X (X (X (X most) (X Americans)) (X previously)) (X had)) (X (X for) (X (X the) (X leaders)))) (X (X of) (X (X (X China) (X .)) (X ''))))))))))
(X (X (X (X The) (X Chinese)) (X responded)) (X (X in) (X (X (X an) (X (X equally) (X (X undiplomatic) (X fashion)))) (X .))))
(X (X (X (X (X In) (X talks)) (X (X with) (X (X (X Mr.) (X Nixon)) (X (X ,) (X (X Chinese) (X leaders)))))) (X (X expressed) (X (X (X (X no) (X regret)) (X (X for) (X (X the) (X killings)))) (X (X ,) (X (X and) (X (X even) (X suggested))))))) (X (X that) (X (X (X (X the) (X U.S.)) (X (X was) (X (X prominently) (X involved)))) (X (X in) (X (X (X (X the) (X (X demonstrations) (X this))) (X spring)) (X .))))))
(X (X (X (X (X (X (X In) (X a)) (X meeting)) (X Tuesday)) (X (X ,) (X (X (X (X (X supreme) (X leader)) (X (X ,) (X Deng))) (X Xiaoping)) (X ,)))) (X (X told) (X (X (X Mr.) (X Nixon)) (X ,)))) (X (X ``) (X (X (X (X (X Frankly) (X speaking)) (X (X ,) (X (X the) (X U.S.)))) (X (X was) (X (X (X (X involved) (X (X too) (X deeply))) (X (X in) (X (X the) (X turmoil)))) (X (X and) (X (X counterrevolutionary) (X rebellion)))))) (X (X which) (X (X occurred) (X (X in) (X (X Beijing) (X (X not) (X (X (X long) (X ago)) (X .))))))))))
(X (X (X China) (X (X was) (X (X (X (X (X the) (X real)) (X victim)) (X (X and) (X it))) (X (X is) (X unjust))))) (X (X to) (X (X (X reprove) (X China)) (X (X for) (X (X (X it) (X .)) (X ''))))))
(X (X (X (X (X Despite) (X (X the) (X harsh))) (X exchanges)) (X (X ,) (X (X (X the) (X U.S.)) (X (X and) (X (X China) (X still)))))) (X (X seem) (X (X to) (X (X (X (X (X be) (X looking)) (X (X for) (X (X a) (X way)))) (X (X to) (X (X (X (X mend) (X relations)) (X (X ,) (X (X which) (X (X have) (X deteriorated))))) (X into)))) (X (X what) (X (X (X (X (X (X (X Mr.) (X Nixon)) (X referred)) (X to)) (X as)) (X (X ``) (X (X (X (X the) (X (X greatest) (X crisis))) (X (X in) (X (X (X Chinese-American) (X relations)) (X '')))) (X (X since) (X (X (X his) (X initial)) (X visit)))))) (X (X to) (X (X (X China) (X (X (X 17) (X years)) (X ago))) (X .)))))))))
(X (X (X (X (X (X In) (X his)) (X return)) (X toast)) (X (X to) (X (X (X Mr.) (X Nixon)) (X (X ,) (X (X Mr.) (X Yang)))))) (X (X said) (X (X (X (X the) (X relationship)) (X had)) (X (X reached) (X (X a) (X (X ``) (X (X (X stalemate) (X .)) (X ''))))))))
(X (X (X (X Relations) (X (X between) (X (X China) (X (X and) (X (X the) (X U.S.)))))) (X (X have) (X (X (X been) (X tense)) (X (X since) (X (X June) (X (X 7) (X ,))))))) (X (X when) (X (X (X (X (X Chinese) (X (X dissident) (X (X Fang) (X Lizhi)))) (X (X and) (X (X (X his) (X wife)) (X (X ,) (X (X Li) (X Shuxian)))))) (X ,)) (X (X took) (X (X refuge) (X (X in) (X (X (X (X the) (X U.S.)) (X Embassy)) (X (X in) (X (X Beijing) (X .))))))))))
(X (X (X (X Shortly) (X afterwards)) (X (X ,) (X (X (X (X Mr.) (X (X Bush) (X (X imposed) (X (X a) (X series))))) (X (X of) (X (X anti-China) (X sanctions)))) (X ,)))) (X (X including) (X (X (X (X (X suspension) (X (X of) (X (X (X most) (X high-level)) (X talks)))) (X (X ,) (X which))) (X (X could) (X (X (X be) (X codified)) (X (X in) (X (X U.S.) (X (X congressional) (X legislation))))))) (X (X in) (X (X (X the) (X (X coming) (X weeks))) (X .))))))
(X (X (X Mr.) (X Nixon)) (X (X is) (X (X (X (X (X (X traveling) (X (X in) (X China))) (X (X as) (X (X (X a) (X (X private) (X citizen))) (X ,)))) (X (X but) (X (X he) (X has)))) (X (X made) (X clear))) (X (X that) (X (X (X he) (X (X is) (X (X an) (X (X unofficial) (X envoy))))) (X (X for) (X (X (X the) (X (X Bush) (X administration))) (X .))))))))
(X (X (X Mr.) (X Nixon)) (X (X met) (X (X (X (X (X Mr.) (X Bush)) (X (X and) (X (X his) (X (X national) (X (X security) (X adviser)))))) (X (X ,) (X (X (X (X Brent) (X Scowcroft)) (X ,)) (X (X before) (X coming))))) (X (X to) (X (X China) (X (X on) (X (X Saturday) (X .))))))))
(X (X (X (X And) (X he)) (X plans)) (X (X to) (X (X (X (X (X (X brief) (X (X the) (X president))) (X (X at) (X (X the) (X end)))) (X (X of) (X (X the) (X week)))) (X (X ,) (X (X U.S.) (X sources)))) (X (X said) (X .)))))
(X (X (X Mr.) (X Nixon)) (X (X was) (X (X to) (X (X leave) (X (X (X China) (X today)) (X .))))))
(X (X (X According) (X (X to) (X (X (X an) (X (X American) (X member))) (X (X of) (X (X (X (X (X (X the) (X (X Nixon) (X party))) (X (X ,) (X (X the) (X (X former) (X president))))) (X (X raised) (X (X a) (X number)))) (X (X of) (X (X controversial) (X issues)))) (X (X in) (X (X (X his) (X (X 20) (X hours))) (X (X of) (X talks))))))))) (X (X with) (X (X (X top-level) (X (X Chinese) (X officials))) (X .))))
(X (X (X These) (X (X included) (X (X (X China) (X (X 's) (X (X economic) (X policies)))) (X (X ,) (X (X (X human) (X rights)) (X (X and) (X (X the) (X question)))))))) (X (X of) (X (X (X Mr.) (X Fang)) (X .))))
(X (X (X (X (X Mr.) (X Nixon)) (X also)) (X proposed)) (X (X that) (X (X China) (X (X restore) (X (X (X its) (X participation)) (X (X in) (X (X (X (X the) (X Fulbright)) (X Program)) (X (X ,) (X (X (X a) (X U.S.)) (X (X government-funded) (X (X (X academic) (X exchange)) (X .))))))))))))
(X (X (X (X China) (X pulled)) (X out)) (X (X of) (X (X (X the) (X program)) (X (X in) (X (X July) (X .))))))
(X (X (X (X (X (X In) (X (X his) (X talks))) (X (X ,) (X (X (X the) (X (X former) (X president))) (X (X urged) (X (X China) (X (X 's) (X leaders))))))) (X (X to) (X acknowledge))) (X (X that) (X (X (X their) (X nation)) (X (X is) (X part))))) (X (X of) (X (X (X (X (X (X the) (X world)) (X community)) (X and)) (X (X welcome) (X (X the) (X infusion)))) (X (X of) (X (X outside) (X (X contacts) (X (X and) (X (X ideas) (X .)))))))))
(X (X (X (X ``) (X Ideas)) (X (X are) (X (X (X (X (X (X going) (X (X over) (X borders))) (X ,)) (X (X and) (X (X there) (X (X 's) (X (X (X no) (X SDI)) (X (X ideological) (X weapon))))))) (X that)) (X (X can) (X (X shoot) (X (X (X them) (X down)) (X (X ,) (X (X '') (X he))))))))) (X (X told) (X (X (X (X a) (X group)) (X (X of) (X (X Americans) (X (X at) (X (X (X the) (X U.S.)) (X Embassy)))))) (X (X on) (X (X Wednesday) (X .))))))
(X (X There) (X (X are) (X (X (X no) (X signs)) (X (X ,) (X (X (X however) (X (X ,) (X (X of) (X (X China) (X (X 's) (X yielding)))))) (X (X on) (X (X (X key) (X issues)) (X .))))))))
(X (X (X (X (X But) (X (X in) (X (X (X one) (X minor)) (X matter)))) (X (X ,) (X (X Mr.) (X Nixon)))) (X appears)) (X (X to) (X (X have) (X (X gained) (X (X (X a) (X concession)) (X .))))))
(X (X (X (X (X In) (X a)) (X meeting)) (X (X with) (X (X (X (X (X Premier) (X Li)) (X Peng)) (X (X on) (X (X Monday) (X (X ,) (X (X Mr.) (X Nixon)))))) (X said)))) (X (X that) (X (X (X (X (X he) (X (X hoped) (X he))) (X (X would) (X n't))) (X (X encounter) (X guards))) (X (X with) (X (X (X (X machine) (X guns)) (X (X during) (X (X his) (X visit)))) (X (X to) (X (X (X (X the) (X U.S.)) (X Embassy)) (X .))))))))
(X (X (X (X Sure) (X enough)) (X ,)) (X (X when) (X (X (X (X (X (X he) (X arrived)) (X (X at) (X (X the) (X (X embassy) (X (X two) (X (X days) (X later))))))) (X (X ,) (X (X (X the) (X machine-gun-toting)) (X guards)))) (X (X were) (X gone))) (X (X --) (X (X (X for) (X (X (X the) (X first)) (X time))) (X (X in) (X (X (X five) (X months)) (X .))))))))
(X (X (X (X A) (X few)) (X (X blocks) (X (X away) (X (X ,) (X (X at) (X (X (X (X the) (X U.S.)) (X ambassador)) (X (X 's) (X residence)))))))) (X (X ,) (X (X (X (X the) (X guards)) (X (X encircling) (X (X (X the) (X compound)) (X also)))) (X (X had) (X (X (X discarded) (X (X their) (X (X Uzi-model) (X arms)))) (X (X for) (X (X (X (X the) (X first)) (X time)) (X (X since) (X (X (X early) (X June)) (X .))))))))))
(X (X (X (X (X But) (X the)) (X guards)) (X there)) (X (X retained) (X (X (X (X their) (X pistols)) (X (X ,) (X (X and) (X (X (X a) (X large)) (X contingent))))) (X (X of) (X (X (X plainclothes) (X police)) (X (X remained) (X (X nearby) (X (X in) (X (X (X unmarked) (X cars)) (X .))))))))))
(X (X (X (X (X Moreover) (X (X ,) (X (X police) (X (X and) (X soldiers))))) (X continue)) (X (X to) (X (X (X (X harass) (X Americans)) (X (X ,) (X (X who) (X have)))) (X (X filed) (X (X several) (X protests)))))) (X (X with) (X (X (X (X the) (X Foreign)) (X Ministry)) (X (X in) (X (X (X the) (X (X past) (X week))) (X .))))))
(X (X (X (X Several) (X times)) (X (X ,) (X (X Chinese) (X guards)))) (X (X have) (X (X (X (X pointed) (X (X their) (X (X automatic) (X rifles)))) (X (X at) (X (X young) (X children)))) (X (X of) (X (X (X U.S.) (X diplomats)) (X (X and) (X (X clicked) (X (X (X the) (X trigger)) (X .)))))))))
(X (X (X The) (X rifles)) (X (X were) (X (X n't) (X (X loaded) (X .)))))
(X (X (X (X Your) (X (X Oct.) (X (X 6) (X article)))) (X (X ``) (X (X (X (X (X (X Japan) (X 's)) (X Financial)) (X Firms)) (X (X Lure) (X (X Science) (X (X Graduates) (X (X '') (X states)))))) (X ,)))) (X (X ``) (X (X (X (X Industrial) (X companies)) (X (X are) (X (X accusing) (X (X financial) (X institutions))))) (X (X of) (X (X (X jeopardizing) (X (X Japan) (X (X 's) (X economy)))) (X (X by) (X (X (X raising) (X (X (X the) (X salary)) (X stakes))) (X (X for) (X (X (X new) (X employees)) (X (X .) (X '')))))))))))
(X (X (X The) (X (X Japanese) (X (X industrial) (X companies)))) (X (X should) (X (X know) (X (X better) (X .)))))
(X (X They) (X (X are) (X (X (X (X barking) (X (X up) (X (X (X the) (X wrong)) (X tree)))) (X ,)) (X (X because) (X (X (X it) (X (X is) (X (X basically) (X (X (X their) (X fault)) (X (X they) (X (X ca) (X n't))))))) (X (X attract) (X (X (X new) (X employees)) (X .))))))))
(X (X (X (X (X Takuma) (X Yamamoto)) (X (X ,) (X president))) (X (X of) (X (X (X Fujitsu) (X Ltd.)) (X ,)))) (X (X believes) (X (X ``) (X (X (X (X the) (X (X `) (X money))) (X (X worship) (X '))) (X (X among) (X (X (X young) (X people)) (X (X ...) (X (X caused) (X (X (X the) (X problem)) (X (X .) (X '')))))))))))
(X (X He) (X (X is) (X (X (X just) (X (X passing) (X (X the) (X buck)))) (X (X to) (X (X (X young) (X people)) (X .))))))
(X (X (X What) (X (X 's) (X wrong))) (X (X with) (X (X asking) (X (X for) (X (X (X more) (X money)) (X ?))))))
(X (X Money) (X (X is) (X (X (X (X (X not) (X everything)) (X ,)) (X (X but) (X (X it) (X (X is) (X (X necessary) (X ,)))))) (X (X and) (X (X business) (X (X is) (X (X not) (X (X (X volunteer) (X work)) (X .)))))))))
(X (X It) (X (X is) (X (X (X not) (X unethical)) (X (X to) (X (X choose) (X (X (X a) (X (X higher-salaried) (X job))) (X .)))))))
(X (X (X Unfortunately) (X (X ,) (X (X Japanese) (X manufacturers)))) (X (X have) (X (X (X (X neither) (X good)) (X (X working) (X conditions))) (X (X nor) (X (X (X good) (X (X compensation) (X packages))) (X .))))))
(X (X (X I) (X (X get) (X (X the) (X impression)))) (X (X that) (X (X (X some) (X (X Japanese) (X managers))) (X (X believe) (X (X (X working) (X harder)) (X (X for) (X (X (X less) (X money)) (X (X is) (X (X beautiful) (X .))))))))))
(X (X (X (X (X (X I) (X (X visited) (X (X a) (X lot)))) (X (X of) (X (X major) (X (X Japanese) (X manufacturers))))) (X ,)) (X (X but) (X (X I) (X never)))) (X (X felt) (X (X (X I) (X (X would) (X (X want) (X (X to) (X (X be) (X employed)))))) (X (X by) (X (X any) (X (X of) (X (X them) (X .))))))))
(X (X (X (X Many) (X (X of) (X (X (X them) (X recently)) (X (X have) (X (X (X (X been) (X (X spending) (X (X a) (X lot)))) (X (X of) (X money))) (X (X on) (X (X (X public) (X relations)) (X (X and) (X advertising))))))))) (X (X to) (X (X (X (X (X improve) (X (X their) (X images))) (X ,)) (X (X but) (X (X they) (X should)))) (X realize)))) (X (X that) (X (X (X (X (X the) (X (X most) (X important))) (X thing)) (X (X is) (X (X real) (X change)))) (X (X ,) (X (X not) (X (X changing) (X (X (X (X people) (X 's)) (X perceptions)) (X .))))))))
(X (X (X (X If) (X the)) (X (X Japanese) (X companies))) (X (X are) (X (X (X (X seriously) (X (X considering) (X (X (X their) (X survival)) (X (X ,) (X (X they) (X could)))))) (X (X do) (X (X (X (X (X at) (X (X least) (X (X three) (X things)))) (X (X to) (X (X improve) (X (X (X the) (X situation)) (X :))))) (X (X raise) (X (X (X salaries) (X higher)) (X (X than) (X those))))) (X (X of) (X (X financial) (X institutions)))))) (X (X ;) (X (X (X (X improve) (X (X (X working) (X conditions)) (X (X -LRB-) (X (X better) (X offices))))) (X (X and) (X (X (X (X more) (X vacations)) (X (X ,) (X (X for) (X (X example) (X -RRB-))))) (X (X ;) (X (X (X accept) (X and)) (X (X hire) (X (X more) (X labor)))))))) (X (X from) (X (X outside) (X (X Japan) (X .)))))))))
(X (X Hiroshi) (X Asada))
(X (X (X (X In) (X reference)) (X (X to) (X (X (X (X your) (X (X Oct.) (X 9))) (X (X page-one) (X article))) (X (X ``) (X (X (X (X (X (X (X (X (X Barbara) (X Bush)) (X Earns)) (X Even)) (X Higher)) (X Ratings)) (X (X Than) (X (X the) (X President)))) (X (X ,) (X (X '') (X it)))) (X (X is) (X regrettable))))))) (X (X that) (X (X (X (X (X you) (X (X must) (X continually))) (X (X define) (X (X blacks) (X (X by) (X (X (X our) (X negatives)) (X :)))))) (X (X ``) (X (X (X Among) (X liberals)) (X (X ,) (X (X (X 60) (X %)) (X (X have) (X (X positive) (X views)))))))) (X (X of) (X (X (X her) (X ,)) (X (X while) (X (X (X (X 50) (X %)) (X approve)) (X (X of) (X (X (X (X (X (X the) (X president)) (X 's)) (X job)) (X performance)) (X .))))))))))
(X (X (X (X (X In) (X part)) (X (X ,) (X (X this) (X may)))) (X (X reflect) (X (X (X the) (X fact)) (X (X that) (X (X (X (X (X (X `) (X she)) (X (X speaks) (X (X a) (X (X more) (X (X (X progressive) (X language)) (X ')))))) (X (X than) (X (X her) (X husband)))) (X ,)) (X (X as) (X (X Columbia) (X (X (X 's) (X Prof)) (X (X .) (X (X (X -LCB-) (X (X Ethel) (X -RCB-))) (X Klein))))))))))) (X (X puts) (X (X it) (X .))))
(X (X (X (X (X Among) (X professionals)) (X (X ,) (X (X 76) (X %)))) (X (X have) (X (X (X a) (X favorable)) (X opinion)))) (X (X of) (X (X (X (X her) (X ,)) (X compared)) (X (X to) (X (X (X (X 62) (X %)) (X who)) (X (X approve) (X (X of) (X (X (X (X her) (X (X husband) (X 's))) (X performance)) (X .)))))))))
(X (X (X (X (X (X While) (X a)) (X quarter)) (X (X of) (X (X (X black) (X voters)) (X disapprove)))) (X (X of) (X (X (X Mr.) (X (X Bush) (X (X 's) (X handling)))) (X (X of) (X (X (X his) (X job)) (X (X ,) (X (X (X only) (X (X 15) (X %))) (X (X have) (X (X (X a) (X negative)) (X view)))))))))) (X (X of) (X (X (X his) (X spouse)) (X (X .) (X '')))))
(X (X (X (X The) (X statistics)) (X imply)) (X (X that) (X (X (X three-quarters) (X (X of) (X (X blacks) (X approve)))) (X (X of) (X (X (X (X (X Mr.) (X (X Bush) (X (X (X 's) (X job)) (X performance)))) (X (X and) (X (X 85) (X %)))) (X (X of) (X (X blacks) (X approve)))) (X (X of) (X (X (X Mrs.) (X Bush)) (X .))))))))
(X (X (X (X (X (X If) (X the)) (X assumption)) (X is)) (X (X that) (X (X it) (X (X is) (X surprising))))) (X (X that) (X (X (X so) (X (X few) (X blacks))) (X (X find) (X (X (X Mr.) (X (X and) (X (X Mrs.) (X (X Bush) (X distasteful))))) (X (X ,) (X (X (X (X the) (X positive)) (X view)) (X (X is) (X (X even) (X (X more) (X (X newsworthy) (X .))))))))))))
(X (X (X Such) (X (X an) (X (X editorial) (X point)))) (X (X of) (X (X (X view) (X (X perpetuates) (X (X an) (X insidious)))) (X (X ,) (X (X (X stereotyped) (X perspective)) (X .))))))
(X (X Why) (X (X are) (X (X (X (X we) (X (X blacks) (X continually))) (X defined)) (X (X by) (X (X (X (X our) (X minority)) (X (X and) (X (X the) (X (X lowest) (X (X common) (X denominator)))))) (X .))))))
(X (X (X (X (X Preston) (X G.)) (X Foster)) (X Birmingham)) (X (X ,) (X (X Ala) (X .))))
(X (X (X (X (X The) (X National)) (X Association)) (X (X of) (X (X (X Securities) (X Dealers)) (X (X ,) (X (X (X the) (X (X self-regulatory) (X organization))) (X (X for) (X (X (X the) (X (X over-the-counter) (X (X securities) (X markets)))) (X (X ,) (X (X (X (X disciplined) (X (X a) (X number))) (X (X of) (X (X firms) (X (X and) (X individuals))))) (X (X for) (X (X alleged) (X violations)))))))))))) (X (X of) (X (X (X industry) (X rules)) (X .))))
(X (X (X (X Two) (X firms)) (X (X were) (X expelled))) (X (X from) (X (X (X (X the) (X NASD)) (X (X ,) (X (X three) (X (X were) (X (X (X suspended) (X or)) (X barred)))))) (X (X and) (X (X nine) (X (X were) (X (X fined) (X .))))))))
(X (X (X (X (X First) (X Securities)) (X Group)) (X (X of) (X (X (X (X California) (X (X and) (X (X a) (X principal)))) (X (X of) (X (X (X the) (X firm)) (X (X ,) (X (X (X Louis) (X Fernando)) (X Vargas)))))) (X (X of) (X (X (X (X Marina) (X (X del) (X Rey))) (X (X ,) (X (X Calif.) (X ,)))) (X (X were) (X (X (X (X (X jointly) (X (X fined) (X $))) (X 15,000)) (X (X and) (X expelled))) (X (X for) (X (X alleged) (X violations)))))))))) (X (X of) (X (X (X reporting) (X requirements)) (X (X on) (X (X (X securities) (X sales)) (X .))))))
(X (X (X (X Also) (X (X ,) (X (X Mr.) (X Vargas)))) (X (X was) (X (X barred) (X (X from) (X association))))) (X (X with) (X (X (X any) (X (X NASD) (X member))) (X .))))
(X (X (X (X (X Neither) (X First)) (X Securities)) (X (X ,) (X (X (X of) (X (X Beverly) (X Hills))) (X (X ,) (X (X nor) (X (X Mr.) (X Vargas))))))) (X (X could) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))
(X (X (X A) (X (X telephone-information) (X operator))) (X (X had) (X (X (X no) (X listing)) (X (X for) (X (X (X either) (X party)) (X .))))))
(X (X (X (X (X (X (X (X J.L.) (X Henry)) (X &)) (X Co.)) (X (X ,) (X (X (X Miami) (X ,)) (X (X and) (X (X a) (X principal)))))) (X (X of) (X (X (X the) (X firm)) (X (X ,) (X (X (X Henry) (X I.)) (X Otero)))))) (X (X of) (X (X (X Miami) (X ,)) (X (X were) (X (X (X (X jointly) (X (X fined) (X $))) (X 30,000)) (X (X and) (X (X expelled) (X (X ,) (X (X for) (X (X alleged) (X improper))))))))))) (X (X use) (X (X of) (X (X (X (X (X a) (X customer)) (X (X 's) (X funds))) (X ,)) (X (X among) (X (X (X other) (X things)) (X .)))))))
(X (X (X (X Also) (X (X ,) (X (X Mr.) (X Otero)))) (X (X was) (X (X barred) (X (X from) (X association))))) (X (X with) (X (X (X any) (X (X NASD) (X member))) (X .))))
(X (X (X J.L.) (X Henry)) (X (X has) (X (X n't) (X (X (X any) (X (X Miami) (X (X telephone) (X listing)))) (X (X ,) (X (X (X an) (X operator)) (X (X said) (X .))))))))
(X (X (X (X Mr.) (X Otero)) (X (X ,) (X (X who) (X apparently)))) (X (X has) (X (X (X (X an) (X (X unpublished) (X number))) (X (X ,) (X also))) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .))))))))
(X (X (X (X (X Biscayne) (X Securities)) (X Corp.)) (X (X ,) (X (X (X of) (X Lauderhill)) (X (X ,) (X (X (X Fla.) (X ,)) (X (X and) (X (X a) (X principal)))))))) (X (X of) (X (X (X (X the) (X firm)) (X (X ,) (X (X Alvin) (X Rosenblum)))) (X (X of) (X (X (X Plantation) (X (X ,) (X (X Fla.) (X ,)))) (X (X were) (X (X (X (X (X jointly) (X (X fined) (X $))) (X 20,000)) (X and)) (X (X given) (X (X (X 10-day) (X suspensions)) (X (X for) (X (X (X allegedly) (X (X selling) (X securities))) (X (X at) (X (X (X unfair) (X prices)) (X .))))))))))))))
(X (X Biscayne) (X (X has) (X (X (X n't) (X (X any) (X (X telephone) (X listing)))) (X (X ,) (X (X (X an) (X operator)) (X (X said) (X .)))))))
(X (X (X (X Mr.) (X Rosenblum)) (X (X ,) (X (X who) (X apparently)))) (X (X has) (X (X (X (X an) (X (X unpublished) (X (X phone) (X number)))) (X (X ,) (X also))) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .))))))))
(X (X (X (X (X Triton) (X Securities)) (X (X ,) (X (X (X (X of) (X Danville)) (X (X ,) (X Calif.))) (X (X ,) (X (X and) (X (X a) (X principal))))))) (X (X of) (X (X (X (X (X the) (X firm)) (X (X ,) (X (X (X (X Delwin) (X George)) (X Chase)) (X (X ,) (X also))))) (X (X of) (X (X Danville) (X ,)))) (X (X were) (X (X (X (X (X jointly) (X (X fined) (X $))) (X 10,000)) (X and)) (X (X given) (X (X (X 30-day) (X suspensions)) (X (X as) (X part))))))))) (X (X of) (X (X (X a) (X settlement)) (X .))))
(X (X (X (X While) (X (X neither) (X (X admitting) (X (X nor) (X (X denying) (X wrongdoing)))))) (X (X ,) (X (X Triton) (X (X and) (X (X Mr.) (X (X Chase) (X consented))))))) (X (X to) (X (X (X findings) (X (X of) (X (X violations) (X (X in) (X connection))))) (X (X with) (X (X (X limited-partnership) (X sales)) (X .))))))
(X (X Officials) (X (X of) (X (X Triton) (X (X could) (X (X (X n't) (X (X be) (X reached))) (X (X for) (X (X comment) (X .))))))))
(X (X (X Mr.) (X Chase)) (X (X did) (X (X (X n't) (X (X return) (X (X (X a) (X telephone)) (X call)))) (X (X to) (X (X (X his) (X office)) (X .))))))
(X (X (X (X (X (X (X (X Crane) (X &)) (X Co.)) (X Securities)) (X Inc.)) (X (X ,) (X (X (X (X of) (X (X Mount) (X Clemens))) (X (X ,) (X (X (X (X Mich.) (X ,)) (X (X and) (X (X its) (X president)))) (X (X ,) (X (X Glenn) (X (X R.) (X Crane))))))) (X (X ,) (X (X (X of) (X (X Sterling) (X Heights))) (X (X ,) (X (X Mich.) (X (X ,) (X consented))))))))) (X (X to) (X (X a) (X (X joint) (X fine))))) (X (X of) (X (X $) (X (X 10,000) (X .)))))
(X (X (X (X (X (X (X Without) (X (X admitting) (X (X or) (X denying)))) (X wrongdoing)) (X (X ,) (X (X they) (X consented)))) (X (X to) (X findings))) (X (X of) (X violations))) (X (X of) (X (X (X escrow) (X (X and) (X (X record-keeping) (X rules)))) (X .))))
(X (X (X Mr.) (X Crane)) (X (X did) (X (X (X n't) (X (X return) (X (X a) (X call)))) (X (X seeking) (X (X comment) (X .))))))
(X (X (X (X (X (X (X First) (X Commonwealth)) (X Securities)) (X Corp.)) (X (X ,) (X (X (X (X (X of) (X (X New) (X Orleans))) (X (X ,) (X (X and) (X (X its) (X president))))) (X (X ,) (X (X Kenneth) (X (X J.) (X Canepa))))) (X (X ,) (X also))))) (X (X of) (X (X (X New) (X Orleans)) (X (X ,) (X consented))))) (X (X to) (X (X (X a) (X $)) (X (X 10,000) (X (X fine) (X .))))))
(X (X (X Also) (X (X ,) (X (X Mr.) (X Canepa)))) (X (X received) (X (X (X a) (X (X two-week) (X suspension))) (X (X ``) (X (X in) (X (X (X (X a) (X principal)) (X capacity)) (X (X .) (X ''))))))))
(X (X (X (X (X (X Without) (X (X admitting) (X (X or) (X denying)))) (X wrongdoing)) (X (X ,) (X (X they) (X consented)))) (X (X to) (X findings))) (X (X that) (X (X (X they) (X (X had) (X inaccurately))) (X (X represented) (X (X (X (X (X (X (X (X the) (X firm)) (X (X 's) (X net))) (X capital)) (X (X ,) (X (X maintained) (X (X inaccurate) (X books))))) (X (X and) (X records))) (X ,)) (X (X and) (X (X made) (X (X (X other) (X violations)) (X .)))))))))
(X (X (X (X (X (X Mr.) (X Canepa)) (X (X confirmed) (X he))) (X (X had) (X consented))) (X (X to) (X (X the) (X sanctions)))) (X (X but) (X (X declined) (X (X to) (X (X comment) (X (X further) (X .)))))))
(X (X (X (X (X (X (X Weatherly) (X Securities)) (X Corp.)) (X (X ,) (X (X (X (X New) (X York)) (X ,)) (X (X and) (X (X three) (X (X of) (X (X its) (X principals)))))))) (X (X --) (X (X (X (X (X Dell) (X Eugene)) (X Keehn)) (X (X and) (X (X (X William) (X (X Northy) (X (X Prater) (X Jr.)))) (X (X ,) (X both))))) (X (X of) (X (X (X (X (X Mercer) (X Island)) (X (X ,) (X (X (X Wash.) (X ,)) (X (X and) (X (X Thomas) (X (X Albert) (X McFall))))))) (X (X ,) (X (X (X of) (X (X Red) (X Bank))) (X (X ,) (X (X N.J) (X .)))))) (X (X --) (X consented))))))) (X (X to) (X (X a) (X fine)))) (X (X of) (X (X $) (X (X 20,000) (X .)))))
(X (X (X (X (X (X Without) (X (X admitting) (X (X or) (X denying)))) (X wrongdoing)) (X (X ,) (X (X they) (X consented)))) (X (X to) (X findings))) (X (X that) (X (X (X (X they) (X failed)) (X (X to) (X (X (X return) (X (X funds) (X owed))) (X (X to) (X (X customers) (X (X in) (X connection))))))) (X (X with) (X (X (X a) (X limited-partnership)) (X (X offering) (X .)))))))
(X (X (X (X (X (X Reached) (X (X at) (X (X his) (X office)))) (X (X ,) (X (X (X Mr.) (X McFall)) (X (X ,) (X (X (X currently) (X chairman)) (X ,)))))) (X (X said) (X ,))) (X (X ``) (X (X An) (X implication)))) (X (X that) (X (X (X we) (X failed)) (X (X to) (X (X (X return) (X (X investor) (X funds))) (X (X is) (X (X inappropriate) (X (X and) (X (X (X inaccurate) (X .)) (X ''))))))))))
(X (X (X (X (X He) (X (X described) (X (X the) (X situation)))) (X as)) (X (X ``) (X (X (X (X (X (X an) (X (X escrow) (X problem))) (X (X ,) (X (X a) (X (X timing) (X issue))))) (X (X ,) (X (X '') (X (X which) (X he))))) (X said)) (X (X was) (X (X (X rapidly) (X rectified)) (X ,)))))) (X (X with) (X (X (X no) (X losses)) (X (X to) (X (X customers) (X .))))))
(X (X (X (X (X (X (X W.N.) (X Whelen)) (X &)) (X Co.)) (X (X ,) (X (X (X (X (X of) (X Georgetown)) (X (X ,) (X (X (X Del.) (X ,)) (X (X and) (X (X its) (X president)))))) (X (X ,) (X (X William) (X (X N.) (X (X Whelen) (X Jr.)))))) (X (X ,) (X also))))) (X (X of) (X (X Georgetown) (X ,)))) (X (X were) (X (X barred) (X (X from) (X (X (X (X transacting) (X (X principal) (X trades))) (X (X for) (X (X (X 90) (X days)) (X and)))) (X (X were) (X (X (X jointly) (X (X fined) (X $))) (X (X 15,000) (X .)))))))))
(X (X (X (X (X (X (X The) (X firm)) (X (X and) (X Mr.))) (X Whelen)) (X allegedly)) (X (X sold) (X securities))) (X (X to) (X (X (X (X (X the) (X public)) (X (X at) (X (X unfair) (X prices)))) (X ,)) (X (X among) (X (X (X (X other) (X alleged)) (X violations)) (X .))))))
(X (X (X (X (X (X Mr.) (X Whelen)) (X (X denied) (X (X the) (X firm)))) (X (X had) (X (X sold) (X (X securities) (X (X at) (X (X (X unfair) (X prices)) (X (X and) (X suggested)))))))) (X (X that) (X (X (X (X the) (X examination)) (X practices)) (X (X of) (X (X the) (X NASD)))))) (X (X need) (X (X improvement) (X .))))
(X (X (X (X (X (X The) (X firm)) (X (X and) (X (X the) (X NASD)))) (X differ)) (X (X over) (X (X the) (X meaning)))) (X (X of) (X (X (X (X markup) (X (X and) (X markdown))) (X (X ,) (X he))) (X (X added) (X .)))))
(X (X (X (X (X (X (X (X Shearson) (X Lehman)) (X Hutton)) (X Inc.)) (X (X ,) (X (X (X (X New) (X York)) (X ,)) (X which)))) (X (X is) (X 62%-owned))) (X (X by) (X (X (X (X American) (X Express)) (X Co.)) (X (X ,) (X consented))))) (X (X to) (X (X (X a) (X $)) (X (X 10,000) (X (X fine) (X .))))))
(X (X (X (X (X (X Without) (X (X admitting) (X (X or) (X denying)))) (X wrongdoing)) (X (X ,) (X (X (X the) (X firm)) (X consented)))) (X (X to) (X findings))) (X (X that) (X (X (X (X (X it) (X failed)) (X (X to) (X respond))) (X (X ``) (X (X (X (X in) (X (X (X a) (X (X timely) (X manner))) (X ''))) (X (X to) (X (X the) (X (X NASD) (X (X 's) (X requests)))))) (X (X for) (X (X information) (X (X in) (X connection))))))) (X (X with) (X (X (X (X a) (X customer)) (X complaint)) (X .))))))
(X (X (X A) (X (X Shearson) (X spokesman))) (X (X had) (X (X (X no) (X comment)) (X .))))
(X (X (X (X (X The) (X (X following) (X individuals))) (X (X were) (X fined))) (X (X as) (X (X (X (X (X indicated) (X and)) (X barred)) (X (X from) (X association))) (X (X with) (X (X (X NASD) (X members)) (X (X ,) (X (X or) (X ,)))))))) (X (X where) (X (X noted) (X (X ,) (X (X suspended) (X .))))))
(X (X Except) (X (X where) (X (X (X (X noted) (X (X ,) (X none))) (X (X of) (X (X (X these) (X people)) (X (X could) (X (X be) (X reached)))))) (X (X for) (X (X (X comment) (X or)) (X (X had) (X (X (X any) (X comment)) (X .))))))))
(X (X (X (X (X (X (X (X (X Andrew) (X Derel)) (X Adams)) (X (X ,) (X (X (X Killeen) (X (X ,) (X (X Texas) (X (X ,) (X (X (X fined) (X $)) (X 15,000)))))) (X (X ;) (X (X (X (X (X John) (X Francis)) (X Angier)) (X Jr.)) (X (X ,) (X (X (X (X Reddington) (X Shores)) (X (X ,) (X (X Fla.) (X (X ,) (X (X $) (X 15,000)))))) (X (X ;) (X (X Mark) (X Anthony)))))))))) (X (X ,) (X (X (X Arlington) (X Heights)) (X (X ,) (X (X Ill.) (X (X ,) (X (X (X $) (X 10,000)) (X (X and) (X (X 30-day) (X suspension)))))))))) (X (X ;) (X (X (X William) (X Stirlen)) (X (X ,) (X (X (X Arlington) (X Heights)) (X (X ,) (X (X Ill.) (X (X ,) (X (X (X $) (X 7,500)) (X (X and) (X (X 30-day) (X suspension)))))))))))) (X (X ;) (X (X (X Fred) (X (X W.) (X Bonnell))) (X (X ,) (X (X Boulder) (X (X ,) (X (X Colo.) (X (X ,) (X (X (X $) (X 2,500)) (X (X and) (X (X six-month) (X suspension)))))))))))) (X (X ;) (X (X (X (X Michael) (X (X J.) (X Boorse))) (X (X ,) (X (X (X (X (X (X Horsham) (X (X ,) (X Pa.))) (X (X ;) (X (X David) (X Chiodo)))) (X (X ,) (X (X (X (X Dallas) (X (X ,) (X (X $) (X 5,000)))) (X (X ,) (X barred))) (X (X as) (X (X a) (X principal)))))) (X (X ;) (X (X Camille) (X (X Chafic) (X Cotran))))) (X (X ,) (X (X (X London) (X (X ,) (X (X $) (X 25,000)))) (X (X ;) (X (X John) (X (X William) (X Curry))))))))) (X (X ,) (X (X (X fined) (X (X $) (X 5,000))) (X (X ,) (X ordered))))))) (X (X to) (X (X (X disgorge) (X (X $) (X 30,000))) (X (X ,) (X (X one-year) (X (X suspension) (X .)))))))
(X (X (X (X (X (X (X John) (X William)) (X Davis)) (X (X ,) (X (X (X Colonsville) (X (X ,) (X (X Miss.) (X (X ,) (X (X (X fined) (X $)) (X 200,000)))))) (X (X ;) (X (X (X (X Jeffrey) (X Gerard)) (X Dompierre)) (X (X ,) (X (X Valrico) (X (X ,) (X (X Fla.) (X (X ,) (X (X (X $) (X 5,000)) (X (X and) (X (X 10-day) (X suspension)))))))))))))) (X (X ;) (X (X (X (X Eugene) (X Michael)) (X Felten)) (X (X ,) (X (X (X (X La) (X Canada)) (X (X ,) (X (X Calif.) (X (X ,) (X (X (X fined) (X $)) (X 25,000)))))) (X (X ,) (X ordered))))))) (X (X to) (X (X (X (X (X disgorge) (X (X $) (X 16,072))) (X (X and) (X (X suspended) (X (X one) (X year))))) (X (X ;) (X (X Marion) (X (X Stewart) (X Spitler))))) (X (X ,) (X (X (X (X La) (X Canada)) (X (X ,) (X (X (X fined) (X $)) (X 15,000)))) (X (X ,) (X ordered))))))) (X (X to) (X (X (X disgorge) (X (X $) (X 18,444))) (X (X and) (X (X (X suspended) (X (X six) (X months))) (X .))))))
(X (X (X (X Mr.) (X Felten)) (X (X said) (X ,))) (X (X ``) (X (X (X We) (X got)) (X (X what) (X (X (X (X (X (X amounted) (X (X (X to) (X (X (X a) (X parking)) (X ticket))) (X ,))) (X (X and) (X (X (X by) (X complaining)) (X (X about) (X it))))) (X (X ,) (X we))) (X (X ended) (X up))) (X (X with) (X (X (X a) (X (X sizable) (X fine))) (X (X and) (X (X suspension) (X (X .) (X '')))))))))))
(X (X (X The) (X matter)) (X (X ``) (X (X did) (X (X (X n't) (X (X involve) (X (X (X (X (X anybody) (X 's)) (X securities)) (X transactions)) (X (X ,) (X (X '') (X he)))))) (X (X added) (X .))))))
(X (X (X (X (X (X (X Victor) (X Stanley)) (X Fishman)) (X (X ,) (X (X (X Longwood) (X (X ,) (X (X Fla.) (X (X ,) (X (X (X fined) (X $)) (X 25,000)))))) (X (X ;) (X (X (X (X William) (X Harold)) (X Floyd)) (X (X ,) (X (X (X Houston) (X (X ,) (X (X $) (X 100,000)))) (X (X ;) (X (X (X Michael) (X Anthony)) (X Houston)))))))))) (X (X ,) (X (X (X (X Bronx) (X (X ,) (X (X N.Y.) (X (X ,) (X (X $) (X 15,000)))))) (X (X ;) (X (X Amin) (X Jalaalwalikraam)))) (X (X ,) (X (X (X Glenham) (X (X ,) (X (X N.Y.) (X (X ,) (X (X $) (X 60,000)))))) (X (X ;) (X (X Richard) (X (X F.) (X Knapp))))))))) (X (X ,) (X (X London) (X (X ,) (X (X (X $) (X 10,000)) (X (X and) (X (X 30-day) (X suspension)))))))) (X (X ;) (X (X (X (X Deborah) (X (X Renee) (X Martin))) (X (X ,) (X (X (X (X St.) (X Louis)) (X (X ,) (X (X $) (X 15,000)))) (X (X ;) (X (X (X Joseph) (X (X Francis) (X Muscolina))) (X Jr.)))))) (X (X ,) (X (X (X (X (X Palisades) (X Park)) (X (X ,) (X (X (X N.J.) (X (X ,) (X (X $) (X 15,000)))) (X (X ;) (X (X Robert) (X (X C.) (X Najarian))))))) (X (X ,) (X (X (X Brooklyn) (X Park)) (X (X ,) (X (X (X Minn.) (X (X ,) (X (X $) (X 15,000)))) (X (X ;) (X (X Edward) (X (X Robert) (X Norwick))))))))) (X (X ,) (X (X Nesconset) (X (X ,) (X (X N.Y.) (X (X ,) (X (X $) (X (X 30,000) (X .)))))))))))))
(X (X (X (X (X (X (X Charles) (X D.)) (X Phipps)) (X Sr.)) (X (X ,) (X (X (X Hermitage) (X (X ,) (X (X Pa.) (X (X ,) (X (X (X fined) (X $)) (X 10,000)))))) (X (X ;) (X (X (X (X David) (X Scott)) (X Rankin)) (X (X ,) (X (X (X (X (X Lake) (X St.)) (X Louis)) (X (X ,) (X (X Mo.) (X (X ,) (X (X $) (X 15,000)))))) (X (X ;) (X (X (X Leigh) (X A.)) (X Sanderoff)))))))))) (X (X ,) (X (X (X Gaithersburg) (X (X ,) (X (X Md.) (X (X ,) (X (X (X fined) (X $)) (X 45,000)))))) (X (X ,) (X ordered))))) (X (X to) (X (X (X (X (X disgorge) (X (X $) (X 12,252))) (X (X ;) (X (X (X (X (X Sandra) (X Ann)) (X Smith)) (X (X ,) (X (X (X Ridgefield) (X (X ,) (X (X N.J.) (X (X ,) (X (X $) (X 15,000)))))) (X (X ;) (X (X James) (X (X G.) (X Spence))))))) (X (X ,) (X (X Aloha) (X (X ,) (X (X Ore.) (X (X ,) (X (X (X $) (X 5,000)) (X (X and) (X (X six-month) (X suspension)))))))))))) (X (X ;) (X (X (X (X Mona) (X Sun)) (X (X ,) (X (X (X Jamaica) (X Estates)) (X (X ,) (X (X (X N.Y.) (X (X ,) (X (X $) (X 60,000)))) (X (X ;) (X (X William) (X Swearingen)))))))) (X (X ,) (X (X Minneapolis) (X (X ,) (X (X (X $) (X 15,000)) (X (X and) (X (X six-month) (X suspension)))))))))) (X (X ;) (X (X (X (X John) (X (X Bew) (X Wong))) (X (X ,) (X (X (X (X San) (X Francisco)) (X (X ,) (X (X $) (X 25,000)))) (X (X ;) (X (X Rabia) (X (X M.) (X Zayed))))))) (X (X ,) (X (X (X San) (X Francisco)) (X (X ,) (X (X $) (X (X 50,000) (X .)))))))))))
(X (X (X The) (X following)) (X (X were) (X (X (X (X (X (X neither) (X barred)) (X (X nor) (X (X (X (X (X suspended) (X :)) (X Stephanie)) (X Veselich)) (X Enright)))) (X (X ,) (X (X (X Rolling) (X Hills)) (X (X ,) (X (X Calif.) (X (X ,) (X (X (X (X (X fined) (X $)) (X 2,500)) (X and)) (X ordered)))))))) (X (X to) (X (X (X (X disgorge) (X $)) (X 11,762)) (X (X ;) (X (X (X (X Stuart) (X Lane)) (X Russel)) (X (X ,) (X (X Glendale) (X (X ,) (X (X (X Calif.) (X (X ,) (X (X (X fined) (X $)) (X 2,500)))) (X (X and) (X ordered))))))))))) (X (X to) (X (X (X (X disgorge) (X $)) (X 14,821)) (X (X ;) (X (X (X (X Devon) (X Nilson)) (X Dahl)) (X (X ,) (X (X (X Fountain) (X Valley)) (X (X ,) (X (X Calif.) (X (X ,) (X (X (X fined) (X $)) (X (X 82,389) (X .)))))))))))))))
(X (X (X (X (X Mr.) (X Dahl)) (X (X ,) (X (X (X (X a) (X (X registered) (X representative))) (X (X in) (X (X (X the) (X (X insurance) (X business))) (X (X ,) (X (X said) (X he)))))) (X (X ``) (X (X screwed) (X (X up) (X ''))))))) (X (X because) (X (X he) (X (X did) (X n't))))) (X (X realize) (X (X he) (X (X was) (X (X (X breaking) (X (X securities) (X laws))) (X .))))))
(X (X (X (X ``) (X (X Insurance) (X agents))) (X (X have) (X (X (X (X (X been) (X forced)) (X (X by) (X (X their) (X companies)))) (X (X into) (X (X (X becoming) (X (X registered) (X reps))) (X (X ,) (X (X '') (X he)))))) (X (X said) (X ,))))) (X (X ``) (X (X (X (X (X but) (X they)) (X (X are) (X not))) (X (X providing) (X (X (X compliance) (X (X and) (X (X security-type) (X training)))) (X so)))) (X (X that) (X (X (X we) (X can)) (X (X avoid) (X (X (X stupid) (X mistakes)) (X (X .) (X '')))))))))
(X (X (X (X The) (X following)) (X (X were) (X (X (X barred) (X or)) (X ,)))) (X (X where) (X (X (X (X noted) (X (X ,) (X (X suspended) (X (X and) (X consented))))) (X (X to) (X (X (X (X (X (X findings) (X (X without) (X (X (X (X (X (X admitting) (X or)) (X denying)) (X wrongdoing)) (X :)) (X (X Edward) (X (X L.) (X Cole)))))) (X (X ,) (X (X Jackson) (X (X ,) (X (X Miss.) (X (X ,) (X (X $) (X (X 10,000) (X fine))))))))) (X (X ;) (X (X (X Rita) (X Rae)) (X Cross)))) (X (X ,) (X (X Denver) (X (X ,) (X (X (X $) (X (X 2,500) (X fine))) (X (X and) (X (X 30-day) (X suspension)))))))) (X (X ;) (X (X (X (X Thomas) (X Richard)) (X Meinders)) (X (X ,) (X (X (X Colorado) (X Springs)) (X (X ,) (X (X (X Colo.) (X (X ,) (X (X (X $) (X (X 2,000) (X fine))) (X (X ,) (X (X five-day) (X suspension)))))) (X (X and) (X (X eight-month) (X suspension)))))))))))) (X (X as) (X (X (X (X (X (X a) (X principal)) (X (X ;) (X (X Ronald) (X (X A.) (X Cutrer))))) (X (X ,) (X (X (X Baton) (X Rouge)) (X (X ,) (X (X La.) (X (X ,) (X (X (X $) (X (X 15,000) (X fine))) (X (X and) (X (X one-month) (X suspension)))))))))) (X (X ;) (X (X (X (X Karl) (X (X Grant) (X Hale))) (X (X ,) (X (X (X Midvale) (X (X ,) (X (X Utah) (X (X ,) (X (X $) (X (X 15,000) (X fine))))))) (X (X ;) (X (X Clinton) (X (X P.) (X Hayne))))))) (X (X ,) (X (X (X New) (X Orleans)) (X (X ,) (X (X (X $) (X (X 7,500) (X fine))) (X (X and) (X (X one-week) (X suspension)))))))))) (X (X ;) (X (X (X (X (X (X Richard) (X (X M.) (X Kane))) (X (X ,) (X (X (X Coconut) (X Creek)) (X (X ,) (X (X Fla.) (X (X ,) (X (X $) (X (X 250,000) (X fine))))))))) (X (X ;) (X (X (X John) (X (X B.) (X Merrick))) (X (X ,) (X (X Aurora) (X (X ,) (X (X Colo.) (X (X ,) (X (X (X $) (X (X 1,000) (X fine))) (X (X and) (X (X 10-day) (X suspension)))))))))))) (X (X ;) (X (X (X John) (X (X P.) (X Miller))) (X (X ,) (X (X (X Baton) (X Rouge)) (X (X ,) (X (X (X $) (X (X 2,000) (X fine))) (X (X and) (X (X two-week) (X suspension)))))))))) (X (X ;) (X (X (X (X Randolph) (X (X K.) (X Pace))) (X (X ,) (X (X (X New) (X York)) (X (X ,) (X (X (X $) (X (X 10,000) (X fine))) (X (X and) (X (X 90-day) (X suspension)))))))) (X (X ;) (X (X (X (X (X Brian) (X (X D.) (X Pitcher))) (X (X ,) (X (X (X New) (X Providence)) (X (X ,) (X (X N.J.) (X (X ,) (X (X $) (X (X 30,000) (X fine))))))))) (X (X ;) (X (X (X Wayne) (X (X A.) (X Russo))) (X (X ,) (X (X Bridgeville) (X (X ,) (X (X Pa.) (X (X ,) (X (X (X $) (X (X 4,000) (X fine))) (X (X and) (X (X 15-day) (X suspension)))))))))))) (X (X ;) (X (X (X (X (X Orville) (X (X Leroy) (X Sandberg))) (X (X ,) (X (X Aurora) (X (X ,) (X (X Colo.) (X (X ,) (X (X (X $) (X (X 3,500) (X fine))) (X (X and) (X (X 10-day) (X suspension)))))))))) (X (X ;) (X (X (X (X Richard) (X (X T.) (X Marchese))) (X (X ,) (X (X (X Las) (X Vegas)) (X (X ,) (X (X Nev.) (X (X ,) (X (X (X $) (X 5,000)) (X (X and) (X (X one-year) (X suspension)))))))))) (X (X ;) (X (X (X (X Eric) (X (X G.) (X Monchecourt))) (X (X ,) (X (X (X Las) (X Vegas)) (X (X ,) (X (X (X $) (X 5,000)) (X (X and) (X (X one-year) (X suspension)))))))) (X (X ;) (X (X and) (X (X Robert) (X (X Gerhard) (X Smith)))))))))) (X (X ,) (X (X (X Carson) (X City)) (X (X ,) (X (X Nev.) (X (X ,) (X (X (X two-year) (X suspension)) (X .))))))))))))))))))))
(X (X ``) (X (X I) (X (X was) (X (X (X (X n't) (X (X ever) (X actively))) (X engaged)) (X (X in) (X (X (X any) (X (X securities) (X activities))) (X (X ,) (X (X (X '') (X (X said) (X Mr.))) (X (X Cutrer) (X .))))))))))
(X (X ``) (X (X (X I) (X never)) (X (X had) (X (X (X any) (X clients)) (X (X at) (X (X all) (X .)))))))
(X (X (X It) (X (X was) (X (X just) (X (X (X a) (X stupid)) (X mistake))))) (X (X to) (X (X (X (X (X get) (X (X the) (X license))) (X (X ,) (X (X '') (X he)))) (X (X said) (X (X (X ,) (X (X adding) (X (X ,) (X (X ``) (X (X I) (X (X 'd) (X just))))))) (X (X as) (X (X (X (X soon) (X not)) (X get)) (X (X into) (X (X '') (X details)))))))) (X (X of) (X (X (X the) (X settlement)) (X .))))))
(X (X (X (X Program) (X traders)) (X (X are) (X (X fond) (X (X of) (X (X predicting) (X that)))))) (X (X if) (X (X (X (X (X they) (X (X are) (X blocked))) (X (X in) (X (X the) (X U.S.)))) (X (X ,) (X (X (X they) (X (X will) (X simply))) (X emigrate)))) (X (X to) (X (X (X foreign) (X (X stock) (X markets))) (X .))))))
(X (X (X (X But) (X (X in) (X (X London) (X (X and) (X Tokyo))))) (X ,)) (X (X where) (X (X (X (X computer-driven) (X trading)) (X now)) (X (X plays) (X (X (X (X a) (X small)) (X (X but) (X (X growing) (X role)))) (X (X ,) (X (X traders) (X (X say) (X (X (X a) (X number)) (X (X of) (X (X (X hurdles) (X loom)) (X .))))))))))))
(X (X (X (X (X (X (X (X Government) (X officials)) (X (X ,) (X especially))) (X (X in) (X (X Japan) (X (X ,) (X probably))))) (X would)) (X (X resist) (X (X any) (X onslaught)))) (X (X of) (X (X (X (X program) (X trading)) (X (X by) (X players))) (X trying)))) (X (X to) (X (X (X (X (X shrug) (X (X off) (X (X (X the) (X U.S.)) (X furor)))) (X (X over) (X (X their) (X activities)))) (X (X and) (X (X marching) (X abroad)))) (X (X with) (X (X (X their) (X business)) (X .))))))
(X (X (X Japan) (X is)) (X (X ``) (X (X (X (X (X very) (X concerned)) (X '')) (X (X about) (X (X (X the) (X possible)) (X effects)))) (X (X of) (X (X (X program) (X trading)) (X (X ,) (X (X (X (X (X a) (X senior)) (X (X Japanese) (X official))) (X said)) (X (X after) (X (X (X (X the) (X (X Oct.) (X (X 13) (X stock)))) (X plunge)) (X (X in) (X (X (X New) (X York)) (X .))))))))))))
(X (X (X (X U.S.) (X stock-index)) (X futures)) (X (X are) (X (X (X n't) (X (X even) (X traded))) (X (X in) (X (X (X Japan) (X now)) (X .))))))
(X (X And) (X (X because) (X (X of) (X (X (X (X (X the) (X time)) (X difference)) (X (X ,) (X (X (X the) (X Japanese)) (X (X and) (X (X the) (X (X U.S.) (X (X markets) (X (X ') (X (X trading) (X hours)))))))))) (X (X do) (X (X n't) (X (X overlap) (X .))))))))
(X (X (X (X (X (X It) (X all)) (X (X adds) (X up))) (X (X to) (X (X a) (X barrier)))) (X (X to) (X (X (X (X American-style) (X (X index) (X arbitrage))) (X (X ,) (X (X the) (X (X most) (X (X popular) (X form)))))) (X (X of) (X (X (X U.S.) (X (X program) (X trading))) (X that)))))) (X (X seeks) (X (X to) (X (X (X (X exploit) (X (X brief) (X differences))) (X (X between) (X prices))) (X (X of) (X (X (X stocks) (X (X in) (X (X New) (X York)))) (X (X and) (X (X (X (X the) (X price)) (X (X of) (X (X (X a) (X (X futures) (X contract))) (X (X in) (X (X Chicago) (X based)))))) (X (X on) (X (X (X those) (X stocks)) (X .)))))))))))
(X (X (X (X (X About) (X 11.6)) (X %)) (X (X of) (X (X (X all) (X (X program) (X trading))) (X (X by) (X (X (X (X (X New) (X York)) (X Stock)) (X (X Exchange) (X firms))) (X (X in) (X September))))))) (X (X took) (X (X place) (X (X in) (X (X (X foreign) (X markets)) (X (X ,) (X (X according) (X (X to) (X (X (X (X Big) (X Board)) (X data)) (X .))))))))))
(X (X (X (X (X Yet) (X it)) (X (X is) (X (X (X difficult) (X to)) (X (X imagine) (X (X Japan) (X racing)))))) (X to)) (X (X introduce) (X (X (X (X Chicago-style) (X stock-index)) (X futures)) (X .))))
(X (X (X (X (X Japan) (X (X 's) (X Finance))) (X (X Ministry) (X already))) (X (X is) (X (X (X scrutinizing) (X (X (X (X institutional) (X investors)) (X ')) (X activity))) (X (X to) (X see))))) (X (X whether) (X (X (X (X policy) (X changes)) (X (X are) (X needed))) (X (X to) (X (X cope) (X (X with) (X (X (X (X (X (X the) (X current)) (X level)) (X (X of) (X (X program) (X trading)))) (X (X ,) (X (X (X said) (X (X Makato) (X Utsumi))) (X (X ,) (X (X vice) (X minister)))))) (X (X for) (X (X (X international) (X finance)) (X .))))))))))
(X (X (X (X Program) (X trading)) (X has)) (X (X taken) (X (X (X (X off) (X (X in) (X Japan))) (X (X since) (X (X (X last) (X year)) (X (X 's) (X introduction))))) (X (X of) (X (X (X (X home-market) (X stock-index)) (X (X futures) (X trading))) (X (X on) (X (X (X the) (X Tokyo)) (X (X and) (X (X Osaka) (X (X (X stock) (X exchanges)) (X .)))))))))))
(X (X (X But) (X regulators)) (X (X are) (X (X wary) (X .))))
(X (X (X (X They) (X (X have) (X (X (X n't) (X (X forgotten) (X (X the) (X leap)))) (X (X in) (X (X share) (X (X (X (X prices) (X last)) (X (X Dec.) (X 7))) (X ,))))))) (X (X when) (X (X (X (X the) (X first)) (X bout)) (X (X of) (X (X (X (X foreign-led) (X index)) (X arbitrage)) (X (X drove) (X (X (X (X stocks) (X skyward)) (X (X in) (X (X (X the) (X last)) (X half-hour)))) (X (X of) (X (X trading) (X (X ,) (X (X (X startling) (X regulators)) (X who)))))))))))) (X (X thought) (X (X (X they) (X (X had) (X (X written) (X (X enough) (X rules))))) (X (X to) (X (X prevent) (X (X (X (X such) (X a)) (X swing)) (X .)))))))
(X (X (X (X (X (X Japan) (X (X 's) (X Finance))) (X Ministry)) (X (X had) (X (X set) (X (X up) (X mechanisms))))) (X (X to) (X limit))) (X (X how) (X (X (X (X (X (X far) (X futures)) (X prices)) (X (X could) (X (X fall) (X (X in) (X (X a) (X (X single) (X session))))))) (X (X and) (X to))) (X (X give) (X (X (X market) (X (X operators) (X (X the) (X authority)))) (X (X to) (X (X (X suspend) (X trading)) (X (X in) (X (X futures) (X (X at) (X (X (X any) (X time)) (X .))))))))))))
(X (X ``) (X (X (X (X Maybe) (X it)) (X (X was) (X (X (X n't) (X enough)) (X (X ,) (X (X (X '') (X (X a) (X Finance))) (X (X Ministry) (X (X official) (X noted)))))))) (X (X after) (X (X (X the) (X (X Dec.) (X (X 7) (X surge)))) (X .)))))
(X (X (X (X Japan) (X (X 's) (X regulators))) (X (X have) (X (X since) (X tightened)))) (X (X controls) (X (X on) (X (X (X (X index-related) (X stock)) (X purchases)) (X .)))))
(X (X (X (X Tokyo) (X 's)) (X (X leading) (X (X program) (X traders)))) (X (X are) (X (X (X (X (X the) (X big)) (X (X U.S.) (X (X securities) (X houses)))) (X ,)) (X (X though) (X (X (X (X the) (X Japanese)) (X are)) (X (X playing) (X (X catch-up) (X .))))))))
(X (X (X (X (X (X (X Some) (X (X U.S.) (X firms))) (X ,)) (X (X notably) (X (X (X (X Salomon) (X Inc.)) (X (X and) (X (X (X (X Morgan) (X Stanley)) (X Group)) (X Inc.)))) (X ,)))) (X (X have) (X (X (X reaped) (X (X a) (X hefty))) (X chunk)))) (X (X of) (X (X (X their) (X Japanese)) (X earnings)))) (X (X from) (X (X (X index) (X arbitrage)) (X (X ,) (X (X both) (X (X for) (X (X (X customers) (X and)) (X (X for) (X (X (X their) (X (X own) (X accounts))) (X .))))))))))
(X (X (X (X (X -LRB-) (X Morgan)) (X (X Stanley) (X (X (X last) (X week)) (X (X joined) (X (X a) (X (X growing) (X list))))))) (X (X of) (X (X U.S.) (X (X securities) (X firms))))) (X (X that) (X (X (X have) (X (X stopped) (X (X doing) (X (X index) (X arbitrage))))) (X (X for) (X (X (X (X their) (X (X own) (X accounts))) (X .)) (X -RRB-))))))
(X (X (X (X (X (X (X (X Both) (X Deryck)) (X C.)) (X Maughan)) (X (X ,) (X (X (X (X (X who) (X (X heads) (X (X Salomon) (X (X in) (X Tokyo))))) (X ,)) (X (X and) (X (X John) (X (X S.) (X Wadsworth))))) (X (X ,) (X (X who) (X (X heads) (X (X Morgan) (X (X Stanley) (X there))))))))) (X (X ,) (X (X (X ascribe) (X (X a) (X (X good) (X part)))) (X (X of) (X (X (X their) (X (X firms) (X (X ') (X success)))) (X (X in) (X (X Tokyo) (X (X to) (X (X their) (X ability)))))))))) (X (X to) (X (X offer) (X (X sophisticated) (X (X ,) (X (X futures-related) (X (X investment) (X strategies)))))))) (X (X to) (X (X (X (X big) (X institutional)) (X clients)) (X .))))
(X (X They) (X (X do) (X (X n't) (X (X have) (X (X plans) (X (X to) (X (X cut) (X (X back) (X .)))))))))
(X (X (X (X ``) (X It)) (X (X has) (X (X (X (X not) (X (X been) (X disruptive))) (X (X in) (X (X the) (X (X markets) (X here))))) (X (X ,) (X (X '') (X (X Mr.) (X Maughan))))))) (X (X said) (X .)))
(X (X (X ``) (X (X The) (X (X real) (X difference)))) (X (X seems) (X (X to) (X (X (X (X be) (X (X that) (X (X (X (X the) (X cash)) (X (X market) (X here))) (X ...)))) (X (X is) (X (X (X big) (X enough)) (X (X and) (X (X liquid) (X enough)))))) (X (X that) (X (X (X (X the) (X (X futures) (X market))) (X (X is) (X n't))) (X (X having) (X (X (X the) (X (X same) (X (X impact) (X it)))) (X (X does) (X (X (X in) (X (X America) (X .))) (X '')))))))))))
(X (X (X (X The) (X British)) (X also)) (X (X are) (X (X scrutinizing) (X (X (X program) (X trades)) (X .)))))
(X (X (X (X Index-arbitrage) (X trading)) (X is)) (X (X ``) (X (X (X (X (X something) (X we)) (X want)) (X (X to) (X (X watch) (X closely)))) (X (X ,) (X (X (X (X '') (X (X (X an) (X official)) (X (X at) (X (X (X London) (X 's)) (X Stock))))) (X Exchange)) (X (X said) (X .)))))))
(X (X (X ``) (X (X We) (X (X do) (X (X n't) (X (X think) (X there)))))) (X (X is) (X (X cause) (X (X for) (X (X concern) (X (X at) (X (X (X the) (X moment)) (X (X .) (X '')))))))))
(X (X London) (X (X serves) (X (X increasingly) (X (X as) (X (X (X (X a) (X conduit)) (X (X for) (X (X program) (X trading)))) (X (X of) (X (X (X U.S.) (X stocks)) (X .))))))))
(X (X (X Market) (X professionals)) (X (X said) (X (X London) (X (X has) (X (X (X several) (X attractions)) (X .))))))
(X (X (X First) (X (X ,) (X (X the) (X trading)))) (X (X is) (X (X (X (X done) (X (X over) (X (X (X the) (X counter)) (X and)))) (X (X is) (X (X n't) (X reported)))) (X (X on) (X (X (X (X either) (X (X the) (X (X U.S.) (X or)))) (X (X London) (X (X (X stock) (X trading)) (X tapes)))) (X .))))))
(X (X (X (X Second) (X (X ,) (X it))) (X (X can) (X (X be) (X used)))) (X (X to) (X (X (X (X (X unwind) (X positions)) (X (X before) (X (X U.S.) (X (X trading) (X begins))))) (X ,)) (X (X but) (X (X (X at) (X (X prices) (X pegged))) (X (X to) (X (X (X (X (X (X (X the) (X previous)) (X session)) (X 's)) (X Big)) (X Board)) (X (X close) (X .)))))))))
(X (X (X (X (X (X In) (X addition)) (X (X to) (X (X (X the) (X extra)) (X privacy)))) (X (X of) (X (X (X (X these) (X trades)) (X (X ,) (X (X the) (X transactions)))) (X (X can) (X (X (X often) (X (X be) (X (X less) (X expensive)))) (X (X to) (X (X execute) (X ,)))))))) (X (X because) (X (X the) (X parties)))) (X (X do) (X (X (X n't) (X (X have) (X to))) (X (X pay) (X (X (X (X a) (X floor)) (X (X brokerage) (X (X fee) (X (X or) (X (X a) (X (X specialist) (X (X 's) (X fee)))))))) (X .))))))
(X (X (X Still) (X ,)) (X (X ``) (X (X (X (X (X Much) (X (X less) (X -LCB-))) (X (X index-arbitrage) (X (X activity) (X -RCB-)))) (X (X is) (X (X (X (X (X done) (X (X over) (X here))) (X (X than) (X (X in) (X (X (X (X (X (X the) (X U.S.)) (X '')) (X said)) (X Richard)) (X Barfield))))) (X (X ,) (X (X (X chief) (X (X investment) (X manager))) (X (X at) (X (X (X (X Standard) (X Life)) (X Assurance)) (X Co.)))))) (X (X ,) (X which))))) (X (X manages) (X (X (X (X about) (X (X #) (X (X (X 15) (X billion)) (X (X -LRB-) (X $))))) (X (X 23.72) (X (X billion) (X -RRB-)))) (X (X in) (X (X (X United) (X (X Kingdom) (X (X institutional) (X funds)))) (X .))))))))
(X (X Britain) (X (X has) (X (X (X two) (X (X main) (X (X index-arbitrage) (X instruments)))) (X .))))
(X (X (X (X (X (X (X A) (X Financial)) (X Times-Stock)) (X Exchange)) (X (X 100-share) (X (X index) (X (X option) (X contract))))) (X (X is) (X traded))) (X (X on) (X (X (X (X (X (X (X the) (X London)) (X Stock)) (X (X Exchange) (X (X 's) (X Traded)))) (X Options)) (X Market)) (X .))))
(X (X (X (X And) (X (X an) (X FT-SE))) (X (X futures) (X contract))) (X (X is) (X (X traded) (X (X on) (X (X (X (X (X (X (X the) (X London)) (X International)) (X Financial)) (X Futures)) (X Exchange)) (X .))))))
(X (X (X Both) (X contracts)) (X (X have) (X (X gained) (X (X (X a) (X following)) (X (X since) (X (X (X (X the) (X (X 1987) (X global))) (X (X market) (X crash))) (X .)))))))
(X (X (X (X (X The) (X (X average) (X number))) (X (X of) (X (X FT-SE) (X (X option) (X (X contracts) (X traded)))))) (X (X on) (X (X the) (X (X London) (X exchange))))) (X (X has) (X (X (X surged) (X (X nearly) (X (X tenfold) (X (X since) (X (X (X the) (X contract)) (X (X 's) (X launch))))))) (X (X in) (X (X 1984) (X .))))))
(X (X (X (X This) (X year)) (X (X ,) (X (X (X (X the) (X average)) (X (X of) (X (X (X (X (X daily) (X contracts)) (X traded)) (X totaled)) (X 9,118)))) (X (X ,) (X up))))) (X (X from) (X (X (X (X 4,645) (X (X a) (X (X year) (X earlier)))) (X and)) (X (X from) (X (X (X 917) (X (X in) (X 1984))) (X .))))))
(X (X (X (X (X But) (X a)) (X (X survey) (X (X (X early) (X this)) (X (X summer) (X indicated))))) (X (X that) (X (X (X the) (X volume)) (X (X of) (X (X (X (X (X index-options) (X trading)) (X (X was) (X (X only) (X (X 15) (X %))))) (X (X of) (X (X the) (X size)))) (X (X of) (X (X (X (X (X the) (X underlying)) (X equity)) (X market)) (X (X ,) (X (X exchange) (X officials)))))))))) (X (X said) (X .)))
(X (X (X This) (X compares)) (X (X with) (X (X estimates) (X (X that) (X (X (X (X (X the) (X U.S.)) (X (X ``) (X (X derivatives) (X (X '') (X market))))) (X (X is) (X (X perhaps) (X (X four) (X times))))) (X (X as) (X (X large) (X (X as) (X (X (X (X the) (X (X underlying) (X domestic))) (X market)) (X .))))))))))
(X (X (X The) (X (X House) (X voted))) (X (X to) (X (X (X (X (X boost) (X (X (X the) (X federal)) (X (X minimum) (X wage)))) (X (X for) (X (X (X (X the) (X first)) (X time)) (X (X since) (X (X early) (X 1981)))))) (X (X ,) (X (X (X (X casting) (X (X a) (X solid))) (X (X 382-37) (X vote))) (X (X for) (X (X (X a) (X compromise)) (X (X measure) (X backed))))))) (X (X by) (X (X (X President) (X Bush)) (X .))))))
(X (X (X (X (X The) (X vote)) (X came)) (X (X after) (X (X (X a) (X debate)) (X replete)))) (X (X with) (X (X complaints) (X (X from) (X (X (X (X (X both) (X proponents)) (X (X and) (X critics))) (X (X of) (X (X (X a) (X substantial)) (X increase)))) (X (X in) (X (X (X the) (X (X wage) (X floor))) (X .))))))))
(X (X (X (X (X Advocates) (X (X said) (X (X the) (X (X 90-cent-an-hour) (X rise))))) (X (X ,) (X (X (X to) (X (X (X $) (X (X 4.25) (X (X an) (X hour)))) (X (X by) (X (X April) (X 1991))))) (X ,)))) (X (X is) (X (X (X (X too) (X small)) (X (X for) (X (X (X the) (X (X working) (X poor))) (X ,)))) (X (X while) (X (X opponents) (X argued)))))) (X (X that) (X (X (X the) (X increase)) (X (X will) (X (X still) (X (X hurt) (X (X (X (X (X small) (X business)) (X (X and) (X (X (X cost) (X many)) (X thousands)))) (X (X of) (X jobs))) (X .))))))))
(X (X (X (X (X But) (X (X the) (X legislation))) (X (X reflected) (X (X (X a) (X compromise)) (X agreed)))) (X (X to) (X (X (X (X on) (X Tuesday)) (X (X by) (X (X (X (X President) (X Bush)) (X (X and) (X (X (X (X Democratic) (X leaders)) (X (X in) (X Congress))) (X ,)))) (X (X after) (X (X (X congressional) (X Republicans)) (X (X urged) (X (X (X the) (X White)) (X House)))))))) (X (X to) (X (X (X bend) (X (X a) (X bit))) (X (X from) (X (X its) (X (X previous) (X resistance))))))))) (X (X to) (X (X compromise) (X .))))
(X (X (X (X (X So) (X (X both) (X sides))) (X (X accepted) (X (X the) (X compromise)))) (X (X ,) (X (X (X which) (X would)) (X lead)))) (X (X to) (X (X (X (X (X (X the) (X first)) (X lifting)) (X (X of) (X (X (X (X the) (X (X minimum) (X wage))) (X (X since) (X (X (X a) (X (X four-year) (X law))) (X (X was) (X enacted))))) (X (X in) (X 1977))))) (X (X ,) (X (X raising) (X (X the) (X wage))))) (X (X to) (X (X (X $) (X (X 3.35) (X (X an) (X hour)))) (X (X from) (X (X $) (X (X 2.65) (X .)))))))))
(X (X (X (X (X (X (X Under) (X the)) (X measure)) (X (X passed) (X yesterday))) (X (X ,) (X (X the) (X (X minimum) (X wage))))) (X (X would) (X rise))) (X (X to) (X (X $) (X (X 3.80) (X (X (X next) (X April)) (X .))))))
(X (X (X (X The) (X Senate)) (X plans)) (X (X to) (X (X (X take) (X (X up) (X (X (X (X the) (X (X measure) (X quickly))) (X and)) (X (X is) (X expected))))) (X (X to) (X (X pass) (X (X it) (X .)))))))
(X (X (X ``) (X There)) (X (X are) (X (X (X (X (X no) (X smiles)) (X (X about) (X (X (X this) (X bill)) (X (X ,) (X (X (X '') (X (X Rep.) (X (X (X Pat) (X Williams)) (X -LRB-)))) (X D.)))))) (X (X ,) (X (X (X Mont) (X .)) (X -RRB-)))) (X (X said) (X (X during) (X (X (X House) (X (X floor) (X (X debate) (X yesterday)))) (X .)))))))
(X (X (X But) (X (X ``) (X (X because) (X (X (X (X it) (X (X 's) (X all))) (X (X we) (X 've))) (X (X got) (X (X ,) (X I))))))) (X (X 'm) (X (X going) (X (X to) (X (X vote) (X (X for) (X (X it) (X (X .) (X '')))))))))
(X (X (X (X While) (X the)) (X (X minimum) (X wage))) (X (X had) (X (X (X (X (X (X (X traditionally) (X (X been) (X pegged))) (X (X at) (X (X (X (X half) (X the)) (X average)) (X (X U.S.) (X (X manufacturing) (X wage)))))) (X (X ,) (X (X the) (X level)))) (X (X of) (X (X (X (X $) (X (X 4.25) (X (X an) (X hour)))) (X (X in) (X 1991))) (X (X will) (X (X still) (X (X be) (X (X less) (X (X than) (X (X 35) (X %)))))))))) (X (X of) (X (X (X average) (X factory)) (X pay)))) (X (X ,) (X (X (X Mr.) (X Williams)) (X (X said) (X .)))))))
(X (X (X (X (X (X (X (X But) (X Rep.)) (X Marge)) (X Roukema)) (X -LRB-)) (X R.)) (X (X ,) (X (X (X (X N.J) (X .)) (X (X -RRB-) (X instead))) (X (X praised) (X (X the) (X (X House) (X (X 's) (X acceptance)))))))) (X (X of) (X (X (X (X (X a) (X new)) (X youth)) (X (X ``) (X (X (X training) (X (X '') (X wage))) (X (X ,) (X (X a) (X subminimum)))))) (X (X that) (X (X (X GOP) (X administrations)) (X (X have) (X (X sought) (X (X for) (X (X (X many) (X years)) (X .))))))))))
(X (X (X (X (X Adopting) (X a)) (X (X training-wage) (X policy))) (X means)) (X (X ``) (X (X getting) (X (X beyond) (X (X (X (X (X the) (X nickel)) (X (X and) (X diming))) (X (X of) (X (X (X the) (X (X minimum) (X wage))) (X (X ,) (X (X '') (X (X Mrs.) (X Roukema))))))) (X (X said) (X .)))))))
(X (X (X Policy) (X makers)) (X (X regard) (X (X (X (X the) (X (X youth) (X wage))) (X (X as) (X (X helping) (X to)))) (X (X limit) (X (X (X the) (X loss)) (X (X of) (X (X (X jobs) (X (X from) (X (X (X an) (X increase)) (X (X in) (X (X (X (X the) (X (X minimum) (X wage))) (X ,)) (X (X but) (X (X they) (X (X have) (X (X lately) (X (X touted) (X it))))))))))) (X (X as) (X (X (X necessary) (X (X to) (X (X help) (X (X impart) (X (X job) (X skills)))))) (X (X to) (X (X entrants) (X (X into) (X (X (X (X the) (X work)) (X force)) (X .))))))))))))))
(X (X (X (X (X (X Labor) (X unions)) (X (X and) (X (X Democrats) (X (X long) (X (X fought) (X (X the) (X idea))))))) (X ,)) (X (X but) (X (X (X recently) (X acceded)) (X (X to) (X (X it) (X (X in) (X (X the) (X face)))))))) (X (X of) (X (X (X (X Bush) (X administration)) (X insistence)) (X .))))
(X (X (X (X (X The) (X compromise)) (X (X sets) (X (X (X the) (X (X training) (X wage))) (X (X at) (X (X (X $) (X 3.35)) (X (X an) (X (X hour) (X (X next) (X April))))))))) (X (X ,) (X (X and) (X (X at) (X (X (X $) (X 3.61)) (X (X an) (X hour))))))) (X (X ,) (X (X (X (X or) (X (X 85) (X %))) (X (X of) (X (X the) (X (X minimum) (X wage))))) (X (X ,) (X (X (X in) (X (X April) (X 1991))) (X .))))))
(X (X (X Employers) (X (X can) (X (X (X pay) (X (X (X (X (X (X the) (X subminimum)) (X (X for) (X (X 90) (X days)))) (X (X ,) (X (X without) (X restriction)))) (X ,)) (X (X to) (X workers)))) (X (X with) (X (X (X (X (X (X less) (X than)) (X (X six) (X months))) (X (X of) (X (X job) (X experience)))) (X ,)) (X (X and) (X (X for) (X (X another) (X (X 90) (X days)))))))))) (X (X if) (X (X (X the) (X company)) (X (X uses) (X (X (X a) (X (X government-certified) (X (X training) (X program)))) (X (X for) (X (X (X (X the) (X young)) (X workers)) (X .))))))))
(X (X (X (X The) (X training)) (X wage)) (X (X covers) (X (X (X (X only) (X workers)) (X who)) (X (X are) (X (X 16) (X (X to) (X (X (X (X 19) (X years)) (X old)) (X .))))))))
(X (X (X (X (X (X The) (X White)) (X House)) (X (X previously) (X insisted))) (X (X on) (X (X (X an) (X unrestricted)) (X (X six-month) (X (X training) (X wage)))))) (X (X that) (X (X (X could) (X (X (X be) (X (X paid) (X (X any) (X (X time) (X (X a) (X worker)))))) (X (X of) (X (X any) (X age))))) (X (X took) (X (X (X a) (X (X new) (X job))) (X .))))))
(X (X (X (X (X (X The) (X U.S.)) (X Chamber)) (X (X of) (X (X (X Commerce) (X (X ,) (X still))) (X opposed)))) (X (X to) (X (X (X (X (X (X (X any) (X mininum-wage)) (X increase)) (X (X ,) (X (X (X said) (X (X the) (X (X compromise) (X plan)))) (X to)))) (X (X lift) (X (X (X (X the) (X (X wage) (X (X floor) (X 27)))) (X %)) (X (X in) (X (X (X two) (X stages)) (X (X between) (X (X (X April) (X 1990)) (X (X and) (X (X April) (X 1991)))))))))) (X (X ``) (X (X (X will) (X (X be) (X impossible))) (X (X for) (X (X (X many) (X employers)) (X to)))))) (X (X accommodate) (X (X (X (X (X and) (X will)) (X result)) (X (X in) (X (X the) (X elimination)))) (X (X of) (X jobs))))))) (X (X for) (X (X (X (X American) (X workers)) (X (X and) (X (X higher) (X prices)))) (X (X for) (X (X (X American) (X consumers)) (X .))))))
(X (X (X (X (X (X Zenith) (X Data)) (X Systems)) (X Corp.)) (X (X ,) (X (X a) (X subsidiary)))) (X (X of) (X (X (X (X (X (X Zenith) (X Electronics)) (X Corp.)) (X (X ,) (X (X received) (X (X (X a) (X $)) (X (X 534) (X (X million) (X (X Navy) (X contract)))))))) (X (X for) (X (X software) (X (X and) (X services))))) (X (X of) (X (X microcomputers) (X (X over) (X (X an) (X (X (X 84-month) (X period)) (X .)))))))))
(X (X (X (X Rockwell) (X International)) (X Corp.)) (X (X won) (X (X (X (X (X a) (X $)) (X (X 130.7) (X (X million) (X Air)))) (X (X Force) (X contract))) (X (X for) (X (X (X AC-130U) (X (X gunship) (X (X replacement) (X aircraft)))) (X .))))))
(X (X (X (X Martin) (X Marietta)) (X Corp.)) (X (X was) (X (X (X given) (X (X (X a) (X $)) (X (X 29.9) (X (X (X million) (X Air)) (X (X Force) (X contract)))))) (X (X for) (X (X (X (X low-altitude) (X navigation)) (X and)) (X (X targeting) (X (X equipment) (X .))))))))
(X (X (X (X Federal) (X Data)) (X Corp.)) (X (X got) (X (X (X (X a) (X $)) (X (X 29.4) (X (X (X million) (X Air)) (X (X Force) (X contract))))) (X (X for) (X (X (X intelligence) (X data)) (X (X handling) (X .)))))))
(X (X (X (X For) (X (X six) (X years))) (X (X ,) (X (X (X T.) (X Marshall)) (X (X Hahn) (X Jr.))))) (X (X has) (X (X made) (X (X (X corporate) (X acquisitions)) (X (X in) (X (X (X (X (X the) (X George)) (X (X Bush) (X mode))) (X (X :) (X kind))) (X (X and) (X (X gentle) (X .)))))))))
(X (X (X The) (X (X question) (X now))) (X (X :) (X (X (X Can) (X (X he) (X (X act) (X more)))) (X (X like) (X (X (X (X hard-charging) (X Teddy)) (X Roosevelt)) (X ?))))))
(X (X (X (X (X Mr.) (X Hahn)) (X (X ,) (X (X (X the) (X (X 62-year-old) (X chairman))) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X (X of) (X (X Georgia-Pacific) (X Corp.)))) (X (X is) (X (X (X leading) (X (X (X the) (X (X forest-product) (X (X concern) (X (X 's) (X (X unsolicited) (X $)))))) (X (X 3.19) (X (X billion) (X bid))))) (X (X for) (X (X (X (X (X Great) (X Northern)) (X Nekoosa)) (X Corp)) (X .))))))
(X (X (X Nekoosa) (X has)) (X (X given) (X (X (X the) (X (X offer) (X (X a) (X (X public) (X (X cold) (X shoulder)))))) (X (X ,) (X (X (X (X a) (X reaction)) (X (X Mr.) (X Hahn))) (X (X has) (X (X (X (X (X (X n't) (X faced)) (X (X in) (X (X his) (X (X 18) (X (X earlier) (X acquisitions)))))) (X (X ,) (X (X all) (X of)))) (X (X which) (X (X were) (X negotiated)))) (X (X behind) (X (X (X the) (X scenes)) (X .))))))))))
(X (X (X (X So) (X far)) (X (X ,) (X (X Mr.) (X Hahn)))) (X (X is) (X (X trying) (X (X to) (X (X (X entice) (X Nekoosa)) (X (X into) (X (X (X negotiating) (X (X a) (X (X friendly) (X surrender)))) (X (X while) (X (X (X talking) (X tough)) (X .))))))))))
(X (X (X ``) (X We)) (X (X are) (X (X (X prepared) (X (X to) (X (X pursue) (X (X aggressively) (X completion))))) (X (X of) (X (X (X this) (X transaction)) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))))
(X (X (X (X (X (X But) (X a)) (X (X takeover) (X battle))) (X opens)) (X (X up) (X (X the) (X possibility)))) (X (X of) (X (X (X (X a) (X (X bidding) (X war))) (X ,)) (X (X with) (X (X (X (X all) (X that)) (X implies)) (X .))))))
(X (X (X (X If) (X (X a) (X competitor))) (X (X enters) (X (X (X the) (X game)) (X (X ,) (X (X (X (X for) (X example)) (X (X ,) (X (X Mr.) (X Hahn)))) (X could)))))) (X (X face) (X (X (X (X the) (X dilemma)) (X (X of) (X (X (X (X paying) (X (X a) (X premium))) (X (X for) (X (X (X Nekoosa) (X or)) (X (X seeing) (X (X (X the) (X company)) (X fall)))))) (X (X into) (X (X the) (X arms)))))) (X (X of) (X (X (X a) (X rival)) (X .))))))
(X (X (X (X Given) (X (X that) (X (X choice) (X (X ,) (X associates))))) (X (X of) (X (X (X (X (X Mr.) (X Hahn)) (X (X and) (X (X industry) (X observers)))) (X (X say) (X (X (X the) (X former)) (X (X university) (X president))))) (X (X --) (X (X (X who) (X has)) (X (X developed) (X (X a) (X reputation)))))))) (X (X for) (X (X (X (X not) (X overpaying)) (X (X for) (X anything))) (X (X --) (X (X would) (X (X fold) (X .)))))))
(X (X ``) (X (X (X (X (X (X (X (X There) (X (X 's) (X a))) (X price)) (X above)) (X (X which) (X (X I) (X (X 'm) (X (X positive) (X Marshall)))))) (X (X has) (X (X (X the) (X courage)) (X not)))) (X (X to) (X (X pay) (X (X ,) (X ''))))) (X (X says) (X (X (X A.D.) (X Correll)) (X (X ,) (X (X (X (X Georgia-Pacific) (X (X 's) (X (X executive) (X (X vice) (X president))))) (X (X for) (X pulp))) (X (X and) (X (X paper) (X .)))))))))
(X (X (X (X (X (X (X (X Says) (X (X long-time) (X associate))) (X Jerry)) (X Griffin)) (X (X ,) (X (X (X (X vice) (X president)) (X (X ,) (X (X corporate) (X development)))) (X (X ,) (X (X (X (X at) (X WTD)) (X Industries)) (X (X Inc.) (X :))))))) (X (X ``) (X He))) (X (X is) (X n't))) (X (X of) (X (X (X (X the) (X old)) (X school)) (X (X of) (X (X (X winning) (X (X at) (X (X (X any) (X cost)) (X .)))) (X ''))))))
(X (X (X He) (X also)) (X (X is) (X (X (X a) (X (X consensus) (X manager))) (X (X ,) (X (X insiders) (X (X say) (X .)))))))
(X (X (X (X (X The) (X decision)) (X to)) (X (X make) (X (X (X (X (X (X the) (X bid)) (X (X for) (X Nekoosa))) (X (X ,) (X (X (X for) (X example)) (X ,)))) (X (X was) (X (X made) (X (X only) (X (X after) (X (X (X all) (X six)) (X members))))))) (X (X of) (X (X (X (X Georgia-Pacific) (X (X 's) (X (X management) (X committee)))) (X signed)) (X (X onto) (X (X (X the) (X deal)) (X (X --) (X even))))))))) (X (X though) (X (X (X Mr.) (X Hahn)) (X (X knew) (X (X (X he) (X (X wanted) (X (X to) (X go)))) (X (X after) (X (X (X (X the) (X (X company) (X early))) (X (X on) (X ,))) (X (X says) (X (X Mr.) (X (X Correll) (X .)))))))))))
(X (X (X (X Associates) (X (X say) (X (X Mr.) (X Hahn)))) (X (X picked) (X (X up) (X (X that) (X (X careful) (X approach)))))) (X (X to) (X (X management) (X (X as) (X (X president) (X (X of) (X (X (X (X Virginia) (X Polytechnic)) (X Institute)) (X .))))))))
(X (X (X (X (X Assuming) (X (X that) (X (X post) (X (X at) (X (X (X (X the) (X age)) (X (X of) (X 35))) (X (X ,) (X he))))))) (X (X managed) (X (X by) (X (X consensus) (X ,))))) (X as)) (X (X is) (X (X (X (X the) (X rule)) (X (X in) (X (X (X universities) (X ,)) (X (X says) (X (X Warren) (X (X H.) (X Strother))))))) (X (X ,) (X (X (X (X (X a) (X (X university) (X official))) (X who)) (X (X is) (X (X researching) (X (X a) (X book))))) (X (X on) (X (X (X Mr.) (X Hahn)) (X .))))))))
(X (X (X (X (X But) (X he)) (X also)) (X (X showed) (X (X a) (X willingness)))) (X (X to) (X (X take) (X (X (X (X a) (X strong)) (X stand)) (X .)))))
(X (X (X (X In) (X 1970)) (X (X ,) (X (X (X Mr.) (X Hahn)) (X (X called) (X (X in) (X (X state) (X police))))))) (X (X to) (X (X (X arrest) (X (X (X student) (X protesters)) (X who))) (X (X were) (X (X occupying) (X (X (X a) (X (X university) (X building))) (X .)))))))
(X (X (X (X (X That) (X (X impressed) (X (X (X Robert) (X B.)) (X Pamplin)))) (X (X ,) (X (X (X Georgia-Pacific) (X (X 's) (X (X chief) (X executive)))) (X (X at) (X (X the) (X time)))))) (X ,)) (X (X whom) (X (X (X Mr.) (X (X (X Hahn) (X had)) (X met))) (X (X while) (X (X (X fundraising) (X (X for) (X (X the) (X institute)))) (X .))))))
(X (X (X (X (X In) (X 1975)) (X (X ,) (X (X (X (X (X Mr.) (X Pamplin)) (X enticed)) (X Mr.)) (X Hahn)))) (X (X into) (X (X (X joining) (X (X the) (X company))) (X (X as) (X (X (X executive) (X (X vice) (X president))) (X (X in) (X charge))))))) (X (X of) (X (X (X chemicals) (X (X ;) (X (X (X (X (X the) (X move)) (X (X befuddled) (X many))) (X (X in) (X Georgia-Pacific))) (X who)))) (X (X did) (X (X (X (X n't) (X (X believe) (X (X (X a) (X (X university) (X administrator))) (X could)))) (X (X make) (X (X the) (X transition)))) (X (X to) (X (X (X (X the) (X corporate)) (X world)) (X .))))))))
(X (X (X (X But) (X Mr.)) (X (X Hahn) (X (X rose) (X swiftly)))) (X (X through) (X (X (X (X the) (X ranks)) (X (X ,) (X (X demonstrating) (X (X a) (X (X raw) (X intelligence)))))) (X (X that) (X (X (X (X he) (X (X says) (X he))) (X (X knew) (X he))) (X (X possessed) (X (X early) (X (X on) (X .)))))))))
(X (X (X (X (X The) (X son)) (X (X of) (X (X a) (X physicist)))) (X (X ,) (X (X (X Mr.) (X Hahn)) (X (X skipped) (X (X first) (X grade)))))) (X (X because) (X (X (X (X his) (X (X reading) (X ability))) (X (X was) (X (X so) (X far)))) (X (X above) (X (X (X his) (X classmates)) (X .))))))
(X (X (X (X Moving) (X rapidly)) (X (X through) (X (X (X school) (X (X ,) (X (X he) (X graduated)))) (X (X Phi) (X (X Beta) (X Kappa)))))) (X (X from) (X (X (X the) (X University)) (X (X of) (X (X (X Kentucky) (X (X at) (X (X (X age) (X 18)) (X ,)))) (X (X after) (X (X (X spending) (X (X only) (X (X 2) (X (X 1\/2) (X years))))) (X (X in) (X (X college) (X .))))))))))
(X (X (X (X (X He) (X (X earned) (X (X his) (X doctorate)))) (X (X in) (X (X nuclear) (X physics)))) (X (X from) (X (X (X the) (X Massachusetts)) (X Institute)))) (X (X of) (X (X Technology) (X .))))
(X (X (X (X (X Mr.) (X Hahn)) (X agrees)) (X (X that) (X (X (X (X he) (X (X has) (X (X a) (X (X ``) (X (X retentive) (X (X '') (X memory))))))) (X ,)) (X (X but) (X (X friends) (X say)))))) (X (X that) (X (X (X 's) (X (X an) (X understatement))) (X .))))
(X (X (X (X They) (X call)) (X it)) (X (X ``) (X (X (X photographic) (X '')) (X .))))
(X (X (X (X Mr.) (X Hahn)) (X also)) (X (X has) (X (X (X engineered) (X (X (X a) (X surprising)) (X turnaround))) (X (X of) (X (X Georgia-Pacific) (X .))))))
(X (X (X (X (X Taking) (X (X over) (X (X as) (X (X chief) (X (X executive) (X officer)))))) (X (X in) (X 1983))) (X (X ,) (X (X he) (X (X inherited) (X (X a) (X company)))))) (X (X that) (X (X was) (X (X (X mired) (X (X in) (X (X (X debt) (X (X and) (X hurt))) (X (X by) (X (X a) (X (X recession-inspired) (X slide))))))) (X (X in) (X (X (X its) (X (X building-products) (X business))) (X .)))))))
(X (X (X (X (X (X Mr.) (X Hahn)) (X began)) (X (X selling) (X (X non-core) (X businesses)))) (X (X ,) (X such))) (X (X as) (X (X (X (X oil) (X (X and) (X gas))) (X (X and) (X chemicals))) (X .))))
(X (X (X (X (X (X He) (X even)) (X (X sold) (X (X one) (X unit)))) (X that)) (X (X made) (X (X vinyl) (X checkbook)))) (X (X covers) (X .)))
(X (X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X he) (X (X began) (X (X (X building) (X (X up) (X (X the) (X pulp)))) (X (X and) (X (X paper) (X segment)))))))) (X (X of) (X (X the) (X company)))) (X (X while) (X (X (X (X (X refocusing) (X (X building) (X products))) (X (X on) (X (X (X (X home) (X repair)) (X (X and) (X remodeling))) (X (X ,) (X rather))))) (X (X than) (X materials))) (X (X for) (X (X (X new-home) (X construction)) (X .))))))
(X (X (X (X The) (X idea)) (X (X was) (X (X to) (X (X buffet) (X (X building) (X products)))))) (X (X from) (X (X cycles) (X (X in) (X (X (X new-home) (X construction)) (X .))))))
(X (X (X The) (X formula)) (X (X has) (X (X (X (X paid) (X off)) (X ,)) (X (X so) (X (X far) (X .))))))
(X (X (X (X (X (X (X (X Georgia-Pacific) (X 's)) (X sales)) (X climbed)) (X (X to) (X (X (X $) (X (X 9.5) (X (X (X billion) (X last)) (X year)))) (X ,)))) (X compared)) (X (X with) (X (X (X (X $) (X (X 6) (X billion))) (X (X in) (X 1983))) (X ,)))) (X (X when) (X (X (X Mr.) (X Hahn)) (X (X took) (X (X (X the) (X reins)) (X .))))))
(X (X (X Profit) (X (X from) (X (X continuing) (X operations)))) (X (X has) (X (X soared) (X (X to) (X (X (X $) (X (X 467) (X million))) (X (X from) (X (X (X $) (X (X 75) (X million))) (X .))))))))
(X (X (X Mr.) (X Hahn)) (X (X attributes) (X (X (X (X (X the) (X gains)) (X (X to) (X (X the) (X philosophy)))) (X (X of) (X (X concentrating) (X on)))) (X (X what) (X (X (X a) (X company)) (X (X knows) (X (X best) (X .))))))))
(X (X (X (X ``) (X (X The) (X record))) (X (X of) (X (X companies) (X (X that) (X (X have) (X diversified)))))) (X (X is) (X (X (X (X (X n't) (X all)) (X (X that) (X impressive))) (X (X ,) (X (X '') (X he)))) (X (X says) (X .)))))
(X (X Nekoosa) (X (X would) (X (X n't) (X (X be) (X (X (X a) (X diversification)) (X .))))))
(X (X (X It) (X (X would) (X (X be) (X (X (X (X (X a) (X good)) (X match)) (X (X ,) (X (X (X Mr.) (X Hahn)) (X (X and) (X (X many) (X analysts)))))) (X (X say) (X (X ,) (X (X of) (X (X two) (X (X healthy) (X companies)))))))))) (X (X with) (X (X (X high-quality) (X assets)) (X (X and) (X (X (X (X strong) (X cash)) (X flows)) (X .))))))
(X (X (X (X (X The) (X (X resulting) (X company))) (X (X would) (X (X be) (X (X (X the) (X largest)) (X (X forest-products) (X concern)))))) (X (X in) (X (X the) (X world)))) (X (X with) (X (X (X combined) (X sales)) (X (X of) (X (X more) (X (X (X (X than) (X $)) (X (X 13) (X billion))) (X .)))))))
(X (X (X But) (X (X can) (X (X Mr.) (X Hahn)))) (X (X carry) (X (X it) (X (X off) (X ?)))))
(X (X (X (X (X (X (X In) (X this)) (X instance)) (X (X ,) (X (X industry) (X observers)))) (X (X say) (X (X ,) (X he)))) (X is)) (X (X entering) (X (X (X uncharted) (X waters)) (X .))))
(X (X (X (X (X Says) (X Kathryn)) (X McAuley)) (X (X ,) (X (X (X an) (X analyst)) (X (X at) (X (X (X (X First) (X Manhattan)) (X Co.)) (X :)))))) (X (X ``) (X (X This) (X (X is) (X (X (X (X the) (X (X greatest) (X acquisition))) (X (X challenge) (X he))) (X (X has) (X (X faced) (X .))))))))
(X (X (X (X (X A) (X (X House-Senate) (X (X (X conference) (X (X approved) (X major))) (X portions)))) (X (X of) (X (X (X a) (X package)) (X (X for) (X (X (X more) (X (X than) (X (X $) (X (X 500) (X million))))) (X (X in) (X (X economic) (X aid)))))))) (X (X for) (X (X Poland) (X that)))) (X (X relies) (X (X (X heavily) (X (X on) (X (X (X $) (X (X 240) (X million))) (X (X in) (X (X credit) (X (X and) (X (X (X loan) (X guarantees)) (X (X in) (X (X (X fiscal) (X 1990)) (X (X in) (X hopes))))))))))) (X (X of) (X (X (X stimulating) (X (X future) (X trade))) (X (X and) (X (X investment) (X .))))))))
(X (X (X (X (X (X For) (X the)) (X Agency)) (X (X for) (X (X International) (X Development)))) (X (X ,) (X (X appropriators) (X (X approved) (X (X (X $) (X (X 200) (X million))) (X (X in) (X (X (X secondary) (X loan)) (X guarantees)))))))) (X (X under) (X (X (X (X (X (X (X (X an) (X (X (X expanded) (X trade)) (X credit))) (X (X insurance) (X program))) (X (X ,) (X (X and) (X (X (X (X total) (X loan)) (X guarantees)) (X (X for) (X (X (X (X (X the) (X Overseas)) (X Private)) (X Investment)) (X Corp.))))))) (X (X are) (X increased))) (X (X by) (X (X (X $) (X (X 40) (X million))) (X (X over) (X (X fiscal) (X 1989)))))) (X (X as) (X part))) (X (X of) (X (X (X (X the) (X same)) (X (X Poland) (X package))) (X .))))))
(X (X (X (X (X (X (X (X The) (X conference)) (X approved)) (X (X at) (X (X (X (X least) (X (X $) (X (X 55) (X million)))) (X (X in) (X (X direct) (X cash)))) (X (X and) (X (X development) (X assistance)))))) (X (X as) (X (X (X well) (X ,)) (X and)))) (X (X though) (X (X (X (X no) (X decision)) (X (X was) (X made))) (X (X ,) (X (X both) (X sides)))))) (X (X are) (X committed))) (X (X to) (X (X adding) (X (X (X more) (X (X (X than) (X $)) (X (X 200) (X million)))) (X (X in) (X (X (X (X economic) (X (X support) (X funds))) (X (X and) (X (X (X environmental) (X initiatives)) (X sought)))) (X (X by) (X (X (X the) (X (X Bush) (X administration))) (X .)))))))))
(X (X (X (X (X The) (X agreement)) (X (X on) (X (X Poland) (X contrasts)))) (X (X with) (X (X (X (X (X (X (X the) (X (X major) (X (X differences) (X remaining)))) (X (X over) (X (X (X (X the) (X underlying)) (X foreign)) (X (X aid) (X bill))))) (X ,)) (X (X which) (X (X has) (X (X (X already) (X provoked)) (X (X veto) (X threats)))))) (X (X by) (X (X (X (X the) (X White)) (X House)) (X and)))) (X (X is) (X (X sharply) (X confined)))))) (X (X under) (X (X (X (X (X this) (X year)) (X 's)) (X budget)) (X .))))
(X (X (X These) (X (X fiscal) (X pressures))) (X (X are) (X (X (X also) (X (X (X a) (X factor)) (X (X in) (X (X (X (X shaping) (X the)) (X (X Poland) (X package))) (X (X ,) (X and)))))) (X (X while) (X (X (X (X (X (X (X more) (X (X ambitious) (X (X authorizing) (X legislation)))) (X is)) (X (X still) (X pending))) (X (X ,) (X (X (X (X the) (X (X appropriations) (X bill))) (X (X in) (X (X conference) (X will)))) (X (X be) (X (X more) (X decisive)))))) (X (X on) (X (X U.S.) (X aid)))) (X (X to) (X (X Eastern) (X (X Europe) (X .)))))))))
(X (X To) (X (X accommodate) (X (X (X (X (X the) (X additional)) (X (X cash) (X assistance))) (X (X ,) (X (X (X (X (X the) (X House)) (X Appropriations)) (X (X Committee) (X (X last) (X week)))) (X (X was) (X required))))) (X (X to) (X (X (X reallocate) (X (X an) (X (X (X estimated) (X $)) (X (X 140) (X million))))) (X (X from) (X (X (X the) (X Pentagon)) (X .))))))))
(X (X (X (X (X (X And) (X (X though) (X (X the) (X size)))) (X (X of) (X (X (X (X (X the) (X loan)) (X guarantees)) (X (X approved) (X yesterday))) (X (X is) (X (X significant) (X (X ,) (X (X recent) (X experience)))))))) (X (X with) (X (X (X a) (X (X similar) (X program))) (X (X in) (X (X Central) (X America)))))) (X indicates)) (X (X that) (X (X (X it) (X could)) (X (X take) (X (X (X (X (X several) (X years)) (X (X before) (X (X (X the) (X new)) (X (X Polish) (X government))))) (X (X can) (X fully))) (X (X use) (X (X (X the) (X (X aid) (X effectively))) (X .))))))))
(X (X (X (X The) (X action)) (X (X on) (X (X (X Poland) (X came)) (X (X as) (X (X (X (X (X the) (X (X conference) (X separately))) (X (X approved) (X $))) (X (X 220) (X million))) (X (X for) (X (X international) (X (X population) (X (X planning) (X activities)))))))))) (X (X ,) (X (X (X (X an) (X (X 11) (X %))) (X increase)) (X (X over) (X (X fiscal) (X (X 1989) (X .)))))))
(X (X (X (X (X (X The) (X House)) (X (X and) (X Senate))) (X (X are) (X (X divided) (X over)))) (X (X whether) (X (X (X (X (X the) (X United)) (X (X Nations) (X Population))) (X Fund)) (X (X will) (X (X receive) (X (X any) (X portion))))))) (X (X of) (X (X (X (X (X these) (X appropriations)) (X ,)) (X (X but) (X (X the) (X size)))) (X (X of) (X (X (X the) (X increase)) (X (X is) (X (X itself) (X (X significant) (X .)))))))))
(X (X (X (X (X (X In) (X (X a) (X second))) (X area)) (X (X of) (X (X common) (X concern)))) (X (X ,) (X (X (X the) (X (X world) (X environment))) (X (X ,) (X (X (X (X an) (X (X additional) (X (X $) (X (X 15) (X million))))) (X will)) (X (X be) (X (X provided) (X (X in) (X (X development) (X assistance)))))))))) (X (X to) (X (X (X (X (X fund) (X (X (X a) (X series)) (X (X of) (X initiatives)))) (X (X ,) (X (X related) (X both)))) (X (X to) (X (X (X global) (X warming)) (X (X and) (X (X the) (X plight)))))) (X (X of) (X (X (X the) (X (X African) (X elephant))) (X .))))))
(X (X (X (X The) (X (X sweeping) (X nature))) (X (X of) (X (X (X (X (X (X the) (X bill)) (X (X draws) (X (X (X a) (X variety)) (X (X of) (X (X (X special) (X interest)) (X amendments)))))) (X (X ,) (X running))) (X (X from) (X (X (X (X an) (X (X import) (X exemption))) (X (X for) (X (X a) (X (X California) (X (X airplane) (X museum)))))) (X (X to) (X (X (X (X a) (X small)) (X (X but) (X intriguing))) (X struggle)))))) (X (X among) (X (X (X sugar) (X (X producing) (X nations))) (X (X over) (X (X the) (X fate)))))))) (X (X of) (X (X (X Panama) (X (X 's) (X quota))) (X (X of) (X (X exports) (X (X to) (X (X (X the) (X profitable)) (X (X U.S.) (X (X market) (X .))))))))))
(X (X (X (X Panama) (X (X was) (X stripped))) (X (X of) (X (X (X this) (X right)) (X (X because) (X (X of) (X (X U.S.) (X differences))))))) (X (X with) (X (X (X (X (X the) (X (X Noriega) (X regime))) (X ,)) (X (X but) (X (X (X (X (X the) (X Central)) (X (X American) (X country))) (X (X would) (X have))) (X (X received) (X (X a) (X quota)))))) (X (X of) (X (X (X 30,537) (X (X metric) (X tons))) (X (X over) (X (X (X (X a) (X (X 21-month) (X period))) (X (X ending) (X (X Sept.) (X 30)))) (X (X ,) (X (X 1990) (X .))))))))))
(X (X (X (X (X About) (X a)) (X quarter)) (X (X of) (X (X this) (X share)))) (X (X has) (X (X (X (X (X (X (X already) (X (X been) (X reallocated))) (X (X ,) (X according))) (X (X to) (X (X the) (X industry)))) (X (X ,) (X (X but) (X (X (X (X (X (X the) (X remaining)) (X 23,403)) (X tons)) (X are)) (X (X still) (X (X (X a) (X lucrative)) (X target))))))) (X (X for) (X growers))) (X (X because) (X (X (X (X (X the) (X current)) (X (X U.S.) (X price))) (X (X of) (X (X (X (X 18) (X cents)) (X (X a) (X pound))) (X runs)))) (X (X as) (X (X much) (X (X as) (X (X (X a) (X (X nickel) (X (X a) (X pound)))) (X (X above) (X (X (X (X the) (X world)) (X rate)) (X .))))))))))))
(X (X (X (X (X (X The) (X potential)) (X sales)) (X (X are) (X (X (X (X nearly) (X (X (X (X $) (X (X 9.3) (X million))) (X ,)) (X (X and) (X (X House) (X (X (X (X Majority) (X (X (X Whip) (X William)) (X Gray))) (X -LRB-)) (X D.)))))) (X (X ,) (X (X (X (X (X Pa) (X .)) (X -RRB-)) (X (X began) (X (X the) (X (X bidding) (X (X this) (X year)))))) (X (X by) (X (X proposing) (X language)))))) (X (X that) (X (X (X the) (X quota)) (X (X be) (X allocated))))))) (X (X to) (X (X (X (X English-speaking) (X countries)) (X (X of) (X (X the) (X Caribbean)))) (X (X ,) (X such))))) (X (X as) (X (X (X Jamaica) (X (X and) (X Barbados))) (X .))))
(X (X (X (X (X (X (X (X (X Rep.) (X Jerry)) (X Lewis)) (X (X ,) (X (X (X (X a) (X conservative)) (X Californian)) (X (X ,) (X (X added) (X (X a) (X provision))))))) (X (X of) (X (X his) (X (X own) (X intended))))) (X (X to) (X (X (X (X (X (X (X assist) (X (X Bolivia) (X ,))) (X (X and) (X (X the) (X Senate)))) (X (X then) (X (X broadened) (X (X the) (X (X list) (X further)))))) (X by)) (X (X including) (X (X (X all) (X countries)) (X (X in) (X (X (X (X (X the) (X U.S.)) (X Caribbean)) (X Basin)) (X initiate)))))) (X (X as) (X well))))) (X (X as) (X (X the) (X Philippines)))) (X (X -) (X backed))) (X (X by) (X (X (X (X (X (X (X (X the) (X powerful)) (X Hawaii)) (X Democrat)) (X Sen.)) (X Daniel)) (X Inouye)) (X .))))
(X (X (X (X (X Jamaica) (X (X ,) (X wary))) (X (X of) (X (X (X (X upsetting) (X (X its) (X Caribbean))) (X (X Basin) (X allies))) (X ,)))) (X (X has) (X (X (X (X apparently) (X (X instructed) (X (X its) (X lobbyist)))) (X (X to) (X (X abandon) (X (X (X (X the) (X provision)) (X initially)) (X drafted))))) (X (X by) (X (X (X Mr.) (X Gray)) (X (X ,) (X (X but) (X (X (X (X the) (X greater)) (X question)) (X is))))))))) (X (X whether) (X (X (X (X Mr.) (X Inouye)) (X (X ,) (X (X who) (X (X has) (X (X strong) (X ties)))))) (X (X to) (X (X (X (X (X (X the) (X sugar)) (X industry)) (X ,)) (X (X is) (X able))) (X (X to) (X (X insert) (X (X (X a) (X claim)) (X (X by) (X (X the) (X (X Philippines) (X .))))))))))))
(X (X (X (X In) (X (X separate) (X (X floor) (X action)))) (X (X ,) (X (X (X (X the) (X House)) (X (X waived) (X (X budget) (X restrictions)))) (X and)))) (X (X gave) (X (X (X quick) (X approval)) (X (X to) (X (X (X (X (X $) (X (X 3.18) (X billion))) (X (X in) (X (X supplemental) (X appropriations)))) (X (X for) (X (X (X law) (X enforcement)) (X (X and) (X (X anti-drug) (X programs)))))) (X (X in) (X (X (X fiscal) (X 1990)) (X .))))))))
(X (X (X (X (X The) (X funding)) (X (X is) (X attached))) (X (X to) (X (X (X (X an) (X (X (X estimated) (X $)) (X (X 27.1) (X (X billion) (X (X transportation) (X bill)))))) (X (X that) (X (X goes) (X next)))) (X (X to) (X (X (X the) (X Senate)) (X and)))))) (X (X carries) (X (X with) (X (X (X (X it) (X (X a) (X proposed))) (X (X permanent) (X (X smoking) (X ban)))) (X (X on) (X (X virtually) (X (X (X (X all) (X (X U.S.) (X domestic))) (X (X airline) (X flights))) (X .))))))))
(X (X (X (X (X The) (X leadership)) (X hopes)) (X to)) (X (X move) (X (X (X (X (X (X (X (X the) (X (X compromise) (X (X measure) (X promptly)))) (X (X to) (X (X (X the) (X White)) (X House)))) (X ,)) (X (X but) (X (X in) (X (X recent) (X days))))) (X (X ,) (X (X (X the) (X Senate)) (X (X has) (X been))))) (X (X as) (X likely))) (X (X to) (X (X (X bounce) (X (X bills) (X back))) (X (X to) (X (X (X the) (X House)) (X .))))))))
(X (X (X (X (X The) (X (X most) (X recent))) (X example)) (X (X was) (X (X (X a) (X (X nearly) (X $))) (X (X 17.3) (X (X (X (X (X (X billion) (X fiscal)) (X 1990)) (X bill)) (X (X funding) (X the))) (X State)))))) (X (X ,) (X (X (X Justice) (X (X and) (X (X Commerce) (X departments)))) (X .))))
(X (X (X (X And) (X (X after) (X (X (X losing) (X (X a) (X battle))) (X (X Tuesday) (X night))))) (X (X with) (X (X (X (X (X (X the) (X Senate)) (X Foreign)) (X (X Relations) (X Committee))) (X (X ,) (X appropriators))) (X (X from) (X (X both) (X houses)))))) (X (X are) (X (X expected) (X (X to) (X (X (X be) (X (X forced) (X back))) (X (X to) (X (X conference) (X .))))))))
(X (X (X (X (X (X Beauty) (X Takes)) (X Backseat)) (X To)) (X Safety)) (X (X on) (X Bridges)))
(X (X (X (X EVERYONE) (X AGREES)) (X (X that) (X (X most) (X (X of) (X (X (X the) (X nation)) (X (X 's) (X (X old) (X bridges)))))))) (X (X need) (X (X to) (X (X be) (X (X (X repaired) (X or)) (X (X replaced) (X .)))))))
(X (X (X (X But) (X there)) (X (X 's) (X (X disagreement) (X over)))) (X (X how) (X (X to) (X (X do) (X (X it) (X .))))))
(X (X (X (X (X Highway) (X officials)) (X (X insist) (X (X (X (X the) (X ornamental)) (X railings)) (X (X on) (X (X older) (X bridges)))))) (X (X are) (X (X n't) (X (X strong) (X enough))))) (X (X to) (X (X prevent) (X (X (X vehicles) (X (X from) (X crashing))) (X (X through) (X .))))))
(X (X (X (X But) (X other)) (X people)) (X (X do) (X (X (X (X n't) (X want)) (X (X to) (X (X lose) (X (X (X (X (X the) (X bridges)) (X (X ') (X beautiful))) (X ,)) (X (X sometimes) (X (X historic) (X ,))))))) (X (X features) (X .)))))
(X (X (X (X ``) (X (X (X The) (X primary)) (X purpose))) (X (X of) (X (X (X (X a) (X railing)) (X is)) (X (X to) (X (X (X contain) (X (X (X a) (X vehicle)) (X (X and) (X not)))) (X (X to) (X (X (X provide) (X (X (X (X a) (X scenic)) (X view)) (X (X ,) (X (X '') (X (X says) (X (X Jack) (X White))))))) (X (X ,) (X (X a) (X planner)))))))))) (X (X with) (X (X (X (X (X the) (X Indiana)) (X Highway)) (X Department)) (X .))))
(X (X (X (X (X He) (X (X and) (X others))) (X (X prefer) (X (X to) (X (X install) (X (X railings) (X such)))))) (X (X as) (X (X (X the) (X (X ``) (X (X type) (X (X F) (X (X safety) (X shape)))))) (X (X ,) (X (X '') (X (X a) (X (X four-foot-high) (X (X concrete) (X slab))))))))) (X (X with) (X (X (X no) (X openings)) (X .))))
(X (X (X (X (X In) (X Richmond)) (X (X ,) (X (X Ind.) (X (X ,) (X (X (X the) (X type)) (X (X F) (X railing))))))) (X (X is) (X (X being) (X used)))) (X (X to) (X (X replace) (X (X (X arched) (X openings)) (X (X on) (X (X (X (X (X the) (X G)) (X Street)) (X Bridge)) (X .)))))))
(X (X (X (X (X Garret) (X Boone)) (X (X ,) (X (X who) (X (X teaches) (X (X (X art) (X (X at) (X (X Earlham) (X College)))) (X ,)))))) (X (X calls) (X (X (X the) (X (X new) (X structure))) (X (X ``) (X (X (X (X (X (X just) (X (X an) (X (X ugly) (X bridge)))) (X '')) (X (X and) (X one))) (X that)) (X (X blocks) (X (X the) (X view)))))))) (X (X of) (X (X (X (X a) (X new)) (X park)) (X (X below) (X .)))))
(X (X (X (X (X (X In) (X Hartford)) (X (X ,) (X (X Conn.) (X (X ,) (X (X (X (X the) (X Charter)) (X Oak)) (X Bridge)))))) (X (X will) (X (X (X (X (X soon) (X be)) (X replaced)) (X (X ,) (X (X the) (X cast-iron)))) (X medallions)))) (X (X from) (X (X its) (X (X railings) (X relegated))))) (X (X to) (X (X (X a) (X park)) (X .))))
(X (X Compromises) (X (X are) (X (X possible) (X .))))
(X (X (X (X (X Citizens) (X (X in) (X Peninsula))) (X (X ,) (X (X Ohio) (X (X ,) (X (X upset) (X (X over) (X changes))))))) (X (X to) (X (X (X (X a) (X bridge)) (X (X ,) (X (X (X (X negotiated) (X (X a) (X deal))) (X :)) (X (X The) (X (X bottom) (X half)))))) (X (X of) (X (X (X (X the) (X railing)) (X (X will) (X (X be) (X (X type) (X F))))) (X ,)))))) (X (X while) (X (X (X (X the) (X (X top) (X half))) (X will)) (X (X have) (X (X (X (X (X (X the) (X old)) (X bridge)) (X 's)) (X (X floral) (X pattern))) (X .))))))
(X (X (X (X Similarly) (X (X ,) (X (X (X highway) (X engineers)) (X agreed)))) (X (X to) (X (X (X keep) (X (X (X the) (X old)) (X railings))) (X (X on) (X (X (X (X (X the) (X Key)) (X Bridge)) (X (X in) (X Washington))) (X (X ,) (X (X D.C.) (X ,)))))))) (X (X as) (X (X long) (X (X as) (X (X (X they) (X could)) (X (X install) (X (X (X a) (X (X crash) (X barrier))) (X (X between) (X (X (X the) (X sidewalk)) (X (X and) (X (X (X the) (X road)) (X .))))))))))))
(X (X (X Tray) (X Bon)) (X ?))
(X (X (X (X (X Drink) (X Carrier)) (X Competes)) (X With)) (X Cartons))
(X (X (X (X (X PORTING) (X POTABLES)) (X just)) (X (X got) (X (X (X (X (X easier) (X (X ,) (X or))) (X so)) (X (X claims) (X (X Scypher) (X Corp.)))) (X (X ,) (X (X the) (X maker)))))) (X (X of) (X (X (X the) (X Cup-Tote)) (X .))))
(X (X (X (X (X (X The) (X (X Chicago) (X (X (X company) (X 's)) (X (X beverage) (X carrier))))) (X ,)) (X meant)) (X (X to) (X (X replace) (X (X (X (X (X cardboard) (X trays)) (X (X at) (X concession))) (X stands)) (X (X and) (X (X (X fast-food) (X outlets)) (X ,))))))) (X (X resembles) (X (X (X (X (X (X (X (X the) (X plastic)) (X loops)) (X used)) (X (X on) (X six-packs))) (X (X of) (X (X beer) (X (X ,) (X (X (X only) (X the)) (X (X loops) (X hang))))))) (X (X from) (X (X a) (X web)))) (X (X of) (X (X strings) (X .))))))
(X (X (X The) (X (X new) (X carrier))) (X (X can) (X (X tote) (X (X as) (X (X (X many) (X (X as) (X (X four) (X cups)))) (X (X at) (X (X once) (X .))))))))
(X (X (X (X Inventor) (X Claire)) (X Marvin)) (X (X says) (X (X (X his) (X design)) (X (X virtually) (X (X eliminates) (X (X spilling) (X .)))))))
(X (X Lids) (X (X are) (X (X n't) (X (X (X even) (X needed)) (X .)))))
(X (X (X He) (X also)) (X (X claims) (X (X (X (X (X the) (X carrier)) (X (X costs) (X less))) (X and)) (X (X takes) (X (X (X up) (X (X less) (X space))) (X (X than) (X (X (X most) (X (X paper) (X carriers))) (X .))))))))
(X (X (X (X (X (X A) (X few)) (X fast-food)) (X outlets)) (X are)) (X (X giving) (X (X it) (X (X (X a) (X try)) (X .)))))
(X (X (X (X The) (X company)) (X (X acknowledges) (X (X some) (X problems)))) (X .))
(X (X (X (X A) (X driver)) (X (X has) (X to))) (X (X find) (X (X (X (X something) (X (X to) (X (X hang) (X (X the) (X carrier))))) (X (X on) (X (X ,) (X (X so) (X (X the) (X company)))))) (X (X supplies) (X (X (X (X a) (X window)) (X hook)) (X .))))))
(X (X (X (X (X (X While) (X it)) (X breaks)) (X down)) (X (X in) (X (X prolonged) (X sunlight)))) (X (X ,) (X (X it) (X (X is) (X (X (X n't) (X recyclable)) (X .))))))
(X (X And) (X (X unlike) (X (X (X (X some) (X trays)) (X (X ,) (X (X there) (X (X 's) (X (X no) (X place)))))) (X (X for) (X (X food) (X .))))))
(X (X Spirit) (X (X of) (X (X (X (X Perestroika) (X Touches)) (X Design)) (X World))))
(X (X (X AN) (X EXCHANGE)) (X (X of) (X (X (X U.S.) (X (X and) (X (X Soviet) (X designers)))) (X (X promises) (X (X change) (X (X on) (X (X (X both) (X sides)) (X .))))))))
(X (X (X (X An) (X exhibition)) (X (X of) (X (X (X (X (X American) (X design)) (X (X and) (X architecture))) (X opened)) (X (X in) (X (X (X September) (X (X in) (X (X Moscow) (X and)))) (X (X will) (X travel))))))) (X (X to) (X (X (X eight) (X (X other) (X (X Soviet) (X cities)))) (X .))))
(X (X (X (X (X (X The) (X (X show) (X (X runs) (X (X the) (X gamut))))) (X ,)) (X (X from) (X (X a) (X blender)))) (X (X to) (X (X chairs) (X (X to) (X (X a) (X model)))))) (X (X of) (X (X (X the) (X (X Citicorp) (X building))) (X .))))
(X (X (X (X (X The) (X event)) (X continues)) (X (X into) (X (X (X next) (X year)) (X and)))) (X (X includes) (X (X (X an) (X (X exchange) (X program))) (X (X to) (X (X (X swap) (X (X design) (X teachers))) (X (X at) (X (X Carnegie-Mellon) (X (X and) (X (X Leningrad) (X (X (X (X 's) (X Mutchin)) (X Institute)) (X .)))))))))))
(X (X (X (X (X Dan) (X Droz)) (X (X ,) (X leader))) (X (X of) (X (X (X the) (X (X Carnegie-Mellon) (X group))) (X ,)))) (X (X sees) (X (X (X benefits) (X all)) (X (X around) (X .)))))
(X (X (X (X (X (X The) (X Soviets)) (X (X ,) (X (X (X who) (X normally)) (X (X have) (X (X (X (X (X few) (X (X clients) (X other))) (X (X than) (X (X the) (X state)))) (X ,)) (X will)))))) (X get)) (X (X ``) (X exposure))) (X (X to) (X (X (X a) (X (X market) (X system))) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .)))))))
(X (X (X Americans) (X (X will) (X (X learn) (X (X (X more) (X about)) (X (X making) (X products)))))) (X (X for) (X (X (X the) (X Soviets)) (X .))))
(X (X (X Mr.) (X Droz)) (X (X says) (X (X (X (X (X the) (X Soviets)) (X (X could) (X even))) (X (X help) (X (X U.S.) (X (X designers) (X (X renew) (X (X their) (X sense))))))) (X (X of) (X (X purpose) (X .))))))
(X (X (X (X ``) (X (X (X In) (X Moscow)) (X (X ,) (X they)))) (X (X kept) (X (X (X asking) (X (X us) (X things))) (X (X like) (X (X (X (X ,) (X (X `) (X Why))) (X (X do) (X you))) (X (X make) (X (X (X (X 15) (X different)) (X corkscrews)) (X ,)))))))) (X (X when) (X (X (X all) (X you)) (X (X need) (X (X (X is) (X (X (X (X one) (X good)) (X one)) (X (X ?) (X (X ') (X (X '') (X he)))))) (X (X says) (X .)))))))
(X (X ``) (X (X (X They) (X (X got) (X (X (X us) (X thinking)) (X (X maybe) (X (X we) (X (X should) (X be))))))) (X (X helping) (X (X (X (X U.S.) (X companies)) (X (X improve) (X (X (X existing) (X products)) (X rather)))) (X (X than) (X (X always) (X (X developing) (X (X (X new) (X ones)) (X (X .) (X ''))))))))))
(X (X (X Seed) (X (X for) (X (X (X Jail) (X Solution)) (X Fails)))) (X (X to) (X (X Take) (X Root))))
(X (X (X (X (X (X IT) (X 'S)) (X A)) (X TWO)) (X BIRDS)) (X (X with) (X (X (X (X (X (X (X one) (X (X stone) (X deal))) (X :)) (X Eggers)) (X (X Group) (X architects))) (X propose)) (X (X using) (X (X (X grain) (X elevators)) (X (X to) (X (X (X house) (X prisoners)) (X .))))))))
(X (X (X It) (X (X would) (X (X ease) (X (X jail) (X overcrowding))))) (X (X while) (X (X preserving) (X (X (X historic) (X structures)) (X (X ,) (X (X (X the) (X company)) (X (X says) (X .))))))))
(X (X (X (X (X (X (X (X But) (X New)) (X (X York) (X state))) (X ,)) (X which)) (X is)) (X (X seeking) (X solutions))) (X (X to) (X (X (X (X (X (X its) (X (X prison) (X cell))) (X shortage)) (X ,)) (X says)) (X (X ``) (X (X (X no) (X .)) (X ''))))))
(X (X (X (X (X (X (X (X Grain) (X elevators)) (X built)) (X (X in) (X (X (X the) (X 1920s)) (X (X and) (X '30s))))) (X (X have) (X (X (X six-inch) (X (X concrete) (X walls))) (X (X and) (X (X (X a) (X tubular)) (X shape)))))) (X (X that) (X (X would) (X easily)))) (X (X contain) (X (X semicircular) (X cells)))) (X (X with) (X (X (X (X (X a) (X control)) (X point)) (X (X in) (X (X (X the) (X middle)) (X (X ,) (X (X (X the) (X New)) (X (X York) (X firm))))))) (X (X says) (X .)))))
(X (X (X Many) (X (X are) (X (X (X far) (X enough)) (X (X from) (X (X (X (X residential) (X areas)) (X (X to) (X (X (X pass) (X (X public) (X muster))) (X (X ,) (X (X (X yet) (X close)) (X enough)))))) (X to)))))) (X (X permit) (X (X family) (X (X visits) (X .)))))
(X (X (X Besides) (X (X ,) (X Eggers))) (X (X says) (X (X (X (X (X ,) (X (X grain) (X elevators))) (X (X are) (X (X (X worth) (X preserving)) (X (X for) (X (X aesthetic) (X reasons)))))) (X (X --) (X (X (X (X one) (X (X famed) (X architect))) (X (X compared) (X them))) (X (X to) (X (X the) (X pyramids)))))) (X (X of) (X (X Egypt) (X .))))))
(X (X (X (X (X A) (X number)) (X (X of) (X cities))) (X --)) (X (X including) (X (X (X (X (X Minneapolis) (X (X ,) (X (X Philadelphia) (X (X and) (X Houston))))) (X --)) (X (X have) (X (X (X (X vacant) (X grain)) (X elevators)) (X (X ,) (X Eggers))))) (X (X says) (X .)))))
(X (X (X (X (X (X A) (X (X medium-sized) (X one))) (X (X in) (X (X Brooklyn) (X (X ,) (X it))))) (X (X says) (X (X ,) (X (X could) (X (X be) (X altered)))))) (X (X to) (X (X (X house) (X up)) (X (X to) (X (X (X 1,000) (X inmates)) (X (X at) (X (X a) (X (X lower) (X cost))))))))) (X (X than) (X (X (X (X building) (X (X a) (X new))) (X prison)) (X (X in) (X (X (X (X upstate) (X New)) (X York)) (X .))))))
(X (X (X (X (X (X (X A) (X spokesman)) (X (X for) (X (X the) (X state)))) (X ,)) (X (X however) (X ,))) (X (X calls) (X (X the) (X idea)))) (X (X ``) (X (X not) (X (X effective) (X (X or) (X (X (X cost) (X efficient)) (X .)))))))
(X (X (X (X (X The) (X Labor)) (X Department)) (X (X cited) (X (X (X (X USX) (X Corp.)) (X (X for) (X (X (X (X (X (X numerous) (X health)) (X (X and) (X (X safety) (X violations)))) (X (X at) (X (X two) (X (X Pennsylvania) (X plants))))) (X ,)) (X (X and) (X (X (X (X proposed) (X $)) (X (X 7.3) (X million))) (X (X in) (X fines))))))) (X (X ,) (X (X (X (X the) (X largest)) (X (X penalty) (X ever))) (X proposed)))))) (X (X for) (X (X (X alleged) (X (X workplace) (X violations))) (X (X by) (X (X (X an) (X employer)) (X .))))))
(X (X (X (X (X (X (X The) (X department)) (X 's)) (X Occupational)) (X (X Safety) (X (X and) (X (X Health) (X Administration))))) (X (X proposed) (X fines))) (X (X of) (X (X (X (X (X (X (X $) (X (X 6.1) (X million))) (X (X for) (X (X alleged) (X violations)))) (X (X at) (X (X (X (X (X the) (X company)) (X 's)) (X Fairless)) (X Hills)))) (X (X ,) (X (X (X Pa.) (X (X ,) (X (X steel) (X mill)))) (X (X ;) (X that))))) (X (X was) (X (X a) (X record)))) (X (X for) (X (X (X proposed) (X penalties)) (X (X at) (X (X (X any) (X (X single) (X facility))) (X .))))))))
(X (X (X (X OSHA) (X cited)) (X (X nearly) (X (X 1,500) (X (X alleged) (X violations))))) (X (X of) (X (X (X (X (X federal) (X electrical)) (X (X ,) (X crane-safety))) (X (X ,) (X record-keeping))) (X (X and) (X (X (X other) (X requirements)) (X .))))))
(X (X (X (X (X A) (X second)) (X citation)) (X (X covering) (X (X (X (X (X the) (X company)) (X 's)) (X Clairton)) (X (X ,) (X (X Pa.) (X (X ,) (X (X coke) (X (X works) (X (X involved) (X (X more) (X (X than) (X (X (X 200) (X alleged)) (X violations))))))))))))) (X (X of) (X (X (X (X electrical-safety) (X (X and) (X (X other) (X requirements)))) (X (X ,) (X for))) (X (X which) (X (X OSHA) (X (X proposed) (X (X (X $) (X (X 1.2) (X million))) (X (X in) (X (X fines) (X .))))))))))
(X (X (X (X (X Labor) (X Secretary)) (X Elizabeth)) (X Dole)) (X (X said) (X (X ,) (X (X ``) (X (X (X (X (X The) (X magnitude)) (X (X of) (X (X (X (X these) (X penalties)) (X (X and) (X citations))) (X (X is) (X (X matched) (X only)))))) (X (X by) (X (X (X (X the) (X magnitude)) (X (X of) (X (X (X the) (X hazards)) (X (X to) (X (X workers) (X (X which) (X resulted))))))) (X (X from) (X (X (X corporate) (X indifference)) (X (X to) (X (X (X (X (X worker) (X safety)) (X (X and) (X (X (X health) (X ,)) (X (X and) (X (X severe) (X cutbacks)))))) (X (X in) (X (X (X the) (X maintenance)) (X (X and) (X (X repair) (X programs)))))) (X needed)))))))) (X (X to) (X (X remove) (X (X (X those) (X hazards)) (X (X .) (X ''))))))))))
(X (X OSHA) (X (X said) (X (X (X there) (X have)) (X (X been) (X (X (X (X (X three) (X worker)) (X fatalities)) (X (X at) (X (X the) (X (X two) (X plants))))) (X (X in) (X (X (X (X (X the) (X past)) (X (X two) (X years))) (X (X and) (X (X 17) (X deaths)))) (X (X since) (X (X 1972) (X .))))))))))
(X (X (X (X Gerard) (X Scannell)) (X (X ,) (X (X the) (X head)))) (X (X of) (X (X (X (X (X (X OSHA) (X ,)) (X (X said) (X (X USX) (X managers)))) (X (X have) (X (X (X known) (X (X about) (X (X (X many) (X (X of) (X (X (X the) (X safety)) (X (X and) (X (X health) (X deficiencies)))))) (X (X at) (X (X the) (X plants)))))) (X (X for) (X (X years) (X ,)))))) (X (X ``) (X (X (X (X yet) (X (X have) (X failed))) (X to)) (X (X take) (X (X necessary) (X action)))))) (X (X to) (X (X (X (X counteract) (X (X the) (X hazards))) (X .)) (X ''))))))
(X (X (X (X ``) (X (X (X (X Particularly) (X flagrant)) (X (X ,) (X (X (X '') (X Mrs.)) (X Dole)))) (X (X said) (X ,)))) (X (X ``) (X (X (X are) (X (X (X the) (X (X company) (X 's))) (X (X numerous) (X failures)))) (X (X to) (X (X (X (X properly) (X (X record) (X injuries))) (X (X at) (X (X its) (X (X Fairless) (X works))))) (X (X ,) (X (X in) (X spite)))))))) (X (X of) (X (X (X (X (X (X (X the) (X firm)) (X (X promise) (X it))) (X had)) (X made)) (X (X in) (X (X an) (X (X earlier) (X (X corporate-wide) (X (X settlement) (X agreement))))))) (X (X to) (X (X correct) (X (X (X (X such) (X discrepancies)) (X .)) (X '')))))))
(X (X (X That) (X settlement)) (X (X was) (X (X (X in) (X (X April) (X 1987))) (X .))))
(X (X (X (X (X (X (X A) (X (X USX) (X spokesman))) (X (X said) (X (X the) (X company)))) (X (X had) (X (X n't) (X yet)))) (X (X received) (X (X any) (X documents)))) (X (X from) (X OSHA))) (X (X regarding) (X (X (X (X the) (X penalty)) (X (X or) (X fine))) (X .))))
(X (X ``) (X (X (X Once) (X we)) (X (X do) (X (X (X ,) (X (X they) (X will))) (X (X receive) (X (X (X (X (X (X very) (X serious)) (X evaluation)) (X (X ,) (X (X '') (X (X the) (X spokesman))))) (X said)) (X .)))))))
(X (X (X (X ``) (X (X No) (X consideration))) (X (X is) (X (X (X more) (X important)) (X (X than) (X (X (X the) (X health)) (X (X and) (X safety))))))) (X (X of) (X (X (X our) (X employees)) (X (X .) (X '')))))
(X (X (X (X USX) (X (X said) (X it))) (X (X has) (X (X been) (X cooperating)))) (X (X with) (X (X (X OSHA) (X (X since) (X (X (X the) (X agency)) (X began)))) (X (X investigating) (X (X (X (X the) (X Clairton)) (X and)) (X (X Fairless) (X (X works) (X .))))))))
(X (X (X (X He) (X said)) (X (X that) (X ,))) (X (X if) (X (X and) (X (X when) (X (X (X (X safety) (X problems)) (X (X were) (X identified))) (X (X ,) (X (X they) (X (X were) (X (X corrected) (X .))))))))))
(X (X (X (X (X The) (X (X USX) (X citations))) (X (X represented) (X (X (X (X the) (X first)) (X (X sizable) (X (X enforcement) (X action)))) (X taken)))) (X (X by) (X OSHA))) (X (X under) (X (X (X Mr.) (X Scannell)) (X .))))
(X (X (X He) (X has)) (X (X promised) (X (X (X stiffer) (X fines)) (X (X ,) (X (X (X though) (X (X the) (X size))) (X (X of) (X (X (X (X (X penalties) (X sought)) (X (X by) (X OSHA))) (X (X have) (X (X been) (X rising)))) (X (X in) (X (X (X (X recent) (X (X years) (X even))) (X (X before) (X he))) (X (X took) (X (X (X office) (X (X this) (X year))) (X .))))))))))))
(X (X (X (X ``) (X (X (X (X The) (X big)) (X problem)) (X is))) (X (X that) (X (X (X (X USX) (X management)) (X has)) (X (X proved) (X unwilling))))) (X (X to) (X (X (X (X devote) (X (X (X the) (X necessary)) (X resources))) (X (X and) (X manpower))) (X (X to) (X (X (X removing) (X (X hazards) (X (X and) (X (X to) (X (X (X safeguarding) (X safety)) (X (X and) (X (X (X health) (X (X in) (X (X the) (X plants)))) (X (X ,) (X (X '') (X (X said) (X (X Linda) (X Anku)))))))))))) (X (X ,) (X (X (X OSHA) (X (X regional) (X administrator))) (X (X in) (X (X Philadelphia) (X .))))))))))
(X (X USX) (X (X has) (X (X (X (X 15) (X (X working) (X days))) (X (X to) (X (X (X contest) (X (X the) (X citations))) (X (X and) (X (X proposed) (X penalties)))))) (X (X ,) (X (X before) (X (X (X (X (X the) (X independent)) (X Occupational)) (X Safety)) (X (X and) (X (X Health) (X (X Review) (X (X Commission) (X .)))))))))))
(X (X (X (X (X (X (X Before) (X the)) (X USX)) (X case)) (X (X ,) (X (X (X (X (X OSHA) (X (X 's) (X (X largest) (X (X proposed) (X fine))))) (X (X for) (X (X one) (X employer)))) (X (X was) (X (X (X $) (X (X 4.3) (X million))) (X (X for) (X (X alleged) (X (X safety) (X violations))))))) (X (X at) (X (X (X (X John) (X Morrell)) (X &)) (X Co.)))))) (X (X ,) (X (X a) (X (X meatpacking) (X subsidiary))))) (X (X of) (X (X (X (X United) (X Brands)) (X Co.)) (X (X ,) (X (X Cincinnati) (X .))))))
(X (X (X The) (X company)) (X (X is) (X (X contesting) (X (X (X the) (X fine)) (X .)))))
(X (X Due) (X (X to) (X (X (X (X an) (X (X editing) (X error))) (X (X ,) (X (X a) (X letter)))) (X (X to) (X (X (X (X the) (X editor)) (X (X in) (X (X yesterday) (X (X 's) (X edition))))) (X (X from) (X (X (X (X (X Frederick) (X H.)) (X Hallett)) (X mistakenly)) (X (X identified) (X (X (X the) (X NRDC)) (X .))))))))))
(X (X It) (X (X should) (X (X be) (X (X (X (X the) (X Natural)) (X Resources)) (X (X Defense) (X (X Council) (X .)))))))
(X (X (X (X (X Your) (X (X Oct.) (X (X 6) (X editorial)))) (X (X ``) (X (X (X (X (X (X The) (X Ill)) (X Homeless)) (X '')) (X (X referred) (X (X to) (X research)))) (X (X by) (X (X (X us) (X (X and) (X six))) (X (X of) (X (X our) (X colleagues)))))))) (X (X that) (X (X (X (X was) (X reported)) (X (X in) (X (X the) (X (X Sept.) (X (X 8) (X issue)))))) (X (X of) (X (X the) (X Journal)))))) (X (X of) (X (X (X (X (X the) (X American)) (X Medical)) (X Association)) (X .))))
(X (X (X (X (X (X Your) (X (X comments) (X implied))) (X we)) (X had)) (X discovered)) (X (X that) (X (X (X (X the) (X (X ``) (X (X principal) (X (X cause) (X ''))))) (X (X of) (X homelessness))) (X (X is) (X (X (X to) (X (X be) (X found))) (X (X in) (X (X (X the) (X (X large) (X numbers))) (X (X of) (X (X (X (X (X mentally) (X ill)) (X and)) (X (X substance-abusing) (X people))) (X (X in) (X (X (X (X the) (X homeless)) (X population)) (X .))))))))))))
(X (X (X We) (X have)) (X (X made) (X (X (X no) (X (X such) (X statement))) (X .))))
(X (X It) (X (X is) (X (X clear) (X (X that) (X (X (X (X (X most) (X (X (X mentally) (X (X ill) (X people))) (X (X and) (X most)))) (X alcoholics)) (X (X do) (X not))) (X (X become) (X (X homeless) (X .))))))))
(X (X The) (X (X ``) (X (X causes) (X (X (X '') (X (X of) (X homelessness))) (X (X are) (X (X (X (X poorly) (X understood)) (X (X and) (X complex))) (X (X in) (X (X (X (X any) (X individual)) (X case)) (X .)))))))))
(X (X (X In) (X quoting)) (X (X from) (X (X (X (X (X our) (X research)) (X you)) (X (X emphasized) (X (X (X the) (X high)) (X prevalance)))) (X (X of) (X (X (X mental) (X illness)) (X (X and) (X (X alcoholism) (X .))))))))
(X (X You) (X (X did) (X (X (X not) (X note)) (X (X that) (X (X (X (X (X (X the) (X homeless)) (X people)) (X we)) (X (X examined) (X (X (X had) (X (X a) (X multitude))) (X (X of) (X (X (X physical) (X disorders)) (X (X in) (X addition))))))) (X (X to) (X (X (X their) (X (X psychiatric) (X problems))) (X (X and) (X (X (X substance) (X abuse)) (X .))))))))))
(X (X (X (X They) (X suffered)) (X (X from) (X (X malnutrition) (X (X ,) (X (X (X (X chest) (X diseases)) (X (X ,) (X (X cardiovascular) (X disorders)))) (X (X ,) (X (X (X skin) (X problems)) (X (X ,) (X (X (X infectious) (X diseases)) (X (X and) (X (X the) (X aftereffects)))))))))))) (X (X of) (X (X assaults) (X (X and) (X (X rape) (X .))))))
(X (X (X (X (X (X Homeless) (X people)) (X not)) (X only)) (X (X lack) (X (X safety) (X (X ,) (X (X (X (X privacy) (X (X and) (X shelter))) (X (X ,) (X they))) (X also)))))) (X (X lack) (X (X (X (X the) (X elementary)) (X necessities)) (X (X of) (X (X nutrition) (X (X ,) (X (X cleanliness) (X (X and) (X (X (X basic) (X (X health) (X care))) (X .))))))))))
(X (X (X (X (X (X In) (X (X a) (X (X recent) (X report)))) (X (X ,) (X (X the) (X Institute)))) (X (X of) (X (X (X Medicine) (X pointed)) (X out)))) (X (X that) (X (X (X (X (X (X certain) (X health)) (X problems)) (X (X may) (X (X predispose) (X (X a) (X person))))) (X (X to) (X (X homelessness) (X (X ,) (X (X (X others) (X may)) (X (X be) (X (X a) (X consequence)))))))) (X (X of) (X (X (X (X it) (X ,)) (X (X and) (X (X (X (X a) (X third)) (X category)) (X (X is) (X composed))))) (X (X of) (X (X (X disorders) (X (X whose) (X treatment))) (X (X is) (X (X (X difficult) (X or)) (X impossible)))))))))) (X (X if) (X (X (X a) (X person)) (X (X lacks) (X (X (X adequate) (X shelter)) (X .))))))
(X (X (X (X (X (X The) (X interactions)) (X (X between) (X (X health) (X (X and) (X homelessness))))) (X (X are) (X (X complex) (X (X ,) (X (X (X defying) (X sweeping)) (X generalizations)))))) (X as)) (X (X to) (X (X ``) (X (X (X cause) (X (X '') (X or))) (X (X ``) (X (X (X effect) (X .)) (X '')))))))
(X (X (X (X If) (X we)) (X look)) (X (X to) (X (X (X (X the) (X future)) (X ,)) (X (X preventing) (X (X homelessness) (X (X is) (X (X an) (X (X (X important) (X objective)) (X .)))))))))
(X (X (X (X (X This) (X (X will) (X (X require) (X us)))) (X to)) (X (X develop) (X (X (X a) (X much)) (X (X more) (X (X sophisticated) (X understanding)))))) (X (X of) (X (X (X the) (X dynamics)) (X (X of) (X (X (X (X (X homelessness) (X (X than) (X (X we) (X currently)))) (X (X possess) (X (X ,) (X (X an) (X understanding))))) (X that)) (X (X can) (X (X (X be) (X (X developed) (X only))) (X (X through) (X (X (X careful) (X study)) (X (X and) (X (X research) (X .))))))))))))
(X (X (X (X (X (X (X William) (X R.)) (X Breakey)) (X M.D.)) (X Pamela)) (X (X J.) (X (X Fischer) (X (X M.D.) (X Department))))) (X (X of) (X (X (X (X (X (X Psychiatry) (X Johns)) (X Hopkins)) (X University)) (X School)) (X (X of) (X (X Medicine) (X Baltimore))))))
(X (X (X (X (X A) (X study)) (X (X by) (X (X (X Tulane) (X Prof.)) (X (X James) (X Wright))))) (X (X says) (X (X homelessness) (X (X is) (X due))))) (X (X to) (X (X (X (X (X a) (X (X complex) (X array))) (X (X of) (X problems))) (X ,)) (X (X with) (X (X (X the) (X (X common) (X thread))) (X (X of) (X (X poverty) (X .))))))))
(X (X (X (X The) (X study)) (X shows)) (X (X that) (X (X (X nearly) (X (X (X 40) (X %)) (X (X of) (X (X (X (X the) (X homeless)) (X population)) (X (X is) (X (X made) (X up))))))) (X (X of) (X (X (X (X (X (X women) (X (X and) (X (X children) (X and)))) (X (X that) (X (X only) (X (X 25) (X %))))) (X (X of) (X (X the) (X homeless)))) (X (X exhibits) (X (X some) (X combination)))) (X (X of) (X (X drug) (X (X ,) (X (X (X alcohol) (X (X and) (X (X mental) (X problems)))) (X .))))))))))
(X (X (X (X According) (X (X to) (X (X (X Dr.) (X Wright)) (X (X ,) (X homelessness))))) (X is)) (X (X ``) (X (X (X (X (X (X (X simultaneously) (X (X a) (X (X housing) (X problem)))) (X (X ,) (X (X (X an) (X (X employment) (X problem))) (X (X ,) (X (X (X a) (X (X demographic) (X problem))) (X (X ,) (X (X a) (X problem)))))))) (X (X of) (X (X (X social) (X disaffiliation)) (X (X ,) (X (X (X a) (X (X (X mental) (X health)) (X problem))) (X (X ,) (X (X (X a) (X (X (X family) (X violence)) (X problem))) (X (X ,) (X (X (X a) (X problem)) (X created)))))))))) (X (X by) (X (X (X the) (X cutbacks)) (X (X in) (X (X (X (X social) (X welfare)) (X spending)) (X (X ,) (X (X a) (X (X problem) (X resulting))))))))) (X (X from) (X (X the) (X decay)))) (X (X of) (X (X (X (X (X the) (X traditional)) (X (X nuclear) (X family))) (X (X ,) (X (X and) (X (X (X a) (X problem)) (X (X intimately) (X connected)))))) (X (X to) (X (X (X (X the) (X recent)) (X increase)) (X (X in) (X (X (X the) (X number)) (X (X of) (X (X (X persons) (X living)) (X (X below) (X (X (X the) (X (X poverty) (X level))) (X (X .) (X '')))))))))))))))
(X (X (X (X (X (X (X Leighton) (X E.)) (X Cluff)) (X M.D.)) (X President)) (X (X Robert) (X (X (X Wood) (X (X Johnson) (X Foundation))) (X Princeton)))) (X (X ,) (X (X N.J) (X .))))
(X (X (X (X To) (X (X quote) (X (X the) (X (X (X highly) (X regarded)) (X director))))) (X (X of) (X (X (X (X (X a) (X privately)) (X funded)) (X (X drop-in) (X center))) (X (X for) (X (X (X the) (X homeless)) (X (X in) (X (X (X New) (X York)) (X :)))))))) (X (X ``) (X (X (X If) (X you)) (X (X 're) (X (X (X (X (X homeless) (X (X ,) (X you))) (X (X do) (X (X n't) (X sleep)))) (X (X for) (X fear))) (X (X of) (X (X (X (X being) (X (X robbed) (X or))) (X murdered)) (X .))))))))
(X (X (X (X (X (X (X After) (X (X your) (X first))) (X (X three) (X weeks))) (X (X of) (X (X sleep) (X deprivation)))) (X (X ,) (X you))) (X (X 're) (X (X scarcely) (X (X in) (X touch))))) (X (X with) (X (X (X (X (X (X reality) (X (X any) (X more))) (X ;)) (X (X without) (X (X psychiatric) (X treatment)))) (X (X ,) (X (X (X you) (X (X may) (X well))) (X (X be) (X unable))))) (X (X to) (X (X fend) (X (X for) (X (X (X yourself) (X (X ever) (X again))) (X (X .) (X '')))))))))
(X (X Some) (X (X of) (X (X (X the) (X homeless)) (X (X ,) (X (X (X obviously) (X ,)) (X (X had) (X (X pre-existing) (X (X (X (X mental) (X illness)) (X (X or) (X addiction))) (X .)))))))))
(X (X (X (X (X But) (X many)) (X others)) (X (X have) (X fallen))) (X (X through) (X (X (X cracks) (X (X in) (X (X the) (X economy)))) (X (X into) (X (X (X the) (X grim)) (X (X ,) (X (X (X brutal) (X world)) (X (X of) (X (X (X our) (X (X city) (X streets))) (X .))))))))))
(X (X (X (X Once) (X there)) (X (X ,) (X (X what) (X (X (X ways) (X (X of) (X escape))) (X (X are) (X open)))))) (X (X to) (X (X (X (X them) (X other)) (X (X than) (X drink))) (X (X ,) (X (X (X drugs) (X or)) (X (X insanity) (X ?)))))))
(X (X (X (X (X Maxwell) (X R.D.)) (X Vos)) (X Brooklyn)) (X (X ,) (X (X N.Y) (X .))))
(X (X (X (X (X You) (X dismiss)) (X as)) (X (X ``) (X (X sentimental) (X (X '') (X (X the) (X view)))))) (X (X that) (X (X (X the) (X reduction)) (X (X of) (X (X (X (X (X federal) (X (X housing-assistance) (X programs))) (X (X by) (X (X 77) (X %)))) (X (X might) (X have))) (X (X played) (X (X (X a) (X (X significant) (X role))) (X (X in) (X (X (X (X (X the) (X (X increased) (X number))) (X (X of) (X (X men) (X (X and) (X (X women) (X sleeping)))))) (X (X on) (X (X our) (X (X city) (X streets))))) (X (X during) (X (X (X the) (X (X Reagan-Bush) (X years))) (X .))))))))))))
(X (X There) (X (X is) (X (X (X no) (X sign)) (X (X that) (X (X (X (X (X you) (X bothered)) (X to)) (X (X consider) (X (X the) (X inverse)))) (X (X of) (X (X (X (X your) (X logic)) (X :)) (X (X namely) (X (X (X (X (X ,) (X (X that) (X (X (X (X mental) (X illness)) (X (X and) (X (X substance) (X abuse)))) (X (X might) (X be))))) (X (X to) (X (X (X some) (X (X degree) (X consequences))) (X rather)))) (X than)) (X (X causes) (X (X of) (X (X homelessness) (X .)))))))))))))
(X (X (X (X Your) (X research)) (X stopped)) (X (X when) (X (X (X a) (X (X convenient) (X assertion))) (X (X could) (X (X be) (X (X made) (X .)))))))
(X (X (X (X (X Robert) (X S.)) (X Jenkins)) (X Cambridge)) (X (X ,) (X (X Mass) (X .))))
(X (X (X (X (X (X Of) (X (X the) (X approximately))) (X 200)) (X sponsors)) (X (X of) (X (X (X (X the) (X (X recent) (X march))) (X (X in) (X (X Washington) (X (X for) (X (X the) (X homeless)))))) (X (X ,) (X you))))) (X (X chose) (X (X to) (X (X cite) (X (X (X (X such) (X groups)) (X (X as) (X (X (X (X (X the) (X National)) (X Association)) (X (X of) (X (X (X Home) (X Builders)) (X (X and) (X (X (X the) (X International)) (X Union)))))) (X (X of) (X (X (X Bricklayers) (X (X and) (X (X Allied) (X Craftsmen)))) (X (X ,) (X insinuating))))))) (X (X that) (X (X (X (X the) (X march)) (X (X got) (X (X (X its) (X major)) (X support)))) (X (X from) (X (X (X self-serving) (X groups)) (X (X that) (X (X (X (X ``) (X (X know) (X (X a) (X (X good) (X thing))))) (X (X when) (X (X (X they) (X (X see) (X (X it) (X (X ,) (X (X '') (X and)))))) (X (X that) (X (X (X the) (X crusade)) (X (X was) (X based))))))) (X (X on) (X (X (X (X greed) (X (X or) (X (X the) (X profit)))) (X motive)) (X .))))))))))))))
(X (X But) (X (X is) (X (X (X n't) (X (X the) (X desire))) (X (X for) (X (X (X (X profit) (X the)) (X (X driving) (X force))) (X (X behind) (X (X (X (X (X those) (X who)) (X subscribe)) (X (X to) (X (X ,) (X (X and) (X (X advertise) (X in)))))) (X (X ,) (X (X (X your) (X paper)) (X ?))))))))))
(X (X Why) (X (X did) (X (X (X (X n't) (X you)) (X (X mention) (X (X (X (X the) (X (X YMCA) (X (X (X or) (X the)) (X (X YWCA) (X or))))) (X Catholic)) (X (X Charities) (X (X USA) (X (X or) (X (X a) (X (X hundred) (X (X other) (X (X nonprofit) (X organizations))))))))))) (X (X that) (X (X participated) (X (X in) (X (X (X the) (X march)) (X ?))))))))
(X (X (X (X As) (X (X for) (X (X the) (X findings)))) (X (X on) (X (X (X (X the) (X 203)) (X (X Baltimore) (X (X homeless) (X who)))) (X (X underwent) (X (X (X psychiatric) (X examinations)) (X (X ,) (X I))))))) (X (X suggest) (X (X you) (X (X conduct) (X (X (X (X your) (X own)) (X survey)) (X .))))))
(X (X (X (X (X Choose) (X (X 203) (X (X business) (X executives)))) (X ,)) (X (X including) (X (X (X (X ,) (X perhaps)) (X (X ,) (X someone))) (X (X from) (X (X (X (X your) (X (X own) (X staff))) (X ,)) (X and)))))) (X (X put) (X (X (X (X them) (X out)) (X (X on) (X (X (X (X the) (X streets)) (X ,)) (X (X to) (X (X (X be) (X deprived)) (X (X for) (X (X one) (X month)))))))) (X (X of) (X (X (X their) (X homes)) (X (X ,) (X (X (X families) (X (X and) (X income))) (X .))))))))
(X (X (X I) (X (X would) (X predict))) (X (X that) (X (X (X (X (X within) (X (X (X a) (X (X short) (X time))) (X most))) (X (X of) (X them))) (X would)) (X (X find) (X (X (X (X Thunderbird) (X (X (X a) (X satisfactory)) (X substitute))) (X (X for) (X (X (X Chivas) (X Regal)) (X and)))) (X (X that) (X (X (X (X their) (X (X ``) (X (X (X normal) (X '')) (X phobias)))) (X (X ,) (X (X anxieties) (X (X ,) (X (X depressions) (X (X and) (X (X substance) (X abuse)))))))) (X (X would) (X (X increase) (X (X dramatically) (X .)))))))))))
(X (X (X (X (X Ruth) (X K.)) (X Nelson)) (X Cullowhee)) (X (X ,) (X (X N.C) (X .))))
(X (X (X (X ROGERS) (X COMMUNICATIONS)) (X Inc.)) (X (X said) (X (X (X (X it) (X plans)) (X (X to) (X (X raise) (X (X (X (X 175) (X million)) (X (X to) (X (X (X (X (X (X 180) (X million)) (X (X Canadian) (X dollars))) (X -LRB-)) (X US$)) (X (X 148.9) (X million))))) (X (X to) (X (X $) (X (X 153.3) (X (X million) (X -RRB-))))))))) (X (X through) (X (X (X a) (X (X private) (X placement))) (X (X of) (X (X (X perpetual) (X preferred)) (X (X shares) (X .)))))))))
(X (X (X (X Perpetual) (X preferred)) (X shares)) (X (X are) (X (X (X n't) (X retractable)) (X (X by) (X (X (X the) (X holders)) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))))
(X (X (X (X (X Rogers) (X (X said) (X (X (X the) (X shares)) (X (X will) (X (X be) (X convertible)))))) (X (X into) (X (X Class) (X B)))) (X (X shares) (X (X (X ,) (X (X (X but) (X (X that) (X (X the) (X company)))) (X (X has) (X (X the) (X option))))) (X (X to) (X (X (X (X redeem) (X the)) (X shares)) (X (X before) (X (X a) (X conversion)))))))) (X (X takes) (X (X place) (X .))))
(X (X (X (X (X A) (X spokesman)) (X (X for) (X (X (X the) (X (X Toronto) (X (X cable) (X television)))) (X (X and) (X (X telecommunications) (X concern)))))) (X (X said) (X (X the) (X (X coupon) (X rate))))) (X (X has) (X (X (X (X (X n't) (X yet)) (X (X been) (X fixed))) (X ,)) (X (X but) (X (X (X will) (X probably)) (X (X be) (X (X set) (X (X at) (X (X around) (X (X (X 8) (X %)) (X .)))))))))))
(X (X (X (X He) (X declined)) (X (X to) (X (X discuss) (X (X other) (X terms))))) (X (X of) (X (X (X the) (X issue)) (X .))))
(X (X (X (X The) (X (X House) (X (X passed) (X legislation)))) (X designed)) (X (X to) (X (X (X make) (X (X (X it) (X easier)) (X (X for) (X (X (X the) (X Transportation)) (X Department))))) (X (X to) (X (X block) (X (X (X (X airline) (X leveraged)) (X buy-outs)) (X .)))))))
(X (X (X (X (X (X The) (X final)) (X vote)) (X came)) (X (X after) (X (X the) (X House)))) (X (X rejected) (X (X (X Republican) (X efforts)) (X (X to) (X (X (X (X weaken) (X (X the) (X bill))) (X (X and) (X (X approved) (X (X two) (X (X amendments) (X sought)))))) (X (X by) (X (X (X organized) (X labor)) (X .))))))))
(X (X (X (X (X (X The) (X (X Bush) (X administration))) (X (X has) (X (X threatened) (X (X to) (X (X veto) (X (X such) (X (X a) (X bill)))))))) (X (X because) (X (X of) (X (X what) (X (X (X (X it) (X views)) (X (X as) (X (X an) (X (X undesirable) (X intrusion))))) (X (X into) (X (X the) (X affairs)))))))) (X (X of) (X (X (X industry) (X ,)) (X (X but) (X (X (X the) (X (X 300-113) (X vote))) (X suggests)))))) (X (X that) (X (X (X supporters) (X (X have) (X (X the) (X potential)))) (X (X to) (X (X override) (X (X (X a) (X veto)) (X .)))))))
(X (X (X (X (X The) (X broader)) (X question)) (X is)) (X (X where) (X (X (X (X the) (X Senate)) (X stands)) (X (X on) (X (X (X the) (X issue)) (X .))))))
(X (X (X (X (X (X While) (X the)) (X Senate)) (X Commerce)) (X Committee)) (X (X has) (X (X (X approved) (X (X legislation) (X similar))) (X (X to) (X (X (X (X (X (X the) (X (X House) (X bill))) (X (X on) (X (X (X airline) (X leveraged)) (X buy-outs)))) (X (X ,) (X (X the) (X measure)))) (X (X has) (X (X (X n't) (X yet)) (X come)))) (X (X to) (X (X (X (X the) (X full)) (X floor)) (X .))))))))
(X (X (X (X (X Although) (X (X the) (X legislation))) (X (X would) (X apply))) (X (X to) (X (X acquisitions) (X (X involving) (X (X (X (X any) (X (X major) (X airline))) (X (X ,) (X it))) (X (X is) (X aimed))))))) (X (X at) (X (X giving) (X (X (X (X the) (X (X Transportation) (X (X Department) (X (X the) (X chance))))) (X (X to) (X (X review) (X (X in) (X (X (X advance) (X transactions)) (X financed)))))) (X (X by) (X (X (X large) (X amounts)) (X (X of) (X (X debt) (X .)))))))))
(X (X (X (X (X ``) (X (X The) (X purpose))) (X (X of) (X (X (X the) (X bill)) (X is)))) (X to)) (X (X put) (X (X (X (X (X the) (X brakes)) (X (X on) (X (X airline) (X acquisitions)))) (X (X that) (X (X would) (X (X so) (X (X (X load) (X (X a) (X carrier))) (X up)))))) (X (X with) (X (X (X debt) (X (X that) (X (X it) (X (X would) (X (X impede) (X (X safety) (X (X or) (X (X a) (X (X carrier) (X (X 's) (X ability))))))))))) (X (X to) (X (X (X (X compete) (X (X ,) (X (X '') (X (X Rep.) (X (X (X John) (X Paul)) (X Hammerschmidt)))))) (X (X ,) (X (X (X -LRB-) (X R.)) (X (X ,) (X (X (X Ark) (X .)) (X -RRB-)))))) (X (X said) (X .)))))))))
(X (X (X (X (X The) (X bill)) (X ,)) (X (X as) (X (X (X it) (X (X was) (X approved))) (X (X by) (X (X (X (X (X (X (X the) (X House)) (X Public)) (X Works)) (X (X and) (X (X Transportation) (X Committee)))) (X ,)) (X would)))))) (X (X give) (X (X (X (X (X the) (X Transportation)) (X (X Department) (X up))) (X (X to) (X (X (X 50) (X days)) (X (X to) (X (X review) (X (X any) (X purchase))))))) (X (X of) (X (X (X (X (X 15) (X %)) (X (X or) (X more))) (X (X of) (X (X the) (X stock)))) (X (X in) (X (X (X an) (X airline)) (X .))))))))
(X (X (X (X (X (X The) (X department)) (X would)) (X (X be) (X required))) (X (X to) (X (X block) (X (X the) (X buy-out))))) (X (X if) (X (X (X (X (X (X the) (X acquisition)) (X is)) (X likely)) (X (X to) (X (X (X (X (X financially) (X (X weaken) (X (X a) (X carrier)))) (X so)) (X (X that) (X (X (X (X safety) (X (X would) (X (X be) (X impaired)))) (X (X ;) (X (X (X its) (X ability)) (X (X to) (X compete))))) (X (X would) (X (X (X be) (X (X sharply) (X diminished))) (X (X ;) (X (X (X (X it) (X would)) (X be)) (X put)))))))) (X (X into) (X (X (X foreign) (X control)) (X (X ;) (X or))))))) (X (X if) (X (X (X (X (X the) (X transaction)) (X (X would) (X (X result) (X (X in) (X (X the) (X sale)))))) (X (X of) (X (X (X airline-related) (X assets)) (X --)))) (X (X unless) (X (X (X selling) (X (X such) (X assets))) (X (X had) (X (X (X an) (X (X overriding) (X (X public) (X benefit)))) (X .))))))))))
(X (X (X (X (X The) (X House)) (X (X approved) (X (X (X an) (X amendment)) (X offered)))) (X (X by) (X (X (X (X (X (X Rep.) (X Peter)) (X DeFazio)) (X -LRB-)) (X D.)) (X (X ,) (X (X Ore.) (X -RRB-)))))) (X (X that) (X (X (X (X (X (X would) (X (X ,) (X (X in) (X addition)))) (X (X to) (X (X (X (X (X the) (X previous)) (X criteria)) (X (X ,) (X also))) (X (X require) (X (X (X the) (X department)) (X to)))))) (X (X block) (X (X the) (X acquisition)))) (X (X of) (X (X an) (X airline)))) (X (X if) (X (X (X (X (X (X the) (X (X added) (X debt))) (X incurred)) (X were)) (X likely)) (X (X to) (X (X (X result) (X (X in) (X (X a) (X reduction)))) (X (X in) (X (X (X (X the) (X number)) (X (X of) (X (X (X the) (X carrier)) (X (X 's) (X employees))))) (X (X ,) (X (X (X or) (X (X (X their) (X (X wages) (X or))) (X benefits))) (X .))))))))))))
(X (X (X (X (X (X (X (X (X (X Rep.) (X James)) (X Traficant)) (X -LRB-)) (X D.)) (X (X ,) (X (X (X (X (X Ohio) (X -RRB-)) (X ,)) (X (X said) (X (X the) (X amendment)))) (X (X ,) (X (X (X which) (X (X passed) (X 271-147))) (X ,)))))) (X would)) (X (X ``) (X (X let) (X (X the) (X (X American) (X (X worker) (X know))))))) (X (X that) (X we))) (X (X consider) (X (X (X them) (X occasionally)) (X (X .) (X '')))))
(X (X (X (X (X But) (X Rep.)) (X Hammerschmidt)) (X said)) (X (X that) (X (X (X (X the) (X provision)) (X (X ,) (X (X (X (X which) (X he)) (X (X dubbed) (X (X (X a) (X (X ``) (X (X (X special) (X interest)) (X (X '') (X amendment))))) (X ,)))) (X (X was) (X likely))))) (X (X to) (X (X make) (X (X the) (X (X (X bill) (X even)) (X (X more) (X (X controversial) (X .))))))))))
(X (X (X (X (X On) (X Tuesday)) (X (X ,) (X (X (X the) (X House)) (X (X approved) (X (X a) (X (X labor-backed) (X amendment))))))) (X (X that) (X (X (X (X would) (X (X require) (X (X (X the) (X Transportation)) (X Department)))) (X to)) (X (X reject) (X (X airline) (X acquisitions)))))) (X (X if) (X (X (X (X (X the) (X person)) (X (X seeking) (X (X (X to) (X (X purchase) (X (X a) (X carrier)))) (X (X had) (X (X (X (X run) (X (X two) (X (X (X or) (X (X more) (X (X airlines) (X previously)))) (X that)))) (X have)) (X (X filed) (X (X for) (X protection)))))))) (X (X from) (X creditors))) (X (X under) (X (X (X Chapter) (X 11)) (X (X of) (X (X (X (X (X the) (X federal)) (X Bankruptcy)) (X Code)) (X .))))))))
(X (X (X (X (X The) (X provision)) (X (X ,) (X (X (X (X called) (X (X the) (X (X ``) (X (X two-time-losers) (X (X '') (X amendment)))))) (X (X by) (X (X (X its) (X supporters)) (X (X ,) (X apparently))))) (X (X was) (X aimed))))) (X (X at) (X (X (X preventing) (X (X (X (X (X (X Texas) (X Air)) (X Corp.)) (X Chairman)) (X Frank)) (X Lorenzo))) (X (X from) (X attempting))))) (X (X to) (X (X take) (X (X over) (X (X (X another) (X airline)) (X .))))))
(X (X Follow-up) (X (X report) (X :)))
(X (X (X (X (X (X (X (X (X You) (X now)) (X may)) (X drop)) (X (X by) (X (X (X the) (X Voice)) (X (X of) (X (X America) (X offices)))))) (X (X in) (X (X (X Washington) (X and)) (X (X read) (X (X the) (X text)))))) (X of)) (X (X what) (X (X (X the) (X Voice)) (X (X is) (X broadcasting))))) (X (X to) (X (X (X (X (X (X those) (X (X 130) (X (X million) (X people)))) (X (X around) (X (X the) (X world)))) (X (X who) (X tune))) (X in)) (X (X to) (X (X (X it) (X (X each) (X week))) (X .))))))
(X (X You) (X (X can) (X (X even) (X (X take) (X (X (X notes) (X (X --) (X (X (X (X (X extensive) (X notes)) (X (X ,) (X (X for) (X (X the) (X (X Voice) (X folks)))))) (X (X wo) (X (X n't) (X (X look) (X (X over) (X (X your) (X shoulder))))))) (X (X --) (X about))))) (X (X what) (X (X you) (X (X read) (X .)))))))))
(X (X (X You) (X (X can) (X (X do) (X (X (X all) (X this)) (X even))))) (X (X if) (X (X (X you) (X (X 're) (X (X not) (X (X a) (X (X (X (X (X reporter) (X or)) (X (X a) (X (X researcher) (X or)))) (X (X a) (X scholar))) (X (X or) (X (X a) (X member)))))))) (X (X of) (X (X Congress) (X .))))))
(X (X (X (X (X And) (X (X my) (X newspaper))) (X can)) (X (X print) (X (X the) (X text)))) (X (X of) (X (X (X those) (X broadcasts)) (X .))))
(X (X (X (X (X (X (X (X (X Until) (X the)) (X (X other) (X day))) (X (X ,) (X you))) (X (X as) (X (X an) (X (X ordinary) (X citizen))))) (X (X of) (X (X this) (X democracy)))) (X (X had) (X (X no) (X right)))) (X (X to) (X see))) (X (X what) (X (X (X (X your) (X government)) (X was)) (X (X telling) (X (X (X (X your) (X cousins)) (X (X around) (X (X the) (X world)))) (X .))))))
(X (X That) (X (X was) (X (X (X the) (X law)) (X .))))
(X (X (X (X (X And) (X I)) (X apparently)) (X (X had) (X (X no) (X right)))) (X (X to) (X (X (X print) (X hither)) (X (X what) (X (X (X (X the) (X Voice)) (X (X was) (X booming))) (X (X to) (X (X yon) (X .))))))))
(X (X It) (X (X was) (X (X censorship) (X .))))
(X (X It) (X (X was) (X (X outrageous) (X .))))
(X (X (X And) (X it)) (X (X was) (X (X stupid) (X .))))
(X (X (X (X The) (X theory)) (X was)) (X (X that) (X (X (X (X the) (X Voice)) (X (X is) (X (X (X a) (X (X propaganda) (X agency))) (X (X and) (X (X this) (X government)))))) (X (X should) (X (X n't) (X (X propagandize) (X (X (X its) (X (X own) (X people))) (X .))))))))
(X (X (X That) (X (X sounds) (X neat))) (X (X ,) (X (X but) (X (X (X this) (X government)) (X (X --) (X (X (X any) (X government)) (X (X --) (X (X propagandizes) (X (X (X its) (X (X (X own) (X (X people) (X every))) (X day))) (X .))))))))))
(X (X (X (X (X (X Government) (X press)) (X releases)) (X (X ,) (X (X speeches) (X (X ,) (X (X briefings) (X (X ,) (X tours))))))) (X (X of) (X (X (X (X military) (X facilities)) (X (X ,) (X publications))) (X (X are) (X (X all) (X propaganda)))))) (X (X of) (X (X sorts) (X .))))
(X (X (X Propaganda) (X (X is) (X (X (X (X just) (X information)) (X to)) (X (X support) (X (X (X (X a) (X viewpoint)) (X (X ,) (X (X and) (X (X the) (X beauty))))) (X (X of) (X (X (X (X a) (X democracy)) (X is)) (X (X that) (X it))))))))) (X (X enables) (X (X (X you) (X (X to) (X (X hear) (X (X or) (X (X read) (X (X (X every) (X viewpoint)) (X (X and) (X then)))))))) (X (X make) (X (X (X up) (X (X your) (X (X own) (X mind)))) (X (X on) (X (X (X an) (X issue)) (X .))))))))
(X (X (X (X (X The) (X restrictions)) (X (X on) (X (X viewing) (X (X and) (X dissemination))))) (X (X of) (X (X (X Voice) (X material)) (X (X were) (X (X (X especially) (X (X (X absurd) (X :)) (X (X An) (X agency)))) (X (X in) (X (X (X (X the) (X information)) (X business)) (X (X was) (X (X (X not) (X being)) (X allowed)))))))))) (X (X to) (X (X inform) (X .))))
(X (X (X (X In) (X (X June) (X 1988))) (X (X ,) (X I))) (X (X wrote) (X (X in) (X (X (X (X this) (X space)) (X (X about) (X (X this) (X issue)))) (X .)))))
(X (X (X (X (X Assuming) (X it)) (X (X was) (X (X n't) (X one)))) (X (X of) (X (X (X those) (X columns)) (X (X that) (X (X you) (X (X clipped) (X and))))))) (X (X put) (X (X (X (X (X on) (X (X the) (X (X refrigerator) (X door)))) (X (X ,) (X I))) (X 'll)) (X (X review) (X (X (X the) (X facts)) (X .))))))
(X (X (X (X The) (X Voice)) (X (X of) (X America))) (X (X is) (X (X (X (X a) (X (X government) (X agency))) (X that)) (X (X broadcasts) (X (X (X news) (X (X and) (X views))) (X (X --) (X (X (X (X some) (X might)) (X (X say) (X propaganda))) (X (X --) (X (X (X in) (X (X 43) (X languages))) (X (X to) (X (X (X 130) (X (X million) (X listeners))) (X (X around) (X (X (X the) (X world)) (X .))))))))))))))
(X (X It) (X (X does) (X (X (X a) (X (X first-rate) (X job))) (X .))))
(X (X (X (X (X Its) (X (X budget) (X $))) (X (X 184) (X million))) (X --)) (X (X is) (X (X paid) (X (X for) (X (X (X by) (X you)) (X .))))))
(X (X (X (X (X (X But) (X a)) (X (X 1948) (X law))) (X (X barred) (X the))) (X (X ``) (X (X dissemination) (X '')))) (X (X of) (X (X (X that) (X material)) (X (X in) (X (X (X the) (X U.S.)) (X .))))))
(X (X (X (X (X The) (X law)) (X (X let) (X (X scholars) (X (X ,) (X (X reporters) (X (X and) (X researchers))))))) (X (X read) (X texts))) (X (X of) (X (X (X (X (X VOA) (X material)) (X (X ,) (X (X only) (X (X at) (X (X VOA) (X headquarters)))))) (X (X in) (X (X Washington) (X ,)))) (X (X but) (X (X (X it) (X (X barred) (X them))) (X (X from) (X (X (X copying) (X texts)) (X .))))))))
(X (X (X And) (X (X ,) (X (X (X (X of) (X course)) (X (X ,) (X there))) (X 's)))) (X (X that) (X (X word) (X (X ``) (X (X (X dissemination) (X .)) (X ''))))))
(X (X (X How) (X 's)) (X (X that) (X (X again) (X ?))))
(X (X (X ``) (X (X (X (X (X (X You) (X (X may) (X come))) (X (X by) (X (X the) (X agency)))) (X to)) (X read)) (X (X but) (X (X (X (X (X not) (X (X copy) (X (X either) (X (X manually) (X or))))) (X (X by) (X photocopying))) (X (X ,) (X (X '') (X (X a) (X (X Voice) (X official)))))) (X explained))))) (X (X when) (X (X I) (X (X asked) (X .)))))
(X (X What) (X (X if) (X (X (X (X (X I) (X tune)) (X (X in) (X (X (X my) (X (X short-wave) (X radio))) (X (X ,) (X (X transcribe) (X (X an) (X (X editorial) (X (X or) (X program))))))))) (X ,)) (X (X and) (X (X (X (X print) (X it)) (X (X in) (X (X my) (X newspaper)))) (X ?))))))
(X (X (X ``) (X Nor)) (X (X are) (X (X (X (X you) (X free)) (X (X to) (X (X (X reprint) (X (X such) (X material))) (X (X ,) (X (X '') (X I)))))) (X (X was) (X (X advised) (X .))))))
(X (X (X That) (X (X sounded) (X (X a) (X lot)))) (X (X like) (X (X (X (X censorship) (X ,)) (X (X so) (X (X (X after) (X years)) (X (X of) (X (X letters) (X (X and) (X conversations))))))) (X (X that) (X (X (X went) (X nowhere)) (X (X ,) (X (X I) (X (X sued) (X .)))))))))
(X (X (X (X (X A) (X couple)) (X (X of) (X (X weeks) (X ago)))) (X (X ,) (X I))) (X (X lost) (X (X (X the) (X case)) (X (X in) (X (X (X federal) (X (X district) (X court))) (X (X in) (X (X (X Des) (X Moines)) (X .))))))))
(X (X At) (X (X least) (X (X ,) (X (X (X (X that) (X (X 's) (X the))) (X (X way) (X it))) (X (X was) (X (X reported) (X .)))))))
(X (X And) (X (X ,) (X (X (X (X indeed) (X (X ,) (X (X the) (X lawsuit)))) (X was)) (X (X dismissed) (X .)))))
(X (X (X (X (X (X But) (X I)) (X (X --) (X I))) (X (X like) (X (X to) (X think)))) (X (X of) (X (X it) (X (X in) (X terms))))) (X (X of) (X (X (X (X we) (X (X ,) (X (X all) (X (X of) (X us))))) (X --)) (X (X won) (X (X (X the) (X point)) (X .))))))
(X (X (X (X (X For) (X (X a) (X funny))) (X (X thing) (X happened))) (X (X on) (X (X the) (X way)))) (X (X to) (X (X (X (X (X (X (X the) (X ruling)) (X :)) (X (X The) (X (X (X United) (X States)) (X Information)))) (X Agency)) (X (X ,) (X (X (X which) (X (X runs) (X (X the) (X Voice)))) (X (X ,) (X (X changed) (X (X its) (X position))))))) (X (X on) (X (X (X (X three) (X key)) (X points)) (X .))))))
(X (X (X (X --) (X (X The) (X USIA))) (X said)) (X (X that) (X (X (X (X (X ,) (X (X on) (X reflection))) (X (X ,) (X (X of) (X (X course) (X I))))) (X could)) (X (X print) (X (X (X (X (X anything) (X I)) (X could)) (X (X get) (X (X my) (X hands)))) (X (X on) (X .)))))))
(X (X (X (X (X (X (X The) (X word)) (X dissemination)) (X (X ,) (X it))) (X (X decided) (X ,))) (X (X referred) (X only))) (X (X to) (X (X itself) (X .))))
(X (X (X (X (X ``) (X (X (X (X The) (X USIA)) (X officially)) (X (X and) (X (X publicly) (X (X declared) (X (X the) (X (X absolute) (X right)))))))) (X (X of) (X (X (X (X everyone) (X (X except) (X (X the) (X USIA)))) (X (X to) (X (X (X (X (X disseminate) (X (X agency) (X (X program) (X materials)))) (X (X in) (X (X (X the) (X United)) (X States)))) (X (X ,) (X (X '') (X (X my) (X lawyer))))) (X (X ,) (X (X (X (X the) (X scholarly)) (X Mark)) (X McCormick)))))) (X (X of) (X (X (X (X Des) (X Moines)) (X ,)) (X (X said) (X (X in) (X (X a) (X memo))))))))) (X (X pointing) (X (X out) (X (X (X the) (X facts)) (X and))))) (X (X trying) (X (X to) (X (X (X make) (X me)) (X (X feel) (X (X (X good) (X (X after) (X (X (X the) (X press)) (X reported)))) (X (X that) (X (X (X I) (X had)) (X (X lost) (X .))))))))))
(X (X (X (X (X The) (X court)) (X (X noted) (X (X (X the) (X new)) (X (X USIA) (X position))))) (X (X but) (X (X (X (X (X ,) (X (X just) (X (X in) (X case)))) (X (X ,) (X (X officially) (X found)))) (X (X ``) (X (X that) (X Congress)))) (X (X did) (X not))))) (X (X intend) (X (X to) (X (X (X preclude) (X plaintiffs)) (X (X from) (X (X (X disseminating) (X (X USIA) (X (X information) (X domestically)))) (X (X .) (X ''))))))))
(X (X (X (X --) (X (X The) (X USIA))) (X said)) (X (X that) (X (X (X (X (X ,) (X (X on) (X reflection))) (X (X ,) (X (X anyone) (X could)))) (X (X view) (X (X (X the) (X (X VOA) (X materials))) (X (X ,) (X (X (X (X not) (X (X just) (X (X the) (X reporters)))) (X (X ,) (X (X (X scholars) (X (X ,) (X (X researchers) (X and)))) (X congressmen)))) (X who)))))) (X (X are) (X (X mentioned) (X (X in) (X (X (X the) (X statute)) (X .))))))))
(X (X (X ``) (X (X (X (X (X (X (X The) (X USIA)) (X publicly)) (X (X and) (X (X officially) (X stated)))) (X (X in) (X (X the) (X litigation)))) (X (X that) (X (X all) (X persons)))) (X (X are) (X (X allowed) (X access))))) (X (X to) (X (X (X (X the) (X materials)) (X (X ,) (X (X (X (X notwithstanding) (X (X the) (X statutory))) (X designations)) (X ,)))) (X (X because) (X (X (X (X (X the) (X USIA)) (X (X has) (X determined))) (X (X that) (X (X it) (X (X will) (X (X not) (X (X check) (X (X the) (X credentials)))))))) (X (X of) (X (X (X (X (X (X any) (X person)) (X appearing)) (X and)) (X requesting)) (X (X to) (X (X (X see) (X (X the) (X materials))) (X (X ,) (X (X (X '') (X (X Mr.) (X McCormick))) (X (X noted) (X .)))))))))))))
(X (X (X --) (X (X (X And) (X (X the) (X USIA))) (X said))) (X (X that) (X (X (X (X all) (X (X of) (X us))) (X could)) (X (X take) (X (X (X extensive) (X notes)) (X .))))))
(X (X (X (X (X (X ``) (X (X (X (X (X (X The) (X agency)) (X publicly)) (X (X and) (X (X officially) (X declared)))) (X (X in) (X (X the) (X lawsuit)))) (X (X that) (X (X persons) (X who))))) (X (X examine) (X (X (X (X the) (X materials)) (X may)) (X (X make) (X (X (X notes) (X and)) (X ,)))))) (X (X while) (X (X (X (X (X (X (X the) (X agency)) (X position)) (X is)) (X (X that) (X (X persons) (X (X may) (X not))))) (X (X take) (X (X (X (X verbatim) (X notes)) (X (X ,) (X (X (X no) (X one)) (X will)))) (X check)))) (X (X to) (X determine))))) (X (X what) (X (X (X notes) (X (X a) (X person))) (X has)))) (X (X taken) (X (X (X ,) (X (X '') (X (X Mr.) (X McCormick)))) (X (X reported) (X .)))))
(X (X (X (X (X I) (X (X had) (X (X sought) (X (X ,) (X (X (X in) (X (X my) (X suit))) (X (X ,) (X (X the) (X right)))))))) (X (X to) (X (X (X (X print) (X (X (X Voice) (X material)) (X ,))) (X (X which) (X (X had) (X (X (X been) (X (X (X denied) (X me)) (X ,))) (X (X and) (X I)))))) (X (X had) (X (X sought) (X (X a) (X right))))))) (X (X to) (X (X (X (X receive) (X (X (X the) (X information)) (X (X ,) (X (X arguing) (X (X in) (X effect)))))) (X (X that) (X (X a) (X right)))) (X (X to) (X (X (X print) (X (X government) (X information))) (X (X is) (X (X n't) (X (X very) (X helpful))))))))) (X (X if) (X (X (X I) (X (X have) (X (X no) (X right)))) (X (X to) (X (X get) (X (X (X the) (X information)) (X .)))))))
(X (X (X But) (X (X the) (X court))) (X (X disagreed) (X .)))
(X (X (X ``) (X (X (X (X (X The) (X First)) (X Amendment)) (X (X proscribes) (X (X the) (X government)))) (X (X from) (X (X (X passing) (X laws)) (X (X abridging) (X (X the) (X right))))))) (X (X to) (X (X (X (X free) (X speech)) (X (X ,) (X (X (X '') (X Judge)) (X (X Donald) (X O'Brien))))) (X (X ruled) (X .)))))
(X (X (X ``) (X (X (X The) (X First)) (X Amendment))) (X (X does) (X (X (X (X (X not) (X (X prescribe) (X (X a) (X duty)))) (X (X upon) (X (X the) (X government)))) (X (X to) (X (X assure) (X (X easy) (X access))))) (X (X to) (X (X (X information) (X (X for) (X members))) (X (X of) (X (X (X the) (X press)) (X (X .) (X '')))))))))
(X (X (X So) (X (X now) (X (X the) (X situation)))) (X (X is) (X (X this) (X :))))
(X (X (X (X You) (X (X have) (X (X a) (X right)))) (X (X to) (X (X read) (X (X Voice) (X (X of) (X (X America) (X scripts))))))) (X (X if) (X (X (X you) (X (X do) (X (X n't) (X (X mind) (X traveling))))) (X (X to) (X (X (X (X (X Washington) (X (X every) (X week))) (X or)) (X (X so) (X (X and) (X (X visiting) (X (X the) (X (X Voice) (X office))))))) (X (X during) (X (X (X business) (X hours)) (X .))))))))
(X (X (X (X I) (X (X have) (X (X a) (X right)))) (X (X to) (X (X print) (X (X those) (X scripts))))) (X (X if) (X (X (X I) (X (X go) (X there))) (X (X and) (X (X (X laboriously) (X --)) (X (X but) (X (X (X (X no) (X longer)) (X surreptitiously)) (X (X --) (X (X (X (X copy) (X them)) (X out)) (X (X in) (X (X (X long) (X hand)) (X .))))))))))))
(X (X (X (X (X But) (X neither)) (X (X of) (X us))) (X (X can) (X (X (X copy) (X (X the) (X material))) (X (X on) (X (X (X (X a) (X (X Xerox) (X machine))) (X or)) (X (X have) (X (X it) (X sent)))))))) (X (X to) (X (X us) (X .))))
(X (X (X (X (X In) (X (X an) (X era))) (X (X when) (X (X (X every) (X (X government) (X agency))) (X (X has) (X (X (X a) (X (X public-relations) (X machine))) (X that)))))) (X (X sends) (X (X (X (X you) (X stuff)) (X (X whether) (X (X you) (X (X want) (X (X (X it) (X (X or) (X not))) (X (X ,) (X this))))))) (X does)))) (X (X seem) (X (X odd) (X .))))
(X (X (X (X Indeed) (X (X ,) (X (X (X Judge) (X O'Brien)) (X ruled)))) (X (X that) (X (X ``) (X (X (X it) (X (X would) (X (X be) (X easy)))) (X (X to) (X conclude)))))) (X (X that) (X (X (X the) (X (X USIA) (X (X 's) (X position)))) (X (X is) (X (X (X (X (X `) (X (X inappropriate) (X (X or) (X (X even) (X stupid))))) (X (X ,) (X (X ') (X '')))) (X (X but) (X (X it) (X (X 's) (X (X the) (X law)))))) (X .))))))
(X (X (X (X (X (X (X So) (X the)) (X next)) (X step)) (X (X ,) (X (X I) (X (X suspect) (X ,))))) (X is)) (X (X to) (X (X try) (X (X to) (X (X get) (X (X (X the) (X law)) (X (X changed) (X .))))))))
(X (X (X (X We) (X -LRB-)) (X I)) (X (X assume) (X (X (X you) (X (X 're) (X (X in) (X this)))) (X (X with) (X (X (X (X me) (X (X at) (X (X this) (X point)))) (X -RRB-)) (X (X need) (X (X (X (X to) (X (X get) (X (X three) (X words)))) (X --)) (X (X ``) (X (X (X (X for) (X (X (X examination) (X only)) (X ''))) (X (X --) (X eliminated))) (X (X from) (X (X (X the) (X law)) (X .))))))))))))
(X (X (X (X (X Section) (X 501)) (X (X of) (X (X (X (X the) (X United)) (X (X States) (X Information))) (X (X and) (X (X Educational) (X (X Exchange) (X Act))))))) (X (X of) (X (X (X 1948) (X (X says) (X (X Voice) (X material)))) (X (X shall) (X (X be) (X available)))))) (X (X to) (X (X (X (X (X (X certain) (X (X of) (X (X us) (X -LRB-)))) (X (X but) (X (X now) (X ,)))) (X thanks)) (X (X to) (X (X (X the) (X (X USIA) (X (X 's) (X (X new) (X position))))) (X (X ,) (X (X (X all) (X (X of) (X us))) (X -RRB-)))))) (X (X ``) (X (X for) (X (X (X (X examination) (X only)) (X .)) (X '')))))))
(X (X (X (X (X If) (X (X those) (X words))) (X (X were) (X (X (X (X n't) (X there)) (X (X ,) (X (X (X the) (X (X nice) (X people))) (X (X at) (X (X the) (X Voice)))))) (X (X would) (X (X be) (X able)))))) (X to)) (X (X send) (X (X (X (X you) (X (X (X the) (X information)) (X or))) (X (X ,) (X (X (X at) (X (X the) (X (X very) (X least)))) (X ,)))) (X (X let) (X (X you) (X (X photocopy) (X (X it) (X .))))))))
(X (X This) (X (X is) (X (X not) (X (X (X a) (X (X trivial) (X issue))) (X .)))))
(X (X (X ``) (X (X (X You) (X (X have) (X (X ...) (X (X raised) (X (X important) (X questions)))))) (X which))) (X (X ought) (X (X (X (X (X to) (X (X be) (X (X (X answered) (X :)) (X What)))) (X (X does) (X (X (X USIA) (X (X say) (X (X about) (X (X America) (X abroad))))) (X ;)))) (X (X how) (X (X (X do) (X (X we) (X (X say) (X it)))) (X (X ;) (X and))))) (X (X how) (X (X (X (X can) (X (X American) (X (X taxpayers) (X (X get) (X (X the) (X answers)))))) (X (X to) (X (X (X these) (X questions)) (X (X ?) (X (X '') (X (X a) (X man))))))) (X (X wrote) (X (X (X (X me) (X (X a) (X couple))) (X (X of) (X (X years) (X ago)))) (X .))))))))
(X (X (X The) (X man)) (X (X was) (X (X Charles) (X (X Z.) (X (X Wick) (X .))))))
(X (X (X (X (X At) (X the)) (X time)) (X (X ,) (X (X he) (X (X was) (X director))))) (X (X of) (X the)))
(X (X He) (X (X had) (X (X (X no) (X answers)) (X (X then) (X .)))))
(X (X (X Now) (X there)) (X (X are) (X (X some) (X .))))
(X (X (X This) (X democracy)) (X (X is) (X (X suddenly) (X (X (X a) (X little)) (X (X more) (X (X democratic) (X .)))))))
(X (X I) (X (X feel) (X (X (X pretty) (X good)) (X (X about) (X (X it) (X .))))))
(X (X (X Mr.) (X Gartner)) (X (X is) (X (X (X editor) (X (X and) (X co-owner))) (X (X of) (X (X (X (X (X (X the) (X Daily)) (X Tribune)) (X (X in) (X Ames))) (X (X ,) (X (X (X Iowa) (X ,)) (X (X and) (X president))))) (X (X of) (X (X (X NBC) (X News)) (X (X in) (X (X (X New) (X York)) (X .))))))))))
(X (X (X (X (X (X R.) (X Gordon)) (X McGovern)) (X (X was) (X (X (X forced) (X out)) (X (X as) (X (X (X (X Campbell) (X (X Soup) (X (X Co.) (X (X (X 's) (X president)) (X (X and) (X (X chief) (X (X executive) (X officer)))))))) (X (X ,) (X (X (X (X the) (X strongest)) (X evidence)) (X yet)))) (X (X of) (X (X the) (X power)))))))) (X (X that) (X (X Dorrance) (X (X family) (X members))))) (X (X intend) (X (X to) (X (X wield) (X (X in) (X (X (X (X reshaping) (X (X the) (X troubled))) (X (X food) (X company))) (X .)))))))
(X (X (X (X (X (X (X Herbert) (X M.)) (X Baum)) (X (X ,) (X (X the) (X (X 53-year-old) (X president))))) (X (X of) (X (X (X (X (X (X (X (X the) (X company)) (X 's)) (X Campbell)) (X (X U.S.A.) (X unit))) (X ,)) (X (X and) (X (X Edwin) (X (X L.) (X Harper))))) (X (X ,) (X (X (X (X 47) (X (X ,) (X (X the) (X (X chief) (X (X financial) (X officer)))))) (X ,)) (X (X will) (X (X run) (X Campbell)))))))) (X (X as) (X (X (X (X a) (X team)) (X (X ,) (X (X dividing) (X responsibilities)))) (X (X rather) (X evenly))))) (X (X until) (X (X (X a) (X successor)) (X (X is) (X (X named) (X .))))))
(X (X (X (X The) (X (X board) (X already))) (X (X has) (X (X (X (X been) (X searching)) (X (X for) (X (X (X strong) (X (X outside) (X candidates))) (X ,)))) (X (X including) (X (X food-industry) (X executives)))))) (X (X with) (X (X (X (X considerable) (X international)) (X experience)) (X .))))
(X (X (X (X (X Wall) (X Street)) (X reacted)) (X favorably)) (X (X to) (X (X (X (X Mr.) (X (X McGovern) (X (X 's) (X departure)))) (X (X and) (X (X its) (X implications)))) (X .))))
(X (X (X (X (X In) (X heavy)) (X trading)) (X (X on) (X (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X Exchange))) (X (X ,) (X (X (X (X Campbell) (X 's)) (X (X shares) (X (X rose) (X $)))) (X 3.375)))))) (X (X to) (X (X close) (X (X (X at) (X (X $) (X 47.125))) (X .)))))
(X (X ``) (X (X (X (X The) (X profit)) (X motive)) (X (X of) (X (X (X (X (X the) (X major)) (X shareholders)) (X (X has) (X (X (X clearly) (X changed)) (X (X for) (X (X (X (X the) (X better)) (X (X ,) (X (X '') (X (X said) (X John))))) (X McMillin)))))) (X (X ,) (X (X (X a) (X (X food) (X (X industry) (X analyst)))) (X (X for) (X (X Prudential-Bache) (X (X in) (X (X (X New) (X York)) (X .)))))))))))
(X (X (X (X Mr.) (X McGovern)) (X (X was) (X (X widely) (X seen)))) (X (X as) (X (X (X (X sales) (X ,)) (X (X and) (X (X not) (X profit)))) (X (X ,) (X (X oriented) (X .))))))
(X (X ``) (X (X (X (X (X New) (X managers)) (X would)) (X (X think) (X (X (X (X (X a) (X little)) (X more)) (X (X like) (X (X Wall) (X Street)))) (X (X ,) (X (X '') (X (X Mr.) (X McMillin))))))) (X (X added) (X .))))
(X (X (X (X Some) (X (X of) (X (X (X the) (X surge)) (X (X in) (X (X (X (X (X the) (X stock)) (X 's)) (X price)) (X appeared)))))) (X (X to) (X (X be) (X linked)))) (X (X to) (X (X (X (X (X revived) (X (X takeover) (X speculation))) (X (X ,) (X which))) (X (X has) (X contributed))) (X (X to) (X (X volatility) (X (X of) (X (X Campbell) (X (X shares) (X (X in) (X (X (X recent) (X months)) (X .)))))))))))
(X (X (X (X (X (X Campbell) (X (X 's) (X (X international) (X businesses)))) (X (X ,) (X (X particularly) (X (X in) (X (X (X (X the) (X U.K.)) (X (X and) (X Italy))) (X ,)))))) (X appear)) (X (X to) (X (X be) (X (X at) (X (X the) (X heart)))))) (X (X of) (X (X (X its) (X problems)) (X .))))
(X (X Growth) (X (X has) (X (X (X (X fallen) (X short)) (X (X of) (X (X targets) (X (X and) (X (X operating) (X earnings)))))) (X (X are) (X (X (X far) (X (X below) (X results))) (X (X in) (X (X (X U.S.) (X units)) (X .))))))))
(X (X (X (X For) (X example)) (X (X ,) (X Campbell))) (X (X is) (X (X (X (X (X a) (X (X distant) (X third))) (X (X in) (X (X (X the) (X (X U.K.) (X (X frozen) (X foods)))) (X market)))) (X ,)) (X (X where) (X (X (X (X (X (X it) (X recently)) (X (X paid) (X (X (X 24) (X times)) (X earnings)))) (X (X for) (X (X (X Freshbake) (X Foods)) (X PLC)))) (X (X and) (X (X wound) (X up)))) (X (X with) (X (X (X (X (X far) (X more)) (X capacity)) (X (X than) (X (X it) (X could)))) (X (X use) (X .)))))))))
(X (X (X Similarly) (X (X ,) (X (X (X (X (X Campbell) (X (X 's) (X Italian))) (X (X biscuit) (X operation))) (X (X ,) (X (X (X D.) (X (X Lazzaroni) (X &))) (X Co.)))) (X ,)))) (X (X has) (X (X (X been) (X hurt)) (X (X by) (X (X overproduction) (X (X and) (X (X (X distribution) (X problems)) (X .))))))))
(X (X (X (X (X (X Such) (X problems)) (X will)) (X (X require) (X (X considerable) (X skill)))) (X to)) (X (X resolve) (X .)))
(X (X (X However) (X (X ,) (X (X (X neither) (X (X Mr.) (X Baum))) (X (X nor) (X (X Mr.) (X Harper)))))) (X (X has) (X (X (X (X much) (X international)) (X experience)) (X .))))
(X (X (X (X (X Mr.) (X Baum)) (X (X ,) (X (X (X (X a) (X seasoned)) (X marketer)) (X who)))) (X (X is) (X said))) (X (X to) (X (X (X have) (X (X (X a) (X good)) (X rapport))) (X (X with) (X (X (X (X (X (X Campbell) (X employees)) (X ,)) (X will)) (X (X have) (X responsibility))) (X (X for) (X (X (X (X (X all) (X domestic)) (X operations)) (X (X except) (X (X (X the) (X Pepperidge)) (X (X Farm) (X unit))))) (X .))))))))
(X (X (X (X (X Mr.) (X Harper)) (X (X ,) (X (X (X (X a) (X veteran)) (X (X of) (X (X (X several) (X (X manufacturing) (X companies))) (X who)))) (X (X joined) (X (X Campbell) (X (X in) (X (X (X 1986) (X ,)) (X will)))))))) (X (X take) (X charge))) (X (X of) (X (X (X (X all) (X overseas)) (X operations)) (X (X as) (X (X well) (X (X as) (X (X Pepperidge) (X .))))))))
(X (X (X (X In) (X (X an) (X (X joint) (X (X interview) (X yesterday))))) (X (X ,) (X (X both) (X men)))) (X (X said) (X (X (X (X they) (X would)) (X (X like) (X to))) (X (X be) (X (X (X (X (X the) (X company)) (X (X 's) (X next))) (X (X chief) (X executive))) (X .))))))
(X (X (X (X Mr.) (X McGovern)) (X (X ,) (X (X (X 63) (X ,)) (X (X had) (X been))))) (X (X under) (X (X (X (X intense) (X pressure)) (X (X from) (X (X (X the) (X board)) (X (X to) (X (X boost) (X (X Campbell) (X (X 's) (X (X mediocre) (X performance))))))))) (X (X to) (X (X (X the) (X level)) (X (X of) (X (X (X other) (X (X food) (X companies))) (X .))))))))
(X (X (X (X (X The) (X board)) (X (X is) (X (X dominated) (X (X by) (X (X the) (X heirs)))))) (X (X of) (X (X (X (X (X (X (X the) (X late)) (X John)) (X T.)) (X Dorrance)) (X Jr.)) (X (X ,) (X (X who) (X (X controlled) (X (X (X about) (X (X 58) (X %))) (X (X of) (X (X Campbell) (X (X 's) (X stock))))))))))) (X (X when) (X (X (X he) (X died)) (X (X in) (X (X April) (X .))))))
(X (X (X (X (X In) (X recent)) (X months)) (X (X ,) (X (X (X Mr.) (X (X Dorrance) (X (X (X (X 's) (X children)) (X (X and) (X (X other) (X family)))) (X members)))) (X have)))) (X (X pushed) (X (X (X for) (X (X improved) (X profitability))) (X (X and) (X (X (X higher) (X returns)) (X (X on) (X (X (X their) (X equity)) (X .))))))))
(X (X (X (X (X (X In) (X August)) (X (X ,) (X (X the) (X company)))) (X (X took) (X (X (X a) (X $)) (X (X 343) (X (X million) (X (X pretax) (X charge))))))) (X (X against) (X (X (X fiscal) (X 1989)) (X earnings)))) (X (X when) (X (X it) (X (X announced) (X (X (X (X a) (X world-wide)) (X (X restructuring) (X plan))) (X .))))))
(X (X (X The) (X plan)) (X (X calls) (X (X (X for) (X (X (X closing) (X (X at) (X (X least) (X (X nine) (X plants))))) (X and))) (X (X eliminating) (X (X (X about) (X (X 3,600) (X jobs))) (X .))))))
(X (X (X (X But) (X analysts)) (X (X said) (X (X (X (X early) (X results)) (X (X from) (X (X (X the) (X reorganization)) (X (X have) (X (X (X been) (X disappointing)) (X (X ,) (X (X (X especially) (X (X in) (X Europe))) (X (X ,) (X (X and) (X there)))))))))) (X (X were) (X signs))))) (X (X that) (X (X (X the) (X board)) (X (X became) (X (X impatient) (X .))))))
(X (X (X Campbell) (X officials)) (X (X said) (X (X (X (X Mr.) (X McGovern)) (X (X was) (X (X (X (X n't) (X (X available) (X yesterday))) (X to)) (X (X discuss) (X (X the) (X circumstances)))))) (X (X of) (X (X (X his) (X departure)) (X .))))))
(X (X (X (X (X (X (X (X (X The) (X company)) (X (X 's) (X (X prepared) (X statement)))) (X (X quoted) (X him))) (X as)) (X (X saying) (X ,))) (X (X ``) (X (X (X The) (X (X CEO) (X succession))) (X (X is) (X well))))) (X (X along) (X (X and) (X (X I) (X 've))))) (X (X decided) (X (X (X for) (X (X personal) (X reasons))) (X (X to) (X (X take) (X (X (X early) (X retirement)) (X (X .) (X ''))))))))
(X (X (X (X (X But) (X people)) (X familiar)) (X (X with) (X (X the) (X agenda)))) (X (X of) (X (X (X (X (X (X the) (X board)) (X 's)) (X (X meeting) (X (X last) (X week)))) (X (X in) (X (X London) (X (X said) (X (X Mr.) (X McGovern)))))) (X (X was) (X (X fired) (X .))))))
(X (X (X (X (X (X Mr.) (X (X McGovern) (X himself))) (X (X had) (X (X said) (X repeatedly)))) (X (X that) (X he))) (X intended)) (X (X to) (X (X (X (X (X stay) (X on)) (X (X until) (X (X he) (X (X reached) (X (X (X (X (X the) (X (X conventional) (X retirement))) (X age)) (X (X of) (X 65))) (X (X in) (X (X October) (X 1991)))))))) (X ,)) (X (X ``) (X (X unless) (X (X I) (X (X get) (X (X (X fired) (X .)) (X '')))))))))
(X (X (X (X (X Campbell) (X (X said) (X (X Mr.) (X McGovern)))) (X (X had) (X (X withdrawn) (X (X his) (X name))))) (X (X as) (X (X (X a) (X candidate)) (X (X for) (X re-election))))) (X (X as) (X (X (X (X (X a) (X director)) (X (X at) (X (X (X the) (X annual)) (X shareholder)))) (X meeting)) (X (X ,) (X (X scheduled) (X (X for) (X (X Nov.) (X (X 17) (X .)))))))))
(X (X (X (X (X For) (X fiscal)) (X 1989)) (X (X ,) (X (X Mr.) (X McGovern)))) (X (X received) (X (X (X a) (X salary)) (X (X of) (X (X $) (X (X 877,663) (X .)))))))
(X (X (X (X He) (X (X owns) (X (X (X about) (X 45,000)) (X shares)))) (X (X of) (X (X (X (X Campbell) (X stock)) (X and)) (X (X has) (X options))))) (X (X to) (X (X buy) (X (X (X (X more) (X (X than) (X (X 100,000) (X additional)))) (X shares)) (X .)))))
(X (X (X (X (X He) (X (X will) (X (X be) (X eligible)))) (X (X for) (X (X an) (X (X annual) (X pension))))) (X (X of) (X (X (X more) (X (X than) (X $))) (X 244,000)))) (X (X with) (X (X (X (X certain) (X (X other) (X fringe))) (X benefits)) (X .))))
(X (X (X (X During) (X Mr.)) (X (X McGovern) (X (X 's) (X (X nine-year) (X term))))) (X (X as) (X (X (X (X (X president) (X (X ,) (X (X (X (X the) (X company)) (X 's)) (X (X sales) (X rose))))) (X (X to) (X (X $) (X (X 5.7) (X billion))))) (X (X from) (X (X (X $) (X (X 2.8) (X billion))) (X (X and) (X (X (X net) (X income)) (X increased)))))) (X (X to) (X (X (X $) (X (X 274) (X million))) (X (X from) (X (X (X (X $) (X (X 130) (X million))) (X (X ,) (X (X the) (X statement)))) (X (X said) (X .)))))))))
(X (X (X Mr.) (X Baum)) (X (X said) (X (X (X (X (X he) (X and)) (X Mr.)) (X (X Harper) (X (X both) (X (X advocated) (X (X closing) (X (X some) (X plants))))))) (X (X as) (X (X (X long) (X ago)) (X (X as) (X (X (X early) (X 1988)) (X .))))))))
(X (X ``) (X (X (X (X (X You) (X 've)) (X got)) (X to)) (X (X make) (X (X (X the) (X (X restructuring) (X work))) (X (X ,) (X (X (X (X '') (X said)) (X Mr.)) (X (X Baum) (X .))))))))
(X (X ``) (X (X (X (X (X You) (X 've)) (X got)) (X to)) (X (X make) (X (X (X (X those) (X savings)) (X now)) (X (X .) (X ''))))))
(X (X (X (X (X Mr.) (X Harper)) (X (X expressed) (X confidence))) (X (X that) (X (X (X (X (X he) (X and)) (X Mr.)) (X Baum)) (X can)))) (X (X convince) (X (X (X (X the) (X board)) (X (X of) (X (X their) (X worthiness)))) (X (X to) (X (X (X run) (X (X the) (X company))) (X .))))))
(X (X (X ``) (X (X (X (X (X We) (X look)) (X (X upon) (X this))) (X (X as) (X (X (X a) (X great)) (X opportunity)))) (X (X to) (X (X prove) (X (X the) (X fact)))))) (X (X that) (X (X (X (X we) (X (X have) (X (X (X (X a) (X tremendous)) (X management)) (X team)))) (X (X ,) (X (X '') (X he)))) (X (X said) (X .)))))
(X (X (X He) (X predicted)) (X (X that) (X (X (X (X the) (X board)) (X would)) (X (X give) (X (X (X the) (X (X current) (X duo))) (X (X until) (X (X (X early) (X (X next) (X year))) (X (X before) (X (X (X naming) (X (X (X (X a) (X new)) (X chief)) (X executive))) (X .))))))))))
(X (X (X Mr.) (X Baum)) (X (X said) (X (X (X (X (X (X (X the) (X two)) (X have)) (X (X orders) (X to))) (X (X ``) (X (X (X focus) (X (X on) (X (X (X (X (X bottom-line) (X profits)) (X '')) (X and)) (X to)))) (X (X ``) (X (X (X take) (X (X (X (X a) (X hard)) (X look)) (X (X at) (X (X our) (X businesses))))) (X --)))))) (X (X what) (X (X (X is) (X good)) (X ,)))) (X (X what) (X (X is) (X (X not) (X (X so) (X (X (X good) (X .)) (X '')))))))))
(X (X (X Analysts) (X (X generally) (X (X applaud) (X (X the) (X performance))))) (X (X of) (X (X (X (X Campbell) (X U.S.A.)) (X (X ,) (X (X (X (X the) (X company)) (X 's)) (X (X largest) (X division))))) (X (X ,) (X (X (X which) (X (X (X posted) (X (X (X (X 6) (X (X %) (X unit))) (X (X sales) (X growth))) (X (X and) (X (X (X a) (X 15)) (X (X %) (X improvement)))))) (X (X in) (X (X operating) (X profit))))) (X (X for) (X (X (X fiscal) (X 1989)) (X .))))))))
(X (X (X (X ``) (X (X (X The) (X way)) (X (X that) (X (X (X (X (X we) (X (X 've) (X been))) (X managing)) (X Campbell)) (X U.S.A.))))) (X (X can) (X (X (X hopefully) (X spread)) (X (X to) (X (X (X other) (X areas)) (X (X of) (X (X (X the) (X company)) (X (X ,) (X (X '') (X (X Mr.) (X Baum))))))))))) (X (X said) (X .)))
(X (X (X (X (X (X (X In) (X the)) (X interview)) (X (X at) (X (X headquarters) (X (X yesterday) (X afternoon))))) (X (X ,) (X (X both) (X men)))) (X (X exuded) (X (X (X confidence) (X and)) (X seemed)))) (X (X to) (X (X work) (X (X (X well) (X together)) (X .)))))
(X (X ``) (X (X (X (X You) (X 've)) (X (X got) (X (X (X two) (X champions)) (X (X sitting) (X right))))) (X (X before) (X (X (X (X you) (X (X ,) (X (X '') (X said)))) (X Mr.)) (X (X Baum) (X .))))))
(X (X (X ``) (X (X We) (X play))) (X (X to) (X (X win) (X .))))
(X (X Wednesday) (X (X ,) (X (X (X November) (X 1)) (X (X ,) (X 1989)))))
(X (X (X (X (X (X (X The) (X key)) (X U.S.)) (X (X and) (X (X (X (X foreign) (X annual)) (X interest)) (X rates)))) (X below)) (X (X are) (X (X a) (X guide)))) (X (X to) (X (X (X (X general) (X levels)) (X (X but) (X (X do) (X (X n't) (X always))))) (X (X represent) (X (X (X actual) (X transactions)) (X .))))))
(X (X (X PRIME) (X RATE)) (X (X :) (X (X (X (X 10) (X 1\/2)) (X %)) (X .))))
(X (X (X (X The) (X base)) (X rate)) (X (X on) (X (X (X (X corporate) (X loans)) (X (X at) (X (X large) (X (X U.S.) (X (X money) (X (X center) (X (X commercial) (X banks)))))))) (X .))))
(X (X (X (X (X (X (X FEDERAL) (X FUNDS)) (X (X :) (X (X (X 9) (X 1\/2)) (X (X %) (X high))))) (X (X ,) (X (X (X 8) (X 3\/4)) (X (X %) (X low))))) (X (X ,) (X (X (X 8) (X 3\/4)) (X %)))) (X (X near) (X (X (X closing) (X bid)) (X (X ,) (X (X 9) (X %)))))) (X (X offered) (X .)))
(X (X (X Reserves) (X traded)) (X (X among) (X (X (X (X commercial) (X banks)) (X (X for) (X (X overnight) (X use)))) (X (X in) (X (X amounts) (X (X of) (X (X (X (X (X $) (X (X 1) (X million))) (X or)) (X more)) (X .))))))))
(X (X (X (X (X (X Source) (X :)) (X Fulton)) (X Prebon)) (X -LRB-)) (X (X U.S.A) (X (X (X .) (X (X -RRB-) (X Inc))) (X .))))
(X (X (X DISCOUNT) (X RATE)) (X (X :) (X (X (X 7) (X %)) (X .))))
(X (X (X (X The) (X charge)) (X (X on) (X loans))) (X (X to) (X (X (X depository) (X institutions)) (X (X by) (X (X (X (X (X the) (X New)) (X York)) (X Federal)) (X (X Reserve) (X (X Bank) (X .))))))))
(X (X (X CALL) (X MONEY)) (X (X :) (X (X (X (X 9) (X 3\/4)) (X %)) (X .))))
(X (X (X (X The) (X charge)) (X (X on) (X loans))) (X (X to) (X (X brokers) (X (X on) (X (X (X (X stock) (X exchange)) (X collateral)) (X .))))))
(X (X (X (X COMMERCIAL) (X PAPER)) (X (X placed) (X directly))) (X (X by) (X (X (X (X (X (X (X (X General) (X Motors)) (X Acceptance)) (X Corp.)) (X :)) (X (X 8.55) (X (X %) (X 30)))) (X (X to) (X (X 44) (X days)))) (X (X ;) (X (X (X (X (X 8.25) (X (X %) (X 45))) (X (X to) (X (X 59) (X days)))) (X (X ;) (X (X (X (X 8.45) (X (X %) (X 60))) (X (X to) (X (X 89) (X days)))) (X (X ;) (X (X (X 8) (X (X %) (X 90))) (X (X to) (X (X 119) (X days)))))))) (X (X ;) (X (X (X (X 7.90) (X (X %) (X 120))) (X (X to) (X (X 149) (X days)))) (X (X ;) (X (X (X 7.80) (X (X %) (X (X 150) (X (X to) (X (X 179) (X days)))))) (X (X ;) (X (X (X 7.55) (X (X %) (X 180))) (X (X to) (X (X 270) (X (X days) (X .)))))))))))))))
(X (X (X (X (X (X (X (X COMMERCIAL) (X PAPER)) (X :)) (X High-grade)) (X unsecured)) (X notes)) (X sold)) (X (X through) (X (X (X dealers) (X (X by) (X (X (X major) (X corporations)) (X (X in) (X (X multiples) (X (X of) (X (X (X (X (X $) (X 1,000)) (X :)) (X 8.65)) (X (X %) (X (X 30) (X days)))))))))) (X (X ;) (X (X (X 8.575) (X (X %) (X (X 60) (X days)))) (X (X ;) (X (X 8.50) (X (X %) (X (X (X 90) (X days)) (X .))))))))))
(X (X (X (X (X (X (X CERTIFICATES) (X OF)) (X DEPOSIT)) (X :)) (X 8.07)) (X (X %) (X (X one) (X month)))) (X (X ;) (X (X (X (X (X 8.06) (X (X %) (X (X two) (X months)))) (X (X ;) (X (X 8.04) (X (X %) (X (X three) (X months)))))) (X (X ;) (X (X 7.95) (X (X %) (X (X six) (X months)))))) (X (X ;) (X (X (X 7.88) (X (X %) (X (X one) (X year)))) (X .))))))
(X (X Average) (X (X of) (X (X (X (X (X top) (X rates)) (X paid)) (X (X by) (X (X (X (X major) (X New)) (X (X York) (X banks))) (X (X on) (X (X primary) (X (X new) (X issues))))))) (X (X of) (X (X (X negotiable) (X C.D.s)) (X (X ,) (X (X (X usually) (X (X on) (X amounts))) (X (X of) (X (X (X $) (X (X 1) (X million))) (X (X and) (X (X more) (X .))))))))))))
(X (X (X The) (X (X minimum) (X unit))) (X (X is) (X (X $) (X (X 100,000) (X .)))))
(X (X (X (X Typical) (X rates)) (X (X in) (X (X (X (X the) (X secondary)) (X market)) (X (X :) (X (X 8.60) (X (X %) (X (X one) (X month)))))))) (X (X ;) (X (X (X 8.55) (X (X %) (X (X three) (X months)))) (X (X ;) (X (X 8.35) (X (X %) (X (X (X six) (X months)) (X .))))))))
(X (X (X (X (X (X BANKERS) (X ACCEPTANCES)) (X :)) (X 8.50)) (X (X %) (X (X 30) (X days)))) (X (X ;) (X (X (X 8.48) (X (X %) (X (X 60) (X days)))) (X (X ;) (X (X (X 8.30) (X (X %) (X (X 90) (X days)))) (X (X ;) (X (X (X (X 8.15) (X (X %) (X (X 120) (X days)))) (X (X ;) (X (X 8.07) (X (X %) (X (X 150) (X days)))))) (X (X ;) (X (X 7.95) (X (X %) (X (X (X 180) (X days)) (X .))))))))))))
(X (X Negotiable) (X (X ,) (X (X (X bank-backed) (X (X business) (X (X credit) (X instruments)))) (X (X typically) (X (X financing) (X (X (X an) (X (X import) (X order))) (X .)))))))
(X (X (X (X (X LONDON) (X LATE)) (X EURODOLLARS)) (X (X :) (X (X (X 8) (X 3\/4)) (X %)))) (X (X to) (X (X (X (X (X 8) (X 5\/8)) (X (X %) (X (X one) (X month)))) (X (X ;) (X (X (X 8) (X 13\/16)) (X %)))) (X (X to) (X (X (X (X (X 8) (X 11\/16)) (X (X %) (X (X two) (X months)))) (X (X ;) (X (X (X (X (X 8) (X 3\/4)) (X %)) (X (X to) (X (X (X (X 8) (X 5\/8)) (X (X %) (X (X three) (X months)))) (X (X ;) (X (X (X (X 8) (X 5\/8)) (X %)) (X (X to) (X (X (X 8) (X 1\/2)) (X (X %) (X (X four) (X months)))))))))) (X (X ;) (X (X (X (X 8) (X 1\/2)) (X %)) (X (X to) (X (X (X 8) (X 7\/16)) (X (X %) (X (X five) (X months)))))))))) (X (X ;) (X (X (X (X 8) (X 1\/2)) (X %)) (X (X to) (X (X (X (X 8) (X 3\/8)) (X (X %) (X (X six) (X months)))) (X .))))))))))
(X (X (X (X (X (X (X (X LONDON) (X INTERBANK)) (X OFFERED)) (X RATES)) (X -LRB-)) (X (X LIBOR) (X (X -RRB-) (X (X :) (X (X (X 8) (X 3\/4)) (X (X %) (X (X one) (X month)))))))) (X (X ;) (X (X (X 8) (X 3\/4)) (X (X %) (X (X three) (X months)))))) (X (X ;) (X (X (X (X 8) (X 1\/2)) (X (X %) (X (X six) (X months)))) (X (X ;) (X (X (X (X 8) (X 7\/16)) (X (X %) (X (X one) (X year)))) (X .))))))
(X (X (X (X The) (X average)) (X (X of) (X interbank))) (X (X offered) (X (X rates) (X (X for) (X (X (X (X dollar) (X deposits)) (X (X in) (X (X (X (X the) (X London)) (X market)) (X based)))) (X (X on) (X (X (X quotations) (X (X at) (X (X five) (X (X major) (X banks))))) (X .))))))))
(X (X (X (X (X (X (X FOREIGN) (X PRIME)) (X RATES)) (X :)) (X Canada)) (X (X 13.50) (X %))) (X (X ;) (X (X (X (X Germany) (X (X 9) (X %))) (X (X ;) (X (X (X Japan) (X 4.875)) (X %)))) (X (X ;) (X (X (X (X Switzerland) (X 8.50)) (X %)) (X (X ;) (X (X Britain) (X (X (X 15) (X %)) (X .)))))))))
(X (X (X (X These) (X (X rate) (X indications))) (X (X are) (X (X n't) (X (X directly) (X comparable))))) (X (X ;) (X (X (X lending) (X practices)) (X (X vary) (X (X widely) (X (X by) (X (X location) (X .))))))))
(X (X (X (X (X TREASURY) (X BILLS)) (X :)) (X Results)) (X (X of) (X (X (X (X (X (X the) (X Monday)) (X (X ,) (X (X (X October) (X (X 30) (X (X ,) (X 1989)))) (X (X ,) (X auction))))) (X (X of) (X (X (X (X short-term) (X (X U.S.) (X (X government) (X bills)))) (X ,)) (X (X sold) (X (X at) (X (X a) (X discount))))))) (X (X from) (X (X (X (X (X face) (X value)) (X (X in) (X units))) (X (X of) (X (X $) (X 10,000)))) (X (X to) (X (X (X (X (X $) (X (X 1) (X million))) (X :)) (X 7.78)) (X (X %) (X (X 13) (X weeks)))))))) (X (X ;) (X (X (X 7.62) (X (X %) (X (X 26) (X weeks)))) (X .))))))
(X (X (X (X (X (X (X (X (X (X FEDERAL) (X HOME)) (X LOAN)) (X MORTGAGE)) (X CORP)) (X (X .) (X (X (X -LRB-) (X (X Freddie) (X Mac))) (X -RRB-)))) (X :)) (X Posted)) (X yields)) (X (X on) (X (X (X (X (X 30-year) (X mortgage)) (X commitments)) (X (X for) (X delivery))) (X (X within) (X (X (X 30) (X days)) (X .))))))
(X (X (X (X 9.82) (X %)) (X (X ,) (X (X (X (X standard) (X conventional)) (X fixed-rate)) (X mortgages)))) (X (X ;) (X (X (X 8.25) (X %)) (X (X ,) (X (X (X (X (X (X 2) (X %)) (X rate)) (X capped)) (X one-year)) (X (X adjustable) (X (X (X rate) (X mortgages)) (X .))))))))
(X (X (X (X (X (X Source) (X :)) (X Telerate)) (X Systems)) (X Inc)) (X .))
(X (X (X (X (X (X (X (X FEDERAL) (X NATIONAL)) (X MORTGAGE)) (X ASSOCIATION)) (X -LRB-)) (X (X Fannie) (X (X (X Mae) (X (X -RRB-) (X :))) (X Posted)))) (X yields)) (X (X on) (X (X (X (X (X (X (X 30) (X year)) (X (X mortgage) (X commitments))) (X (X for) (X delivery))) (X (X within) (X (X (X (X 30) (X days)) (X -LRB-)) (X (X priced) (X (X (X at) (X (X (X par) (X -RRB-)) (X 9.75))) (X %)))))) (X (X ,) (X (X (X (X standard) (X conventional)) (X fixed-rate)) (X mortgages)))) (X (X ;) (X (X (X 8.70) (X %)) (X (X ,) (X (X (X (X 6\/2) (X (X rate) (X capped))) (X one-year)) (X (X adjustable) (X (X (X rate) (X mortgages)) (X .))))))))))
(X (X (X (X (X (X Source) (X :)) (X Telerate)) (X Systems)) (X Inc)) (X .))
(X (X (X (X (X (X MERRILL) (X LYNCH)) (X READY)) (X ASSETS)) (X TRUST)) (X (X :) (X (X 8.64) (X (X %) (X .)))))
(X (X (X (X (X (X (X Annualized) (X average)) (X rate)) (X (X of) (X return))) (X (X after) (X expenses))) (X (X for) (X (X the) (X (X past) (X (X 30) (X days)))))) (X (X ;) (X (X (X not) (X (X a) (X forecast))) (X (X of) (X (X (X future) (X returns)) (X .))))))
(X (X (X (X (X (X Robert) (X L.)) (X Bernstein)) (X (X ,) (X (X chairman) (X (X and) (X president))))) (X (X of) (X (X (X (X (X Random) (X House)) (X Inc.)) (X ,)) (X (X announced) (X (X his) (X resignation)))))) (X (X from) (X (X (X (X the) (X (X publishing) (X (X house) (X he)))) (X (X has) (X run))) (X (X for) (X (X (X 23) (X years)) (X .))))))
(X (X (X (X (X (X A) (X successor)) (X (X was) (X (X (X n't) (X named)) (X (X ,) (X which))))) (X (X fueled) (X speculation))) (X (X that) (X (X (X (X Mr.) (X Bernstein)) (X may)) (X (X have) (X clashed))))) (X (X with) (X (X (X (X S.I.) (X Newhouse)) (X Jr.)) (X (X ,) (X (X (X (X whose) (X (X family) (X company))) (X (X ,) (X (X (X Advance) (X Publications)) (X Inc.)))) (X (X ,) (X (X owns) (X (X (X Random) (X House)) (X .)))))))))
(X (X (X Abrupt) (X departures)) (X (X are) (X (X (X n't) (X unheard)) (X (X of) (X (X within) (X (X (X the) (X (X Newhouse) (X empire))) (X .)))))))
(X (X (X (X (X (X In) (X (X an) (X interview))) (X (X ,) (X (X Mr.) (X Bernstein)))) (X (X said) (X (X his) (X departure)))) (X (X ``) (X (X (X evolved) (X out)) (X (X of) (X discussions))))) (X (X with) (X (X (X (X Si) (X Newhouse)) (X and)) (X (X that) (X (X (X (X 's) (X (X the) (X decision))) (X I)) (X (X reached) (X (X .) (X ''))))))))
(X (X (X (X He) (X declined)) (X (X to) (X (X (X elaborate) (X (X ,) (X (X other) (X than)))) (X (X to) (X (X say) (X ,)))))) (X (X ``) (X (X (X It) (X just)) (X (X seemed) (X (X (X (X the) (X (X right) (X thing))) (X to)) (X (X do) (X (X (X at) (X (X this) (X minute))) (X .))))))))
(X (X (X (X Sometimes) (X (X you) (X just))) (X go)) (X (X with) (X (X (X your) (X gut)) (X (X .) (X '')))))
(X (X (X (X Mr.) (X Bernstein)) (X (X said) (X (X (X (X he) (X will)) (X stay)) (X (X until) (X (X Dec.) (X (X 31) (X (X and) (X work)))))))) (X (X with) (X (X (X (X his) (X successor)) (X (X ,) (X who))) (X (X is) (X (X to) (X (X be) (X (X (X named) (X soon)) (X .))))))))
(X (X (X (X Mr.) (X Newhouse)) (X (X ,) (X (X meanwhile) (X (X ,) (X insisted))))) (X (X that) (X (X (X (X he) (X (X is) (X (X n't) (X unhappy)))) (X (X with) (X (X Mr.) (X (X Bernstein) (X (X or) (X (X the) (X performance))))))) (X (X of) (X (X (X Random) (X House)) (X (X ,) (X (X (X (X the) (X (X largest) (X trade))) (X (X publishing) (X house))) (X (X in) (X (X (X the) (X U.S.)) (X .))))))))))
(X (X (X (X The) (X company)) (X (X said) (X (X (X (X the) (X (X publisher) (X (X 's) (X annual)))) (X (X sales) (X volume))) (X increased)))) (X (X to) (X (X (X $) (X (X 800) (X million))) (X (X from) (X (X (X $) (X (X 40) (X million))) (X (X during) (X (X (X (X Mr.) (X Bernstein)) (X (X 's) (X tenure))) (X .))))))))
(X (X (X (X ``) (X Bob)) (X has)) (X (X handled) (X (X (X (X the) (X extraordinary)) (X growth)) (X (X of) (X (X (X (X (X the) (X company)) (X quite)) (X brilliantly)) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Newhouse) (X .)))))))))))
(X (X (X ``) (X (X (X The) (X company)) (X is))) (X (X doing) (X (X well) (X (X ,) (X (X (X (X it) (X (X 's) (X stable))) (X (X ,) (X (X (X it) (X 's)) (X (X got) (X (X good) (X people)))))) (X .))))))
(X (X (X Bob) (X (X has) (X (X (X (X an) (X agenda)) (X (X and) (X this))) (X seemed)))) (X (X like) (X (X (X the) (X (X natural) (X time))) (X (X .) (X '')))))
(X (X (X (X Publishing) (X officials)) (X believe)) (X (X that) (X (X while) (X (X (X (X (X (X Random) (X House)) (X has)) (X (X enjoyed) (X (X (X spectacular) (X growth)) (X and)))) (X (X has) (X (X (X smoothly) (X (X integrated) (X (X many) (X acquisitions)))) (X (X in) (X (X recent) (X years)))))) (X (X ,) (X (X (X (X some) (X (X (X of) (X the)) (X bigger))) (X ones)) (X (X have) (X (X (X n't) (X (X been) (X absorbed))) (X (X so) (X (X easily) (X .)))))))))))
(X (X (X (X (X (X Crown) (X Publishing)) (X Group)) (X (X ,) (X (X (X acquired) (X (X last) (X year))) (X ,)))) (X (X is) (X said))) (X (X to) (X (X be) (X (X turning) (X (X in) (X (X (X disappointing) (X results)) (X .)))))))
(X (X (X (X (X As) (X a)) (X (X private) (X company))) (X (X ,) (X (X Random) (X House)))) (X (X does) (X (X n't) (X (X report) (X (X (X its) (X earnings)) (X .))))))
(X (X (X (X Mr.) (X Bernstein)) (X (X ,) (X (X (X who) (X (X succeeded) (X (X Bennett) (X Cerf)))) (X ,)))) (X (X has) (X (X (X been) (X (X (X only) (X (X the) (X second))) (X president))) (X (X of) (X (X (X (X Random) (X House)) (X (X since) (X (X (X it) (X was)) (X founded)))) (X (X in) (X (X 1925) (X .))))))))
(X (X (X Speculation) (X (X on) (X (X his) (X (X successor) (X centers))))) (X (X on) (X (X (X (X (X a) (X number)) (X (X of) (X (X division) (X heads)))) (X (X at) (X (X the) (X house)))) (X .))))
(X (X (X Possible) (X candidates)) (X (X include) (X (X (X (X Susan) (X Petersen)) (X (X ,) (X (X president) (X (X of) (X (X Ballantine\/Del) (X Rey\/Fawcett)))))) (X (X ,) (X (X Random) (X (X House) (X (X (X (X 's) (X (X huge) (X (X and) (X successful)))) (X (X paperback) (X division))) (X .))))))))
(X (X Some) (X (X say) (X (X (X Anthony) (X Cheetham)) (X (X ,) (X (X (X (X head) (X (X of) (X (X (X (X (X a) (X recently)) (X acquired)) (X (X British) (X company))) (X (X ,) (X (X Century) (X Hutchinson)))))) (X ,)) (X (X could) (X (X be) (X (X chosen) (X .)))))))))
(X (X There) (X (X is) (X (X (X (X (X also) (X speculation)) (X (X that) (X (X (X Mr.) (X Newhouse)) (X could)))) (X (X bring) (X (X (X (X (X in) (X (X a) (X (X (X (X powerhouse) (X businessman)) (X (X or) (X another))) (X (X Newhouse) (X (X family) (X member)))))) (X (X to) (X (X run) (X (X the) (X (X business) (X side)))))) (X (X ,) (X (X in) (X combination)))) (X (X with) (X (X a) (X (X publishing) (X executive))))))) (X (X like) (X (X (X (X (X Robert) (X Gottlieb)) (X (X ,) (X who))) (X (X left) (X (X (X Random) (X (X (X House) (X (X 's) (X Alfred))) (X A.))) (X Knopf)))) (X (X to) (X (X (X run) (X (X (X the) (X New)) (X Yorker))) (X (X ,) (X (X (X also) (X owned)) (X (X by) (X (X (X the) (X (X Newhouse) (X family))) (X .))))))))))))
(X (X (X (X Not) (X (X included) (X (X on) (X (X the) (X (X most-likely-successor) (X list)))))) (X (X are) (X (X (X Joni) (X Evans)) (X (X ,) (X (X (X recruited) (X (X two) (X (X years) (X ago)))) (X (X to) (X (X be) (X publisher)))))))) (X (X of) (X (X (X adult) (X (X trade) (X books))) (X (X for) (X (X (X Random) (X House)) (X (X ,) (X (X and) (X (X (X Sonny) (X Mehta)) (X (X ,) (X (X president) (X (X of) (X (X (X (X (X the) (X prestigious)) (X Alfred)) (X A.)) (X (X Knopf) (X (X unit) (X .)))))))))))))))
(X (X (X (X When) (X Ms.)) (X Evans)) (X (X took) (X (X (X (X (X her) (X job)) (X (X ,) (X (X (X several) (X important)) (X divisions)))) (X (X that) (X (X (X had) (X reported)) (X (X to) (X (X (X her) (X predecessor)) (X (X were) (X (X n't) (X (X included) (X partly))))))))) (X (X because) (X (X she) (X (X did) (X (X (X n't) (X wish)) (X (X to) (X (X (X be) (X (X a) (X (X full-time) (X administrator)))) (X .))))))))))
(X (X (X Mr.) (X Mehta)) (X (X is) (X (X (X widely) (X viewed)) (X (X as) (X (X (X a) (X (X brilliant) (X editor))) (X (X but) (X (X (X (X a) (X (X less-than-brilliant) (X administrator))) (X (X and) (X (X his) (X (X own) (X departure))))) (X (X was) (X (X rumored) (X (X recently) (X .)))))))))))
(X (X (X (X (X Mr.) (X Bernstein)) (X (X ,) (X (X (X (X (X a) (X (X tall) (X ,))) (X (X energetic) (X man))) (X who)) (X (X is) (X (X widely) (X respected)))))) (X (X as) (X (X (X (X a) (X publishing)) (X executive)) (X ,)))) (X (X has) (X (X spent) (X (X (X much) (X (X of) (X (X his) (X time)))) (X (X in) (X (X (X recent) (X years)) (X (X on) (X (X (X human) (X (X rights) (X issues))) (X .)))))))))
(X (X (X (X (X Congress) (X learned)) (X (X during) (X (X the) (X (X Reagan) (X administration))))) (X (X that) (X (X (X it) (X (X could) (X (X intimidate) (X (X the) (X (X executive) (X branch)))))) (X (X by) (X (X (X (X uttering) (X again)) (X (X and) (X (X again) (X (X (X (X the) (X same)) (X seven)) (X words))))) (X :)))))) (X (X ``) (X (X (X Provided) (X ,)) (X (X that) (X (X (X no) (X funds)) (X (X shall) (X (X be) (X (X spent) (X (X (X ...) (X .)) (X ''))))))))))
(X (X (X (X (X This) (X phrase)) (X (X once) (X again))) (X (X is) (X (X (X found) (X (X throughout) (X (X (X the) (X (X many) (X (X appropriations) (X bills)))) (X now)))) (X moving)))) (X (X through) (X (X Congress) (X .))))
(X (X (X (X (X It) (X signals)) (X (X Congress) (X (X 's) (X attempt)))) (X ,)) (X (X under) (X (X (X (X the) (X pretext)) (X (X of) (X (X (X (X (X (X (X guarding) (X the)) (X public)) (X purse)) (X ,)) (X to)) (X (X deny) (X (X (X (X (X the) (X president)) (X the)) (X funding)) (X necessary)))))) (X (X to) (X (X (X (X (X execute) (X certain)) (X (X of) (X (X (X his) (X duties)) (X (X and) (X (X prerogatives) (X specified)))))) (X (X in) (X (X Article) (X II)))) (X (X of) (X (X (X the) (X Constitution)) (X .))))))))
(X (X (X (X (X This) (X species)) (X (X of) (X (X congressional) (X action)))) (X (X is) (X (X predicated) (X (X on) (X (X an) (X interpretation)))))) (X (X of) (X (X (X the) (X (X appropriations) (X clause))) (X (X that) (X (X (X is) (X erroneous)) (X (X and) (X (X unconstitutional) (X .))))))))
(X (X (X The) (X (X appropriations) (X (X clause) (X states)))) (X (X that) (X (X ``) (X (X (X No) (X Money)) (X (X shall) (X (X (X (X be) (X (X drawn) (X (X from) (X (X (X the) (X Treasury)) (X ,))))) (X (X but) (X (X in) (X Consequence)))) (X (X of) (X (X (X Appropriations) (X made)) (X (X by) (X (X (X (X Law) (X ...)) (X .)) (X '')))))))))))
(X (X (X (X (X The) (X (X prevailing) (X interpretation))) (X (X of) (X (X (X the) (X clause)) (X (X on) (X (X Capitol) (X Hill)))))) (X (X is) (X (X that) (X it)))) (X (X gives) (X (X (X (X Congress) (X (X an) (X (X omnipresent) (X veto)))) (X (X over) (X (X every) (X (X conceivable) (X action))))) (X (X of) (X (X (X (X the) (X president)) (X (X through) (X (X the) (X ability)))) (X (X to) (X (X withhold) (X (X funding) (X .)))))))))
(X (X (X (X This) (X interpretation)) (X (X was) (X (X officially) (X endorsed)))) (X (X by) (X (X Congress) (X (X in) (X (X 1987) (X (X in) (X (X (X (X the) (X Iran-Contra)) (X Report)) (X .))))))))
(X (X (X (X As) (X partisans)) (X (X of) (X (X congressional) (X power)))) (X (X understand) (X (X (X (X ,) (X (X a) (X (X ``) (X power)))) (X (X of) (X (X (X (X (X the) (X purse)) (X '')) (X (X so) (X (X broadly) (X construed)))) (X (X would) (X (X emasculate) (X (X (X the) (X presidency)) (X (X and) (X (X swallow) (X (X the) (X principle)))))))))) (X (X of) (X (X separation) (X (X of) (X (X powers) (X .))))))))
(X (X It) (X (X is) (X (X (X not) (X supported)) (X (X by) (X (X (X (X the) (X text)) (X (X or) (X history))) (X (X of) (X (X (X the) (X Constitution)) (X .))))))))
(X (X (X (X The) (X framers)) (X hardly)) (X (X discussed) (X (X (X (X (X the) (X (X appropriations) (X clause))) (X (X at) (X (X (X the) (X Constitutional)) (X Convention)))) (X (X of) (X (X 1787) (X (X ,) (X according))))) (X (X to) (X (X (X Madison) (X (X 's) (X notes))) (X .))))))
(X (X (X (X (X (X To) (X the)) (X extent)) (X they)) (X (X did) (X (X (X (X ,) (X (X their) (X concern))) (X was)) (X to)))) (X (X ensure) (X (X (X fiscal) (X accountability)) (X .))))
(X (X (X (X (X (X Moreover) (X (X ,) (X (X the) (X framers)))) (X believed)) (X (X that) (X (X (X (X the) (X nation)) (X (X needed) (X (X a) (X (X unitary) (X executive))))) (X (X with) (X (X (X the) (X independence)) (X (X and) (X resources))))))) (X (X to) (X (X perform) (X (X (X the) (X executive)) (X functions))))) (X (X that) (X (X (X (X (X (X (X the) (X Confederation)) (X Congress)) (X had)) (X (X performed) (X poorly))) (X (X under) (X (X the) (X Articles)))) (X (X of) (X (X Confederation) (X .))))))
(X (X (X (X (X It) (X (X would) (X contradict))) (X (X that) (X objective))) (X (X if) (X (X (X (X (X (X the) (X (X appropriations) (X clause))) (X (X -LRB-) (X (X technically) (X (X a) (X limitation))))) (X (X on) (X (X (X (X legislative) (X power)) (X -RRB-)) (X (X could) (X (X be) (X read)))))) (X (X as) (X (X (X placing) (X (X (X the) (X president)) (X (X on) (X (X (X (X Congress) (X (X 's) (X short))) (X leash)) (X ,))))) (X (X making) (X (X the) (X executive)))))) (X consist)))) (X (X of) (X (X (X (X the) (X president)) (X (X and) (X (X every) (X member)))) (X (X of) (X (X Congress) (X .))))))
(X (X (X (X (X As) (X it)) (X went)) (X (X to) (X (X (X (X (X (X the) (X (X conference) (X panel))) (X now)) (X deliberating)) (X (X ,) (X (X (X the) (X (X appropriations) (X bill))) (X (X for) (X (X the) (X (X executive) (X office))))))) (X (X of) (X (X (X (X (X the) (X president)) (X (X for) (X (X (X fiscal) (X 1990)) (X (X contained) (X (X some) (X breathtaking)))))) (X (X attempts) (X (X by) (X Congress)))) (X (X to) (X (X rewrite) (X (X the) (X Constitution))))))))) (X (X under) (X (X (X the) (X pretext)) (X (X of) (X (X protecting) (X (X (X the) (X (X public) (X (X 's) (X money)))) (X .)))))))
(X (X (X (X (X (X (X During) (X (X the) (X (X coming) (X weeks)))) (X (X ,) (X (X President) (X Bush)))) (X (X must) (X decide))) (X (X whether) (X (X (X to) (X (X veto) (X (X the) (X bills)))) (X (X containing) (X (X (X (X (X (X them) (X (X --) (X or))) (X (X ,) (X (X alternatively) (X ,)))) (X to)) (X (X sign) (X (X these) (X bills)))) (X (X into) (X law))))))) (X (X with) (X (X (X (X (X a) (X statement)) (X (X declaring) (X (X their) (X intrusions)))) (X (X on) (X (X executive) (X power)))) (X (X to) (X (X be) (X (X in) (X violation))))))) (X (X of) (X (X (X (X Article) (X II)) (X ,)) (X (X and) (X (X thus) (X (X void) (X (X and) (X (X severable) (X .)))))))))
(X (X (X (X The) (X 1990)) (X (X appropriations) (X legislation))) (X (X attempts) (X (X to) (X (X (X (X strip) (X (X the) (X president))) (X (X of) (X (X his) (X powers)))) (X (X to) (X (X make) (X (X (X certain) (X appointments)) (X (X as) (X (X provided) (X (X by) (X (X (X Article) (X II)) (X .))))))))))))
(X (X (X Article) (X II)) (X (X places) (X (X (X (X (X (X on) (X (X (X the) (X (X president) (X the))) (X duty))) (X to)) (X (X nominate) (X ,))) (X (X ``) (X (X and) (X (X by) (X and))))) (X (X with) (X (X (X (X (X the) (X Advice)) (X (X and) (X Consent))) (X (X of) (X (X (X (X (X the) (X Senate)) (X '')) (X appoint)) (X (X ,) (X (X ambassadors) (X (X ,) (X (X (X judges) (X ,)) (X (X and) (X (X other) (X officers)))))))))) (X (X of) (X (X (X the) (X U.S.)) (X .))))))))
(X (X (X (X (X (X It) (X also)) (X (X empowers) (X (X (X the) (X president)) (X to)))) (X (X make) (X (X recess) (X appointments)))) (X (X ,) (X (X without) (X (X (X Senate) (X approval)) (X :))))) (X (X ``) (X (X (X The) (X President)) (X (X shall) (X (X (X (X (X have) (X Power)) (X (X to) (X (X (X (X fill) (X (X up) (X (X all) (X Vacancies)))) (X (X that) (X (X (X (X may) (X happen)) (X (X during) (X (X the) (X Recess)))) (X (X of) (X (X the) (X Senate)))))) (X (X ,) (X (X by) (X (X granting) (X Commissions))))))) (X (X which) (X (X shall) (X (X expire) (X (X at) (X (X the) (X End))))))) (X (X of) (X (X (X (X their) (X (X next) (X Session))) (X .)) (X ''))))))))
(X (X (X (X (X Yet) (X Section)) (X 605)) (X (X of) (X (X (X the) (X (X appropriations) (X bill))) (X (X for) (X (X the) (X (X executive) (X office))))))) (X (X provides) (X (X (X :) (X (X ``) (X (X No) (X part)))) (X (X of) (X (X (X (X (X (X any) (X appropriation)) (X (X for) (X (X (X the) (X (X current) (X (X fiscal) (X year)))) (X contained)))) (X (X in) (X (X (X (X this) (X (X or) (X any))) (X (X other) (X Act))) (X (X shall) (X (X be) (X paid)))))) (X (X to) (X (X (X any) (X person)) (X (X for) (X (X the) (X filling)))))) (X (X of) (X (X (X (X (X any) (X position)) (X (X for) (X (X which) (X (X (X (X (X he) (X (X or) (X she))) (X (X has) (X been))) (X nominated)) (X (X after) (X (X (X the) (X Senate)) (X (X has) (X (X voted) (X not))))))))) (X (X to) (X (X approve) (X (X the) (X nomination))))) (X (X of) (X (X (X said) (X person)) (X (X .) (X '')))))))))))
(X (X (X (X (X Thus) (X ,)) (X (X with) (X (X (X one) (X (X brief) (X passage))) (X (X in) (X (X (X an) (X (X appropriations) (X bill))) (X (X ,) (X (X Congress) (X (X repeals) (X (X the) (X (X president) (X (X 's) (X power)))))))))))) (X (X to) (X (X make) (X (X recess) (X appointments))))) (X (X under) (X (X (X Article) (X II)) (X .))))
(X (X (X (X Section) (X 605)) (X (X also) (X (X (X imposes) (X (X unconstitutional) (X conditions))) (X (X on) (X (X (X the) (X president)) (X (X 's) (X ability))))))) (X (X to) (X (X (X nominate) (X candidates)) (X (X of) (X (X his) (X (X choosing) (X .)))))))
(X (X (X (X The) (X language)) (X (X of) (X (X (X the) (X (X appropriations) (X rider))) (X implies)))) (X (X that) (X (X (X (X any) (X nomination)) (X (X to) (X (X (X any) (X position)) (X (X of) (X (X (X (X (X a) (X (X rejected) (X nominee))) (X will)) (X result)) (X (X in) (X (X (X the) (X president)) (X (X being) (X (X denied) (X funding)))))))))) (X (X to) (X (X pay) (X (X that) (X (X (X (X person) (X 's)) (X salary)) (X .))))))))
(X (X (X (X (X (X (X The) (X president)) (X could)) (X (X probably) (X not))) (X (X avoid) (X (X (X this) (X restriction)) (X (X by) (X (X (X choosing) (X (X people) (X willing))) (X to)))))) (X (X serve) (X (X without) (X (X pay) (X ,))))) (X (X because) (X (X (X (X the) (X Anti-Deficiency)) (X (X Act) (X (X prohibits) (X (X voluntary) (X service))))) (X (X to) (X (X (X the) (X government)) (X .))))))
(X (X (X (X (X (X The) (X 1990)) (X (X appropriations) (X bills))) (X also)) (X (X contain) (X (X (X (X a) (X number)) (X of)) (X (X ``) (X (X muzzling) (X (X '') (X provisions))))))) (X (X that) (X (X violate) (X (X (X (X the) (X (X recommendation) (X clause))) (X (X in) (X (X Article) (X II)))) (X (X of) (X (X (X the) (X Constitution)) (X .)))))))
(X (X (X (X (X (X Muzzling) (X provisions)) (X (X ,) (X (X which) (X (X might) (X (X be) (X called)))))) (X (X ``) (X (X (X (X blindfold) (X laws)) (X '')) (X (X as) (X (X well) (X ,)))))) (X (X prevent) (X (X the) (X (X executive) (X branch))))) (X (X from) (X (X (X (X even) (X looking)) (X (X at) (X (X (X certain) (X policy)) (X options)))) (X (X ,) (X (X (X let) (X alone)) (X (X from) (X (X (X recommending) (X them)) (X (X to) (X (X Congress) (X .))))))))))
(X (X (X (X (X (X Such) (X laws)) (X (X violate) (X (X (X the) (X provision)) (X (X in) (X (X Article) (X II)))))) (X (X that) (X (X (X requires) (X (X (X the) (X president)) (X to))) (X (X make) (X recommendations))))) (X (X to) (X (X (X Congress) (X ,)) (X (X but) (X which))))) (X (X gives) (X (X (X (X (X (X the) (X (X president) (X the))) (X discretion)) (X to)) (X (X select) (X (X (X the) (X subject)) (X matter)))) (X (X of) (X (X (X those) (X recommendations)) (X .))))))
(X (X (X (X (X Typically) (X (X ,) (X (X these) (X laws)))) (X seek)) (X (X to) (X (X (X prevent) (X (X executive) (X (X branch) (X officials)))) (X (X from) (X (X inquiring) (X into)))))) (X (X whether) (X (X (X (X certain) (X (X federal) (X programs))) (X (X make) (X (X (X (X (X any) (X economic)) (X sense)) (X or)) (X (X proposing) (X (X more) (X (X market-oriented) (X alternatives))))))) (X (X to) (X (X regulations) (X .))))))
(X (X (X (X (X Probably) (X the)) (X (X most) (X (X egregious) (X example)))) (X (X is) (X (X (X (X a) (X proviso)) (X (X in) (X (X (X the) (X (X appropriations) (X bill))) (X (X for) (X (X the) (X (X executive) (X office))))))) (X that)))) (X (X prevents) (X (X (X (X (X the) (X president)) (X 's)) (X Office)) (X (X of) (X (X (X Management) (X (X and) (X Budget))) (X (X from) (X (X (X subjecting) (X (X (X agricultural) (X marketing)) (X orders))) (X (X to) (X (X (X (X any) (X cost-benefit)) (X scrutiny)) (X .))))))))))
(X (X There) (X (X is) (X (X (X (X something) (X (X inherently) (X (X suspect) (X (X about) (X (X (X Congress) (X (X 's) (X (X prohibiting) (X the)))) (X executive)))))) (X (X from) (X (X even) (X studying)))) (X (X whether) (X (X (X (X public) (X funds)) (X (X are) (X (X being) (X wasted)))) (X (X in) (X (X (X some) (X (X (X favored) (X program)) (X or))) (X (X other) (X .)))))))))
(X (X (X (X (X (X Perhaps) (X none)) (X (X of) (X (X (X (X the) (X (X unconstitutional) (X conditions))) (X contained)) (X (X in) (X (X (X the) (X (X appropriations) (X bills))) (X (X for) (X (X (X (X (X fiscal) (X 1990)) (X better)) (X illustrates)) (X (X Congress) (X (X 's) (X attempt)))))))))) (X (X to) (X (X (X (X (X usurp) (X (X executive) (X power))) (X (X than) (X (X (X Section) (X 609)) (X (X of) (X (X (X the) (X (X executive-office) (X bill))) (X :)))))) (X (X ``) (X (X None) (X (X of) (X (X (X the) (X funds)) (X (X made) (X (X available) (X pursuant)))))))) (X (X to) (X (X the) (X provisions)))))) (X (X of) (X (X (X (X (X (X this) (X Act)) (X (X shall) (X (X be) (X used)))) (X (X to) (X (X implement) (X (X ,) (X (X (X (X administer) (X (X ,) (X or))) (X (X enforce) (X (X (X any) (X regulation)) (X which)))) (X (X has) (X (X been) (X (X disapproved) (X pursuant))))))))) (X (X to) (X (X a) (X resolution)))) (X (X of) (X (X (X disapproval) (X duly)) (X (X adopted) (X (X in) (X accordance)))))))) (X (X with) (X (X (X the) (X (X applicable) (X law))) (X (X of) (X (X (X (X (X the) (X United)) (X States)) (X .)) (X ''))))))
(X (X (X (X (X (X This) (X provision)) (X amounts)) (X (X to) (X (X (X (X a) (X legislative)) (X veto)) (X (X over) (X (X (X the) (X president)) (X (X 's) (X execution))))))) (X (X of) (X (X (X the) (X law)) (X (X ,) (X (X since) (X (X (X a) (X (X one-house) (X resolution))) (X (X could) (X (X be) (X said))))))))) (X (X to) (X (X be) (X (X ``) (X (X (X duly) (X (X adopted) (X (X '') (X even)))) (X (X though) (X (X (X it) (X (X would) (X (X require) (X (X (X neither) (X (X bicameral) (X action))) (X (X in) (X (X Congress) (X (X nor) (X presentation)))))))) (X (X to) (X (X (X the) (X president)) (X (X for) (X (X (X (X (X his) (X signature)) (X or)) (X veto)) (X .))))))))))))
(X (X (X (X (X (X The) (X Supreme)) (X (X Court) (X (X 's) (X decision)))) (X (X in) (X (X (X INS) (X v.)) (X Chadha)))) (X held)) (X (X that) (X (X (X legislative) (X vetoes)) (X (X are) (X (X unconstitutional) (X .))))))
(X (X (X (X President) (X Bush)) (X (X should) (X (X veto) (X (X appropriations) (X acts))))) (X (X that) (X (X (X contain) (X (X (X (X these) (X kinds)) (X (X of) (X (X unconstitutional) (X conditions)))) (X (X on) (X (X the) (X (X president) (X (X 's) (X ability))))))) (X (X to) (X (X (X (X discharge) (X (X his) (X duties))) (X and)) (X (X exercise) (X (X (X his) (X prerogatives)) (X .))))))))
(X (X (X (X (X (X If) (X President)) (X Bush)) (X (X fails) (X to))) (X (X do) (X (X so) (X (X (X in) (X (X his) (X (X first) (X year)))) (X (X ,) (X (X he) (X will))))))) (X (X invite) (X (X (X (X (X (X Congress) (X (X ,) (X (X for) (X (X the) (X remainder))))) (X (X of) (X (X his) (X presidency)))) (X (X ,) (X to))) (X (X rewrite) (X (X Article) (X II)))) (X (X of) (X (X (X the) (X Constitution)) (X (X to) (X (X suit) (X (X (X its) (X purposes)) (X .)))))))))
(X (X What) (X (X becomes) (X (X (X (X custom) (X (X in) (X (X (X the) (X (X Bush) (X administration))) (X (X will) (X only))))) (X (X become) (X (X (X (X more) (X difficult)) (X (X for) (X (X future) (X presidents)))) (X ,)))) (X (X including) (X (X (X Democrats) (X ,)) (X (X to) (X (X undo) (X .))))))))
(X (X (X (X President) (X Reagan)) (X learned)) (X (X that) (X (X lesson) (X .))))
(X (X (X (X (X (X (X By) (X 1987)) (X (X ,) (X (X (X then-Speaker) (X Jim)) (X Wright)))) (X was)) (X (X discussing) (X (X (X arms) (X control)) (X (X in) (X Moscow))))) (X (X with) (X (X (X (X Mikhail) (X Gorbachev)) (X (X and) (X then))) (X (X attempting) (X (X to) (X (X (X direct) (X (X (X the) (X president)) (X ,))) (X (X through) (X (X (X (X an) (X (X appropriations) (X rider))) (X ,)) (X to))))))))) (X (X treat) (X (X (X (X the) (X Soviets)) (X as)) (X (X though) (X (X (X the) (X Senate)) (X (X had) (X (X ratified) (X (X SALT) (X (X II) (X .))))))))))
(X (X (X (X (X If) (X a)) (X veto)) (X (X is) (X (X unworkable) (X (X because) (X (X (X it) (X would)) (X (X leave) (X part))))))) (X (X of) (X (X (X (X (X (X (X the) (X (X executive) (X branch))) (X unfunded)) (X (X ,) (X (X (X (X the) (X president)) (X could)) (X (X sign) (X (X the) (X (X appropriations) (X bills))))))) (X (X into) (X (X law) (X and)))) (X (X assert) (X (X a) (X power)))) (X (X of) (X (X (X (X excision) (X ,)) (X (X declaring) (X (X (X the) (X rider)) (X (X restricting) (X (X (X (X his) (X Article)) (X II)) (X powers)))))) (X (X to) (X (X (X be) (X unconstitutional)) (X (X and) (X (X severable) (X .))))))))))
(X (X (X The) (X Constitution)) (X (X does) (X (X (X not) (X expressly)) (X (X give) (X (X (X the) (X (X president) (X (X such) (X power)))) (X .))))))
(X (X (X However) (X (X ,) (X (X the) (X president)))) (X (X does) (X (X (X have) (X (X (X (X a) (X duty)) (X not)) (X to))) (X (X violate) (X (X (X the) (X Constitution)) (X .))))))
(X (X (X (X The) (X question)) (X is)) (X (X whether) (X (X (X (X (X his) (X only)) (X means)) (X (X of) (X defense))) (X (X is) (X (X (X the) (X veto)) (X .))))))
(X (X (X (X Excision) (X (X of) (X (X appropriations) (X riders)))) (X (X that) (X (X trespass) (X (X on) (X (X (X (X (X the) (X president)) (X 's)) (X duties)) (X (X and) (X prerogative))))))) (X (X under) (X (X (X Article) (X II)) (X (X would) (X (X (X be) (X different)) (X (X from) (X (X (X (X the) (X line-item)) (X veto)) (X .))))))))
(X (X (X (X (X As) (X discussed)) (X (X in) (X (X the) (X context)))) (X (X of) (X (X (X (X controlling) (X (X federal) (X spending))) (X (X ,) (X (X (X the) (X line-item)) (X veto)))) (X (X is) (X (X (X (X characterized) (X (X as) (X (X a) (X way)))) (X (X for) (X (X (X the) (X president)) (X (X to) (X (X excise) (X (X perfectly) (X (X constitutional) (X provisions)))))))) (X (X in) (X (X (X a) (X (X spending) (X bill))) (X (X that) (X (X are) (X (X objectionable) (X merely))))))))))) (X (X because) (X (X (X they) (X conflict)) (X (X with) (X (X (X his) (X (X policy) (X objectives))) (X .))))))
(X (X (X (X The) (X excision)) (X (X of) (X (X (X (X unconstitutional) (X conditions)) (X (X in) (X (X an) (X (X appropriations) (X bill))))) (X (X would) (X (X be) (X (X a) (X power))))))) (X (X of) (X (X (X far) (X (X more) (X (X limited) (X applicability)))) (X .))))
(X (X (X One) (X could)) (X (X argue) (X (X that) (X (X (X (X it) (X (X is) (X (X (X not) (X (X an) (X assertion))) (X (X of) (X (X (X (X (X (X a) (X item)) (X veto)) (X (X at) (X all))) (X (X for) (X (X the) (X president)))) (X (X ,) (X (X by) (X (X exerting) (X (X a) (X power)))))))))) (X (X of) (X (X (X excision) (X (X ,) (X to))) (X (X resist) (X (X (X unconstitutional) (X conditions)) (X (X in) (X legislation))))))) (X (X that) (X (X violate) (X (X (X the) (X separation)) (X (X of) (X (X powers) (X .))))))))))
(X (X (X There) (X (X is) (X (X no) (X downside)))) (X (X if) (X (X (X (X the) (X president)) (X (X asserts) (X (X a) (X right)))) (X (X of) (X (X (X excision) (X (X over) (X (X unconstitutional) (X conditions)))) (X (X in) (X (X (X (X (X the) (X fiscal)) (X 1990)) (X (X appropriations) (X bills))) (X .))))))))
(X (X (X If) (X Congress)) (X (X does) (X (X nothing) (X (X ,) (X (X (X President) (X Bush)) (X (X will) (X (X have) (X (X won) (X .)))))))))
(X (X (X If) (X Congress)) (X (X takes) (X (X (X (X the) (X dispute)) (X (X to) (X (X (X (X the) (X Supreme)) (X Court)) (X -LRB-)))) (X (X assuming) (X (X (X (X it) (X can)) (X (X establish) (X standing))) (X (X to) (X (X (X (X (X sue) (X -RRB-)) (X (X ,) (X (X President) (X Bush)))) (X might)) (X (X win) (X .)))))))))
(X (X (X (X (X (X In) (X (X that) (X (X case) (X (X ,) (X (X he) (X might)))))) (X (X receive) (X (X an) (X opinion)))) (X (X from) (X (X (X the) (X court)) (X (X that) (X (X is) (X (X a) (X vindication))))))) (X (X of) (X (X (X the) (X president)) (X (X 's) (X right))))) (X (X to) (X (X (X perform) (X (X (X (X (X the) (X duties)) (X and)) (X (X exercise) (X (X (X the) (X (X prerogatives) (X (X the) (X framers)))) (X thought)))) (X (X should) (X (X be) (X entrusted))))) (X (X to) (X (X (X the) (X executive)) (X .))))))
(X (X (X (X If) (X President)) (X Bush)) (X (X loses) (X (X (X (X (X (X at) (X (X the) (X court))) (X (X ,) (X it))) (X (X might) (X (X be) (X disappointing)))) (X ,)) (X (X as) (X (X (X Morrison) (X (X v.) (X Olson))) (X (X was) (X (X for) (X (X (X the) (X (X Reagan) (X administration))) (X .)))))))))
(X (X (X (X (X But) (X the)) (X presidency)) (X would)) (X (X be) (X (X (X (X (X no) (X worse)) (X off)) (X (X than) (X it))) (X (X is) (X (X now) (X .))))))
(X (X (X (X Moreover) (X (X ,) (X (X (X the) (X electorate)) (X (X would) (X have))))) (X (X received) (X (X (X (X (X a) (X valuable)) (X civics)) (X lesson)) (X in)))) (X (X how) (X (X (X (X the) (X separation)) (X (X of) (X (X powers) (X works)))) (X (X in) (X (X practice) (X .))))))
(X (X (X (X (X (X As) (X it)) (X (X stands) (X now))) (X (X ,) (X (X Congress) (X presumes)))) (X (X after) (X (X (X (X the) (X (X Reagan) (X administration))) (X (X that) (X (X (X (X the) (X White)) (X House)) (X will)))) (X (X take) (X (X unconstitutional) (X provisions)))))) (X (X in) (X (X (X (X appropriations) (X bills)) (X lying)) (X (X down) (X .)))))
(X (X (X President) (X Bush)) (X (X should) (X (X set) (X (X (X things) (X straight)) (X .)))))
(X (X (X (X If) (X he)) (X (X does) (X (X (X (X not) (X (X ,) (X (X he) (X will)))) (X help)) (X (X realize) (X (X (X Madison) (X (X 's) (X fear))) (X (X in) (X (X (X (X The) (X Federalist)) (X (X No.) (X 48))) (X (X of) (X (X a) (X legislature)))))))))) (X (X ``) (X (X (X everywhere) (X (X extending) (X (X the) (X sphere)))) (X (X of) (X (X (X (X (X its) (X activity)) (X and)) (X (X drawing) (X (X all) (X powers)))) (X (X into) (X (X (X (X (X its) (X impetuous)) (X vortex)) (X .)) (X ''))))))))
(X (X (X (X Mr.) (X Sidak)) (X served)) (X (X as) (X (X (X an) (X attorney)) (X (X in) (X (X (X the) (X (X Reagan) (X administration))) (X .))))))
(X (X (X (X (X His) (X (X longer) (X analysis))) (X (X of) (X (X (X executive) (X power)) (X (X and) (X (X the) (X (X appropriations) (X clause))))))) (X is)) (X (X to) (X (X appear) (X (X in) (X (X (X (X (X the) (X Duke)) (X Law)) (X (X Journal) (X (X later) (X (X this) (X year))))) (X .))))))
(X (X (X Despite) (X one)) (X (X of) (X (X (X (X (X (X the) (X (X most) (X devastating))) (X droughts)) (X (X on) (X record))) (X (X ,) (X (X (X net) (X cash)) (X income)))) (X (X in) (X (X (X (X (X the) (X Farm)) (X (X Belt) (X rose))) (X (X to) (X (X (X a) (X new)) (X high)))) (X (X of) (X (X (X $) (X (X 59.9) (X (X (X billion) (X last)) (X year)))) (X .))))))))
(X (X (X (X (X (X The) (X previous)) (X record)) (X (X was) (X (X $) (X (X 57.7) (X billion))))) (X (X in) (X 1987))) (X (X ,) (X (X according) (X (X to) (X (X (X (X the) (X Agriculture)) (X Department)) (X .))))))
(X (X (X (X (X Net) (X cash)) (X income)) (X (X --) (X (X (X (X (X (X the) (X amount)) (X left)) (X (X in) (X (X (X farmers) (X ')) (X pockets)))) (X (X after) (X (X deducting) (X expenses)))) (X (X from) (X (X (X gross) (X (X cash) (X income))) (X (X --) (X (X (X increased) (X (X in) (X (X 33) (X states)))) (X (X in) (X 1988))))))))) (X (X ,) (X (X as) (X (X (X (X (X (X (X the) (X drought)) (X cut)) (X (X into) (X (X (X crop) (X yields)) (X and)))) (X (X drove) (X (X up) (X (X commodity) (X prices))))) (X (X ,) (X (X (X (X (X (X the) (X department)) (X 's)) (X Economic)) (X Research)) (X Service)))) (X (X reported) (X (X yesterday) (X .)))))))
(X (X Most) (X (X of) (X (X (X (X those) (X states)) (X (X set) (X (X (X farm) (X income)) (X records)))) (X .))))
(X (X (X The) (X (X worst) (X (X crop) (X (X damage) (X occurred))))) (X (X in) (X (X (X (X (X the) (X Midwestern)) (X Corn)) (X Belt)) (X (X and) (X (X (X (X the) (X northern)) (X Great)) (X (X Plains) (X .)))))))
(X (X (X (X What) (X (X saved) (X (X many) (X farmers)))) (X (X from) (X (X (X a) (X (X bad) (X year))) (X (X was) (X (X the) (X opportunity)))))) (X (X to) (X (X (X (X (X reclaim) (X (X large) (X quantities))) (X (X of) (X (X grain) (X (X and) (X (X other) (X crops)))))) (X (X that) (X (X (X they) (X had)) (X (X ``) (X (X (X mortgaged) (X '')) (X (X to) (X (X the) (X government)))))))) (X (X under) (X (X (X price-support) (X (X loan) (X programs))) (X .))))))
(X (X (X (X (X With) (X prices)) (X soaring)) (X (X ,) (X (X they) (X (X were) (X able))))) (X (X to) (X (X (X (X sell) (X (X (X (X the) (X reclaimed)) (X commodities)) (X at))) (X (X ``) (X (X (X considerable) (X profit)) (X (X ,) (X (X (X '') (X (X (X (X the) (X agency)) (X 's)) (X 240-page))) (X report)))))) (X (X said) (X .)))))
(X (X (X (X In) (X (X less) (X (X parched) (X areas)))) (X (X ,) (X (X (X meanwhile) (X (X ,) (X (X (X farmers) (X who)) (X (X had) (X (X (X (X little) (X or)) (X no)) (X loss)))))) (X (X of) (X (X (X production) (X profited)) (X greatly)))))) (X (X from) (X (X (X the) (X (X higher) (X prices))) (X .))))
(X (X (X (X To) (X the)) (X surprise)) (X (X of) (X (X (X (X some) (X analysts)) (X (X ,) (X (X (X (X net) (X cash)) (X (X income) (X rose))) (X (X in) (X (X (X some) (X (X of) (X (X (X the) (X hardest-hit)) (X states)))) (X ,)))))) (X (X including) (X (X Indiana) (X (X ,) (X (X (X Illinois) (X (X ,) (X Nebraska))) (X (X and) (X (X (X the) (X Dakotas)) (X .))))))))))
(X (X (X Analysts) (X (X attributed) (X (X the) (X (X increases) (X partly))))) (X (X to) (X (X (X (X (X the) (X (X $) (X (X 4) (X billion)))) (X (X disaster-assistance) (X package))) (X enacted)) (X (X by) (X (X Congress) (X .))))))
(X (X (X (X (X Last) (X (X year) (X 's))) (X (X record) (X (X (X net) (X cash)) (X income)))) (X (X confirms) (X (X (X the) (X (X farm) (X sector))) (X (X 's) (X rebound))))) (X (X from) (X (X (X the) (X (X agricultural) (X depression))) (X (X of) (X (X (X (X the) (X early)) (X 1980s)) (X .))))))
(X (X (X It) (X also)) (X (X helps) (X (X explain) (X (X (X the) (X reluctance)) (X (X of) (X (X (X (X (X (X the) (X (X major) (X farm))) (X lobbies)) (X (X and) (X (X many) (X lawmakers)))) (X to)) (X (X make) (X (X (X (X any) (X significant)) (X changes)) (X (X in) (X (X (X (X the) (X 1985)) (X (X farm) (X (X program) (X (X next) (X year))))) (X .)))))))))))
(X (X (X (X Commodity) (X prices)) (X (X have) (X (X (X (X been) (X rising)) (X (X in) (X (X (X recent) (X years)) (X ,)))) (X (X with) (X (X (X (X (X the) (X farm)) (X (X price) (X index))) (X (X hitting) (X (X (X record) (X (X (X peaks) (X (X earlier) (X this))) (X year))) (X ,)))) (X (X as) (X (X (X the) (X government)) (X (X curtailed) (X production))))))))) (X (X with) (X (X (X land-idling) (X programs)) (X (X to) (X (X reduce) (X (X (X price-depressing) (X surpluses)) (X .)))))))
(X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X (X (X export) (X demand)) (X (X for) (X (X (X (X U.S.) (X wheat)) (X (X ,) (X (X (X (X corn) (X (X and) (X (X other) (X commodities)))) (X strengthened)) (X ,)))) (X (X said) (X (X Keith) (X Collins)))))) (X (X ,) (X (X (X a) (X (X department) (X analyst))) (X .))))))
(X (X (X (X (X Farmers) (X also)) (X benefited)) (X (X from) (X (X (X (X strong) (X livestock)) (X prices)) (X ,)))) (X (X as) (X (X (X (X (X the) (X nation)) (X (X 's) (X (X cattle) (X inventory)))) (X (X dropped) (X close))) (X (X to) (X (X a) (X (X 30-year) (X (X low) (X .))))))))
(X (X (X ``) (X (X (X All) (X (X of) (X (X (X (X (X these) (X forces)) (X came)) (X together)) (X (X in) (X 1988))))) (X (X to) (X (X benefit) (X agriculture))))) (X (X ,) (X (X (X '') (X (X Mr.) (X Collins))) (X (X said) (X .)))))
(X (X (X California) (X (X led) (X (X the) (X nation)))) (X (X with) (X (X (X (X (X $) (X (X 6.5) (X billion))) (X (X in) (X (X (X net) (X cash)) (X (X income) (X (X last) (X year)))))) (X (X ,) (X followed))) (X (X by) (X (X (X Texas) (X (X ,) (X (X (X $) (X (X 3.9) (X billion))) (X (X ;) (X (X (X (X Iowa) (X (X ,) (X (X $) (X (X 3.4) (X billion))))) (X (X ;) (X (X Florida) (X (X ,) (X (X $) (X (X 3.1) (X billion))))))) (X (X ;) (X (X and) (X Minnesota)))))))) (X (X ,) (X (X $) (X (X 2.7) (X (X billion) (X .))))))))))
(X (X (X Iowa) (X (X and) (X Minnesota))) (X (X were) (X (X (X (X among) (X (X (X (X the) (X few)) (X major)) (X (X farm) (X states)))) (X (X to) (X (X (X log) (X a)) (X decline)))) (X (X in) (X (X (X (X net) (X cash)) (X income)) (X .))))))
(X (X (X (X (X (X Despite) (X federal)) (X (X disaster) (X relief))) (X (X ,) (X (X the) (X drought)))) (X (X of) (X (X (X 1988) (X (X was) (X (X (X (X a) (X severe)) (X financial)) (X setback)))) (X (X for) (X (X (X an) (X estimated)) (X 10,000)))))) (X (X to) (X (X (X (X 15,000) (X farmers)) (X (X ,) (X according))) (X (X to) (X (X (X the) (X department)) (X .))))))
(X (X Many) (X (X lost) (X (X (X their) (X farms)) (X .))))
(X (X (X Department) (X economists)) (X (X do) (X (X (X n't) (X (X expect) (X (X 1989) (X (X to) (X be))))) (X (X as) (X (X (X good) (X (X a) (X year))) (X (X as) (X (X 1988) (X (X was) (X .)))))))))
(X (X (X (X Indeed) (X (X ,) (X (X (X net) (X cash)) (X income)))) (X (X is) (X likely))) (X (X to) (X (X (X (X fall) (X (X this) (X year))) (X (X as) (X (X (X (X farm) (X expenses)) (X rise)) (X (X and) (X (X government) (X payments)))))) (X (X to) (X (X (X farmers) (X decline)) (X .))))))
(X (X (X (X (X (X (X At) (X the)) (X (X same) (X time))) (X (X ,) (X (X an) (X increase)))) (X (X of) (X land))) (X (X under) (X (X (X (X (X cultivation) (X (X after) (X (X the) (X drought)))) (X (X has) (X (X boosted) (X production)))) (X (X of) (X (X (X (X corn) (X (X ,) (X soybeans))) (X (X and) (X (X other) (X commodities)))) (X ,)))) (X (X causing) (X (X (X a) (X fall)) (X (X in) (X prices))))))) (X (X that) (X (X (X has) (X (X been) (X (X (X only) (X partly)) (X cushioned)))) (X (X by) (X (X (X (X heavy) (X grain)) (X buying)) (X (X by) (X (X the) (X (X Soviets) (X .)))))))))
(X (X (X (X (X Last) (X year)) (X (X ,) (X (X government) (X payments)))) (X (X to) (X (X farmers) (X slipped)))) (X (X to) (X (X (X (X less) (X (X than) (X $))) (X (X 14.5) (X billion))) (X (X from) (X (X (X (X (X a) (X (X record) (X $))) (X (X 16.7) (X billion))) (X (X in) (X 1987))) (X .))))))
(X (X Payments) (X (X are) (X (X expected) (X (X to) (X (X range) (X (X between) (X (X (X (X $) (X (X 9) (X billion))) (X (X and) (X (X (X $) (X (X 12) (X (X billion) (X this)))) (X year)))) (X .))))))))
(X (X (X (X (X After) (X years)) (X (X of) (X (X struggling) (X (X ,) (X (X (X (X the) (X Los)) (X Angeles)) (X (X Herald) (X Examiner))))))) (X (X will) (X (X (X (X publish) (X (X its) (X (X last) (X (X edition) (X today))))) (X (X ,) (X (X shut) (X down)))) (X (X by) (X (X (X (X its) (X parent)) (X (X ,) (X (X Hearst) (X Corp.)))) (X (X ,) (X (X following) (X (X unsuccessful) (X efforts))))))))) (X (X to) (X (X sell) (X (X (X the) (X (X venerable) (X newspaper))) (X .)))))
(X (X (X (X The) (X demise)) (X (X of) (X (X (X (X the) (X 238,000-circulation)) (X Herald)) (X (X ,) (X (X once) (X (X (X (X (X the) (X nation)) (X 's)) (X largest)) (X (X afternoon) (X newspaper)))))))) (X (X with) (X (X (X (X (X (X (X circulation) (X exceeding)) (X 700,000)) (X ,)) (X (X turns) (X (X the) (X (X country) (X (X 's) (X (X second-largest) (X city))))))) (X (X into) (X (X (X a) (X one-newspaper)) (X town)))) (X (X ,) (X (X (X at) (X least)) (X (X in) (X (X some) (X (X senses) (X .)))))))))
(X (X (X (X (X (X The) (X Los)) (X Angeles)) (X Times)) (X ,)) (X (X with) (X (X (X (X a) (X circulation)) (X (X of) (X (X (X more) (X (X than) (X (X 1.1) (X million)))) (X (X ,) (X (X dominates) (X (X the) (X region))))))) (X .))))
(X (X (X (X (X (X (X (X But) (X it)) (X (X faces) (X (X stiff) (X competition)))) (X (X in) (X (X Orange) (X County)))) (X (X from) (X (X (X (X (X the) (X Orange)) (X County)) (X Register)) (X (X ,) (X which))))) (X (X sells) (X (X (X (X more) (X than)) (X (X 300,000) (X (X copies) (X (X a) (X day))))) (X (X ,) (X (X and) (X (X in) (X (X (X (X the) (X San)) (X Fernando)) (X Valley)))))))) (X (X from) (X (X (X (X (X (X the) (X Los)) (X Angeles)) (X Daily)) (X News)) (X (X ,) (X which))))) (X (X sells) (X (X (X (X more) (X than)) (X 170,000)) (X .))))
(X (X (X Nearby) (X (X cities) (X such))) (X (X as) (X (X (X (X (X Pasadena) (X (X and) (X Long))) (X Beach)) (X also)) (X (X have) (X (X (X large) (X dailies)) (X .))))))
(X (X (X (X In) (X July)) (X (X ,) (X (X (X (X (X closely) (X (X held) (X Hearst))) (X (X ,) (X based))) (X (X in) (X (X New) (X York)))) (X ,)))) (X (X put) (X (X (X the) (X paper)) (X (X on) (X (X (X the) (X block)) (X .))))))
(X (X (X (X (X (X (X Speculation) (X (X had) (X it))) (X (X that) (X (X (X the) (X company)) (X was)))) (X (X asking) (X (X (X (X $) (X 100)) (X million)) (X (X for) (X (X (X an) (X operation)) (X said)))))) (X (X to) (X (X (X (X be) (X (X (X losing) (X (X about) (X (X (X $) (X (X 20) (X million))) (X (X a) (X year))))) (X ,))) (X (X but) (X others))) (X (X said) (X (X Hearst) (X (X might) (X have))))))) (X virtually)) (X (X given) (X (X (X the) (X (X paper) (X away))) (X .))))
(X (X (X An) (X (X attempted) (X (X (X buy-out) (X led)) (X (X by) (X (X (X (X John) (X J.)) (X McCabe)) (X (X ,) (X (X (X (X (X chief) (X (X operating) (X officer))) (X (X ,) (X (X never) (X (X materialized) (X ,))))) (X (X and) (X (X a) (X stream)))) (X of)))))))) (X (X what) (X (X (X (X (X one) (X (X staff) (X member))) (X (X dismissed) (X as))) (X (X ``) (X (X (X (X tire-kickers) (X (X and) (X (X lookee-loos) (X '')))) (X had)) (X filed)))) (X (X through) (X (X since) (X .))))))
(X (X (X (X The) (X prospective)) (X buyers)) (X (X included) (X (X (X (X investor) (X Marvin)) (X Davis)) (X (X and) (X (X (X the) (X Toronto)) (X (X Sun) (X .)))))))
(X (X (X The) (X death)) (X (X of) (X (X (X (X (X the) (X Herald)) (X (X ,) (X (X (X a) (X (X newsstand) (X paper))) (X (X in) (X (X (X a) (X freeway)) (X town)))))) (X ,)) (X (X was) (X (X perhaps) (X (X inevitable) (X .)))))))
(X (X (X Los) (X Angeles)) (X (X is) (X (X (X (X (X a) (X sprawling)) (X (X ,) (X (X (X (X (X balkanized) (X newspaper)) (X market)) (X ,)) (X (X and) (X advertisers))))) (X (X seemed) (X to))) (X (X feel) (X (X (X (X (X they) (X could)) (X (X buy) (X (X (X space) (X (X in) (X (X the) (X (X mammoth) (X Times))))) (X (X ,) (X then))))) (X (X target) (X (X (X a) (X particular)) (X area)))) (X (X with) (X (X one) (X (X of) (X (X (X (X the) (X regional)) (X dailies)) (X .))))))))))
(X (X (X The) (X Herald)) (X (X was) (X (X left) (X (X in) (X (X limbo) (X .))))))
(X (X (X (X (X Further) (X (X ,) (X (X the) (X Herald)))) (X seemed)) (X (X torn) (X (X (X editorially) (X (X between) (X (X keeping) (X (X (X (X its) (X old-time)) (X Hearst)) (X readership))))) (X (X --) (X (X (X blue-collar) (X (X and) (X sports-oriented))) (X (X --) (X and))))))) (X (X trying) (X (X to) (X (X provide) (X (X (X (X a) (X sprightly)) (X (X ,) (X (X upscale) (X alternative)))) (X (X to) (X (X (X (X the) (X (X sometimes) (X staid))) (X Times)) (X .))))))))
(X (X (X (X Hearst) (X (X had) (X flirted))) (X (X with) (X (X a) (X conversion)))) (X (X to) (X (X (X (X (X tabloid) (X format)) (X (X for) (X years))) (X (X but) (X never))) (X (X executed) (X (X (X the) (X plan)) (X .))))))
(X (X (X The) (X Herald)) (X (X joins) (X (X (X (X (X the) (X Baltimore)) (X News-American)) (X (X ,) (X (X (X (X which) (X (X (X folded) (X ,)) (X (X and) (X (X (X the) (X Boston)) (X Herald-American))))) (X (X ,) (X which))) (X (X was) (X (X sold) (X ,)))))) (X (X as) (X (X (X cornerstones) (X (X of) (X (X (X the) (X old)) (X (X Hearst) (X (X (X newspaper) (X empire)) (X abandoned)))))) (X (X by) (X (X (X the) (X company)) (X (X in) (X (X (X the) (X 1980s)) (X .))))))))))
(X (X (X Many) (X (X felt) (X (X (X Hearst) (X (X kept) (X (X (X the) (X paper)) (X alive)))) (X (X as) (X (X long) (X (X as) (X (X it) (X (X did) (X ,))))))))) (X (X if) (X (X (X marginally) (X ,)) (X (X because) (X (X of) (X (X (X its) (X place)) (X (X in) (X (X (X family) (X history)) (X .)))))))))
(X (X (X (X (X Its) (X (X fanciful) (X offices))) (X (X were) (X designed))) (X (X by) (X (X (X architect) (X (X Julia) (X Morgan))) (X (X ,) (X who))))) (X (X built) (X (X (X the) (X (X Hearst) (X castle))) (X (X at) (X (X (X San) (X Simeon)) (X .))))))
(X (X (X (X (X William) (X Randolph)) (X Hearst)) (X had)) (X (X kept) (X (X (X an) (X apartment)) (X (X in) (X (X (X (X the) (X Spanish)) (X (X Renaissance-style) (X building))) (X .))))))
(X (X (X (X Analysts) (X (X said) (X (X the) (X (X Herald) (X (X 's) (X demise)))))) (X (X does) (X (X n't) (X necessarily)))) (X (X represent) (X (X (X (X the) (X overall)) (X condition)) (X (X of) (X (X (X the) (X (X newspaper) (X industry))) (X .))))))
(X (X (X ``) (X (X (X The) (X Herald)) (X (X was) (X (X (X (X a) (X survivor)) (X (X from) (X (X (X (X a) (X (X bygone) (X age))) (X (X ,) (X ''))) (X (X said) (X (X J.) (X (X Kendrick) (X Noble))))))) (X (X ,) (X (X a) (X (X media) (X analyst)))))))) (X (X with) (X (X (X PaineWebber) (X Inc)) (X .))))
(X (X (X ``) (X (X Actually) (X (X ,) (X (X (X (X the) (X long)) (X deterioration)) (X (X in) (X (X daily) (X newspapers))))))) (X (X shows) (X (X signs) (X (X of) (X (X (X coming) (X (X to) (X (X (X an) (X end)) (X ,)))) (X (X and) (X (X (X the) (X industry)) (X (X looks) (X (X pretty) (X (X (X healthy) (X .)) (X '')))))))))))
(X (X (X Founded) (X (X as) (X (X (X (X (X (X the) (X Examiner)) (X (X in) (X 1903))) (X (X by) (X (X Mr.) (X Hearst)))) (X (X ,) (X (X (X the) (X Herald)) (X (X was) (X crippled))))) (X (X by) (X (X (X (X (X a) (X bitter)) (X ,)) (X decade-long)) (X strike)))))) (X (X that) (X (X (X began) (X (X in) (X (X (X 1967) (X and)) (X (X cut) (X circulation))))) (X (X in) (X (X half) (X .))))))
(X (X (X Financially) (X (X ,) (X (X (X it) (X never)) (X recovered)))) (X (X ;) (X (X (X editorially) (X (X ,) (X it))) (X (X had) (X (X (X its) (X moments)) (X .))))))
(X (X (X In) (X 1979)) (X (X ,) (X (X (X (X Hearst) (X (X hired) (X editor))) (X (X James) (X (X Bellows) (X (X ,) (X who))))) (X (X brightened) (X (X (X the) (X (X editorial) (X (X product) (X considerably)))) (X .))))))
(X (X (X (X He) (X (X and) (X (X his) (X successor)))) (X (X ,) (X (X (X (X (X Mary) (X Anne)) (X Dolan)) (X (X ,) (X (X restored) (X respect)))) (X (X for) (X (X (X the) (X (X editorial) (X product))) (X (X ,) (X and))))))) (X (X though) (X (X (X (X (X in) (X (X recent) (X (X years) (X (X the) (X paper))))) (X (X had) (X (X been) (X limping)))) (X (X along) (X (X on) (X (X limited) (X resources))))) (X (X ,) (X (X (X its) (X accomplishments)) (X (X were) (X (X notable) (X .))))))))
(X (X (X For) (X example)) (X (X ,) (X (X (X (X (X (X the) (X Herald)) (X consistently)) (X (X beat) (X (X (X its) (X much-larger)) (X rival)))) (X (X on) (X disclosures))) (X (X about) (X (X (X (X (X Los) (X Angeles)) (X Mayor)) (X Tom)) (X (X Bradley) (X (X (X 's) (X (X financial) (X dealings))) (X .))))))))
(X (X (X (X The) (X (X Herald) (X (X 's) (X (X sports) (X coverage))))) (X (X and) (X (X arts) (X criticism)))) (X (X were) (X (X also) (X (X (X highly) (X regarded)) (X .)))))
(X (X (X (X (X (X Robert) (X J.)) (X Danzig)) (X (X ,) (X (X (X vice) (X president)) (X (X and) (X (X general) (X manager)))))) (X (X of) (X (X (X (X Hearst) (X Newspapers)) (X (X ,) (X (X (X stood) (X up)) (X (X in) (X (X (X (X (X the) (X paper)) (X 's)) (X (X newsroom) (X yesterday))) (X and)))))) (X announced)))) (X (X that) (X (X (X (X no) (X buyers)) (X (X had) (X (X (X (X (X stepped) (X forward)) (X and)) (X (X that) (X (X the) (X paper)))) (X (X would) (X (X fold) (X ,)))))) (X (X putting) (X (X (X (X (X more) (X than)) (X (X 730) (X (X full-time) (X employees)))) (X out)) (X (X of) (X (X work) (X .))))))))
(X (X (X (X Hearst) (X (X said) (X (X it) (X would)))) (X (X provide) (X employees))) (X (X with) (X (X (X (X a) (X placement)) (X service)) (X (X and) (X (X (X pay) (X them)) (X (X for) (X (X (X 60) (X days)) (X .))))))))
(X (X (X (X Some) (X (X long-tenured) (X employees))) (X will)) (X (X receive) (X (X (X additional) (X benefits)) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))
(X (X (X (X Hours) (X (X after) (X (X (X the) (X announcement)) (X (X ,) (X representatives))))) (X (X of) (X (X (X (X (X the) (X Orange)) (X County)) (X Register)) (X (X were) (X (X in) (X (X a) (X bar))))))) (X (X across) (X (X (X (X the) (X street)) (X recruiting)) (X .))))
(X (X (X The) (X reaction)) (X (X in) (X (X (X the) (X newsroom)) (X (X was) (X (X emotional) (X .))))))
(X (X ``) (X (X (X (X (X (X (X (X I) (X (X 've) (X never))) (X seen)) (X (X so) (X (X many) (X people)))) (X (X crying) (X (X (X in) (X (X one) (X place))) (X (X at) (X (X one) (X time)))))) (X (X ,) (X (X (X (X '') (X said)) (X Bill)) (X Johnson)))) (X (X ,) (X (X an) (X (X assistant) (X (X city) (X editor)))))) (X .)))
(X (X (X ``) (X (X (X (X So) (X Long)) (X (X ,) (X (X L.A.) (X '')))) (X (X was) (X chosen)))) (X (X as) (X (X (X (X (X the) (X paper)) (X (X 's) (X final))) (X headline)) (X .))))
(X (X (X (X ``) (X I)) (X (X 'm) (X (X doing) (X (X (X (X (X the) (X main)) (X story)) (X ,)) (X (X and) (X I)))))) (X (X 'm) (X (X (X (X (X (X (X already) (X (X two) (X (X beers) (X drunk)))) (X ,)) (X '')) (X (X said) (X reporter))) (X (X Andy) (X (X (X Furillo) (X ,)) (X (X whom) (X (X (X (X the) (X Times)) (X (X hired) (X (X away) (X (X several) (X (X years) (X ago)))))) (X (X but) (X (X who) (X returned)))))))) (X (X to) (X (X (X (X the) (X Herald)) (X out)) (X (X of) (X (X preference) (X .))))))))
(X (X (X (X (X (X (X His) (X wife)) (X also)) (X works)) (X (X for) (X (X (X the) (X paper)) (X ,)))) (X as)) (X (X did) (X (X (X his) (X father)) (X .))))
(X (X (X Outside) (X (X ,) (X (X (X (X a) (X young)) (X pressman)) (X (X filling) (X (X a) (X (X news) (X box))))))) (X (X with) (X (X (X (X an) (X (X extra) (X edition))) (X headlined)) (X (X ``) (X (X (X (X (X (X (X Herald) (X Examiner)) (X Closes)) (X '')) (X refused)) (X to)) (X (X take) (X (X (X (X (X a) (X reader)) (X 's)) (X quarter)) (X .))))))))
(X (X ``) (X (X (X (X Forget) (X it)) (X (X ,) (X (X '') (X he)))) (X (X said) (X (X as) (X (X he) (X (X handed) (X (X (X her) (X (X a) (X paper))) (X .))))))))
(X (X (X ``) (X It)) (X (X does) (X (X n't) (X (X make) (X (X (X (X any) (X difference)) (X now)) (X .))))))
(X (X (X (X Olympia) (X Broadcasting)) (X Corp.)) (X (X said) (X (X it) (X (X did) (X (X n't) (X (X make) (X (X (X (X a) (X $)) (X (X 1.64) (X (X (X million) (X (X semiannual) (X (X interest) (X payment)))) (X (X due) (X yesterday))))) (X (X on) (X (X (X $) (X (X 23.4) (X million))) (X (X of) (X (X (X (X senior) (X subordinated)) (X debentures)) (X .))))))))))))
(X (X (X (X (X (X The) (X (X radio-station) (X owner))) (X and)) (X programmer)) (X (X said) (X (X it) (X (X was) (X trying))))) (X (X to) (X (X (X obtain) (X (X (X additional) (X working)) (X capital))) (X (X from) (X (X (X (X its) (X (X senior) (X (X secured) (X lenders)))) (X (X and) (X (X (X other) (X financial)) (X institutions)))) (X .))))))
(X (X (X (X It) (X (X said) (X (X (X it) (X needs)) (X to)))) (X (X make) (X (X the) (X payment)))) (X (X by) (X (X (X (X (X (X (X (X Dec.) (X 1)) (X to)) (X (X avoid) (X (X (X a) (X default)) (X that)))) (X could)) (X lead)) (X (X to) (X (X an) (X acceleration)))) (X (X of) (X (X (X the) (X debt)) (X .))))))
(X (X (X (X (X In) (X September)) (X (X ,) (X (X (X (X the) (X company)) (X (X said) (X it))) (X (X was) (X seeking))))) (X (X offers) (X (X (X for) (X (X (X its) (X five)) (X (X radio) (X stations)))) (X (X in) (X order))))) (X (X to) (X (X concentrate) (X (X on) (X (X (X (X its) (X programming)) (X business)) (X .))))))
(X (X (X (X (X (X If) (X you)) (X (X 'd) (X really))) (X (X rather) (X (X have) (X (X (X a) (X Buick)) (X ,))))) (X (X do) (X n't))) (X (X leave) (X (X home) (X (X without) (X (X (X (X the) (X American)) (X (X Express) (X card))) (X .))))))
(X (X Or) (X (X so) (X (X (X the) (X slogan)) (X (X might) (X (X go) (X .))))))
(X (X (X (X (X (X (X American) (X Express)) (X Co.)) (X (X and) (X (X (X General) (X (X Motors) (X (X Corp.) (X (X 's) (X beleaguered))))) (X (X Buick) (X division))))) (X are)) (X (X joining) (X (X forces) (X (X in) (X (X a) (X (X promotion) (X aimed))))))) (X (X at) (X (X (X (X boosting) (X (X Buick) (X (X 's) (X sales)))) (X (X while) (X (X encouraging) (X (X broader) (X use))))) (X (X of) (X (X (X (X the) (X American)) (X (X Express) (X card))) (X .))))))
(X (X (X The) (X companies)) (X (X are) (X (X giving) (X (X (X (X (X four-day) (X vacations)) (X (X for) (X (X (X (X two) (X to)) (X (X Buick) (X buyers))) (X who)))) (X (X charge) (X (X (X all) (X or)) (X part)))) (X (X of) (X (X (X their) (X (X down) (X payments))) (X (X on) (X (X (X (X the) (X American)) (X (X Express) (X (X green) (X card)))) (X .)))))))))
(X (X (X (X They) (X (X have) (X begun))) (X (X sending) (X letters))) (X (X explaining) (X (X (X the) (X program)) (X (X ,) (X (X (X which) (X (X (X began) (X (X Oct.) (X (X 18) (X and)))) (X (X will) (X (X end) (X (X Dec.) (X (X 18) (X ,))))))) (X (X to) (X (X about) (X (X (X (X five) (X (X million) (X card))) (X holders)) (X .)))))))))
(X (X (X Neither) (X company)) (X (X would) (X (X disclose) (X (X (X the) (X (X (X program) (X 's)) (X cost))) (X .)))))
(X (X (X (X Buick) (X (X approached) (X (X (X American) (X Express)) (X (X about) (X (X (X a) (X joint)) (X promotion)))))) (X (X because) (X (X (X (X (X its) (X card)) (X holders)) (X generally)) (X (X have) (X (X (X (X a) (X (X ``) (X (X (X (X good) (X credit)) (X history)) (X '')))) (X and)) (X are)))))) (X (X ``) (X (X (X (X good) (X at)) (X (X making) (X payments))) (X (X ,) (X (X '') (X (X says) (X (X (X a) (X spokeswoman)) (X (X for) (X (X (X the) (X division)) (X .))))))))))
(X (X (X (X American) (X Express)) (X also)) (X (X represents) (X (X (X (X the) (X (X upscale) (X image))) (X (X ``) (X (X we) (X (X 're) (X trying))))) (X (X to) (X (X project) (X (X ,) (X (X (X '') (X she)) (X (X adds) (X .)))))))))
(X (X (X Buick) (X (X has) (X (X (X (X been) (X seeking)) (X (X for) (X (X (X the) (X (X past) (X (X few) (X years)))) (X to)))) (X (X restore) (X (X its) (X reputation)))))) (X (X as) (X (X ``) (X (X (X (X (X (X the) (X doctor)) (X 's)) (X car)) (X '')) (X (X --) (X (X (X a) (X product)) (X (X for) (X (X (X upscale) (X professionals)) (X .)))))))))
(X (X Sales) (X (X were) (X (X (X (X (X roughly) (X flat)) (X (X in) (X (X (X (X (X the) (X 1989)) (X model)) (X year)) (X compared)))) (X (X with) (X (X (X (X a) (X year)) (X earlier)) (X ,)))) (X (X though) (X (X (X industry) (X sales)) (X (X fell) (X .)))))))
(X (X (X But) (X (X since) (X (X (X (X the) (X 1990)) (X (X model) (X year))) (X (X began) (X (X Oct.) (X (X 1) (X (X ,) (X (X Buick) (X sales))))))))) (X (X have) (X (X plunged) (X (X (X 33) (X %)) (X .)))))
(X (X (X (X (X (X (X (X For) (X American)) (X Express)) (X (X ,) (X (X the) (X promotion)))) (X (X is) (X part))) (X (X of) (X (X an) (X effort)))) (X (X to) (X (X broaden) (X (X the) (X use))))) (X (X of) (X (X (X (X its) (X card)) (X (X for) (X (X (X retail) (X sales)) (X ,)))) (X (X where) (X (X (X (X (X the) (X company)) (X expects)) (X (X to) (X (X (X get) (X much)) (X (X of) (X (X (X the) (X future)) (X growth)))))) (X (X in) (X (X its) (X (X card) (X (X business) (X .))))))))))
(X (X (X Traditionally) (X (X ,) (X (X the) (X card)))) (X (X has) (X (X (X been) (X (X used) (X mainly))) (X (X for) (X (X travel) (X (X and) (X (X (X entertainment) (X expenses)) (X .))))))))
(X (X (X (X (X (X Phillip) (X Riese)) (X (X ,) (X (X (X (X an) (X American)) (X (X Express) (X (X executive) (X (X vice) (X president))))) (X ,)))) (X (X says) (X (X the) (X promotion)))) (X (X with) (X (X (X (X (X Buick) (X (X is) (X (X his) (X (X company) (X (X 's) (X first)))))) (X (X with) (X (X (X (X an) (X (X auto) (X maker))) (X (X ,) (X but))) (X (X ``) (X (X (X (X (X hopefully) (X -LCB-)) (X (X will) (X (X be) (X (X -RCB-) (X (X the) (X first)))))) (X (X of) (X (X (X many) (X '')) (X (X in) (X (X (X the) (X company)) (X (X 's) (X effort))))))) (X to)))))) (X (X promote) (X (X (X its) (X green)) (X card)))) (X as)))) (X (X ``) (X (X (X (X (X the) (X total)) (X (X car-care) (X card))) (X .)) (X ''))))
(X (X (X To) (X (X that) (X (X end) (X (X ,) (X (X American) (X Express)))))) (X (X has) (X (X (X been) (X (X (X signing) (X (X up) (X (X gasoline) (X companies)))) (X (X ,) (X (X (X car) (X (X repair) (X shops))) (X (X ,) (X (X (X tire) (X companies)) (X (X and) (X (X car) (X dealers))))))))) (X (X to) (X (X accept) (X (X (X the) (X card)) (X .)))))))
(X (X (X (X (X (X (X Many) (X auto)) (X dealers)) (X now)) (X (X let) (X (X (X car) (X (X buyers) (X (X (X (X charge) (X part)) (X (X or) (X all))) (X (X of) (X (X their) (X purchase)))))) (X (X on) (X (X (X (X the) (X American)) (X (X Express) (X card))) (X ,)))))) (X (X but) (X (X (X few) (X card)) (X holders)))) (X (X realize) (X (X (X this) (X (X ,) (X (X Mr.) (X Riese)))) (X (X says) (X .)))))
(X (X (X (X (X Until) (X now)) (X (X ,) (X (X (X however) (X (X ,) (X (X buyers) (X who)))) (X (X wanted) (X (X to) (X (X finance) (X part))))))) (X (X of) (X (X (X (X a) (X car)) (X purchase)) (X (X through) (X (X (X (X (X General) (X Motors)) (X Acceptance)) (X Corp.)) (X (X could) (X n't))))))) (X (X put) (X (X (X (X (X their) (X (X down) (X payment))) (X (X on) (X (X (X a) (X charge)) (X card)))) (X (X because) (X (X of) (X (X possible) (X conflicts))))) (X (X with) (X (X (X truth-in-lending) (X (X and) (X (X (X (X (X state) (X (X disclosure) (X laws))) (X (X over) (X (X finance) (X rates)))) (X ,)) (X (X says) (X (X a) (X spokesman)))))) (X (X for) (X (X (X the) (X (X GM) (X (X finance) (X arm)))) (X .))))))))
(X (X (X (X (X But) (X GMAC)) (X (X approved) (X (X (X (X the) (X (X Buick) (X program))) (X (X ,) (X he))) (X (X says) (X ,))))) (X (X because) (X (X (X (X the) (X American)) (X (X Express) (X (X green) (X card)))) (X (X requires) (X (X payment) (X (X in) (X (X (X (X full) (X (X upon) (X billing))) (X ,)) (X (X and) (X so))))))))) (X (X does) (X (X n't) (X (X carry) (X (X (X (X any) (X finance)) (X rates)) (X .))))))
(X (X (X (X Mr.) (X Riese)) (X (X says) (X (X American) (X Express)))) (X (X considers) (X (X (X (X GM) (X (X and) (X Buick))) (X (X ``) (X (X (X (X (X very) (X sophisticated)) (X direct-mail)) (X marketers)) (X (X ,) (X (X '') (X so)))))) (X (X ``) (X (X (X by) (X (X joining) (X forces))) (X (X with) (X (X (X (X (X them) (X we)) (X have)) (X managed)) (X (X to) (X (X (X maximize) (X (X our) (X (X direct-mail) (X capability)))) (X (X .) (X '')))))))))))
(X (X (X (X In) (X addition)) (X (X ,) (X Buick))) (X (X is) (X (X (X a) (X (X relatively) (X (X respected) (X nameplate)))) (X (X among) (X (X (X (X (X (X American) (X Express)) (X card)) (X holders)) (X ,)) (X (X says) (X (X (X (X an) (X American)) (X Express)) (X (X spokeswoman) (X .)))))))))
(X (X (X (X (X (X (X When) (X the)) (X company)) (X (X asked) (X members))) (X (X in) (X (X a) (X mailing)))) (X (X which) (X (X (X (X (X (X (X cars) (X they)) (X would)) (X like)) (X to)) (X (X get) (X information))) (X (X about) (X (X (X for) (X (X possible) (X (X future) (X purchases)))) (X (X ,) (X (X (X Buick) (X came)) (X (X in) (X fourth))))))))) (X (X among) (X (X (X (X (X (X U.S.) (X cars)) (X and)) (X (X in) (X (X (X the) (X top)) (X 10)))) (X (X of) (X (X all) (X cars)))) (X (X ,) (X (X (X the) (X spokeswoman)) (X (X says) (X .)))))))
(X (X (X American) (X Express)) (X (X has) (X (X (X (X more) (X (X (X (X than) (X (X 24) (X million))) (X card)) (X holders))) (X (X in) (X (X the) (X U.S.)))) (X (X ,) (X (X and) (X (X (X over) (X half)) (X (X have) (X (X (X (X the) (X green)) (X card)) (X .)))))))))
(X (X (X (X (X GMAC) (X (X screened) (X (X the) (X (X card-member) (X list))))) (X (X for) (X (X holders) (X (X more) (X (X than) (X (X 30) (X (X years) (X old)))))))) (X (X with) (X (X (X (X (X household) (X incomes)) (X (X over) (X (X (X $) (X 45,000)) (X who)))) (X (X had) (X n't))) (X (X ``) (X (X (X missed) (X (X any) (X payments))) (X (X ,) (X (X (X '') (X (X the) (X Buick))) (X spokeswoman)))))))) (X (X says) (X .)))
(X (X (X (X (X (X Some) (X (X 3.8) (X million))) (X (X of) (X (X (X the) (X (X five) (X (X million) (X who)))) (X will)))) (X (X get) (X letters))) (X (X were) (X (X preapproved) (X (X for) (X credit))))) (X (X with) (X (X GMAC) (X .))))
(X (X (X (X These) (X (X 3.8) (X (X million) (X people)))) (X also)) (X (X are) (X (X (X eligible) (X (X to) (X (X get) (X (X (X (X one) (X percentage)) (X point)) (X (X off) (X (X GMAC) (X (X (X 's) (X (X advertised) (X finance))) (X rates)))))))) (X (X ,) (X (X (X (X which) (X start)) (X (X at) (X (X 6.9) (X %)))) (X (X for) (X (X (X two-year) (X (X loan) (X contracts))) (X .))))))))
(X (X (X (X (X (X (X A) (X spokesman)) (X (X for) (X (X (X Visa) (X (X International) (X (X 's) (X (X U.S.) (X subsidiary))))) (X (X says) (X (X his) (X company)))))) (X is)) (X (X using) (X (X promotions) (X (X to) (X (X increase) (X use)))))) (X (X of) (X (X (X its) (X cards)) (X (X ,) (X but))))) (X (X does) (X (X n't) (X (X have) (X (X (X plans) (X (X for) (X (X a) (X (X tie-in) (X similar))))) (X (X to) (X (X (X the) (X American)) (X (X Express-Buick) (X (X link) (X .))))))))))
(X (X (X (X (X Three) (X divisions)) (X (X at) (X (X American) (X Express)))) (X (X are) (X working))) (X (X with) (X (X (X (X Buick) (X (X on) (X (X (X the) (X promotion)) (X (X :) (X (X (X the) (X establishment)) (X (X services) (X division))))))) (X (X ,) (X (X which) (X (X is) (X responsible))))) (X (X for) (X (X (X (X (X all) (X merchants)) (X (X and) (X companies))) (X (X that) (X (X accept) (X (X the) (X card))))) (X (X ;) (X (X (X the) (X (X travel) (X division))) (X (X ;) (X (X and) (X (X (X (X the) (X merchandise)) (X (X sales) (X division))) (X .)))))))))))
(X (X (X (X The) (X vacation)) (X packages)) (X (X include) (X (X (X (X (X hotel) (X accommodations)) (X and)) (X (X ,) (X (X in) (X (X some) (X cases))))) (X (X ,) (X (X (X tours) (X (X or) (X tickets))) (X (X to) (X (X (X (X local) (X attractions)) (X ,)) (X (X but) (X (X not) (X (X meals) (X .)))))))))))
(X (X Destinations) (X (X are) (X (X Chicago) (X (X ;) (X (X (X Honolulu) (X (X ;) (X (X (X (X (X (X Las) (X Vegas)) (X (X ,) (X Nev.))) (X (X ;) (X (X Los) (X Angeles)))) (X (X ;) (X (X (X (X Miami) (X Beach)) (X (X ,) (X (X Fla.) (X (X ;) (X (X New) (X Orleans)))))) (X (X ;) (X (X New) (X York)))))) (X (X ;) (X (X (X (X Orlando) (X (X ,) (X Fla.))) (X (X ;) (X (X San) (X Francisco)))) (X (X ;) (X (X and) (X Washington)))))))) (X (X ,) (X D.C.)))))))
(X (X (X (X (X (X A) (X buyer)) (X who)) (X (X chooses) (X (X to) (X fly)))) (X (X to) (X (X (X (X (X his) (X destination)) (X must)) (X (X pay) (X (X for) (X (X his) (X (X own) (X ticket)))))) (X (X but) (X (X gets) (X (X (X a) (X (X companion) (X (X 's) (X ticket)))) (X free))))))) (X (X if) (X (X (X they) (X fly)) (X (X on) (X (X (X United) (X Airlines)) (X .))))))
(X (X (X (X In) (X lieu)) (X (X of) (X (X (X the) (X vacation)) (X (X ,) (X buyers))))) (X (X can) (X (X (X choose) (X (X among) (X (X (X several) (X prizes)) (X ,)))) (X (X including) (X (X (X (X (X (X a) (X grandfather)) (X clock)) (X (X or) (X (X a) (X stereo)))) (X videocassette)) (X (X recorder) (X .)))))))
(X (X (X (X (X (X Card) (X holders)) (X who)) (X (X receive) (X (X (X the) (X letter)) (X also)))) (X (X are) (X (X eligible) (X (X for) (X (X a) (X sweepstakes)))))) (X (X with) (X (X (X (X Buick) (X cars)) (X (X or) (X (X a) (X (X Hawaii) (X vacation))))) (X (X as) (X (X prizes) (X .))))))
(X (X (X (X (X If) (X they)) (X (X test-drive) (X (X a) (X Buick)))) (X (X ,) (X they))) (X (X get) (X (X (X (X (X an) (X American)) (X Express)) (X calculator)) (X .))))
(X (X This) (X (X is) (X (X n't) (X (X Buick) (X (X (X 's) (X (X first) (X (X travel-related) (X promotion)))) (X .))))))
(X (X (X (X (X A) (X few)) (X (X years) (X ago))) (X (X ,) (X (X the) (X company)))) (X (X offered) (X (X (X (X two) (X (X round-trip) (X tickets))) (X (X on) (X (X (X Trans) (X World)) (X Airlines)))) (X (X to) (X (X buyers) (X (X of) (X (X (X its) (X (X (X Riviera) (X luxury)) (X car))) (X .))))))))
(X (X (X (X (X (X The) (X promotion)) (X helped)) (X (X Riviera) (X (X sales) (X (X exceed) (X (X (X the) (X division)) (X (X 's) (X forecast))))))) (X (X by) (X (X (X more) (X (X than) (X (X 10) (X %)))) (X (X ,) (X Buick))))) (X (X said) (X (X at) (X (X (X the) (X time)) (X .)))))
(X (X (X (X (X (X The) (X United)) (X Kingdom)) (X High)) (X Court)) (X (X declared) (X (X (X (X (X (X illegal) (X (X a) (X variety))) (X (X of) (X (X interest-rate) (X (X swap) (X transactions))))) (X (X and) (X options))) (X deals)) (X (X between) (X (X (X a) (X (X London) (X (X borough) (X council)))) (X (X and) (X (X (X commercial) (X banks)) (X .))))))))
(X (X (X (X (X The) (X ruling)) (X could)) (X lead)) (X (X to) (X (X (X the) (X cancellation)) (X (X of) (X (X (X (X (X huge) (X bank)) (X (X debts) (X (X the) (X London)))) (X Borough)) (X (X of) (X (X (X Hammersmith) (X (X and) (X (X (X Fulham) (X ran)) (X up)))) (X (X after) (X (X (X losing) (X heavily)) (X (X on) (X (X (X swap) (X transactions)) (X .))))))))))))
(X (X (X (X (X As) (X many)) (X (X as) (X (X (X 70) (X U.K.)) (X (X and) (X (X international) (X banks)))))) (X stand)) (X (X to) (X (X (X (X lose) (X (X several) (X (X (X hundred) (X million)) (X pounds)))) (X (X should) (X (X (X (X the) (X decision)) (X (X be) (X upheld))) (X (X and) (X (X set) (X (X a) (X precedent))))))) (X (X for) (X (X (X other) (X municipalities)) (X .))))))
(X (X (X An) (X appeal)) (X (X is) (X (X expected) (X .))))
(X (X (X In) (X response)) (X (X to) (X (X (X (X the) (X ruling)) (X (X ,) (X (X (X (X (X gilt) (X futures)) (X swiftly)) (X (X plunged) (X (X more) (X (X (X than) (X a)) (X (X point) (X yesterday)))))) (X (X before) (X (X (X recovering) (X much)) (X (X of) (X (X the) (X loss)))))))) (X (X by) (X (X (X the) (X end)) (X (X of) (X (X (X the) (X session)) (X .))))))))
(X (X (X (X Gilts) (X (X ,) (X (X (X or) (X (X British) (X (X government) (X bonds)))) (X (X ,) (X (X which) (X (X also) (X (X (X (X fell) (X sharply)) (X initially)) (X (X ,) (X (X retraced) (X some)))))))))) (X (X of) (X (X the) (X losses)))) (X (X to) (X (X end) (X (X about) (X (X 3\/8) (X (X point) (X (X lower) (X .))))))))
(X (X (X (X (X The) (X council)) (X (X ,) (X which))) (X (X is) (X alleged))) (X (X to) (X (X (X (X have) (X engaged)) (X (X in) (X (X (X (X over) (X (X 600) (X deals))) (X valued)) (X (X at) (X (X (X over) (X (X #) (X (X (X (X 6) (X billion)) (X -LRB-)) (X $)))) (X (X 9.5) (X (X billion) (X -RRB-)))))))) (X (X ,) (X (X (X (X lost) (X millions)) (X (X of) (X pounds))) (X (X from) (X (X (X soured) (X swap)) (X (X deals) (X .)))))))))
(X (X (X (X (X At) (X one)) (X point)) (X (X ,) (X Hammersmith))) (X (X is) (X (X reported) (X (X to) (X (X (X (X (X have) (X accounted)) (X (X for) (X (X as) (X (X much) (X (X as) (X (X 10) (X %))))))) (X (X of) (X (X (X the) (X sterling)) (X market)))) (X (X in) (X (X (X (X interest-rate) (X swap)) (X dealings)) (X .))))))))
(X (X (X (X When) (X two)) (X parties)) (X (X engage) (X (X (X (X in) (X (X an) (X (X interest-rate) (X swap)))) (X (X ,) (X (X they) (X (X are) (X betting))))) (X (X against) (X (X (X each) (X other)) (X (X on) (X (X (X future) (X rates)) (X .))))))))
(X (X (X (X (X Thus) (X (X ,) (X (X an) (X institution)))) (X obligated)) (X (X to) (X (X make) (X (X (X fixed-rate) (X (X interest) (X payments))) (X (X on) (X (X debt) (X (X swaps) (X (X the) (X payments))))))))) (X (X with) (X (X another) (X (X making) (X (X (X floating-rate) (X payments)) (X .))))))
(X (X (X (X (X In) (X most)) (X (X of) (X (X the) (X (X British) (X transactions))))) (X (X ,) (X (X (X the) (X municipalities)) (X agreed)))) (X (X to) (X (X (X make) (X (X floating-rate) (X payments))) (X (X to) (X (X (X (X (X banks) (X ,)) (X which)) (X would)) (X (X make) (X (X fixed-rate) (X (X payments) (X .)))))))))
(X (X (X (X (X As) (X interest)) (X (X rates) (X rose))) (X (X ,) (X (X municipalities) (X (X owed) (X (X (X the) (X banks)) (X (X more) (X (X than) (X (X the) (X banks))))))))) (X (X were) (X (X paying) (X (X them) (X .)))))
(X (X (X (X (X (X (X The) (X court)) (X hearing)) (X began)) (X (X in) (X (X (X early) (X October)) (X (X at) (X (X the) (X request)))))) (X (X of) (X (X (X (X Anthony) (X Hazell)) (X (X ,) (X (X (X (X district) (X auditor)) (X (X for) (X Hammersmith))) (X (X ,) (X who))))) (X argued)))) (X (X that) (X (X (X (X local) (X councils)) (X (X are) (X (X n't) (X vested)))) (X (X with) (X (X (X constitutional) (X authority)) (X (X to) (X (X engage) (X (X in) (X (X (X (X such) (X capital-markets)) (X activities)) (X .))))))))))
(X (X (X (X The) (X council)) (X (X backed) (X (X the) (X (X audit) (X (X (X commission) (X 's)) (X stand)))))) (X (X that) (X (X (X the) (X (X swap) (X transactions))) (X (X are) (X (X illegal) (X .))))))
(X (X (X (X (X (X (X (X (X Although) (X the)) (X Hammersmith)) (X (X and) (X (X Fulham) (X council)))) (X was)) (X (X by) (X (X (X (X far) (X the)) (X (X most) (X (X active) (X (X local) (X (X authority) (X engaging)))))) (X (X in) (X (X (X such) (X (X capital-markets) (X transactions))) (X (X ,) (X (X the) (X (X court) (X decision))))))))) (X could)) (X (X set) (X (X a) (X precedent)))) (X (X for) (X (X (X similar) (X transactions)) (X (X by) (X (X (X (X 77) (X other)) (X (X local) (X councils))) (X .))))))
(X (X (X (X ``) (X (X (X (X (X While) (X (X this) (X court))) (X ruling)) (X (X was) (X only))) (X (X on) (X (X (X (X Hammersmith) (X (X ,) (X (X it) (X (X will) (X obviously))))) (X (X be) (X (X very) (X persuasive)))) (X (X in) (X (X other) (X cases))))))) (X (X of) (X (X (X (X a) (X similar)) (X nature)) (X (X ,) (X (X '') (X (X a) (X solicitor))))))) (X (X representing) (X (X one) (X (X of) (X (X (X the) (X banks)) (X (X said) (X .)))))))
(X (X (X (X Already) (X (X ,) (X (X (X 10) (X local)) (X councils)))) (X (X have) (X (X refused) (X to)))) (X (X honor) (X (X (X fees) (X (X and) (X payments))) (X (X to) (X (X (X banks) (X incurred)) (X (X during) (X (X (X various) (X (X swaps) (X dealings))) (X .))))))))
(X (X (X (X (X Other) (X financial)) (X institutions)) (X involved)) (X (X include) (X (X (X (X Barclays) (X Bank)) (X PLC)) (X (X ,) (X (X (X (X (X Midland) (X Bank)) (X PLC)) (X (X ,) (X (X (X (X Security) (X Pacific)) (X Corp.)) (X (X ,) (X (X (X Chemical) (X Banking)) (X (X Corp.) (X (X (X 's) (X Chemical)) (X Bank)))))))) (X (X ,) (X (X (X Citicorp) (X (X 's) (X Citibank))) (X (X and) (X (X (X (X Mitsubishi) (X Finance)) (X International)) (X .))))))))))
(X (X (X (X (X If) (X (X the) (X banks))) (X (X exhaust) (X (X (X (X all) (X avenues)) (X (X of) (X appeal))) (X (X ,) (X it))))) (X (X is) (X possible))) (X (X that) (X (X (X they) (X would)) (X (X seek) (X (X to) (X (X (X have) (X (X (X (X the) (X illegality)) (X (X ruling) (X work))) (X (X both) (X ways)))) (X (X ,) (X (X (X some) (X (X market) (X sources))) (X (X said) (X .))))))))))
(X (X (X (X Banks) (X could)) (X (X seek) (X (X (X to) (X (X recover) (X payments))) (X (X to) (X (X (X local) (X authorities)) (X (X in) (X instances))))))) (X (X where) (X (X (X (X the) (X banks)) (X (X made) (X (X net) (X payments)))) (X (X to) (X (X councils) (X .))))))
(X (X (X (X (X Officials) (X (X from) (X (X (X the) (X (X various) (X banks))) (X involved)))) (X (X are) (X (X (X expected) (X to)) (X (X meet) (X (X during) (X (X (X the) (X (X next) (X (X few) (X days)))) (X to))))))) (X (X consider) (X (X other) (X arrangements)))) (X (X with) (X (X (X local) (X authorities)) (X (X that) (X (X could) (X (X be) (X (X questionable) (X .))))))))
(X (X (X (X The) (X banks)) (X (X have) (X (X (X 28) (X days)) (X (X to) (X (X file) (X (X an) (X appeal))))))) (X (X against) (X (X (X (X (X the) (X ruling)) (X and)) (X (X are) (X expected))) (X (X to) (X (X do) (X (X so) (X (X shortly) (X .))))))))
(X (X (X (X In) (X the)) (X aftermath)) (X (X of) (X (X (X (X (X (X (X (X the) (X stock)) (X (X market) (X 's))) (X gut-wrenching)) (X (X 190-point) (X drop))) (X (X on) (X (X (X (X Oct.) (X 13)) (X (X ,) (X Kidder))) (X (X ,) (X (X (X (X Peabody) (X &)) (X (X Co.) (X (X 's) (X 1,400)))) (X stockbrokers)))))) (X (X across) (X (X (X the) (X country)) (X (X began) (X (X (X a) (X telephone)) (X (X and) (X (X letter-writing) (X (X campaign) (X aimed))))))))) (X (X at) (X (X quashing) (X (X (X (X (X (X the) (X country)) (X 's)) (X (X second-largest) (X program))) (X trader)) (X .)))))))
(X (X (X The) (X target)) (X (X of) (X (X (X their) (X wrath)) (X ?))))
(X (X (X Their) (X (X own) (X employer))) (X (X ,) (X (X (X Kidder) (X Peabody)) (X .))))
(X (X (X (X (X (X Since) (X (X October) (X (X 's) (X minicrash)))) (X (X ,) (X (X Wall) (X Street)))) (X (X has) (X (X (X (X been) (X shaken)) (X (X by) (X (X an) (X explosion)))) (X (X of) (X (X (X resentment) (X (X against) (X (X (X program) (X trading)) (X (X ,) (X (X (X the) (X computer-driven)) (X (X ,) (X (X lightning-fast) (X trades)))))))) (X (X of) (X (X (X huge) (X baskets)) (X (X of) (X (X stocks) (X (X and) (X futures))))))))))) (X (X that) (X can))) (X (X send) (X (X (X (X stock) (X prices)) (X reeling)) (X (X in) (X (X minutes) (X .))))))
(X (X (X (X (X (X But) (X the)) (X heated)) (X fight)) (X (X over) (X (X program) (X trading)))) (X (X is) (X (X about) (X (X (X (X much) (X (X more) (X (X than) (X a)))) (X (X volatile) (X (X stock) (X market)))) (X .)))))
(X (X (X (X (X The) (X real)) (X battle)) (X (X is) (X (X (X over) (X who)) (X will)))) (X (X control) (X (X that) (X (X market) (X (X and) (X (X reap) (X (X (X its) (X (X huge) (X rewards))) (X .))))))))
(X (X (X (X (X (X (X Program) (X trading)) (X itself)) (X (X ,) (X according))) (X (X to) (X (X (X (X (X (X many) (X academics)) (X who)) (X have)) (X (X studied) (X it))) (X ,)))) (X (X is) (X (X (X (X merely) (X caught)) (X (X in) (X (X the) (X middle)))) (X (X of) (X (X this) (X battle)))))) (X (X ,) (X (X (X (X unfairly) (X labeled)) (X (X as) (X (X (X the) (X evil)) (X (X driving) (X force))))) (X (X of) (X (X (X the) (X marketplace)) (X .))))))
(X (X (X (X (X The) (X evidence)) (X indicates)) (X (X that) (X (X program) (X trading)))) (X (X did) (X (X (X n't) (X (X ,) (X (X (X in) (X fact)) (X (X ,) (X (X cause) (X (X the) (X (X market) (X (X (X 's) (X sharp)) (X fall))))))))) (X (X on) (X (X (X (X Oct.) (X 13)) (X ,)) (X (X though) (X (X (X it) (X may)) (X (X have) (X (X (X exacerbated) (X it)) (X .))))))))))
(X (X (X (X (X (X (X On) (X one)) (X side)) (X (X of) (X (X (X (X this) (X power)) (X struggle)) (X (X stand) (X (X the) (X forces)))))) (X (X in) (X (X ascendency) (X (X on) (X (X Wall) (X Street)))))) (X (X --) (X (X (X (X the) (X New)) (X Guard)) (X (X --) (X consisting))))) (X (X of) (X (X (X (X (X (X high-tech) (X computer)) (X wizards)) (X (X at) (X (X (X the) (X major)) (X (X brokerage) (X firms))))) (X (X ,) (X (X (X their) (X (X pension) (X fund))) (X clients)))) (X (X with) (X (X (X (X immense) (X pools)) (X (X of) (X money))) (X (X ,) (X (X and) (X (X (X the) (X traders)) (X (X at) (X (X (X (X (X (X the) (X fast-growing)) (X Chicago)) (X futures)) (X exchanges)) (X .)))))))))))
(X (X These) (X (X are) (X (X (X (X the) (X main)) (X proponents)) (X (X of) (X (X (X program) (X trading)) (X .))))))
(X (X (X (X Defending) (X (X their) (X ramparts))) (X (X are) (X (X (X (X Wall) (X (X Street) (X (X 's) (X Old)))) (X Guard)) (X (X --) (X (X (X (X (X (X (X the) (X traditional)) (X ,)) (X (X stock-picking) (X (X money) (X managers)))) (X (X ,) (X (X (X tens) (X (X of) (X thousands))) (X (X of) (X (X stock) (X brokers)))))) (X (X ,) (X (X (X (X (X (X the) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X 's) (X (X listed) (X companies))))) (X (X and) (X (X the) (X (X clannish) (X (X floor) (X traders)))))))) (X (X ,) (X known))))))) (X (X as) (X (X (X specialists) (X (X ,) (X who))) (X (X make) (X (X markets) (X (X in) (X (X their) (X (X stocks) (X .)))))))))
(X (X (X (X So) (X far)) (X (X ,) (X (X (X Wall) (X (X Street) (X (X 's) (X Old)))) (X Guard)))) (X (X seems) (X (X to) (X (X (X be) (X (X winning) (X (X the) (X (X program-trading) (X battle))))) (X (X ,) (X (X (X successfully) (X (X mobilizing) (X (X public) (X (X and) (X (X congressional) (X opinion)))))) (X (X to) (X (X (X bludgeon) (X (X their) (X tormentors))) (X .)))))))))
(X (X (X (X (X (X (X (X The) (X Chicago)) (X Mercantile)) (X Exchange)) (X (X ,) (X (X (X (X (X (X a) (X major)) (X futures)) (X marketplace)) (X (X ,) (X yesterday))) (X (X announced) (X (X the) (X addition)))))) (X (X of) (X (X (X another) (X layer)) (X (X of) (X (X trading) (X halts)))))) (X designed)) (X (X to) (X (X (X (X (X (X slow) (X (X program) (X traders))) (X (X during) (X (X (X a) (X rapidly)) (X (X falling) (X (X stock) (X market)))))) (X ,)) (X (X and) (X (X (X the) (X Big)) (X Board)))) (X (X is) (X (X (X expected) (X today)) (X (X to) (X (X (X approve) (X (X some) (X (X additional) (X restrictions)))) (X (X on) (X (X (X program) (X trading)) (X .))))))))))
(X (X (X (X Stung) (X (X by) (X charges))) (X (X that) (X (X (X their) (X greed)) (X (X is) (X (X turning) (X (X (X the) (X stock)) (X market))))))) (X (X into) (X (X (X (X (X (X a) (X gigantic)) (X crapshoot)) (X (X ,) (X (X almost) (X (X (X (X all) (X (X (X the) (X big)) (X (X investment) (X banking)))) (X houses)) (X (X have) (X (X abandoned) (X (X index) (X arbitrage)))))))) (X (X ,) (X (X (X (X a) (X common)) (X form)) (X (X of) (X (X program) (X trading)))))) (X (X ,) (X (X (X for) (X (X their) (X (X own) (X accounts)))) (X (X in) (X (X (X the) (X (X past) (X (X few) (X days)))) (X .))))))))
(X (X (X (X A) (X few)) (X (X ,) (X such))) (X (X as) (X (X (X (X (X (X (X giant) (X Merrill)) (X Lynch)) (X &)) (X Co.)) (X (X ,) (X (X now) (X (X refuse) (X even))))) (X (X to) (X (X do) (X (X (X (X index) (X arbitrage)) (X trades)) (X (X for) (X (X clients) (X .)))))))))
(X (X (X (X (X (X (X The) (X Old)) (X (X Guard) (X (X 's) (X assault)))) (X (X on) (X (X (X program) (X trading)) (X (X and) (X (X its) (X practitioners)))))) (X (X has) (X (X (X been) (X (X (X fierce) (X and)) (X broad-based))) (X (X ,) (X (X in) (X part)))))) (X (X because) (X (X (X some) (X Old)) (X (X Guard) (X members))))) (X (X feel) (X (X (X (X their) (X very)) (X livelihood)) (X (X is) (X (X (X at) (X stake)) (X .))))))
(X (X (X (X (X Some) (X (X ,) (X such))) (X (X as) (X (X (X (X (X traditional) (X (X money) (X manager))) (X (X Neuberger) (X (X &) (X Berman)))) (X ,)) (X have)))) (X (X taken) (X (X out) (X (X national) (X (X newspaper) (X (X advertisements) (X demanding))))))) (X (X that) (X (X (X market) (X regulators)) (X (X ``) (X (X (X (X stop) (X (X the) (X numbers))) (X racket)) (X (X on) (X (X (X (X Wall) (X Street)) (X .)) (X ''))))))))
(X (X (X (X (X (X Big) (X (X Board) (X (X stock) (X specialists)))) (X (X ,) (X (X in) (X (X a) (X (X bold) (X (X palace) (X revolt))))))) (X (X ,) (X (X began) (X shortly)))) (X (X after) (X (X (X Oct.) (X 13)) (X (X to) (X (X telephone) (X (X the) (X (X corporate) (X executives)))))))) (X (X of) (X (X (X (X (X (X the) (X companies)) (X (X whose) (X stock))) (X (X is) (X listed))) (X (X on) (X (X (X the) (X Big)) (X Board)))) (X (X to) (X (X (X have) (X (X them) (X (X pressure) (X (X the) (X exchange))))) (X (X to) (X (X ban) (X (X (X program) (X trading)) (X .)))))))))
(X (X (X (X (X Charles) (X Wohlstetter)) (X (X ,) (X (X the) (X chairman)))) (X (X of) (X (X (X (X (X Contel) (X Corp.)) (X who)) (X (X is) (X (X rallying) (X (X other) (X CEOs))))) (X (X to) (X (X (X (X (X the) (X (X anti-program) (X trading))) (X cause)) (X (X ,) (X (X says) (X (X he) (X has))))) (X received)))))) (X (X ``) (X (X (X countless) (X (X '') (X letters))) (X (X offering) (X (X support) (X .))))))
(X (X ``) (X (X They) (X (X said) (X (X universally) (X (X ,) (X (X (X without) (X (X (X (X a) (X single)) (X exception)) (X (X :) (X Do)))) (X (X n't) (X (X even) (X (X compromise) (X .))))))))))
(X (X (X Kill) (X it)) (X (X ,) (X (X (X (X '') (X he)) (X says)) (X .))))
(X (X (X (X Wall) (X (X Street) (X (X 's) (X New)))) (X Guard)) (X (X is) (X (X (X n't) (X likely)) (X (X to) (X (X take) (X (X (X all) (X (X this) (X lying))) (X (X down) (X (X for) (X (X (X long) (X ,)) (X (X however) (X .)))))))))))
(X (X (X (X (X Its) (X new)) (X products)) (X (X and) (X (X trading) (X techniques)))) (X (X have) (X (X been) (X (X highly) (X (X profitable) (X .))))))
(X (X (X (X (X Program) (X (X trading) (X money))) (X managers)) (X (X have) (X (X (X (X (X gained) (X (X control) (X (X over) (X (X (X a) (X big)) (X chunk))))) (X (X of) (X (X (X the) (X invested)) (X funds)))) (X (X in) (X (X (X this) (X country)) (X (X ,) (X (X (X (X and) (X (X the) (X pressures))) (X (X on) (X (X (X (X such) (X money)) (X managers)) (X to)))) (X (X produce) (X (X (X consistent) (X profits)) (X (X has) (X (X (X wedded) (X them)) (X (X to) (X (X the) (X ability)))))))))))) (X (X to) (X (X (X (X move) (X rapidly)) (X (X in) (X (X and) (X (X out) (X (X the) (X market)))))) (X (X that) (X (X program) (X trading)))))))) (X (X gives) (X (X them) (X .))))
(X (X (X (X (X (X (X (X (X What) (X 's)) (X more)) (X (X ,) (X (X (X the) (X last)) (X (X time) (X (X major) (X Wall)))))) (X (X Street) (X firms))) (X (X said) (X (X (X they) (X were)) (X (X getting) (X out))))) (X (X of) (X (X program) (X trading)))) (X (X --) (X (X in) (X (X the) (X aftermath))))) (X (X of) (X (X (X (X the) (X 1987)) (X crash)) (X (X --) (X (X they) (X (X waited) (X (X (X (X a) (X few)) (X months)) (X (X and) (X (X then) (X (X (X sneaked) (X back)) (X (X into) (X (X it) (X .)))))))))))))
(X (X (X (X (X (X Even) (X some)) (X members)) (X (X of) (X (X (X (X the) (X Old)) (X Guard)) (X ,)))) (X (X despite) (X (X (X their) (X (X current) (X advantage))) (X ,)))) (X (X seem) (X (X to) (X (X (X (X be) (X conceding)) (X (X that) (X (X (X the) (X future)) (X belongs)))) (X (X with) (X (X (X (X the) (X New)) (X Guard)) (X .)))))))
(X (X (X (X Last) (X week)) (X (X ,) (X (X (X Robert) (X (X M.) (X Bradley))) (X (X ,) (X one))))) (X (X of) (X (X (X (X the) (X Big)) (X (X Board) (X (X (X 's) (X (X most) (X (X respected) (X (X floor) (X traders))))) (X (X and) (X head))))) (X (X of) (X (X (X a) (X (X major) (X (X traders) (X (X ') (X organization))))) (X (X ,) (X (X surrendered) (X .))))))))
(X (X (X (X (X He) (X (X sold) (X (X (X (X his) (X exchange)) (X seat)) (X and)))) (X (X wrote) (X (X a) (X (X bitter) (X letter))))) (X (X to) (X (X (X (X (X (X Big) (X (X Board) (X Chairman))) (X John)) (X J.)) (X (X Phelan) (X Jr.))) (X in)))) (X (X which) (X (X (X he) (X (X said) (X (X (X the) (X Big)) (X Board)))) (X (X is) (X (X (X too) (X focused)) (X (X on) (X (X machines) (X (X ,) (X (X rather) (X (X than) (X (X people) (X .))))))))))))
(X (X (X (X He) (X (X said) (X (X (X the) (X exchange)) (X is)))) (X (X ``) (X (X headed) (X (X for) (X (X (X (X a) (X real)) (X crisis)) (X '')))))) (X (X if) (X (X (X program) (X trading)) (X (X is) (X (X (X n't) (X curbed)) (X .))))))
(X (X (X ``) (X (X I) (X (X do) (X (X not) (X (X want) (X (X (X (X my) (X money)) (X invested)) (X in))))))) (X (X what) (X (X I) (X (X consider) (X (X (X as) (X (X (X nothing) (X (X more) (X (X (X than) (X a)) (X casino)))) (X (X ,) (X (X '') (X (X Mr.) (X Bradley)))))) (X (X wrote) (X .)))))))
(X (X (X (X The) (X battle)) (X (X has) (X (X turned) (X (X into) (X (X (X (X a) (X (X civil) (X war))) (X (X at) (X (X (X some) (X firms)) (X (X and) (X organizations))))) (X ,)))))) (X (X causing) (X (X (X (X internal) (X contradictions)) (X (X and) (X (X pitting) (X employee)))) (X (X against) (X (X employee) (X .))))))
(X (X (X At) (X Kidder)) (X (X ,) (X (X (X (X (X a) (X unit)) (X (X of) (X (X (X General) (X Electric)) (X Co.)))) (X ,)) (X (X and) (X (X (X (X other) (X big)) (X (X brokerage) (X firms))) (X (X ,) (X (X (X stockbrokers) (X (X battle) (X (X their) (X (X (X (X own) (X firm)) (X (X 's) (X (X program) (X (X traders) (X (X a) (X (X few) (X floors))))))) (X away))))) (X .))))))))
(X (X (X (X Corporations) (X (X like) (X (X (X (X Contel) (X (X denounce) (X (X program) (X trading)))) (X (X ,) (X (X yet) (X Contel)))) (X (X has) (X (X (X in) (X the)) (X (X past) (X (X hired) (X (X pension) (X (X fund) (X managers)))))))))) (X (X like) (X (X (X Bankers) (X Trust)) (X Co.)))) (X (X that) (X (X are) (X (X also) (X (X (X big) (X (X program) (X traders))) (X .))))))
(X (X (X (X (X The) (X Big)) (X Board)) (X (X --) (X (X (X (X the) (X nation)) (X (X 's) (X (X premier) (X (X stock) (X exchange))))) (X --)))) (X (X is) (X (X (X (X sharply) (X divided)) (X (X between) (X (X its) (X (X floor) (X traders))))) (X (X and) (X (X (X its) (X (X top) (X executives))) (X .))))))
(X (X (X Its) (X (X entrenched) (X (X (X 49) (X stock)) (X (X specialists) (X firms))))) (X (X are) (X (X (X (X fighting) (X tooth)) (X (X and) (X nail))) (X (X against) (X (X programs) (X .))))))
(X (X (X (X (X (X (X (X (X But) (X the)) (X Big)) (X (X Board) (X (X 's) (X leadership)))) (X (X --) (X (X over) (X (X (X the) (X specialists)) (X (X ') (X protests)))))) (X (X --) (X (X (X two) (X (X weeks) (X ago))) (X (X began) (X (X trading) (X (X (X a) (X new)) (X stock))))))) (X (X ``) (X (X basket) (X (X '') (X product))))) (X designed)) (X (X to) (X (X facilitate) (X (X (X program) (X trading)) (X .)))))
(X (X (X ``) (X (X (X (X (X A) (X lot)) (X (X of) (X (X (X people) (X (X would) (X like))) (X (X to) (X (X go) (X back)))))) (X (X to) (X 1970))) (X (X ,) (X (X (X '') (X (X before) (X (X program) (X trading)))) (X (X ,) (X (X Mr.) (X Phelan))))))) (X (X said) (X (X (X this) (X week)) (X .))))
(X (X ``) (X (X (X I) (X (X would) (X (X like) (X (X to) (X (X go) (X back)))))) (X (X to) (X (X 1970) (X .)))))
(X (X (X (X But) (X we)) (X (X are) (X (X not) (X (X going) (X back))))) (X (X to) (X (X 1970) (X (X .) (X '')))))
(X (X (X (X Again) (X (X and) (X again))) (X (X ,) (X (X (X program-trading) (X 's)) (X critics)))) (X (X raise) (X (X the) (X (X ``) (X (X (X casino) (X (X '') (X theme))) (X .))))))
(X (X (X (X (X They) (X (X say) (X (X (X (X greedy) (X (X market) (X manipulators))) (X have)) (X (X made) (X (X a) (X shambles)))))) (X (X of) (X (X (X (X the) (X nation)) (X (X 's) (X (X free-enterprise) (X system)))) (X (X ,) (X (X turning) (X (X (X the) (X stock)) (X market))))))) (X (X into) (X (X (X (X (X a) (X big)) (X gambling)) (X den)) (X ,)))) (X (X with) (X (X (X (X the) (X (X odds) (X heavily))) (X stacked)) (X (X against) (X (X (X (X the) (X small)) (X investor)) (X .))))))
(X (X (X ``) (X (X (X (X (X (X The) (X public)) (X (X did) (X (X n't) (X come)))) (X (X to) (X (X the) (X market)))) (X (X to) (X (X play) (X (X a) (X game))))) (X (X ;) (X (X they) (X (X can) (X go)))))) (X (X to) (X (X (X (X (X (X Off-Track) (X Betting)) (X (X for) (X (X that) (X (X ,) (X ''))))) (X (X says) (X (X A.) (X (X Brean) (X Murray))))) (X (X ,) (X chairman))) (X (X of) (X (X (X Brean) (X Murray)) (X (X ,) (X (X (X Foster) (X Securities)) (X (X ,) (X (X (X a) (X (X traditional) (X (X money) (X (X management) (X firm))))) (X .))))))))))
(X (X (X (X (X (X (X The) (X program)) (X traders)) (X ,)) (X (X on) (X (X (X the) (X (X other) (X hand))) (X (X ,) (X (X portray) (X (X old-fashioned) (X (X stock) (X pickers)))))))) (X (X as) (X (X the) (X Neanderthals)))) (X (X of) (X (X (X the) (X industry)) (X .))))
(X (X (X (X Critics) (X (X like) (X (X Mr.) (X Murray)))) (X (X ``) (X (X (X are) (X (X (X looking) (X (X for) (X (X witches) (X ,)))) (X (X and) (X (X people) (X who))))) (X (X use) (X (X (X (X (X computers) (X (X to) (X trade))) (X (X are) (X (X (X (X a) (X (X convenient) (X boogieman))) (X (X ,) (X ''))) (X (X says) (X (X J.) (X (X Thomas) (X Allen))))))) (X (X ,) (X (X president) (X (X of) (X (X (X (X Advanced) (X Investment)) (X Management)) (X Inc.)))))) (X (X ,) (X (X (X a) (X (X Pittsburgh) (X firm))) (X (X that) (X (X (X runs) (X (X a) (X (X $) (X (X 200) (X (X million) (X fund)))))) (X that)))))))))) (X (X uses) (X (X (X index) (X arbitrage)) (X .))))
(X (X (X ``) (X (X (X (X Just) (X (X a) (X (X blind) (X fear)))) (X (X of) (X (X the) (X unknown)))) (X is))) (X (X causing) (X (X them) (X (X to) (X (X (X beg) (X (X the) (X regulators))) (X (X for) (X (X (X protection) (X .)) (X ''))))))))
(X (X (X (X For) (X (X all) (X (X the) (X furor)))) (X (X ,) (X there))) (X (X is) (X (X (X (X nothing) (X (X particularly) (X complex))) (X (X about) (X (X the) (X concept)))) (X (X of) (X (X (X stock-index) (X arbitrage)) (X (X ,) (X (X (X (X the) (X (X most) (X controversial))) (X type)) (X (X of) (X (X (X computer-assisted) (X (X program) (X trading))) (X .))))))))))
(X (X (X (X (X Like) (X other)) (X forms)) (X (X of) (X (X arbitrage) (X (X ,) (X (X it) (X merely)))))) (X (X seeks) (X (X (X to) (X (X take) (X advantage))) (X (X of) (X (X (X (X (X (X momentary) (X discrepancies)) (X (X in) (X (X the) (X price)))) (X (X of) (X (X a) (X (X single) (X product))))) (X (X --) (X (X (X (X in) (X (X this) (X case))) (X (X ,) (X (X a) (X basket)))) (X (X of) (X (X stocks) (X (X --) (X (X (X in) (X (X different) (X markets))) (X (X --) (X (X (X (X in) (X (X (X this) (X (X case) (X (X the) (X New)))) (X York))) (X Stock)) (X Exchange)))))))))) (X (X and) (X (X (X (X the) (X Chicago)) (X (X futures) (X markets))) (X .))))))))
(X (X (X That) (X divergence)) (X (X is) (X (X what) (X (X (X (X stock) (X index)) (X traders)) (X (X seek) (X .))))))
(X (X (X (X (X (X When) (X (X it) (X occurs))) (X (X ,) (X (X the) (X traders)))) (X (X place) (X (X (X (X orders) (X (X via) (X computers))) (X (X to) (X (X buy) (X (X the) (X basket))))) (X (X of) (X (X stocks) (X (X -LRB-) (X such))))))) (X (X as) (X (X (X (X the) (X 500)) (X stocks)) (X that)))) (X (X constitute) (X (X (X (X (X (X (X (X (X the) (X Standard)) (X &)) (X (X Poor) (X (X (X 's) (X (X 500) (X (X stock) (X index)))) (X -RRB-)))) (X (X in) (X (X whichever) (X market)))) (X (X is) (X (X cheaper) (X and)))) (X (X sell) (X (X them) (X (X in) (X (X (X the) (X (X more) (X expensive))) (X market)))))) (X (X ;) (X (X (X (X they) (X lock)) (X (X in) (X (X the) (X difference)))) (X (X in) (X price))))) (X (X as) (X (X profit) (X .))))))
(X (X (X (X (X (X (X Such) (X program)) (X trades)) (X (X ,) (X which))) (X (X can) (X (X (X involve) (X (X (X the) (X purchase)) (X (X or) (X sale)))) (X (X of) (X (X millions) (X (X of) (X dollars))))))) (X (X of) (X (X (X stock) (X (X ,) (X occur))) (X (X in) (X (X a) (X matter)))))) (X (X of) (X (X seconds) (X .))))
(X (X (X (X A) (X (X program) (X trade))) (X (X of) (X (X (X $) (X (X 5) (X million))) (X (X of) (X (X (X stock) (X typically)) (X (X earns) (X (X a) (X (X razor-thin) (X profit))))))))) (X (X of) (X (X $) (X (X 25,000) (X .)))))
(X (X (X (X (X To) (X (X keep) (X (X program-trading) (X units)))) (X (X profitable) (X (X in) (X (X the) (X eyes))))) (X (X of) (X (X (X (X senior) (X (X brokerage) (X executives))) (X (X ,) (X traders))) (X (X must) (X (X seize) (X (X every) (X (X opportunity) (X (X their) (X computers))))))))) (X (X find) (X .)))
(X (X (X The) (X speed)) (X (X with) (X (X (X which) (X (X (X (X such) (X program)) (X trades)) (X (X take) (X (X place) (X (X and) (X (X (X (X (X (X (X the) (X volatile)) (X (X price) (X movements))) (X they)) (X can)) (X cause)) (X are))))))) (X (X what) (X (X (X (X (X program) (X trading)) (X critics)) (X profess)) (X (X to) (X (X despise) (X .))))))))
(X (X (X ``) (X (X (X If) (X you)) (X continue))) (X (X to) (X (X (X do) (X (X this) (X (X ,) (X (X the) (X investor))))) (X (X becomes) (X (X frightened) (X (X --) (X (X (X (X (X (X any) (X investor)) (X (X :) (X (X (X the) (X odd)) (X lotter)))) (X (X ,) (X (X (X (X mutual) (X funds)) (X (X and) (X (X pension) (X funds)))) (X (X ,) (X ''))))) (X (X says) (X (X Larry) (X Zicklin)))) (X (X ,) (X (X (X managing) (X partner)) (X (X at) (X (X (X (X Neuberger) (X &)) (X Berman)) (X .))))))))))))
(X (X (X (X (X (X (X But) (X many)) (X experts)) (X (X and) (X traders))) (X say)) (X (X that) (X (X (X (X program) (X trading)) (X (X is) (X (X n't) (X (X the) (X main))))) (X reason)))) (X (X for) (X (X (X stock-market) (X gyrations)) (X .))))
(X (X (X ``) (X (X I) (X (X have) (X (X (X not) (X (X seen) (X (X one) (X iota)))) (X (X of) (X (X (X evidence) (X '')) (X to))))))) (X (X support) (X (X (X (X restrictions) (X (X on) (X (X (X (X program) (X trading)) (X ,)) (X (X says) (X (X (X (X a) (X Vanderbilt)) (X (X University) (X (X finance) (X professor)))) (X (X ,) (X (X Hans) (X Stoll)))))))) (X (X ,) (X (X an) (X authority)))) (X (X on) (X (X (X the) (X subject)) (X .))))))
(X (X (X (X (X (X (X (X Says) (X the)) (X Big)) (X (X Board) (X (X 's) (X Mr.)))) (X Phelan)) (X ,)) (X (X ``) (X Volatility))) (X (X is) (X (X greater) (X (X than) (X (X (X (X program) (X trading)) (X .)) (X ''))))))
(X (X (X (X The) (X (X Oct.) (X (X 13) (X plunge)))) (X (X was) (X (X triggered) (X not)))) (X (X by) (X (X (X (X program) (X traders)) (X ,)) (X (X but) (X (X (X (X by) (X news)) (X (X of) (X (X the) (X unraveling)))) (X (X of) (X (X (X (X the) (X $)) (X (X 6.79) (X (X billion) (X buy-out)))) (X (X of) (X (X (X UAL) (X Corp)) (X .))))))))))
(X (X Unable) (X (X to) (X (X (X unload) (X UAL)) (X (X and) (X (X (X other) (X airline)) (X (X shares) (X (X (X ,) (X (X takeover-stock) (X speculators))) (X (X ,) (X (X (X (X or) (X (X risk) (X arbitragers))) (X (X ,) (X (X (X dumped) (X every)) (X (X blue-chip) (X (X stock) (X they)))))) (X (X had) (X .)))))))))))
(X (X (X (X (X (X While) (X program)) (X (X trades) (X (X swiftly) (X kicked)))) (X in)) (X (X ,) (X (X a) (X (X ``) (X (X (X circuit) (X breaker)) (X '')))))) (X (X that) (X (X (X (X halted) (X trading)) (X (X in) (X (X (X stock) (X futures)) (X (X in) (X Chicago))))) (X (X made) (X (X (X (X some) (X (X program) (X trading))) (X impossible)) (X .))))))
(X (X (X (X (X (X (X (X (X Susan) (X Del)) (X Signore)) (X (X ,) (X (X (X (X (X (X head) (X trader)) (X (X at) (X (X (X Travelers) (X Investment)) (X Management)))) (X Co.)) (X ,)) (X (X says) (X critics))))) (X are)) (X ignoring)) (X (X ``) (X (X (X (X (X (X the) (X (X role) (X the))) (X -LCB-)) (X (X takeover) (X (X stock) (X -RCB-)))) (X speculator)) (X is)))) (X (X taking) (X (X in) (X (X the) (X market))))) (X (X as) (X (X (X a) (X source)) (X (X of) (X (X (X volatility) (X .)) (X ''))))))
(X (X (X (X (X Many) (X arbs)) (X are)) (X (X ``) (X (X (X overleveraged) (X (X ,) (X (X (X (X '') (X she)) (X says)) (X (X ,) (X (X and) (X they)))))) (X (X ``) (X (X (X have) (X to)) (X sell)))))) (X (X when) (X (X (X things) (X look)) (X (X like) (X (X they) (X (X fall) (X (X (X apart) (X .)) (X ''))))))))
(X (X (X (X Like) (X (X virtually) (X (X (X everything) (X (X on) (X (X (X Wall) (X Street)) (X (X ,) (X (X the) (X (X program-trading) (X battle))))))) (X (X is) (X (X (X (X over) (X money)) (X (X ,) (X (X and) (X (X (X the) (X traditionalists)) (X (X have) (X (X been) (X (X losing) (X out)))))))) (X (X on) (X bundles))))))) (X (X of) (X it))) (X (X to) (X (X (X (X the) (X New)) (X Guard)) (X (X in) (X (X (X recent) (X years)) (X .))))))
(X (X (X (X (X (X (X Take) (X the)) (X traditional)) (X (X money) (X managers))) (X (X ,) (X or))) (X (X ``) (X (X (X (X stock) (X pickers)) (X (X ,) (X ''))) (X (X as) (X (X they) (X (X are) (X (X derisively) (X known)))))))) (X (X among) (X (X (X the) (X computer)) (X (X jockeys) (X .)))))
(X (X (X (X Traditional) (X stock)) (X managers)) (X (X like) (X (X to) (X (X (X charge) (X (X 50) (X cents))) (X (X to) (X (X (X (X 75) (X cents)) (X (X for) (X (X (X every) (X (X $) (X 100))) (X they)))) (X (X manage) (X (X (X (X for) (X (X (X big) (X institutional)) (X investors))) (X ,)) (X (X and) (X (X (X higher) (X fees)) (X (X for) (X (X (X smaller) (X investors)) (X .)))))))))))))
(X (X (X (X (X (X (X (X Yet) (X (X many) (X such))) (X managers)) (X consistently)) (X fail)) (X (X to) (X (X even) (X (X keep) (X up))))) (X (X with) (X (X (X ,) (X (X (X (X much) (X less)) (X beat)) (X (X ,) (X (X the) (X returns))))) (X (X of) (X (X standard) (X benchmarks)))))) (X (X like) (X (X the) (X S&P))))
(X (X (X (X (X (X Not) (X surprisingly)) (X (X ,) (X (X old-style) (X (X money) (X managers))))) (X (X have) (X (X (X been) (X (X losing) (X clients))) (X (X to) (X (X giant) (X (X stock-index) (X funds))))))) (X that)) (X (X use) (X (X (X computers) (X (X to) (X (X (X juggle) (X portfolios)) (X (X so) (X they))))) (X (X mirror) (X (X the) (X (X S&P) (X (X 500) (X .))))))))
(X (X (X The) (X indexers)) (X (X charge) (X (X (X only) (X (X a) (X (X few) (X pennies)))) (X (X per) (X (X (X (X $) (X 100)) (X managed)) (X .))))))
(X (X (X Today) (X (X ,) (X (X (X (X (X about) (X (X $) (X (X 200) (X billion)))) (X (X ,) (X (X or) (X (X 20) (X %))))) (X (X of) (X (X (X all) (X pension-fund)) (X (X stock) (X investments))))) (X ,)))) (X (X is) (X (X held) (X (X by) (X (X (X index) (X funds)) (X .))))))
(X (X (X (X (X (X The) (X new)) (X Wall)) (X Street)) (X (X of) (X (X (X computers) (X (X and) (X (X automated) (X trading)))) (X threatens)))) (X (X to) (X (X (X make) (X dinosaurs)) (X (X of) (X (X (X (X (X (X the) (X 49)) (X Big)) (X Board)) (X (X stock-specialist) (X firms))) (X .))))))
(X (X (X (X (X These) (X small)) (X (X but) (X (X (X influential) (X floor)) (X (X brokers) (X long))))) (X (X have) (X (X (X (X earned) (X (X fat) (X returns))) (X (X of) (X (X 30) (X %)))) (X (X to) (X (X (X (X 40) (X %)) (X (X a) (X year))) (X (X on) (X (X (X their) (X capital)) (X (X ,) (X (X by) (X virtue)))))))))) (X (X of) (X (X (X (X their) (X monopoly)) (X in)) (X (X making) (X (X markets) (X (X in) (X (X (X individual) (X stocks)) (X .))))))))
(X (X (X (X (X The) (X specialists)) (X (X see) (X (X any) (X step)))) (X (X to) (X (X electronic) (X trading)))) (X (X as) (X (X (X (X a) (X death)) (X knell)) (X .))))
(X (X (X (X And) (X they)) (X (X believe) (X (X (X (X the) (X Big)) (X Board)) (X ,)))) (X (X under) (X (X (X (X Mr.) (X Phelan)) (X ,)) (X (X has) (X (X abandoned) (X (X (X their) (X interest)) (X .)))))))
(X (X (X (X (X The) (X son)) (X (X of) (X (X (X (X a) (X specialist)) (X (X and) (X (X once) (X (X one) (X himself))))) (X (X ,) (X (X Mr.) (X Phelan)))))) (X (X has) (X (X (X (X nonetheless) (X (X been) (X striving))) (X --)) (X (X with) (X products))))) (X (X like) (X (X (X (X (X (X (X (X the) (X new)) (X stock)) (X basket)) (X (X that) (X (X (X his) (X (X former) (X colleagues))) (X dislike)))) (X (X so) (X (X much) (X (X --) (X (X to) (X (X keep) (X (X (X index) (X funds)) (X (X and) (X (X other) (X (X program) (X traders))))))))))) (X (X from) (X (X taking) (X (X their) (X business))))) (X (X to) (X (X (X overseas) (X markets)) (X .))))))
(X (X (X (X Meanwhile) (X (X ,) (X (X (X specialists) (X (X ') (X trading))) (X risks)))) (X (X have) (X (X skyrocketed) (X (X as) (X (X a) (X result)))))) (X (X of) (X (X (X stock-market) (X volatility)) (X .))))
(X (X (X ``) (X (X (X (X (X When) (X the)) (X (X sell) (X programs))) (X (X hit) (X (X ,) (X (X you) (X can))))) (X (X hear) (X (X (X the) (X order)) (X (X printers) (X start)))))) (X (X to) (X (X (X (X go) (X '')) (X (X on) (X (X (X the) (X Big)) (X (X Board) (X (X trading) (X floor)))))) (X (X ,) (X (X says) (X (X (X one) (X (X specialist) (X there))) (X .)))))))
(X (X (X ``) (X (X (X (X (X The) (X (X buyers) (X (X walk) (X away)))) (X ,)) (X (X and) (X (X the) (X specialist)))) (X (X is) (X (X left) (X (X alone) (X '')))))) (X (X as) (X (X (X the) (X buyer)) (X (X of) (X (X (X (X last) (X resort)) (X (X for) (X (X his) (X stable)))) (X (X of) (X (X stocks) (X (X ,) (X (X he) (X (X contends) (X .)))))))))))
(X (X (X No) (X one)) (X (X is) (X (X (X more) (X unhappy)) (X (X with) (X (X (X program) (X trading)) (X (X than) (X (X (X (X the) (X nation)) (X (X 's) (X stockbrokers))) (X .))))))))
(X (X (X They) (X (X are) (X (X still) (X trying)))) (X (X to) (X (X (X lure) (X (X (X back) (X (X small) (X investors))) (X spooked))) (X (X by) (X (X (X (X (X the) (X 1987)) (X (X stock-market) (X crash))) (X (X and) (X (X the) (X (X market) (X (X 's) (X swings)))))) (X (X since) (X (X then) (X .))))))))
(X (X (X (X ``) (X (X Small) (X investors))) (X (X are) (X (X absolutely) (X dismayed)))) (X (X that) (X (X (X (X Wall) (X Street)) (X (X is) (X (X (X stacking) (X (X the) (X deck))) (X (X against) (X (X (X (X (X (X them) (X ,)) (X (X and) (X (X (X these) (X wide)) (X swings)))) (X (X are) (X (X (X scaring) (X them)) (X (X to) (X (X death) (X (X ,) (X ''))))))) (X (X says) (X (X Raymond) (X (X A.) (X Mason))))) (X (X ,) (X chairman))))))) (X (X of) (X (X (X (X (X (X regional) (X broker)) (X Legg)) (X Mason)) (X Inc.)) (X (X in) (X (X Baltimore) (X .))))))))
(X (X (X (X (X (X Stockbrokers) (X ')) (X business)) (X and)) (X pay)) (X (X has) (X (X been) (X (X falling) (X .)))))
(X (X (X Last) (X year)) (X (X ,) (X (X (X (X (X (X the) (X (X average) (X broker))) (X (X earned) (X (X $) (X 71,309)))) (X (X ,) (X (X (X 24) (X %)) (X lower)))) (X than)) (X (X in) (X (X 1987) (X .))))))
(X (X (X (X Corporate) (X executives)) (X resent)) (X (X that) (X (X (X (X their) (X (X company) (X (X 's) (X stock)))) (X (X has) (X (X been) (X transformed)))) (X (X into) (X (X (X a) (X (X nameless) (X piece))) (X (X of) (X (X (X (X a) (X stock-index)) (X basket)) (X .))))))))
(X (X (X (X (X Index) (X traders)) (X who)) (X (X buy) (X (X (X (X all) (X 500)) (X stocks)) (X (X in) (X (X the) (X (X S&P) (X (X 500) (X often)))))))) (X (X do) (X (X (X (X n't) (X even)) (X know)) (X (X what) (X (X (X (X (X the) (X (X companies) (X they))) (X (X own) (X actually))) (X (X do) (X (X ,) (X (X (X complains) (X Andrew)) (X Sigler))))) (X (X ,) (X (X chairman) (X (X of) (X (X (X (X Champion) (X International)) (X Corp)) (X .))))))))))
(X (X ``) (X (X (X Do) (X you)) (X (X make) (X (X sweatshirts) (X (X (X or) (X sparkplugs)) (X ?))))))
(X (X (X (X Oh) (X (X ,) (X you))) (X (X 're) (X (X in) (X (X (X (X the) (X paper)) (X business)) (X (X ,) (X '')))))) (X (X is) (X (X (X (X (X one) (X reaction)) (X Mr.)) (X Sigler)) (X (X says) (X (X (X (X he) (X 's)) (X gotten)) (X (X from) (X (X (X (X his) (X (X big) (X institutional))) (X shareholders)) (X .))))))))
(X (X (X (X (X By) (X this)) (X September)) (X (X ,) (X (X (X program) (X traders)) (X were)))) (X (X doing) (X (X (X (X a) (X record)) (X (X 13.8) (X %))) (X (X of) (X (X (X the) (X Big)) (X (X Board) (X (X (X (X 's) (X (X average) (X daily))) (X (X trading) (X volume))) (X .))))))))
(X (X (X (X (X (X Among) (X the)) (X (X top) (X practitioners))) (X (X were) (X (X (X Wall) (X (X Street) (X (X (X (X (X (X blue) (X bloods)) (X :)) (X Morgan)) (X Stanley)) (X &)))) (X Co.)))) (X (X ,) (X (X (X (X Kidder) (X Peabody)) (X (X ,) (X (X Merrill) (X Lynch)))) (X (X ,) (X (X (X Salomon) (X Brothers)) (X Inc.)))))) (X (X and) (X (X (X PaineWebber) (X (X Group) (X Inc))) (X .))))
(X (X (X But) (X (X then) (X (X (X came) (X (X Oct.) (X (X (X 13) (X (X and) (X (X (X the) (X negative)) (X publicity)))) (X orchestrated)))) (X (X by) (X (X (X (X the) (X Old)) (X Guard)) (X (X ,) (X particularly))))))) (X (X against) (X (X (X index) (X arbitrage)) (X .))))
(X (X (X (X (X The) (X (X indexers) (X (X ') (X strategy)))) (X (X for) (X (X the) (X moment)))) (X is)) (X (X to) (X (X hunker) (X (X down) (X (X and) (X (X let) (X (X (X the) (X (X furor) (X die))) (X .))))))))
(X (X ``) (X (X (X (X (X There) (X (X 's) (X a))) (X (X lynch-mob) (X (X (X psychology) (X right)) (X now)))) (X (X ,) (X ''))) (X (X says) (X (X (X (X the) (X top)) (X (X program-trading) (X official))) (X (X at) (X (X (X a) (X Wall)) (X (X Street) (X (X firm) (X .)))))))))
(X (X ``) (X (X (X (X Wall) (X (X Street) (X (X 's) (X (X cash) (X cow))))) (X (X has) (X (X (X (X been) (X gored)) (X ,)) (X (X but) (X I))))) (X (X do) (X (X (X n't) (X (X think) (X (X anyone) (X (X has) (X proven))))) (X (X that) (X (X (X index) (X arbitrage)) (X (X is) (X (X (X the) (X problem)) (X (X .) (X ''))))))))))
(X (X (X (X (X (X Too) (X much)) (X money)) (X (X is) (X (X at) (X stake)))) (X (X for) (X (X (X program) (X traders)) (X to)))) (X (X give) (X (X up) (X .))))
(X (X (X (X For) (X example)) (X (X ,) (X (X stock-index) (X (X futures) (X (X began) (X trading)))))) (X (X in) (X (X (X Chicago) (X (X in) (X 1982))) (X (X ,) (X (X and) (X (X (X within) (X (X (X two) (X years)) (X they))) (X (X were) (X (X (X (X the) (X fastest-growing)) (X (X futures) (X (X contract) (X ever)))) (X (X launched) (X .))))))))))
(X (X (X Stock) (X (X futures) (X trading))) (X (X has) (X (X (X (X (X minted) (X dozens)) (X (X of) (X millionaires))) (X (X in) (X (X their) (X 20s)))) (X (X and) (X (X 30s) (X .))))))
(X (X Now) (X (X ,) (X (X (X on) (X (X (X a) (X good)) (X day))) (X (X ,) (X (X (X (X (X Chicago) (X 's)) (X (X stock-index) (X (X (X traders) (X trade)) (X (X more) (X dollars))))) (X worth)) (X (X of) (X (X (X (X stock) (X futures)) (X (X than) (X (X (X (X the) (X Big)) (X Board)) (X trades)))) (X (X in) (X (X stock) (X .))))))))))
(X (X (X (X (X Now) (X the)) (X stage)) (X (X is) (X (X set) (X (X for) (X (X the) (X battle)))))) (X (X to) (X (X play) (X (X out) (X .)))))
(X (X (X The) (X anti-programmers)) (X (X are) (X (X (X getting) (X (X some) (X (X helpful) (X thunder)))) (X (X from) (X (X Congress) (X .))))))
(X (X (X (X (X (X Program) (X traders)) (X ')) (X (X ``) (X power))) (X (X to) (X (X (X (X create) (X (X total) (X panic))) (X (X is) (X (X so) (X great)))) (X (X that) (X (X (X (X they) (X (X ca) (X n't))) (X be)) (X allowed)))))) (X (X to) (X (X (X (X (X have) (X (X their) (X way))) (X (X ,) (X ''))) (X (X says) (X (X Rep.) (X (X Edward) (X Markey))))) (X (X ,) (X (X (X (X a) (X Massachusetts)) (X Democrat)) (X .))))))
(X (X ``) (X (X (X We) (X (X have) (X (X to) (X (X have) (X (X a) (X system)))))) (X (X that) (X (X says) (X (X to) (X (X (X those) (X (X largest) (X investors))) (X :)))))))
(X (X (X `) (X Sit)) (X (X down) (X !)))
(X (X You) (X (X will) (X (X not) (X (X panic) (X ,)))))
(X (X (X you) (X (X will) (X not))) (X (X put) (X (X (X (X the) (X financial)) (X system)) (X (X in) (X (X (X jeopardy) (X (X .) (X '))) (X ''))))))
(X (X (X (X (X But) (X the)) (X prospects)) (X (X for) (X legislation))) (X (X that) (X (X (X targets) (X (X program) (X trading))) (X (X is) (X (X unlikely) (X (X anytime) (X (X soon) (X .))))))))
(X (X (X (X (X (X Many) (X people)) (X ,)) (X (X including) (X (X (X (X (X the) (X Big)) (X Board)) (X ,)) (X think)))) (X (X that) (X (X (X it) (X (X 's) (X (X too) (X late)))) (X to)))) (X (X put) (X (X (X the) (X (X genie) (X back))) (X (X in) (X (X (X the) (X bottle)) (X .))))))
(X (X (X (X (X The) (X Big)) (X (X Board) (X (X 's) (X directors)))) (X (X meet) (X (X today) (X (X to) (X (X approve) (X (X some) (X (X program-trading) (X restrictions)))))))) (X (X ,) (X (X but) (X (X (X (X (X (X a) (X (X total) (X ban))) (X (X is) (X n't))) (X being)) (X considered)) (X (X ,) (X (X (X Big) (X (X Board) (X officials))) (X (X say) (X .))))))))
(X (X (X (X ``) (X You)) (X (X 're) (X (X (X (X not) (X going)) (X (X to) (X (X stop) (X (X the) (X idea))))) (X (X of) (X (X (X (X (X trading) (X a)) (X basket)) (X (X of) (X (X stocks) (X (X ,) (X ''))))) (X (X says) (X (X (X Vanderbilt) (X (X 's) (X Prof.))) (X (X Stoll) (X .))))))))) (X ``))
(X (X (X Program) (X trading)) (X (X is) (X (X (X here) (X (X to) (X (X (X (X (X stay) (X ,)) (X (X and) (X (X computers) (X (X are) (X here))))) (X (X to) (X (X stay) (X ,)))) (X (X and) (X (X we) (X just)))))) (X (X need) (X (X to) (X (X understand) (X (X (X it) (X .)) (X ''))))))))
(X (X (X (X (X (X Short) (X (X of) (X (X a) (X (X total) (X ban))))) (X (X ,) (X (X (X (X some) (X anti-programmers)) (X have)) (X (X proposed) (X (X (X (X several) (X (X middle-ground) (X reforms))) (X ,)) (X (X which) (X (X (X they) (X say)) (X would)))))))) (X (X take) (X (X (X (X (X away) (X certain)) (X advantages)) (X (X program) (X traders))) (X currently)))) (X (X enjoy) (X (X in) (X (X the) (X marketplace))))) (X (X that) (X (X (X other) (X investors)) (X (X do) (X (X n't) (X .))))))
(X (X (X (X One) (X (X such) (X proposal))) (X (X regarding) (X (X stock-index) (X futures)))) (X (X is) (X (X (X (X (X an) (X increase)) (X (X in) (X (X (X the) (X (X margin) (X requirement))) (X (X --) (X (X (X or) (X the)) (X (X ``) (X (X good-faith) (X (X '') (X payment))))))))) (X (X of) (X (X cash) (X needed)))) (X (X to) (X (X (X (X trade) (X them)) (X (X --) (X (X to) (X (X about) (X (X the) (X (X same) (X level))))))) (X (X as) (X (X (X the) (X (X margin) (X requirement))) (X (X for) (X (X stocks) (X .))))))))))
(X (X (X Currently) (X (X ,) (X (X margins) (X (X on) (X (X (X stock) (X futures)) (X purchases)))))) (X (X are) (X (X (X (X (X much) (X lower)) (X (X --) (X (X (X roughly) (X (X 7) (X %))) (X compared)))) (X (X with) (X (X (X (X 50) (X %)) (X (X for) (X stocks))) (X --)))) (X (X making) (X (X (X the) (X (X futures) (X (X market) (X (X much) (X faster))))) (X (X and) (X (X potentially) (X (X (X more) (X speculative)) (X .)))))))))
(X (X (X (X (X Program) (X trading)) (X critics)) (X also)) (X (X want) (X (X (X (X (X (X (X the) (X Federal)) (X Reserve)) (X Board)) (X (X ,) (X rather))) (X (X than) (X (X the) (X (X futures) (X industry))))) (X (X ,) (X (X to) (X (X set) (X (X (X such) (X margins)) (X .))))))))
(X (X (X (X Futures) (X traders)) (X respond)) (X (X that) (X (X (X low) (X margins)) (X (X help) (X (X keep) (X (X (X their) (X (X markets) (X active))) (X .)))))))
(X (X (X Higher) (X margins)) (X (X would) (X (X (X (X (X (X chase) (X (X away) (X dozens))) (X (X of) (X (X smaller) (X traders)))) (X who)) (X (X help) (X (X larger) (X traders)))) (X (X buy) (X (X and) (X (X sell) (X (X (X ,) (X they)) (X (X say) (X .)))))))))
(X (X (X Another) (X (X proposed) (X reform))) (X (X is) (X (X to) (X (X (X have) (X (X (X program) (X traders)) (X answer))) (X (X to) (X (X (X (X (X (X an) (X (X ``) (X (X (X (X uptick) (X rule)) (X (X '') (X (X a) (X reform)))) (X instituted)))) (X (X after) (X (X (X the) (X Great)) (X Crash)))) (X (X of) (X (X 1929) (X that)))) (X (X protects) (X (X (X against) (X (X stocks) (X (X being) (X (X relentlessly) (X (X beaten) (X downward)))))) (X (X by) (X (X (X those) (X seeking)) (X (X to) (X profit))))))) (X (X from) (X (X (X (X lower) (X prices)) (X ,)) (X (X namely) (X (X (X short) (X sellers)) (X .)))))))))))
(X (X (X (X The) (X Big)) (X (X Board) (X (X 's) (X (X uptick) (X rule))))) (X (X prevents) (X (X (X (X (X the) (X short)) (X sale)) (X (X of) (X (X a) (X stock)))) (X (X when) (X (X (X (X (X the) (X stock)) (X is)) (X falling)) (X (X in) (X (X price) (X .))))))))
(X (X (X (X (X (X But) (X (X in) (X 1986))) (X (X ,) (X (X program) (X traders)))) (X received)) (X (X what) (X (X (X (X amounted) (X (X to) (X (X an) (X exemption)))) (X (X from) (X (X (X (X (X the) (X uptick)) (X rule)) (X (X in) (X (X certain) (X situations)))) (X ,)))) (X to)))) (X (X make) (X (X it) (X (X easier) (X (X to) (X (X (X link) (X (X (X the) (X stock)) (X (X and) (X (X futures) (X markets))))) (X .)))))))
(X (X (X A) (X reinstatement)) (X (X of) (X (X (X (X the) (X (X uptick) (X rule))) (X (X for) (X (X program) (X traders)))) (X (X would) (X (X slow) (X (X (X their) (X (X activity) (X considerably))) (X .)))))))
(X (X (X Program) (X traders)) (X (X argue) (X (X that) (X (X (X (X (X a) (X reinstatement)) (X (X of) (X (X (X the) (X rule)) (X would)))) (X (X destroy) (X (X the) (X (X ``) (X (X (X pricing) (X efficiency)) (X '')))))) (X (X of) (X (X (X the) (X futures)) (X (X and) (X (X (X stock) (X markets)) (X .)))))))))
(X (X (X (X (X James) (X A.)) (X White)) (X contributed)) (X (X to) (X (X (X this) (X article)) (X .))))
(X (X Fundamentalists) (X Jihad))
(X (X (X (X (X (X Big) (X Board)) (X Chairman)) (X John)) (X Phelan)) (X (X said) (X (X (X yesterday) (X (X that) (X (X he) (X could)))) (X (X support) (X (X letting) (X (X (X (X federal) (X regulators)) (X (X suspend) (X (X program) (X trading)))) (X (X during) (X (X (X (X wild) (X stock-price)) (X swings)) (X .)))))))))
(X (X (X (X (X Thus) (X the)) (X (X band-wagon) (X psychology))) (X (X of) (X (X recent) (X days)))) (X (X picks) (X (X up) (X (X (X new) (X impetus)) (X .)))))
(X (X (X Index) (X arbitrage)) (X (X is) (X (X (X (X a) (X common)) (X form)) (X (X of) (X (X (X program) (X trading)) (X .))))))
(X (X (X As) (X (X usually) (X (X practiced) (X it)))) (X (X takes) (X (X advantage) (X (X of) (X (X (X (X (X (X a) (X (X (X rather) (X basic)) (X concept))) (X :)) (X (X Two) (X (X separate) (X markets)))) (X (X in) (X (X (X different) (X locations)) (X (X ,) (X (X (X (X trading) (X (X basically) (X (X the) (X (X same) (X widgets))))) (X (X ,) (X (X (X ca) (X n't)) (X (X trade) (X them))))) (X (X for) (X (X long) (X (X at) (X prices))))))))) (X (X that) (X (X are) (X (X widely) (X (X different) (X .))))))))))
(X (X (X (X (X In) (X index)) (X arbitrage)) (X (X ,) (X (X the) (X widget)))) (X (X is) (X (X (X (X (X the) (X (X S&P) (X 500))) (X ,)) (X (X and) (X (X (X (X (X its) (X price)) (X (X is) (X constantly))) (X compared)) (X (X between) (X (X (X the) (X futures)) (X market)))))) (X (X in) (X (X Chicago) (X (X and) (X (X (X (X the) (X stock)) (X (X markets) (X largely))) (X (X in) (X (X (X New) (X York)) (X .))))))))))
(X (X (X (X (X To) (X profit)) (X (X from) (X (X (X (X an) (X (X index-arbitrage) (X opportunity))) (X (X ,) (X (X (X someone) (X who)) (X (X owns) (X (X (X the) (X (X S&P) (X (X 500) (X widget)))) (X (X in) (X (X New) (X York)))))))) (X (X must) (X (X sell) (X (X it) (X and))))))) (X (X replace) (X it))) (X (X with) (X (X (X (X a) (X cheaper)) (X (X S&P) (X (X 500) (X widget)))) (X (X in) (X (X Chicago) (X .))))))
(X (X (X (X (X (X If) (X the)) (X (X money) (X manager))) (X (X performing) (X (X this) (X service)))) (X (X is) (X (X (X (X being) (X (X (X paid) (X (X by) (X (X his) (X clients)))) (X to))) (X (X match) (X (X or) (X (X beat) (X (X the) (X return)))))) (X (X of) (X (X (X the) (X (X S&P) (X (X 500) (X index)))) (X (X ,) (X (X he) (X (X is) (X likely))))))))) (X (X to) (X (X remain) (X (X (X fully) (X invested)) (X (X at) (X (X (X all) (X times)) (X .)))))))
(X (X (X (X -LRB-) (X Few)) (X ,)) (X (X if) (X (X (X (X (X any) (X (X ,) (X (X index-fund) (X managers)))) (X (X will) (X (X risk) (X (X leveraging) (X performance))))) (X (X by) (X (X owning) (X (X more) (X (X than) (X (X (X 100) (X %)) (X exposure))))))) (X (X to) (X (X (X (X (X (X stocks) (X ,)) (X (X and) (X (X (X equally) (X few)) (X will)))) (X want)) (X (X to) (X (X own) (X (X less) (X (X (X than) (X a)) (X (X 100) (X (X %) (X position)))))))) (X (X should) (X (X stocks) (X (X (X rise) (X .)) (X -RRB-)))))))))
(X (X (X (X (X By) (X constantly)) (X seeking)) (X (X to) (X (X own) (X (X (X (X (X the) (X cheapest)) (X widget)) (X (X ,) (X (X index-arbitrage) (X traders)))) (X hope))))) (X (X to) (X (X (X add) (X (X (X (X between) (X (X 1) (X %))) (X (X and) (X (X 3) (X %)))) (X (X to) (X (X (X the) (X annual)) (X return))))) (X (X of) (X (X (X the) (X (X S&P) (X 500))) (X .))))))
(X (X That) (X (X represents) (X (X (X (X (X a) (X (X very) (X thin))) (X (X ``) (X (X excess) (X (X '') (X return))))) (X (X ,) (X (X certainly) (X (X far) (X (X less) (X than)))))) (X (X what) (X (X (X (X (X (X (X most) (X (X fundamental) (X stock))) (X pickers)) (X claim)) (X to)) (X seek)) (X (X as) (X (X (X their) (X (X performance) (X objective))) (X .))))))))
(X (X (X (X The) (X fact)) (X (X that) (X (X (X (X (X a) (X (X vast) (X majority))) (X (X of) (X (X fundamentalist) (X (X money) (X managers))))) (X (X fail) (X to))) (X (X beat) (X (X (X the) (X (X S&P) (X (X 500) (X may)))) (X contribute)))))) (X (X to) (X (X (X the) (X (X hysteria) (X (X (X surrounding) (X the)) (X issue)))) (X .))))
(X (X (X As) (X (X more) (X managers))) (X (X pursue) (X (X (X the) (X (X index-arbitrage) (X strategy))) (X (X ,) (X (X (X (X (X (X these) (X small)) (X opportunities)) (X (X between) (X markets))) (X (X will) (X (X (X be) (X reduced)) (X and)))) (X (X ,) (X (X eventually) (X (X ,) (X (X eliminated) (X .))))))))))
(X (X (X (X (X The) (X current)) (X opportunities)) (X arise)) (X (X because) (X (X (X (X (X the) (X process)) (X (X for) (X (X (X executing) (X (X a) (X (X buy) (X or)))) (X (X sell) (X (X order) (X (X in) (X (X the) (X (X actual) (X stocks))))))))) (X that)) (X (X make) (X (X up) (X (X (X (X the) (X (X S&P) (X 500))) (X (X is) (X (X (X more) (X cumbersome)) (X (X than) (X transacting))))) (X (X in) (X (X (X (X the) (X futures)) (X market)) (X .)))))))))
(X (X (X (X (X (X The) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X 's) (X attempt)))) (X (X to) (X (X (X (X introduce) (X (X (X (X a) (X (X new) (X portfolio))) (X basket)) (X (X is) (X evidence)))) (X (X of) (X (X (X (X (X investors) (X ')) (X desires)) (X to)) (X (X make) (X (X fast) (X (X and) (X (X easy) (X transactions)))))))) (X (X of) (X (X (X large) (X numbers)) (X (X of) (X (X shares) (X .))))))))
(X (X So) (X (X if) (X (X (X (X index) (X arbitrage)) (X (X is) (X simply))) (X (X taking) (X (X advantage) (X (X of) (X (X (X (X (X (X thin) (X inefficiencies)) (X (X between) (X (X two) (X markets)))) (X (X for) (X (X the) (X (X same) (X widget))))) (X ,)) (X (X how) (X (X (X (X (X did) (X (X ``) (X (X (X program) (X trading)) (X (X '') (X evolve))))) (X (X into) (X (X (X the) (X evil)) (X creature)))) (X (X that) (X (X is) (X (X evoking) (X (X the) (X curses)))))) (X (X of) (X (X (X so) (X (X many) (X observers))) (X ?))))))))))))
(X (X (X (X All) (X arguments)) (X (X against) (X (X (X (X program) (X trading)) (X (X ,) (X (X (X even) (X those)) (X pressed)))) (X (X without) (X (X (X fact) (X ,)) (X conclude)))))) (X (X with) (X (X (X (X (X three) (X expected)) (X results)) (X after)) (X (X ``) (X (X (X (X (X reforms) (X '')) (X (X are) (X (X implemented) (X (X :) (X (X (X (X 1) (X -RRB-)) (X reduced)) (X volatility)))))) (X (X ,) (X (X (X (X 2) (X -RRB-)) (X a)) (X (X long-term) (X (X investment) (X focus)))))) (X (X ,) (X (X and) (X (X (X (X (X 3) (X -RRB-)) (X (X a) (X level))) (X (X playing) (X field))) (X (X for) (X (X (X (X the) (X small)) (X investor)) (X .)))))))))))
(X (X (X (X But) (X many)) (X (X of) (X (X these) (X reforms)))) (X (X are) (X (X unneeded) (X (X ,) (X (X even) (X (X harmful) (X .)))))))
(X (X (X Reducing) (X volatility)) (X .))
(X (X (X (X (X An) (X (X index-arbitrage) (X trade))) (X (X is) (X (X never) (X executed)))) (X (X unless) (X there))) (X (X is) (X (X (X (X (X (X sufficient) (X difference)) (X (X between) (X (X the) (X markets)))) (X (X in) (X (X (X New) (X York)) (X (X and) (X Chicago))))) (X to)) (X (X cover) (X (X (X (X all) (X transaction)) (X costs)) (X .))))))
(X (X Arbitrage) (X (X does) (X (X n't) (X (X cause) (X (X (X volatility) (X (X ;) (X (X it) (X responds)))) (X (X to) (X (X it) (X .))))))))
(X (X (X Think) (X about)) (X (X what) (X (X (X causes) (X (X the) (X difference))) (X (X in) (X (X (X (X (X prices) (X (X between) (X (X the) (X (X two) (X markets))))) (X (X for) (X (X (X S&P) (X 500)) (X stocks)))) (X (X --) (X (X usually) (X it)))) (X (X is) (X (X (X (X (X large) (X investors)) (X (X initiating) (X (X a) (X (X buy) (X or))))) (X sell)) (X (X in) (X (X Chicago) (X .))))))))))
(X (X (X (X (X (X A) (X (X large) (X investor))) (X will)) (X (X likely) (X (X cause) (X (X the) (X (X futures) (X market)))))) (X (X to) (X decline))) (X (X when) (X (X he) (X (X sells) (X (X (X his) (X futures)) (X .))))))
(X (X (X (X Arbitrage) (X (X simply) (X (X transfers) (X (X his) (X (X selling) (X pressure)))))) (X (X from) (X (X Chicago) (X (X to) (X (X (X New) (X York)) (X ,)))))) (X (X while) (X (X functioning) (X (X as) (X (X (X a) (X buyer)) (X (X in) (X (X Chicago) (X .))))))))
(X (X (X (X The) (X start)) (X (X of) (X (X (X (X (X the) (X whole)) (X process)) (X (X is) (X (X the) (X key)))) (X (X -) (X (X (X (X someone) (X must)) (X (X fundamentally) (X (X (X increase) (X or)) (X (X decrease) (X (X his) (X ownership)))))) (X (X in) (X (X widgets) (X to)))))))) (X (X make) (X (X (X widget) (X prices)) (X (X move) (X .)))))
(X (X Why) (X (X does) (X (X (X (X (X this) (X (X large) (X hypothetical))) (X (X seller) (X trade))) (X (X in) (X (X Chicago) (X instead)))) (X (X of) (X (X (X New) (X York)) (X ?))))))
(X (X (X (X (X (X (X Perhaps) (X he)) (X (X is) (X willing))) (X to)) (X sacrifice)) (X (X to) (X (X (X (X the) (X arbitrage)) (X (X trader) (X (X some) (X (X small) (X profit))))) (X (X in) (X order))))) (X (X to) (X (X (X get) (X (X quick) (X (X and) (X (X certain) (X execution))))) (X (X of) (X (X (X his) (X (X large) (X trade))) (X .))))))
(X (X (X (X (X (X In) (X (X a) (X competitive))) (X market)) (X (X ,) (X (X this) (X investor)))) (X (X has) (X (X (X (X many) (X ways)) (X (X to) (X (X execute) (X (X his) (X transactions))))) (X (X ,) (X (X (X and) (X (X he) (X will))) (X (X have) (X (X (X (X more) (X alternatives)) (X -LRB-)) (X (X both) (X (X foreign) (X (X (X and) (X domestic)) (X -RRB-))))))))))) (X (X if) (X (X (X (X (X his) (X volume)) (X (X is) (X profitable))) (X (X for) (X (X an) (X exchange)))) (X (X to) (X (X handle) (X .))))))
(X (X (X (X (X If) (X (X not) (X Chicago))) (X (X ,) (X (X then) (X (X in) (X (X New) (X York)))))) (X ;)) (X (X if) (X (X (X not) (X (X the) (X U.S.))) (X (X ,) (X (X then) (X (X overseas) (X .)))))))
(X (X (X (X (X (X Volatility) (X surrounding)) (X (X his) (X trades))) (X occurs)) (X not)) (X (X because) (X (X (X (X (X of) (X (X (X index) (X arbitrage)) (X ,))) (X but)) (X (X because) (X (X (X his) (X (X is) (X (X (X (X a) (X (X large) (X addition))) (X or)) (X subtraction)))) (X (X to) (X (X (X a) (X widget)) (X market)))))) (X (X with) (X (X (X finite) (X liquidity)) (X .))))))
(X (X (X (X (X Eliminate) (X arbitrage)) (X (X and) (X liquidity))) (X (X will) (X (X decline) (X instead)))) (X (X of) (X (X (X (X rising) (X ,)) (X (X creating) (X (X (X more) (X volatility)) (X instead)))) (X (X of) (X (X less) (X .))))))
(X (X (X (X (X (X The) (X speed)) (X (X of) (X (X his) (X transaction)))) (X (X is) (X n't))) (X (X to) (X (X (X be) (X (X feared) (X either))) (X ,)))) (X (X because) (X (X (X (X faster) (X (X and) (X (X cleaner) (X execution)))) (X (X is) (X desirable))) (X (X ,) (X (X not) (X (X loathsome) (X .)))))))
(X (X (X (X (X (X (X If) (X (X slowing) (X things))) (X down)) (X could)) (X (X reduce) (X (X volatility) (X (X ,) (X (X stone) (X tablets)))))) (X (X should) (X (X become) (X (X (X the) (X trade)) (X ticket))))) (X (X of) (X (X (X the) (X future)) (X .))))
(X (X (X Encouraging) (X (X long-term) (X investing))) (X .))
(X (X (X (X We) (X (X must) (X (X (X be) (X (X very) (X cautious))) (X (X about) (X (X labeling) (X investors)))))) (X as)) (X (X ``) (X (X (X long-term) (X (X '') (X or))) (X (X ``) (X (X (X short-term) (X .)) (X ''))))))
(X (X (X Policies) (X designed)) (X (X to) (X (X (X encourage) (X (X (X (X (X one) (X type)) (X (X of) (X (X investor) (X (X over) (X another))))) (X (X are) (X akin))) (X (X to) (X (X placing) (X (X (X (X a) (X sign)) (X (X over) (X (X (X the) (X Big)) (X (X Board) (X (X 's) (X door)))))) (X (X saying) (X :))))))) (X (X ``) (X (X (X (X Buyers) (X welcome)) (X (X ,) (X sellers))) (X (X please) (X (X (X go) (X (X away) (X !))) (X ''))))))))
(X (X (X (X (X (X The) (X (X ultimate) (X goal))) (X (X of) (X (X any) (X investor)))) (X (X is) (X (X (X (X a) (X profit)) (X motive)) (X (X ,) (X (X and) (X regulators)))))) (X (X should) (X not))) (X (X concern) (X (X (X themselves) (X with)) (X (X whether) (X (X (X investors) (X (X are) (X (X sufficiently) (X focused)))) (X (X on) (X (X (X (X the) (X long)) (X term)) (X .))))))))
(X (X (X A) (X (X free) (X market))) (X (X with) (X (X (X (X (X (X a) (X profit)) (X motive)) (X will)) (X (X attract) (X (X each) (X investor)))) (X (X to) (X (X (X the) (X liquidity)) (X (X and) (X (X (X risks) (X he)) (X (X can) (X (X tolerate) (X .))))))))))
(X (X (X In) (X point)) (X (X of) (X (X (X (X (X fact) (X (X ,) (X volatility))) (X (X as) (X (X measured) (X (X by) (X (X (X the) (X (X annualized) (X standard))) (X deviation)))))) (X (X of) (X (X (X daily) (X stock)) (X (X price) (X movements))))) (X (X has) (X (X (X frequently) (X (X been) (X (X much) (X higher)))) (X (X than) (X (X it) (X (X is) (X (X today) (X .))))))))))
(X (X (X (X Periods) (X (X before) (X (X the) (X advent)))) (X (X of) (X (X (X futures) (X (X or) (X (X program) (X trading)))) (X (X were) (X (X often) (X (X (X more) (X volatile)) (X (X ,) (X usually)))))))) (X (X when) (X (X (X (X (X fundamental) (X market)) (X conditions)) (X (X were) (X (X (X undergoing) (X (X change) (X -LRB-))) (X 1973-75)))) (X (X ,) (X (X (X (X 1937-40) (X ,)) (X (X and) (X 1928-33))) (X (X for) (X (X example) (X (X -RRB-) (X .)))))))))
(X (X It) (X (X is) (X (X (X interesting) (X (X to) (X (X (X see) (X (X (X (X the) (X (X fundamental) (X stock))) (X pickers)) (X scream))) (X (X ``) (X (X (X foul) (X '')) (X (X on) (X (X program) (X trading)))))))) (X (X when) (X (X (X (X (X the) (X markets)) (X decline)) (X ,)) (X (X while) (X (X (X (X hailing) (X (X (X the) (X (X great) (X values))) (X still))) (X abounding)) (X (X as) (X (X (X (X the) (X markets)) (X rise)) (X .))))))))))
(X (X (X (X Could) (X (X rising) (X volatility))) (X (X possibly) (X (X be) (X related)))) (X (X to) (X (X (X uncertainty) (X (X about) (X (X the) (X economics)))) (X (X of) (X (X (X (X stocks) (X (X ,) (X instead))) (X (X of) (X (X (X the) (X evil)) (X deeds)))) (X (X of) (X (X (X program-trading) (X goblins)) (X ?))))))))
(X (X (X Some) (X (X of) (X (X (X (X the) (X proposed)) (X fixes)) (X for)))) (X (X what) (X (X (X is) (X labeled)) (X (X ``) (X (X (X (X (X program-trading) (X volatility)) (X '')) (X (X could) (X (X be) (X (X far) (X worse))))) (X (X than) (X (X (X (X the) (X perceived)) (X problem)) (X .))))))))
(X (X (X (X In) (X (X using) (X (X (X program) (X trading)) (X (X as) (X (X (X (X a) (X (X whipping) (X boy))) (X (X ,) (X (X fundamentalist) (X investors)))) (X stand)))))) (X to)) (X (X gain) (X (X (X (X the) (X high)) (X ground)) (X (X in) (X (X (X wooing) (X (X small) (X investors))) (X (X for) (X (X (X their) (X (X (X existing) (X stock-selection)) (X products))) (X .))))))))
(X (X (X (X They) (X may)) (X (X ,) (X (X however) (X (X ,) (X risk))))) (X (X bringing) (X (X (X some) (X (X damaging) (X interference))) (X (X from) (X (X outside) (X (X (X the) (X (X markets) (X themselves))) (X .)))))))
(X (X How) (X (X does) (X (X (X (X a) (X (X (X nice) (X new)) (X tax))) (X (X ,) (X (X say) (X (X 5) (X %))))) (X (X ,) (X (X on) (X (X (X (X (X any) (X financial)) (X transaction)) (X sound)) (X ?)))))))
(X (X That) (X (X ought) (X (X (X to) (X make)) (X (X sure) (X (X (X we) (X (X 're) (X (X all) (X thinking)))) (X (X for) (X (X (X (X the) (X long)) (X term)) (X .))))))))
(X (X (X (X Getting) (X a)) (X level)) (X (X playing) (X (X field) (X .))))
(X (X (X (X This) (X argument)) (X (X is) (X (X perhaps) (X (X (X (X the) (X (X most) (X (X interesting) (X one)))) (X (X for) (X (X abolishing) (X (X program) (X trading))))) (X (X --) (X not)))))) (X (X because) (X (X (X (X (X of) (X (X its) (X merits))) (X ,)) (X but)) (X (X because) (X (X of) (X (X (X the) (X firms)) (X (X championing) (X (X the) (X (X cause) (X .))))))))))
(X (X (X (X The) (X loudest)) (X (X of) (X (X these) (X reformers)))) (X (X are) (X (X (X (X money) (X managers)) (X who)) (X (X cater) (X (X to) (X (X (X smaller) (X investors)) (X .)))))))
(X (X (X (X (X (X (X (X They) (X continually)) (X (X advise) (X (X their) (X clients)))) (X on)) (X (X which) (X (X (X individual) (X stocks)) (X (X to) (X (X (X buy) (X or)) (X (X sell) (X ,))))))) (X (X while) (X (X (X their) (X clients)) (X continue)))) (X to)) (X (X hope) (X (X for) (X (X (X superior) (X performance)) (X .)))))
(X (X (X Even) (X (X with) (X (X (X (X (X mutual) (X funds)) (X (X ,) (X (X (X (X the) (X little)) (X investor)) (X continues)))) (X (X to) (X (X tolerate) (X (X high) (X fees))))) (X (X ,) (X (X (X (X high) (X commissions)) (X (X and) (X (X poor) (X performance)))) (X ,)))))) (X (X while) (X (X (X (X index-fund) (X (X managers) (X slowly))) (X (X amass) (X (X (X a) (X better)) (X record)))) (X (X with) (X (X (X lower) (X fees)) (X (X ,) (X (X (X lower) (X commissions)) (X (X and) (X (X (X less) (X risk)) (X .))))))))))
(X (X (X Yet) (X (X our) (X efforts))) (X (X are) (X (X somehow) (X (X (X (X less) (X noble)) (X (X than) (X those))) (X (X of) (X (X (X (X (X (X an) (X (X investment) (X expert))) (X studiously)) (X (X devouring) (X (X press) (X clippings)))) (X (X on) (X (X each) (X (X company) (X he))))) (X (X follows) (X .))))))))
(X (X (X (X Almost) (X (X all) (X (X new) (X regulation)))) (X (X is) (X (X introduced) (X (X in) (X (X the) (X interests)))))) (X (X of) (X (X (X (X protecting) (X (X (X the) (X little)) (X guy))) (X (X ,) (X (X (X and) (X he)) (X invariably)))) (X (X is) (X (X (X (X the) (X (X one) (X (X least) (X able)))) (X (X to) (X cope))) (X (X with) (X (X (X its) (X consequences)) (X .))))))))
(X (X (X If) (X (X spreads) (X available))) (X (X from) (X (X (X index) (X arbitrage)) (X (X are) (X (X (X (X (X so) (X enormous)) (X ,)) (X (X surely) (X (X (X any) (X (X sizable) (X (X mutual-fund) (X company)))) (X (X could) (X profit))))) (X (X from) (X (X (X offering) (X it)) (X (X to) (X (X (X small) (X investors)) (X .))))))))))
(X (X (X (X (X The) (X sad)) (X reality)) (X is)) (X (X that) (X (X (X (X (X (X (X the) (X retail)) (X investor)) (X continues)) (X (X to) (X (X pursue) (X (X (X (X stellar) (X performers)) (X first)) (X ,))))) (X (X while) (X (X leaving) (X (X institutions) (X (X to) (X grapple)))))) (X (X with) (X (X (X basis) (X points)) (X (X of) (X (X (X performance) (X (X on) (X (X large) (X sums)))) (X (X of) (X (X (X money) (X quarter)) (X (X by) (X (X quarter) (X .))))))))))))
(X (X (X (X (X (X Cost-effective) (X index)) (X funds)) (X just)) (X (X are) (X (X n't) (X (X sexy) (X enough))))) (X (X to) (X (X justify) (X (X (X (X (X the) (X high)) (X fees)) (X (X and) (X commissions))) (X (X that) (X (X (X (X (X (X retail) (X customers)) (X frequently)) (X (X pay) (X (X ,) (X and)))) (X (X that) (X (X (X (X institutional) (X customers)) (X refuse)) (X to)))) (X (X pay) (X .))))))))
(X (X (X (X (X (X Each) (X new)) (X trading)) (X roadblock)) (X (X is) (X likely))) (X (X to) (X (X (X (X be) (X beaten)) (X (X by) (X (X (X institutions) (X (X seeking) (X (X better) (X ways)))) (X to)))) (X (X serve) (X (X (X their) (X (X high-volume) (X clients))) (X (X ,) (X (X (X here) (X (X or) (X overseas))) (X .))))))))
(X (X (X (X (X (X Legislating) (X new)) (X trading)) (X inefficiencies)) (X (X will) (X only))) (X (X make) (X (X (X (X things) (X harder)) (X (X on) (X (X the) (X (X least) (X (X sophisticated) (X investors)))))) (X .))))
(X (X So) (X (X what) (X (X is) (X (X next) (X (X for) (X (X (X program) (X trading)) (X ?)))))))
(X (X Left) (X (X to) (X (X (X (X (X its) (X (X own) (X devices))) (X (X ,) (X (X (X index) (X arbitrage)) (X will)))) (X (X become) (X (X more) (X (X and) (X (X (X more) (X efficient)) (X ,)))))) (X (X making) (X (X it) (X (X (X (X harder) (X (X and) (X harder))) (X to)) (X (X do) (X (X profitably) (X .)))))))))
(X (X (X (X (X Spreads) (X will)) (X (X become) (X (X so) (X tight)))) (X (X that) (X (X (X (X it) (X (X wo) (X n't))) (X matter)) (X (X which) (X (X market) (X (X an) (X investor))))))) (X (X chooses) (X (X (X (X --) (X (X arbitrage) (X will))) (X (X prevent) (X him))) (X (X from) (X (X gaining) (X (X (X (X any) (X temporary)) (X profit)) (X .)))))))
(X (X (X (X (X (X (X (X If) (X (X government) (X or))) (X (X private) (X watchdogs))) (X insist)) (X ,)) (X (X however) (X (X (X ,) (X on)) (X (X introducing) (X (X (X greater) (X friction)) (X (X between) (X (X (X the) (X markets)) (X -LRB-)))))))) (X (X limits) (X (X on) (X (X price) (X moves))))) (X (X ,) (X (X (X (X (X two-tiered) (X execution)) (X (X ,) (X (X higher) (X (X margin) (X requirements))))) (X (X ,) (X (X taxation) (X (X ,) (X (X etc.) (X -RRB-)))))) (X (X ,) (X (X (X (X the) (X end)) (X loser)) (X (X will) (X (X be) (X (X (X the) (X (X markets) (X themselves))) (X .)))))))))
(X (X (X Instead) (X (X ,) (X we))) (X (X ought) (X (X (X to) (X (X be) (X (X inviting) (X (X more) (X liquidity))))) (X (X with) (X (X (X cheaper) (X ways)) (X (X to) (X (X (X trade) (X (X and) (X (X transfer) (X capital)))) (X (X among) (X (X (X all) (X participants)) (X .))))))))))
(X (X (X (X (X Mr.) (X (X Allen) (X (X (X 's) (X Pittsburgh)) (X firm)))) (X (X ,) (X (X (X (X Advanced) (X Investment)) (X Management)) (X Inc.)))) (X (X ,) (X (X (X executes) (X program)) (X trades)))) (X (X for) (X (X institutions) (X .))))
(X (X (X (X Some) (X Democrats)) (X (X in) (X Congress))) (X (X are) (X (X warning) (X (X that) (X (X (X (X (X (X (X a) (X complicated)) (X new)) (X (X funding) (X device))) (X (X for) (X (X (X the) (X (X two) (X federal))) (X (X antitrust) (X agencies))))) (X (X could) (X result))) (X (X in) (X (X (X (X further) (X cutbacks)) (X (X in) (X (X (X (X a) (X (X regulatory) (X (X area) (X already)))) (X reduced)) (X sharply)))) (X (X in) (X (X (X recent) (X years)) (X .))))))))))
(X (X (X (X (X (X (X (X The) (X (X funding) (X mechanism))) (X (X ,) (X which))) (X has)) (X (X received) (X (X (X (X congressional) (X approval)) (X and)) (X (X is) (X expected))))) (X (X to) (X (X (X be) (X signed)) (X (X by) (X (X (X (X President) (X Bush)) (X ,)) (X would)))))) (X (X affect) (X (X the) (X (X antitrust) (X operations))))) (X (X of) (X (X (X (X the) (X Justice)) (X Department)) (X (X and) (X (X (X (X (X the) (X Federal)) (X Trade)) (X Commission)) (X .))))))
(X (X (X (X (X As) (X a)) (X part)) (X (X of) (X (X overall) (X efforts)))) (X (X to) (X (X (X (X reduce) (X (X (X spending) (X (X ,) (X (X Congress) (X cut)))) (X (X by) (X (X (X (X (X $) (X 30)) (X million)) (X the)) (X (X Bush) (X (X administration) (X (X 's) (X request)))))))) (X (X for) (X (X (X antitrust) (X enforcement)) (X (X for) (X (X (X fiscal) (X 1990)) (X ,)))))) (X (X which) (X (X began) (X (X Oct.) (X (X 1) (X .))))))))
(X (X (X (X (X To) (X (X offset) (X (X the) (X reduction)))) (X (X ,) (X (X Congress) (X (X approved) (X (X (X a) (X $)) (X (X 20,000) (X fee))))))) (X (X that) (X (X (X (X (X investors) (X (X and) (X companies))) (X will)) (X (X have) (X to))) (X (X pay) (X (X (X (X each) (X time)) (X they)) (X (X make) (X (X required) (X filings)))))))) (X (X to) (X (X (X antitrust) (X regulators)) (X (X about) (X (X mergers) (X (X ,) (X (X acquisitions) (X (X and) (X (X (X certain) (X (X other) (X transactions))) (X .))))))))))
(X (X (X (X (X (X Some) (X Democrats)) (X (X ,) (X led))) (X (X by) (X (X (X (X (X (X Rep.) (X Jack)) (X Brooks)) (X -LRB-)) (X D.)) (X (X ,) (X (X (X Texas) (X -RRB-)) (X (X ,) (X (X unsuccessfully) (X (X opposed) (X (X the) (X measure)))))))))) (X (X because) (X (X they) (X fear)))) (X (X that) (X (X (X (X the) (X fees)) (X (X may) (X (X not) (X fully)))) (X (X make) (X (X up) (X (X for) (X (X (X (X the) (X budget)) (X cuts)) (X .))))))))
(X (X (X (X (X (X But) (X Justice)) (X Department)) (X (X and) (X (X FTC) (X officials)))) (X (X said) (X (X they) (X (X expect) (X (X (X the) (X filing)) (X fees)))))) (X (X to) (X (X make) (X (X (X up) (X (X for) (X (X (X the) (X budget)) (X reductions)))) (X (X and) (X (X possibly) (X (X (X exceed) (X them)) (X .))))))))
(X (X (X ``) (X (X It) (X (X could) (X operate)))) (X (X to) (X (X (X (X augment) (X (X our) (X budget))) (X (X ,) (X (X '') (X (X James) (X Rill))))) (X (X ,) (X (X (X (X (X the) (X Justice)) (X (X Department) (X (X (X 's) (X (X antitrust) (X chief))) (X ,)))) (X said)) (X (X in) (X (X (X an) (X interview)) (X .))))))))
(X (X Under) (X (X measures) (X (X (X (X approved) (X (X by) (X (X both) (X houses)))) (X (X of) (X (X (X Congress) (X (X ,) (X (X (X the) (X administration)) (X (X 's) (X request))))) (X (X for) (X (X (X (X $) (X 47)) (X million)) (X (X for) (X (X (X the) (X Antitrust)) (X Division)))))))) (X (X would) (X (X be) (X (X cut) (X (X (X $) (X (X 15) (X million))) (X .))))))))
(X (X (X (X (X The) (X (X FTC) (X (X budget) (X request)))) (X (X of) (X (X (X (X (X (X $) (X 70)) (X million)) (X (X ,) (X (X about) (X (X (X $) (X (X 34) (X million))) (X of))))) (X which)) (X (X would) (X go))))) (X (X for) (X (X (X (X antitrust) (X enforcement)) (X ,)) (X would)))) (X (X also) (X (X (X be) (X cut)) (X (X by) (X (X (X $) (X (X 15) (X million))) (X .))))))
(X (X (X (X The) (X administration)) (X (X had) (X (X (X requested) (X (X (X (X (X roughly) (X the)) (X same)) (X amount)) (X (X for) (X (X antitrust) (X enforcement))))) (X (X for) (X (X fiscal) (X 1990)))))) (X (X as) (X (X was) (X (X appropriated) (X (X in) (X (X (X fiscal) (X 1989)) (X .)))))))
(X (X (X (X (X The) (X (X offsetting) (X fees))) (X (X would) (X apply))) (X (X to) (X (X filings) (X made)))) (X (X under) (X (X (X the) (X (X Hart-Scott-Rodino) (X Act))) (X .))))
(X (X (X (X Under) (X (X that) (X (X law) (X (X ,) (X (X (X (X parties) (X (X proposing) (X (X mergers) (X (X (X or) (X acquisitions)) (X valued))))) (X (X at) (X (X (X (X $) (X 15)) (X (X million) (X or))) (X more)))) (X (X must) (X (X notify) (X FTC)))))))) (X (X and) (X (X Justice) (X (X Department) (X (X antitrust) (X regulators)))))) (X (X before) (X (X completing) (X (X (X the) (X transactions)) (X .)))))
(X (X (X Currently) (X (X ,) (X (X the) (X government)))) (X (X charges) (X (X nothing) (X (X for) (X (X (X such) (X filings)) (X .))))))
(X (X (X Proponents) (X (X of) (X (X (X the) (X (X funding) (X arrangement))) (X predict)))) (X (X that) (X (X (X (X (X ,) (X based)) (X (X on) (X (X (X recent) (X filing)) (X levels)))) (X (X of) (X (X (X (X more) (X (X (X than) (X 2,000)) (X (X a) (X year)))) (X (X ,) (X (X the) (X fees)))) (X will)))) (X (X yield) (X (X (X at) (X (X (X (X (X least) (X (X $) (X (X 40) (X million)))) (X this)) (X fiscal)) (X year))) (X (X ,) (X (X or) (X (X (X (X (X (X $) (X (X 10) (X million))) (X (X more) (X (X than) (X the)))) (X budget)) (X cuts)) (X .)))))))))
(X (X (X (X (X ``) (X (X When) (X you))) (X (X do) (X (X that) (X (X ,) (X there))))) (X (X is) (X (X not) (X (X (X (X a) (X cut)) (X ,)) (X (X but) (X there)))))) (X (X is) (X (X (X in) (X (X fact) (X (X (X a) (X program)) (X increase)))) (X (X of) (X (X (X (X (X (X (X $) (X (X 5) (X million))) (X (X '') (X each))) (X (X for) (X (X (X the) (X FTC)) (X (X and) (X (X (X the) (X Justice)) (X Department)))))) (X (X ,) (X (X (X (X (X Rep.) (X Neal)) (X Smith)) (X -LRB-)) (X D.)))) (X (X ,) (X (X Iowa) (X -RRB-)))) (X (X said) (X (X during) (X (X (X House) (X debate)) (X .)))))))))
(X (X (X (X (X (X (X (X But) (X Rep.)) (X Don)) (X Edwards)) (X -LRB-)) (X D.)) (X (X ,) (X (X (X Calif) (X .)) (X (X -RRB-) (X responded))))) (X (X that) (X (X (X (X a) (X recession)) (X (X could) (X (X (X stifle) (X (X merger) (X activity))) (X ,)))) (X (X reducing) (X (X (X the) (X amount)) (X (X of) (X (X fees) (X (X collected) (X .)))))))))
(X (X (X (X The) (X antitrust)) (X staffs)) (X (X of) (X (X (X (X both) (X (X (X the) (X FTC)) (X (X and) (X Justice)))) (X Department)) (X (X were) (X (X (X (X (X (X cut) (X (X more) (X (X than) (X (X 40) (X %))))) (X (X in) (X (X the) (X (X Reagan) (X administration))))) (X ,)) (X (X and) (X enforcement))) (X (X of) (X (X (X (X (X (X major) (X merger)) (X cases)) (X fell)) (X (X off) (X drastically))) (X (X during) (X (X (X that) (X period)) (X .))))))))))
(X (X (X ``) (X Today)) (X (X is) (X (X (X (X (X not) (X (X the) (X time))) (X (X to) (X signal))) (X (X that) (X (X (X Congress) (X (X in) (X (X any) (X (X way) (X (X (X sanctions) (X the)) (X (X dismal) (X state))))))) (X into)))) (X (X which) (X (X (X (X (X antitrust) (X (X enforcement) (X (X has) (X fallen)))) (X ,)) (X (X '') (X (X Mr.) (X Edwards)))) (X (X argued) (X .)))))))
(X (X (X (X (X (X Any) (X money)) (X (X in) (X excess))) (X (X of) (X (X (X (X $) (X 40)) (X million)) (X collected)))) (X (X from) (X (X (X the) (X fees)) (X (X in) (X (X (X fiscal) (X 1990)) (X (X would) (X go))))))) (X (X to) (X (X (X the) (X Treasury)) (X (X at) (X (X large) (X .))))))
(X (X (X Corporate) (X lawyers)) (X (X said) (X (X (X (X the) (X new)) (X fees)) (X (X would) (X (X n't) (X (X inhibit) (X (X (X (X many) (X mergers)) (X (X or) (X (X other) (X transactions)))) (X .))))))))
(X (X (X (X Though) (X (X some) (X lawyers))) (X reported)) (X (X that) (X (X (X (X (X (X prospective) (X acquirers)) (X (X were) (X scrambling))) (X to)) (X (X make) (X filings))) (X (X before) (X (X (X (X the) (X fees)) (X (X take) (X (X effect) (X (X ,) (X (X government) (X officials)))))) (X (X said) (X (X (X they) (X (X had) (X n't))) (X (X noticed) (X (X (X any) (X surge)) (X (X in) (X (X filings) (X .))))))))))))
(X (X (X (X (X FALL) (X BALLOT)) (X ISSUES)) (X (X set) (X (X a) (X record)))) (X (X for) (X (X (X off-year) (X elections)) (X .))))
(X (X (X Odd-year) (X elections)) (X (X attract) (X (X (X (X relatively) (X few)) (X (X ballot) (X issues))) (X .))))
(X (X (X (X (X (X (X (X (X But) (X the)) (X 1989)) (X (X fall) (X total))) (X (X of) (X (X 80) (X ,)))) (X (X while) (X (X well) (X (X below) (X (X 1988) (X activity)))))) (X ,)) (X shows)) (X (X ``) (X (X (X (X (X (X (X (X a) (X steady)) (X ratcheting)) (X up)) (X (X in) (X (X (X citizen) (X referenda)) (X (X and) (X initiatives))))) (X (X ,) (X ''))) (X (X says) (X (X Patrick) (X McGuigan)))) (X (X ,) (X (X (X editor) (X (X of) (X Family))) (X (X ,) (X (X Law) (X (X and) (X (X (X Democracy) (X Report)) (X .))))))))))
(X (X (X He) (X (X says) (X (X (X (X (X the) (X 10)) (X citizen-sparked)) (X issues)) (X (X on) (X (X state) (X (X ballots) (X (X this) (X fall)))))))) (X (X represent) (X (X (X the) (X most)) (X (X in) (X (X (X any) (X (X odd-year) (X (X this) (X decade)))) (X .))))))
(X (X (X (X Ballot) (X (X questions) (X range))) (X (X from) (X (X (X a) (X (X Maine) (X initiative))) (X (X on) (X (X banning) (X (X Cruise) (X missiles))))))) (X (X to) (X (X (X a) (X referendum)) (X (X on) (X (X (X increasing) (X (X the) (X North))) (X (X Dakota) (X (X (X income) (X tax)) (X .))))))))
(X (X (X Ballot) (X watchers)) (X (X say) (X (X (X (X attention) (X already)) (X (X is) (X focused))) (X (X on) (X (X (X (X the) (X 1990)) (X elections)) (X .))))))
(X (X (X (X (X In) (X California)) (X (X ,) (X (X two) (X petition)))) (X (X drives) (X (X (X (X for) (X (X (X (X next) (X year)) (X (X 's) (X election))) (X are))) (X (X ``) (X (X (X (X essentially) (X finished)) (X (X ,) (X ''))) (X (X says) (X (X David) (X Schmidt)))))) (X (X ,) (X (X author) (X of)))))) (X (X ``) (X (X (X (X Citizen) (X Lawmakers)) (X .)) (X ''))))
(X (X (X Mr.) (X McGuigan)) (X (X cites) (X (X (X three) (X (X completed) (X efforts))) (X (X in) (X (X Oklahoma) (X .))))))
(X (X (X (X Hot) (X ballot)) (X topics)) (X (X are) (X (X expected) (X (X to) (X (X (X be) (X abortion)) (X (X ,) (X (X (X (X the) (X environment)) (X (X and) (X (X insurance) (X reform)))) (X .))))))))
(X (X (X (X (X Taking) (X a)) (X cue)) (X (X from) (X (X (X California) (X (X ,) (X (X (X more) (X politicians)) (X (X will) (X (X launch) (X (X their) (X campaigns))))))) (X (X by) (X (X (X backing) (X initiatives)) (X (X ,) (X (X says) (X (X David) (X Magleby))))))))) (X (X of) (X (X (X (X Brigham) (X Young)) (X University)) (X .))))
(X (X (X PHOTOGRAPH) (X COLLECTING)) (X (X gains) (X (X (X new) (X stature)) (X (X as) (X (X prices) (X (X rise) (X .)))))))
(X (X (X Price) (X records)) (X (X are) (X (X being) (X (X (X set) (X (X at) (X (X auctions) (X (X this) (X week))))) (X .)))))
(X (X (X (X (X At) (X (X Christie) (X 's))) (X (X ,) (X (X a) (X folio)))) (X (X of) (X (X 21) (X prints)))) (X (X from) (X (X (X (X Alfred) (X (X Stieglitz) (X 's))) (X (X ``) (X (X (X Equivalents) (X (X '') (X series))) (X sold)))) (X (X for) (X (X (X $) (X 396,000)) (X (X ,) (X (X (X a) (X (X single-lot) (X record))) (X .))))))))
(X (X (X (X Other) (X works)) (X also)) (X (X have) (X (X been) (X (X exceeding) (X (X (X price) (X estimates)) (X .))))))
(X (X (X (X (X In) (X part)) (X (X ,) (X prices))) (X (X reflect) (X (X development) (X (X of) (X (X (X a) (X (X market) (X (X structure) (X based)))) (X (X on) (X (X such) (X variables)))))))) (X (X as) (X (X (X the) (X number)) (X (X of) (X (X prints) (X .))))))
(X (X (X (X This) (X information)) (X used)) (X (X to) (X (X (X (X be) (X (X (X (X poorly) (X documented)) (X (X and) (X (X largely) (X anecdotal)))) (X ,))) (X (X says) (X (X Beth) (X Gates-Warren)))) (X (X of) (X (X Sotheby) (X (X 's) (X .)))))))
(X (X (X ``) (X There)) (X (X is) (X (X finally) (X (X (X (X some) (X sort)) (X (X of) (X sense))) (X (X in) (X (X (X the) (X market)) (X (X ,) (X (X (X '') (X she)) (X (X says) (X .))))))))))
(X (X (X (X Corporations) (X (X and) (X museums))) (X (X are) (X (X (X among) (X (X (X the) (X serious)) (X buyers))) (X ,)))) (X (X giving) (X (X (X (X greater) (X (X market) (X stability))) (X (X ,) (X (X says) (X (X Robert) (X Persky))))) (X (X of) (X (X (X (X the) (X Photograph)) (X Collector)) (X .))))))
(X (X (X ``) (X (X (X When) (X I)) (X (X see) (X (X (X prints) (X going)) (X (X into) (X (X the) (X hands))))))) (X (X of) (X (X (X institutions) (X (X ,) (X (X (X I) (X (X know) (X they))) (X (X are) (X (X n't) (X going)))))) (X (X to) (X (X (X come) (X back)) (X (X on) (X (X (X the) (X market)) (X (X .) (X '')))))))))
(X (X (X Most) (X (X in) (X (X (X demand) (X (X :) (X (X classic) (X photographs)))) (X (X by) (X (X masters) (X such)))))) (X (X as) (X (X (X Stieglitz) (X (X and) (X Man))) (X (X Ray) (X .)))))
(X (X (X (X But) (X (X much) (X contemporary))) (X work)) (X (X is) (X (X (X also) (X fetching)) (X (X ``) (X (X (X (X (X a) (X (X great) (X deal))) (X (X of) (X money))) (X (X ,) (X (X '') (X (X says) (X (X Miles) (X Barth)))))) (X (X of) (X (X (X (X the) (X International)) (X Center)) (X (X of) (X (X Photography) (X .))))))))))
(X (X (X DIALING) (X 900)) (X (X brings) (X (X (X callers) (X (X a) (X (X growing) (X number)))) (X (X of) (X (X services) (X .))))))
(X (X (X (X (X (X Currently) (X (X a) (X (X $) (X 300)))) (X (X million-a-year) (X business))) (X (X ,) (X (X 900) (X (X telephone) (X service))))) (X (X is) (X expected))) (X (X to) (X (X (X hit) (X (X (X (X (X (X (X $) (X (X 500) (X million))) (X next)) (X year)) (X and)) (X (X near) (X (X (X $) (X (X 2) (X billion))) (X (X by) (X 1992))))) (X (X as) (X (X uses) (X (X for) (X (X (X the) (X service)) (X continue))))))) (X (X to) (X (X (X expand) (X (X ,) (X (X says) (X (X Joel) (X Gross))))) (X (X of) (X (X Donaldson) (X (X ,) (X (X (X (X (X Lufkin) (X &)) (X Jenrette)) (X Inc)) (X .))))))))))
(X (X (X (X (X (X (X The) (X service)) (X (X --) (X (X which) (X (X costs) (X (X the) (X caller)))))) (X (X from) (X (X (X (X 30) (X cents)) (X (X to) (X (X (X (X $) (X 25)) (X a)) (X minute)))) (X (X --) (X currently))))) (X (X is) (X dominated))) (X (X by) (X (X celebrity) (X chatter)))) (X (X ,) (X (X horoscopes) (X (X and) (X (X (X romance) (X lines)) (X .))))))
(X (X (X (X (X But) (X (X more) (X serious))) (X applications)) (X (X are) (X (X (X in) (X (X the) (X wings))) (X (X ,) (X (X and) (X (X that) (X is))))))) (X (X where) (X (X (X the) (X (X future) (X growth))) (X (X is) (X (X expected) (X .))))))
(X (X (X (X (X ``) (X I)) (X (X 'm) (X starting))) (X (X to) (X (X (X (X (X see) (X (X more) (X (X business) (X transactions)))) (X (X ,) (X ''))) (X (X says) (X (X (X Andrea) (X West)) (X (X of) (X (X (X (X (X (X American) (X Telephone)) (X &)) (X Telegraph)) (X Co.)) (X ,)))))) (X (X noting) (X (X (X growing) (X interest)) (X (X in) (X use))))))) (X (X of) (X (X (X 900) (X service)) (X (X for) (X (X (X stock) (X sales)) (X (X ,) (X (X (X software) (X tutorials)) (X (X and) (X (X (X even) (X (X service) (X contracts))) (X .))))))))))
(X (X (X (X Colleges) (X (X ,) (X (X she) (X (X says) (X ,))))) (X (X are) (X (X eyeing) (X registration)))) (X (X through) (X (X 900) (X (X service) (X .)))))
(X (X (X (X (X (X Charities) (X (X test) (X (X the) (X waters)))) (X ,)) (X (X but) (X they))) (X (X face) (X (X legal) (X barriers)))) (X (X to) (X (X (X electronic) (X fund)) (X (X raising) (X .)))))
(X (X (X ``) (X (X (X (X (X The) (X thing)) (X (X that) (X (X will) (X (X really) (X (X break) (X (X this) (X (X market) (X (X right) (X open))))))))) (X (X is) (X merchandising))) (X (X ,) (X (X '') (X (X Ms.) (X West)))))) (X (X says) (X .)))
(X (X (X (X Much) (X (X of) (X (X (X (X the) (X 800)) (X service)) (X (X will) (X (X ``) (X migrate)))))) (X (X to) (X (X (X (X (X 900) (X ,)) (X '')) (X (X predicts) (X (X Jack) (X Lawless)))) (X (X ,) (X (X general) (X manager)))))) (X (X of) (X (X (X US) (X (X Sprint) (X (X 's) (X (X 900) (X product))))) (X .))))
(X (X (X FAMILY) (X PETS)) (X (X are) (X (X (X improving) (X (X recovery) (X rates))) (X (X of) (X (X (X patients) (X (X at) (X (X Columbia) (X Hospital)))) (X (X ,) (X (X Milwaukee) (X .))))))))
(X (X (X (X (X Patients) (X who)) (X (X receive) (X (X canine) (X (X or) (X (X feline) (X visitors)))))) (X (X are) (X found))) (X (X to) (X (X (X (X (X have) (X (X (X (X (X lower) (X blood)) (X pressure)) (X (X and) (X (X improved) (X appetite)))) (X (X and) (X (X be) (X (X more) (X receptive)))))) (X (X to) (X therapy))) (X (X ,) (X (X says) (X (X Mary) (X (X Ann) (X O'Loughlin)))))) (X (X ,) (X (X (X program) (X coordinator)) (X .))))))
(X (X (X (X TIRED) (X OF)) (X TRIMMING)) (X ?))
(X (X (X (X (X Hammacher) (X Schlemmer)) (X &)) (X Co.)) (X (X offers) (X (X (X (X a) (X fiber-optic)) (X (X Christmas) (X tree))) (X (X that) (X (X eliminates) (X (X (X the) (X need)) (X (X to) (X (X string) (X (X lights) (X .))))))))))
(X (X (X (X (X The) (X $)) (X (X 6,500) (X tree))) (X (X is) (X designed))) (X (X to) (X (X send) (X (X (X continuously) (X (X changing) (X (X colored) (X light)))) (X (X to) (X (X dozens) (X (X of) (X (X (X fiber-end) (X bunches)) (X .)))))))))
(X (X (X (X (X MEDICINE) (X TRANSPLANT)) (X :)) (X Growth)) (X (X of) (X (X (X (X (X (X (X Japanese) (X trade)) (X (X and) (X (X (X (X travel) (X prompts)) (X Beth)) (X Israel)))) (X Medical)) (X Center)) (X (X ,) (X (X (X New) (X York)) (X ,)))) (X (X to) (X (X set) (X (X up) (X (X (X a) (X (X bilingual) (X (X medical) (X practice)))) (X .))))))))
(X (X (X (X Funded) (X (X by) (X (X (X a) (X $)) (X (X 1) (X (X million) (X gift)))))) (X (X from) (X (X (X (X (X (X Tokio) (X Marine)) (X &)) (X Fire)) (X Insurance)) (X (X ,) (X (X (X (X the) (X service)) (X will)) (X (X follow) (X (X (X Japanese) (X (X medical) (X protocols))) (X ,)))))))) (X (X including) (X (X emphasis) (X (X on) (X (X (X preventative) (X medicine)) (X .))))))
(X (X (X DIAPER) (X SERVICES)) (X (X make) (X (X (X (X a) (X comeback)) (X (X amid) (X (X growing) (X (X environmental) (X concerns))))) (X .))))
(X (X (X (X Concerned) (X (X about) (X (X (X shrinking) (X landfills)) (X (X and) (X (X the) (X safety)))))) (X (X of) (X (X (X chemicals) (X (X used) (X (X in) (X (X (X super-absorbent) (X disposables)) (X (X ,) (X parents)))))) (X (X are) (X returning))))) (X (X to) (X (X (X (X the) (X cloth)) (X diaper)) (X .))))
(X (X (X (X Tiny) (X Tots)) (X Inc.)) (X (X ,) (X (X (X Campbell) (X (X ,) (X (X Calif.) (X ,)))) (X (X says) (X (X (X business) (X (X is) (X (X up) (X (X 35) (X %))))) (X (X in) (X (X (X the) (X (X past) (X year))) (X .))))))))
(X (X (X ``) (X We)) (X (X 're) (X (X (X (X gaining) (X (X (X 1,200) (X (X (X new) (X customers)) (X (X each) (X week)))) (X (X ,) (X '')))) (X (X says) (X (X Jack) (X Mogavero)))) (X (X of) (X (X (X (X (X General) (X Health)) (X Care)) (X Corp.)) (X (X ,) (X (X Piscataway) (X (X ,) (X (X N.J) (X .))))))))))
(X (X (X In) (X Syracuse)) (X (X ,) (X (X N.Y.) (X (X ,) (X (X (X DyDee) (X (X Service) (X (X (X (X 's) (X (X new) (X marketing))) (X push)) (X (X stresses) (X (X environmental) (X awareness)))))) (X .))))))
(X (X (X (X Among) (X (X its) (X (X new) (X customers)))) (X (X :) (X (X day-care) (X centers)))) (X (X that) (X (X (X previously) (X (X spurned) (X (X the) (X service)))) (X .))))
(X (X (X (X (X The) (X National)) (X Association)) (X (X of) (X (X (X (X Diaper) (X Services)) (X (X ,) (X (X (X Philadelphia) (X ,)) (X says)))) (X (X that) (X (X (X since) (X (X (X January) (X it)) (X has))) (X (X gotten) (X (X (X (X more) (X than)) (X 672)) (X inquiries)))))))) (X (X from) (X (X (X people) (X interested)) (X (X in) (X (X starting) (X (X (X diaper) (X services)) (X .)))))))
(X (X (X (X (X Elisa) (X Hollis)) (X (X launched) (X (X a) (X (X diaper) (X (X service) (X (X last) (X year))))))) (X (X because) (X (X (X State) (X College)) (X (X ,) (X (X Pa.) (X ,)))))) (X (X where) (X (X (X she) (X (X lives) (X ,))) (X (X did) (X (X n't) (X (X have) (X (X one) (X .))))))))
(X (X (X (X (X Diaper) (X (X shortages) (X (X (X this) (X (X summer) (X limited))) (X growth)))) (X (X at) (X (X (X Stork) (X Diaper)) (X Services)))) (X (X ,) (X (X Springfield) (X (X ,) (X (X Mass.) (X ,)))))) (X (X where) (X (X (X business) (X (X is) (X (X up) (X (X 25) (X %))))) (X in))))
(X (X (X (X Also) (X (X spurring) (X (X the) (X move)))) (X (X to) (X (X (X cloth) (X :)) (X diaper)))) (X (X covers) (X (X (X with) (X (X Velcro) (X fasteners))) (X (X that) (X (X eliminate) (X (X (X the) (X need)) (X (X for) (X (X (X safety) (X pins)) (X .)))))))))
(X (X BRIEFS) (X :))
(X (X (X (X Only) (X 57.6)) (X %)) (X (X of) (X (X (X (X (X (X (X New) (X Yorkers)) (X (X watch) (X (X (X the) (X local)) (X news)))) (X (X ,) (X (X (X the) (X (X lowest) (X viewership))) (X (X in) (X (X the) (X country)))))) (X ,)) (X (X says) (X (X (X a) (X (X new) (X study))) (X (X by) (X (X (X Impact) (X Resources)) (X Inc.)))))) (X (X ,) (X (X Columbus) (X (X ,) (X (X (X Ohio) (X ...)) (X .))))))))
(X (X (X (X (X (X FreudToy) (X (X ,) (X (X a) (X pillow)))) (X (X bearing) (X (X the) (X likeness)))) (X (X of) (X (X (X Sigmund) (X Freud)) (X ,)))) (X (X is) (X marketed))) (X (X as) (X (X (X (X a) (X $)) (X (X 24.95) (X tool))) (X (X for) (X (X (X do-it-yourself) (X analysis)) (X .))))))
(X (X (X (X Program) (X trading)) (X is)) (X (X ``) (X (X (X (X (X (X (X a) (X racket)) (X (X ,) (X (X '') (X (X complains) (X (X Edward) (X Egnuss)))))) (X (X ,) (X (X (X (X a) (X White)) (X Plains)) (X (X ,) (X (X (X N.Y.) (X (X ,) (X investor))) (X (X and) (X (X (X electronics) (X (X sales) (X executive))) (X ,)))))))) (X (X ``) (X (X and) (X (X (X it) (X 's)) (X not))))) (X (X to) (X (X the) (X benefit)))) (X (X of) (X (X (X (X (X the) (X small)) (X investor)) (X ,)) (X (X that) (X (X 's) (X (X for) (X (X sure) (X (X .) (X '')))))))))))
(X (X But) (X (X although) (X (X (X he) (X thinks)) (X (X that) (X (X (X it) (X (X is) (X (X (X hurting) (X him)) (X (X ,) (X he))))) (X (X doubts) (X (X it) (X (X could) (X (X be) (X (X stopped) (X .)))))))))))
(X (X (X (X Mr.) (X (X Egnuss) (X (X 's) (X dislike)))) (X (X of) (X (X program) (X trading)))) (X (X is) (X (X (X echoed) (X (X by) (X (X (X many) (X (X small) (X investors))) (X interviewed)))) (X (X by) (X (X (X (X Wall) (X Street)) (X (X Journal) (X reporters))) (X (X across) (X (X (X the) (X country)) (X .))))))))
(X (X But) (X (X like) (X (X (X (X (X (X Mr.) (X Egnuss)) (X (X ,) (X (X few) (X (X expect) (X it))))) (X (X to) (X (X (X be) (X (X halted) (X entirely))) (X ,)))) (X (X and) (X (X (X (X a) (X surprising)) (X number)) (X (X doubt) (X it))))) (X (X should) (X (X be) (X .))))))
(X (X (X ``) (X (X I) (X (X think) (X (X (X program) (X trading)) (X (X is) (X (X basically) (X unfair))))))) (X (X to) (X (X (X (X (X (X the) (X individual)) (X investor)) (X (X ,) (X ''))) (X (X says) (X (X Leo) (X Fields)))) (X (X ,) (X (X (X (X a) (X Dallas)) (X investor)) (X .))))))
(X (X (X He) (X notes)) (X (X that) (X (X (X (X (X program) (X traders)) (X (X have) (X (X (X a) (X commission)) (X (X cost) (X advantage))))) (X (X because) (X (X of) (X (X (X (X (X the) (X quantity)) (X (X of) (X (X their) (X trades)))) (X ,)) (X (X that) (X (X (X they) (X (X have) (X (X (X (X a) (X smaller)) (X margin)) (X requirement)))) (X (X than) (X (X (X individual) (X investors)) (X (X do) (X (X (X and) (X (X that) (X (X (X they) (X often)) (X can)))) (X (X figure) (X (X out) (X earlier))))))))))))) (X (X where) (X (X (X (X the) (X market)) (X is)) (X (X heading) (X .)))))))
(X (X (X (X But) (X he)) (X (X blames) (X (X program) (X trading)))) (X (X for) (X (X (X only) (X some)) (X (X of) (X (X (X the) (X (X market) (X (X 's) (X volatility)))) (X .))))))
(X (X (X (X He) (X also)) (X (X considers) (X (X (X the) (X (X market) (X overvalued))) (X and)))) (X (X cites) (X (X (X the) (X troubles)) (X (X in) (X (X (X junk) (X bonds)) (X .))))))
(X (X (X He) (X (X adds) (X :))) (X (X ``) (X (X (X (X (X The) (X market)) (X may)) (X be)) (X (X giving) (X (X (X (X us) (X (X another) (X message))) (X ,)) (X (X that) (X (X (X a) (X recession)) (X (X is) (X (X (X looming) (X .)) (X ''))))))))))
(X (X (X (X Or) (X ,)) (X (X as) (X (X (X Dorothy) (X Arighi)) (X (X ,) (X (X (X (X (X an) (X interior)) (X decorator)) (X (X in) (X Arnold))) (X (X ,) (X (X Calif.) (X ,)))))))) (X (X puts) (X (X (X it) (X :)) (X (X ``) (X (X (X All) (X kinds)) (X (X of) (X (X (X funny) (X things)) (X (X spook) (X (X (X the) (X (X market) (X (X these) (X days)))) (X (X .) (X '')))))))))))
(X (X (X (X (X But) (X she)) (X believes)) (X that)) (X (X ``) (X (X (X program) (X trading)) (X (X creates) (X (X (X deviant) (X swings)) (X .))))))
(X (X (X (X It) (X 's)) (X (X not) (X (X (X a) (X sound)) (X thing)))) (X (X ;) (X (X (X there) (X (X 's) (X (X (X no) (X inherent)) (X virtue)))) (X (X in) (X (X (X it) (X .)) (X ''))))))
(X (X (X (X She) (X adds)) (X (X that) (X (X (X legislation) (X (X curbing) (X it))) (X (X would) (X be))))) (X (X ``) (X (X (X a) (X (X darned) (X (X good) (X idea)))) (X (X .) (X '')))))
(X (X (X (X (X (X (X At) (X the)) (X Charles)) (X Schwab)) (X (X &) (X (X Co.) (X office)))) (X (X in) (X (X (X Atlanta) (X (X 's) (X (X Buckhead) (X district)))) (X (X ,) (X (X (X a) (X group)) (X (X of) (X (X (X investors) (X voices)) (X skepticism)))))))) (X (X that) (X (X (X federal) (X officials)) (X (X would) (X (X curb) (X (X (X program) (X trading)) (X .)))))))
(X (X (X (X (X (X Citing) (X the)) (X (X October) (X (X 1987) (X crash)))) (X (X ,) (X (X Glenn) (X Miller)))) (X (X says) (X ,))) (X (X ``) (X (X (X (X (X (X It) (X 's)) (X (X like) (X (X (X the) (X last)) (X crash)))) (X (X --) (X (X they) (X (X threatened) (X ,))))) (X (X but) (X (X no) (X one)))) (X (X did) (X (X anything) (X (X .) (X '')))))))
(X (X (X (X (X (X A.) (X Donald)) (X Anderson)) (X (X ,) (X (X (X (X (X (X (X a) (X 59-year-old)) (X Los)) (X Angeles)) (X investor)) (X who)) (X (X says) (X (X (X (X the) (X stock)) (X (X market) (X 's))) (X (X ``) (X (X fluctuations) (X (X and) (X gyrations))))))))) (X (X give) (X (X (X (X me) (X the)) (X heebie-jeebies)) (X (X ,) (X ''))))) (X (X does) (X (X n't) (X (X see) (X (X (X much) (X point)) (X (X in) (X (X outlawing) (X (X (X program) (X trading)) (X .)))))))))
(X (X (X (X (X (X Those) (X (X who) (X still))) (X (X want) (X to))) (X (X do) (X (X it) (X (X ``) (X (X will) (X just)))))) (X (X find) (X (X (X some) (X way)) (X (X to) (X (X get) (X (X around) (X (X '') (X (X any) (X attempt))))))))) (X (X to) (X (X (X curb) (X it)) (X .))))
(X (X (X (X (X Similarly) (X (X ,) (X (X (X (X Rick) (X Wamre)) (X (X ,) (X (X a) (X (X 31-year-old) (X (X asset) (X manager)))))) (X (X for) (X (X (X (X a) (X Dallas)) (X (X real-estate) (X firm))) (X ,)))))) (X (X would) (X (X like) (X (X to) (X (X see) (X (X (X program) (X trading)) (X disappear))))))) (X because)) (X (X ``) (X (X (X (X I) (X (X ca) (X n't))) (X see)) (X (X that) (X (X it) (X (X does) (X (X (X anything) (X (X for) (X (X the) (X (X market) (X (X or) (X (X the) (X country))))))) (X (X .) (X '')))))))))
(X (X (X (X Yet) (X he)) (X (X is) (X (X (X n't) (X in)) (X favor)))) (X (X of) (X (X (X new) (X legislation)) (X .))))
(X (X ``) (X (X I) (X (X think) (X (X (X (X we) (X 've)) (X (X got) (X (X enough) (X (X securities) (X laws))))) (X (X ,) (X (X (X '') (X he)) (X (X says) (X .))))))))
(X (X ``) (X (X (X I) (X (X 'd) (X (X much) (X (X rather) (X (X see) (X (X them) (X dealing))))))) (X (X with) (X (X (X interest) (X rates)) (X (X and) (X (X (X the) (X deficit)) (X (X .) (X ''))))))))
(X (X (X (X (X Peter) (X Anthony)) (X (X ,) (X (X (X who) (X (X runs) (X (X an) (X (X employment) (X agency))))) (X (X in) (X (X (X New) (X York)) (X (X ,) (X (X decries) (X (X program) (X trading))))))))) (X as)) (X (X ``) (X (X (X limiting) (X (X the) (X game))) (X (X to) (X (X (X (X (X (X a) (X few)) (X ,)) (X '')) (X (X but) (X (X he) (X also)))) (X (X is) (X (X (X n't) (X (X sure) (X it))) (X (X should) (X (X be) (X (X more) (X (X strictly) (X (X regulated) (X .)))))))))))))
(X (X (X (X ``) (X (X I) (X (X do) (X (X (X n't) (X want)) (X (X to) (X (X denounce) (X it))))))) (X (X because) (X (X (X (X denouncing) (X it)) (X (X would) (X be))) (X (X like) (X (X (X denouncing) (X capitalism)) (X (X ,) (X (X '') (X he)))))))) (X (X explains) (X .)))
(X (X (X (X And) (X (X surprising) (X numbers))) (X (X of) (X (X small) (X investors)))) (X (X seem) (X (X to) (X (X (X (X be) (X adapting)) (X (X to) (X (X (X (X (X (X greater) (X stock)) (X market)) (X volatility)) (X and)) (X (X say) (X (X they) (X (X can) (X live))))))) (X (X with) (X (X program) (X (X trading) (X .))))))))
(X (X (X (X (X Glenn) (X Britta)) (X (X ,) (X (X (X (X a) (X 25-year-old)) (X New)) (X (X York) (X (X (X financial) (X analyst)) (X who)))))) (X (X plays) (X (X options) (X (X for) (X (X (X (X his) (X (X personal) (X account))) (X ,)) (X (X says) (X (X he) (X is)))))))) (X (X ``) (X (X (X factoring) (X (X '') (X (X the) (X (X market) (X (X 's) (X volatility)))))) (X (X ``) (X (X into) (X (X (X (X investment) (X decisions)) (X .)) (X '')))))))
(X (X (X He) (X adds)) (X (X that) (X (X (X program) (X trading)) (X (X ``) (X (X (X increases) (X liquidity)) (X (X in) (X (X (X the) (X market)) (X .))))))))
(X (X (X You) (X (X ca) (X n't))) (X (X hold) (X (X (X back) (X technology)) (X (X .) (X '')))))
(X (X (X (X (X (X And) (X the)) (X practice)) (X (X should) (X (X (X (X n't) (X (X be) (X stopped))) (X (X ,) (X he))) (X (X says) (X ,))))) (X because)) (X (X ``) (X (X (X (X even) (X (X big) (X players))) (X (X are) (X (X n't) (X immune)))) (X (X to) (X (X (X the) (X rigors)) (X (X of) (X (X (X (X program) (X trading)) (X .)) (X ''))))))))
(X (X (X (X Also) (X (X in) (X (X New) (X York)))) (X (X ,) (X (X (X Israel) (X Silverman)) (X (X ,) (X (X (X an) (X (X insurance-company) (X lawyer))) (X (X ,) (X comments))))))) (X (X that) (X (X (X (X program) (X trading)) (X (X ``) (X (X (X increases) (X volatility)) (X ,)))) (X (X but) (X (X I) (X (X do) (X (X n't) (X (X think) (X (X it) (X (X should) (X (X be) (X (X banned) (X .)))))))))))))
(X (X (X (X (X There) (X (X 's) (X no))) (X culprit)) (X here)) (X .))
(X (X (X (X The) (X market)) (X (X is) (X just))) (X (X becoming) (X (X more) (X (X (X efficient) (X .)) (X '')))))
(X (X (X (X Arbitraging) (X (X on) (X (X differences) (X (X between) (X (X spot) (X (X and) (X (X futures) (X prices)))))))) (X (X is) (X (X an) (X (X important) (X part))))) (X (X of) (X (X (X many) (X (X financial) (X markets))) (X (X ,) (X (X he) (X (X says) (X .)))))))
(X (X (X He) (X adds)) (X (X that) (X (X (X (X (X his) (X shares)) (X (X in) (X (X (X a) (X (X company) (X (X savings) (X plan)))) (X (X are) (X invested))))) (X (X in) (X (X a) (X (X mutual) (X fund))))) (X (X ,) (X (X (X and) (X (X volatility) (X (X ,) (X (X on) (X (X (X a) (X given)) (X day)))))) (X (X ,) (X (X may) (X (X hurt) (X (X (X the) (X fund)) (X .))))))))))
(X (X (X But) (X (X ``) (X I))) (X (X 'm) (X (X (X (X (X a) (X long-term)) (X investor)) (X (X ,) (X (X '') (X he)))) (X (X says) (X .)))))
(X (X ``) (X (X (X (X If) (X you)) (X (X were) (X (X (X (X a) (X short-term)) (X investor)) (X (X ,) (X (X you) (X (X might) (X (X be) (X (X more) (X leery))))))))) (X (X about) (X (X (X (X program) (X trading)) (X .)) (X '')))))
(X (X (X (X (X (X Jim) (X Enzor)) (X (X of) (X (X Atlanta) (X (X defends) (X (X program) (X trading)))))) (X (X because) (X (X he) (X believes)))) (X (X that) (X (X it) (X can)))) (X (X bring) (X (X (X (X the) (X (X market) (X back))) (X up)) (X (X after) (X (X (X a) (X plunge)) (X .))))))
(X (X (X ``) (X (X (X (X (X (X If) (X we)) (X (X have) (X (X (X a) (X (X real) (X bad))) (X day)))) (X (X ,) (X (X the) (X program)))) (X would)) (X (X say) (X (X (X ,) (X (X `) (X Buy))) (X (X ,) (X (X ') (X (X '') (X he)))))))) (X (X explains) (X .)))
(X (X (X (X ``) (X (X (X (X If) (X you)) (X could)) (X (X get) (X (X the) (X rhythm))))) (X (X of) (X (X (X (X (X the) (X program)) (X trading)) (X (X ,) (X (X you) (X could)))) (X (X take) (X advantage))))) (X (X of) (X (X (X it) (X .)) (X ''))))
(X (X (X (X What) (X else)) (X (X can) (X (X (X a) (X small)) (X investor)))) (X (X do) (X ?)))
(X (X (X (X Scott) (X Taccetta)) (X (X ,) (X (X (X (X a) (X Chicago)) (X accountant)) (X ,)))) (X (X is) (X (X going) (X (X into) (X (X (X money-market) (X funds)) (X .))))))
(X (X (X (X Mr.) (X Taccetta)) (X (X says) (X (X (X (X he) (X (X had) (X (X just) (X (X recouped) (X (X (X the) (X $)) (X (X 5,000) (X he))))))) (X lost)) (X (X in) (X (X (X the) (X 1987)) (X crash)))))) (X (X when) (X (X he) (X (X lost) (X (X (X more) (X (X money) (X last))) (X (X Oct.) (X (X 13) (X .))))))))
(X (X (X (X Now) (X (X ,) (X he))) (X plans)) (X (X to) (X (X sell) (X (X (X (X all) (X his)) (X stocks)) (X (X by) (X (X (X (X the) (X first)) (X quarter)) (X (X of) (X (X 1990) (X .)))))))))
(X (X (X (X (X In) (X October)) (X (X ,) (X (X before) (X (X (X (X the) (X market)) (X dropped)) (X (X ,) (X (X Mrs.) (X Arighi))))))) (X (X of) (X (X Arnold) (X (X ,) (X (X (X Calif.) (X ,)) (X moved)))))) (X (X to) (X (X (X (X sell) (X (X the) (X (X ``) (X (X (X speculative) (X stocks)) (X ''))))) (X (X in) (X (X her) (X (X family) (X trust))))) (X (X ``) (X (X (X (X so) (X we)) (X (X will) (X (X be) (X able)))) (X (X to) (X (X (X (X withstand) (X (X (X all) (X this)) (X flim-flammery))) (X (X '') (X caused))) (X (X by) (X (X (X program) (X trading)) (X .))))))))))
(X (X She) (X (X believes) (X (X that) (X (X (X (X (X the) (X only)) (X answer)) (X (X for) (X (X individuals) (X is)))) (X (X to) (X (X (X (X ``) (X (X buy) (X stocks))) (X that)) (X (X 'll) (X (X (X weather) (X (X any) (X storm))) (X (X .) (X ''))))))))))
(X (X (X (X (X Lucille) (X Gorman)) (X (X ,) (X (X (X (X (X an) (X 84-year-old)) (X Chicago)) (X housewife)) (X ,)))) (X (X has) (X (X become) (X (X amazingly) (X immune))))) (X (X to) (X (X (X stock-market) (X jolts)) (X .))))
(X (X (X Mrs.) (X Gorman)) (X (X took) (X (X advantage) (X (X of) (X (X (X (X low) (X prices)) (X (X after) (X (X (X the) (X 1987)) (X crash)))) (X (X to) (X (X (X buy) (X (X stocks) (X and))) (X (X has) (X (X hunted) (X (X for) (X (X (X other) (X bargains)) (X (X since) (X (X (X the) (X (X Oct.) (X (X 13) (X plunge)))) (X .))))))))))))))
(X (X (X ``) (X (X My) (X stocks))) (X (X are) (X (X (X all) (X (X blue) (X chips))) (X (X ,) (X (X (X '') (X she)) (X (X says) (X .)))))))
(X (X ``) (X (X (X (X (X (X If) (X the)) (X market)) (X (X goes) (X down))) (X (X ,) (X (X (X I) (X (X (X figure) (X it)) (X (X 's) (X (X paper) (X profits))))) (X I)))) (X (X 'm) (X (X losing) (X .)))))
(X (X (X (X (X On) (X the)) (X (X other) (X hand))) (X ,)) (X (X if) (X (X (X (X it) (X (X goes) (X (X way) (X (X sky) (X high))))) (X (X ,) (X (X I) (X always)))) (X (X sell) (X .)))))
(X (X You) (X (X do) (X (X (X n't) (X want)) (X (X to) (X (X get) (X (X (X (X yourself) (X too)) (X upset)) (X (X about) (X (X (X these) (X things)) (X .)))))))))
(X (X (X (X (X (X (X Young) (X (X 's) (X Market))) (X Co.)) (X (X ,) (X (X a) (X wholesaler)))) (X (X of) (X (X (X (X spirits) (X (X ,) (X (X (X wines) (X (X and) (X (X other) (X goods)))) (X ,)))) (X (X said) (X (X (X it) (X will)) (X merge)))) (X (X with) (X (X (X (X a) (X new)) (X corporation)) (X formed)))))) (X (X by) (X (X (X (X the) (X (X Underwood) (X family))) (X ,)) (X which)))) (X (X controls) (X (X Young) (X (X 's) (X .)))))
(X (X (X Under) (X terms)) (X (X of) (X (X (X (X the) (X agreement)) (X (X ,) (X (X (X (X (X shareholders) (X other)) (X (X than) (X (X the) (X Underwoods)))) (X will)) (X (X receive) (X (X (X (X $) (X (X 3,500) (X (X a) (X share)))) (X (X at) (X (X closing) (X ,)))) (X which)))))) (X (X is) (X (X expected) (X (X in) (X (X December) (X .))))))))
(X (X (X (X (X The) (X (X Underwood) (X family))) (X said)) (X (X that) (X (X (X holders) (X (X of) (X (X (X (X more) (X (X than) (X (X a) (X majority)))) (X (X of) (X (X the) (X stock)))) (X (X of) (X (X the) (X company)))))) (X (X have) (X (X approved) (X (X the) (X transaction))))))) (X (X by) (X (X (X written) (X consent)) (X .))))
(X (X (X (X (X (X (X Researchers) (X (X at) (X (X (X (X (X American) (X Telephone)) (X &)) (X Telegraph)) (X (X Co.) (X (X 's) (X Bell)))))) (X Laboratories)) (X (X reported) (X they))) (X (X raised) (X (X (X (X the) (X electrical)) (X (X current-carrying) (X capacity))) (X (X of) (X (X (X new) (X superconductor)) (X crystals)))))) (X (X by) (X (X (X (X a) (X factor)) (X (X of) (X (X 100) (X ,)))) (X (X moving) (X (X (X the) (X materials)) (X closer)))))) (X (X to) (X (X (X commercial) (X use)) (X .))))
(X (X (X The) (X scientists)) (X (X said) (X (X (X they) (X (X created) (X (X (X small) (X changes)) (X (X in) (X (X the) (X (X crystal-lattice) (X structures))))))) (X (X of) (X (X (X (X the) (X superconductors)) (X (X to) (X (X raise) (X (X (X the) (X amount)) (X (X of) (X (X current) (X (X that) (X (X (X single) (X crystals)) (X could))))))))) (X (X carry) (X (X to) (X (X (X (X 600,000) (X amps)) (X (X per) (X (X square) (X centimeter)))) (X (X in) (X (X (X a) (X (X (X moderately) (X strong)) (X (X magnetic) (X field)))) (X .)))))))))))
(X (X (X The) (X scientists)) (X (X said) (X (X (X they) (X (X made) (X (X the) (X advance)))) (X (X with) (X (X (X (X yttrium-containing) (X superconductors)) (X cooled)) (X (X to) (X (X (X liquid-nitrogen) (X temperature)) (X (X ,) (X (X (X or) (X (X minus) (X (X 321) (X degrees)))) (X (X Fahrenheit) (X .)))))))))))
(X (X (X (X Their) (X report)) (X appears)) (X (X in) (X (X (X (X today) (X 's)) (X issue)) (X (X of) (X (X (X the) (X journal)) (X (X Nature) (X .)))))))
(X (X (X The) (X finding)) (X (X marks) (X (X (X (X (X (X a) (X (X significant) (X step))) (X (X in) (X research))) (X on)) (X (X ``) (X (X (X (X (X bulk) (X '')) (X superconductors)) (X (X ,) (X which))) (X (X are) (X aimed))))) (X (X at) (X (X use) (X (X in) (X (X (X wires) (X (X for) (X motors))) (X (X ,) (X (X (X magnets) (X (X ,) (X generators))) (X (X and) (X (X (X other) (X applications)) (X .))))))))))))
(X (X (X (X (X Scientists) (X (X had) (X (X (X obtained) (X (X (X even) (X (X higher) (X current-carrying))) (X capacity))) (X (X in) (X (X thin) (X films)))))) (X (X of) (X (X (X (X the) (X new)) (X superconductors)) (X ,)))) (X (X but) (X (X have) (X (X had) (X (X (X problems) (X (X increasing) (X (X the) (X amount)))) (X (X of) (X (X current) (X (X that) (X (X (X bulk) (X crystals)) (X could)))))))))) (X (X carry) (X .)))
(X (X (X (X Superconductors) (X (X conduct) (X electricity))) (X (X without) (X resistance))) (X (X when) (X (X cooled) (X .))))
(X (X (X (X (X A) (X family)) (X (X of) (X (X ceramic) (X superconductors)))) (X (X discovered) (X (X during) (X (X (X (X the) (X past)) (X (X three) (X years))) (X (X promise) (X (X new) (X (X technologies) (X such)))))))) (X (X as) (X (X (X (X (X cheaper) (X (X electrical) (X generation))) (X --)) (X (X but) (X only))) (X (X if) (X (X (X (X their) (X current-carrying)) (X capacity)) (X (X can) (X (X be) (X (X raised) (X .)))))))))
(X (X (X (X (X The) (X AT&T)) (X advance)) (X shows)) (X (X how) (X (X (X one) (X aspect)) (X (X of) (X (X (X the) (X (X current-carrying) (X problem))) (X (X can) (X (X be) (X (X overcome) (X .)))))))))
(X (X But) (X (X ``) (X (X (X (X it) (X (X wo) (X n't))) (X lead)) (X (X to) (X (X (X (X imminent) (X (X use) (X (X '') (X (X of) (X (X (X new) (X superconductors)) (X (X ,) (X (X (X (X cautioned) (X Robert)) (X (X B.) (X (X van) (X Dover)))) (X (X ,) (X one))))))))) (X (X of) (X (X the) (X (X AT&T) (X researchers))))) (X .))))))
(X (X (X (X (X He) (X added)) (X (X that) (X (X (X the) (X (X current-carrying) (X capacity))) (X (X of) (X (X multi-crystal) (X samples)))))) (X (X of) (X (X (X superconductors) (X (X remains) (X (X too) (X low)))) (X (X for) (X (X (X most) (X practical)) (X uses)))))) (X (X because) (X (X of) (X (X (X (X so-called) (X weak)) (X links)) (X (X between) (X (X crystals) (X .)))))))
(X (X (X (X Such) (X (X multi-crystal) (X materials))) (X (X will) (X (X probably) (X (X be) (X needed))))) (X (X for) (X (X (X commercial) (X applications)) (X .))))
(X (X (X (X (X (X Mr.) (X van)) (X Dover)) (X (X said) (X (X (X the) (X (X AT&T) (X team))) (X (X created) (X (X (X (X the) (X desired)) (X crystal)) (X changes)))))) (X (X by) (X (X bombarding) (X (X superconductor) (X samples))))) (X (X with) (X (X (X neutrons) (X (X ,) (X (X a) (X process)))) (X (X that) (X (X creates) (X (X (X (X some) (X radioactivity)) (X (X in) (X (X (X the) (X samples)) (X (X and) (X (X may) (X (X not) (X (X be) (X feasible)))))))) (X (X for) (X (X (X (X large-scale) (X commercial)) (X use)) (X .)))))))))
(X (X (X (X (X (X Still) (X (X ,) (X (X scientists) (X (X breathed) (X (X (X a) (X collective)) (X sigh)))))) (X (X of) (X (X relief) (X (X about) (X (X (X the) (X finding)) (X ,)))))) (X (X because) (X it))) (X demonstrates)) (X (X how) (X (X (X to) (X (X overcome) (X (X (X the) (X (X ``) (X (X (X flux) (X pinning)) (X (X '') (X problem))))) (X (X that) (X (X (X earlier) (X (X this) (X year))) (X (X was) (X (X widely) (X publicized)))))))) (X (X as) (X (X undercutting) (X (X (X new) (X (X superconductors) (X '))) (X (X potential) (X .))))))))
(X (X (X The) (X problem)) (X (X involves) (X (X (X the) (X motion)) (X (X of) (X (X (X (X (X small) (X (X magnetic) (X fields))) (X (X within) (X (X superconductor) (X crystals)))) (X ,)) (X (X limiting) (X (X their) (X (X current-carrying) (X (X capacity) (X .))))))))))
(X (X (X (X (X (X Mr.) (X van)) (X Dover)) (X (X said) (X (X (X (X the) (X crystal)) (X (X changes) (X (X his) (X team)))) (X (X introduced) (X (X apparently) (X (X pins) (X (X the) (X (X magnetic) (X fields))))))))) (X (X in) (X (X place) (X ,)))) (X (X preventing) (X (X them) (X (X from) (X (X lowering) (X (X current-carrying) (X (X capacity) (X .))))))))
(X (X (X (X (X (X (X Mr.) (X van)) (X Dover)) (X added)) (X (X that) (X researchers))) (X (X are) (X trying))) (X (X to) (X (X (X determine) (X precisely)) (X (X what) (X (X (X crystal) (X changes)) (X (X solved) (X (X (X the) (X problem)) (X .))))))))
(X (X (X Determining) (X (X that) (X may))) (X (X enable) (X (X (X (X (X them) (X to)) (X (X develop) (X (X better) (X ways)))) (X to)) (X (X introduce) (X (X (X (X the) (X needed)) (X (X crystal-lattice) (X patterns))) (X .))))))
(X (X (X (X The) (X (X AT&T) (X (X team) (X also)))) (X (X is) (X trying))) (X (X to) (X (X combine) (X (X (X (X their) (X latest)) (X (X superconductor) (X process))) (X (X with) (X (X ``) (X (X (X melt-textured) (X growth)) (X (X ,) (X (X (X '') (X (X (X a) (X process)) (X (X discovered) (X earlier)))) (X (X at) (X (X (X Bell) (X Laboratories)) (X .))))))))))))
(X (X (X The) (X (X combined) (X (X processes) (X (X may) (X significantly))))) (X (X raise) (X (X (X the) (X (X current-carrying) (X capacity))) (X (X of) (X (X (X multi-crystal) (X samples)) (X .))))))
(X (X (X (X (X (X William) (X C.)) (X Walbrecher)) (X Jr.)) (X (X ,) (X (X (X (X (X an) (X executive)) (X (X at) (X (X (X San) (X (X Francisco-based) (X (X 1st) (X Nationwide)))) (X Bank)))) (X ,)) (X (X was) (X (X (X named) (X president)) (X (X and) (X (X chief) (X (X executive) (X officer))))))))) (X (X of) (X (X (X (X Citadel) (X Holding)) (X Corp.)) (X (X and) (X (X (X (X its) (X (X principal) (X operating))) (X unit)) (X (X ,) (X (X (X Fidelity) (X Federal)) (X (X Bank) (X .)))))))))
(X (X (X The) (X appointment)) (X (X takes) (X (X effect) (X (X Nov.) (X (X 13) (X .))))))
(X (X (X (X (X (X (X (X He) (X succeeds)) (X James)) (X A.)) (X Taylor)) (X (X ,) (X (X who) (X stepped)))) (X down)) (X (X as) (X (X (X (X chairman) (X (X ,) (X (X president) (X (X and) (X (X chief) (X executive)))))) (X (X in) (X March))) (X (X for) (X (X (X health) (X reasons)) (X .))))))
(X (X (X (X (X Edward) (X L.)) (X Kane)) (X (X succeeded) (X (X Mr.) (X Taylor)))) (X (X as) (X (X chairman) (X .))))
(X (X (X Separately) (X (X ,) (X (X Citadel) (X (X posted) (X (X a) (X (X third-quarter) (X (X net) (X loss)))))))) (X (X of) (X (X (X (X (X $) (X (X 2.3) (X million))) (X (X ,) (X (X (X or) (X (X (X 68) (X cents)) (X a))) (X share)))) (X (X ,) (X (X versus) (X (X net) (X income))))) (X (X of) (X (X (X (X $) (X (X 5.3) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.61) (X (X a) (X share)))))) (X (X ,) (X (X (X a) (X (X year) (X earlier))) (X .))))))))
(X (X (X (X (X The) (X latest)) (X results)) (X (X include) (X (X (X some) (X (X unusual) (X write-downs))) (X (X ,) (X (X which) (X (X had) (X (X an) (X (X after-tax) (X impact))))))))) (X (X of) (X (X $) (X (X 4.9) (X (X million) (X .))))))
(X (X (X Those) (X (X included) (X (X costs) (X associated)))) (X (X with) (X (X (X (X (X (X (X the) (X (X potential) (X Valley))) (X Federal)) (X Savings)) (X (X and) (X (X (X (X Loan) (X (X Association) (X acquisition))) (X ,)) (X which)))) (X (X was) (X terminated))) (X (X on) (X (X (X (X Sept.) (X 27)) (X (X ,) (X 1989))) (X .))))))
(X (X (X (X (X In) (X addition)) (X (X ,) (X (X operating) (X results)))) (X (X were) (X (X hit) (X (X by) (X (X an) (X increase)))))) (X (X in) (X (X loan) (X (X and) (X (X (X (X real) (X estate)) (X (X loss) (X reserves))) (X .))))))
(X (X (X (X (X (X In) (X American)) (X Stock)) (X (X Exchange) (X (X composite) (X trading)))) (X (X ,) (X Citadel))) (X (X shares) (X (X (X (X closed) (X yesterday)) (X (X at) (X (X $) (X 45.75)))) (X (X ,) (X (X down) (X (X (X 25) (X cents)) (X .)))))))
(X (X (X The) (X following)) (X (X were) (X (X (X among) (X (X (X (X (X (X yesterday) (X 's)) (X offerings)) (X (X and) (X pricings))) (X (X in) (X (X (X the) (X U.S.)) (X (X and) (X (X non-U.S.) (X (X capital) (X markets))))))) (X ,))) (X (X with) (X (X (X (X terms) (X (X and) (X (X syndicate) (X manager)))) (X ,)) (X (X as) (X (X compiled) (X (X by) (X (X (X (X (X (X Dow) (X Jones)) (X Capital)) (X Markets)) (X Report)) (X :))))))))))
(X (X (X (X (X International) (X Business)) (X Machines)) (X Corp.)) (X --))
(X (X (X (X (X (X $) (X (X 750) (X million))) (X (X of) (X (X (X (X (X 8) (X 3\/8)) (X %)) (X debentures)) (X (X due) (X (X (X Nov.) (X 1)) (X (X ,) (X 2019))))))) (X (X ,) (X (X priced) (X (X at) (X 99))))) (X to)) (X (X yield) (X (X (X 8.467) (X %)) (X .))))
(X (X (X (X (X The) (X 30-year)) (X (X non-callable) (X issue))) (X (X was) (X (X priced) (X (X at) (X (X a) (X spread)))))) (X (X of) (X (X (X (X 57) (X basis)) (X points)) (X (X above) (X (X (X (X the) (X (X Treasury) (X (X 's) (X (X 8) (X 1\/8))))) (X %)) (X (X bellwether) (X (X (X long) (X bond)) (X .))))))))
(X (X (X (X Rated) (X triple-A)) (X (X by) (X (X (X (X (X both) (X (X Moody) (X (X 's) (X Investors)))) (X (X Service) (X Inc.))) (X (X and) (X (X Standard) (X (X &) (X (X Poor) (X (X 's) (X Corp.))))))) (X (X ,) (X (X (X the) (X issue)) (X (X will) (X (X be) (X sold)))))))) (X (X through) (X (X (X underwriters) (X led)) (X (X by) (X (X (X (X Salomon) (X Brothers)) (X Inc)) (X .))))))
(X (X (X (X The) (X size)) (X (X of) (X (X (X the) (X issue)) (X (X was) (X increased))))) (X (X from) (X (X (X an) (X (X originally) (X (X planned) (X (X $) (X (X 500) (X million)))))) (X .))))
(X (X Detroit) (X --))
(X (X (X (X (X (X (X (X $) (X (X 130) (X million))) (X (X of) (X (X general) (X obligation)))) (X (X distributable) (X (X (X state) (X (X aid) (X bonds))) (X (X due) (X 1991-2000))))) (X (X and) (X 2009))) (X (X ,) (X (X tentatively) (X priced)))) (X (X by) (X (X (X (X (X a) (X Chemical)) (X Securities)) (X (X Inc.) (X group))) (X (X to) (X yield))))) (X (X from) (X (X (X 6.20) (X %)) (X (X in) (X (X (X 1991) (X (X to) (X (X 7.272) (X %)))) (X (X in) (X (X 2009) (X .))))))))
(X (X There) (X (X is) (X (X (X (X $) (X (X 81.8) (X million))) (X (X of) (X (X (X (X (X 7.20) (X %)) (X (X term) (X bonds))) (X (X due) (X (X 2009) (X priced)))) (X (X at) (X (X 99) (X 1\/4)))))) (X (X to) (X (X yield) (X (X (X 7.272) (X %)) (X .)))))))
(X (X (X Serial) (X bonds)) (X (X are) (X (X (X priced) (X (X to) (X yield))) (X (X from) (X (X (X 6.20) (X %)) (X (X in) (X (X (X 1991) (X (X to) (X (X 7) (X %)))) (X (X in) (X (X 2000) (X .))))))))))
(X (X (X The) (X bonds)) (X (X are) (X (X insured) (X (X and) (X (X triple-A-rated) (X .))))))
(X (X (X (X (X (X Santa) (X Ana)) (X Community)) (X Redevelopment)) (X Agency)) (X (X ,) (X (X Calif.) (X --))))
(X (X (X (X (X (X $) (X (X 107) (X million))) (X (X of) (X (X tax) (X (X allocation) (X bonds))))) (X (X ,) (X (X (X (X (X (X 1989) (X Series)) (X A-D)) (X (X ,) (X (X due) (X 1991-1999)))) (X (X ,) (X (X 2009) (X (X and) (X 2019))))) (X (X ,) (X (X tentatively) (X priced)))))) (X (X by) (X (X (X (X (X (X (X (X (X a) (X Donaldson)) (X Lufkin)) (X &)) (X Jenrette)) (X Securities)) (X (X Corp.) (X group))) (X to)) (X yield)))) (X (X from) (X (X (X (X 6.40) (X %)) (X (X in) (X (X 1991) (X (X to) (X (X 7.458) (X %)))))) (X (X in) (X (X 2019) (X .))))))
(X (X (X (X (X (X The) (X (X 7) (X 3\/8))) (X (X %) (X term))) (X bonds)) (X (X due) (X 2009))) (X (X are) (X (X (X (X (X priced) (X (X at) (X (X 99) (X 1\/2)))) (X (X to) (X (X yield) (X (X 7.422) (X %))))) (X (X ,) (X (X and) (X (X (X (X 7) (X 3\/8)) (X (X %) (X (X term) (X bonds)))) (X (X due) (X 2019)))))) (X (X are) (X (X (X priced) (X (X at) (X (X 99) (X to)))) (X (X yield) (X (X (X 7.458) (X %)) (X .))))))))
(X (X (X Serial) (X bonds)) (X (X are) (X (X (X (X (X priced) (X (X at) (X par))) (X to)) (X yield)) (X (X from) (X (X (X (X 6.40) (X %)) (X (X in) (X 1991))) (X (X to) (X (X (X 7.15) (X %)) (X (X in) (X (X 1999) (X .))))))))))
(X (X (X The) (X bonds)) (X (X are) (X (X (X rated) (X single-A)) (X (X by) (X (X (X S&P) (X (X ,) (X according))) (X (X to) (X (X (X (X the) (X lead)) (X underwriter)) (X .))))))))
(X (X (X (X (X (X Maryland) (X Community)) (X Development)) (X Administration)) (X (X ,) (X Department))) (X (X of) (X (X (X Housing) (X (X and) (X (X Community) (X Development)))) (X --))))
(X (X (X (X (X (X $) (X (X 80.8) (X million))) (X (X of) (X (X (X single-family) (X program)) (X bonds)))) (X (X ,) (X (X (X (X (X 1989) (X fourth)) (X (X and) (X (X fifth) (X series)))) (X (X ,) (X (X tentatively) (X priced)))) (X (X by) (X (X (X (X (X a) (X Merrill)) (X Lynch)) (X (X Capital) (X (X Markets) (X group)))) (X (X to) (X yield))))))) (X (X from) (X (X (X (X 6.25) (X %)) (X (X in) (X 1992))) (X (X for) (X (X (X fourth) (X series)) (X bonds)))))) (X (X to) (X (X (X (X 7.74) (X %)) (X (X in) (X 2029))) (X (X for) (X (X (X fifth) (X (X series) (X bonds))) (X .))))))
(X (X There) (X (X is) (X (X (X (X (X (X $) (X (X 30.9) (X million))) (X (X of) (X (X fourth) (X (X series) (X bonds))))) (X (X ,) (X (X the) (X interest)))) (X (X on) (X (X which) (X (X is) (X (X not) (X subject)))))) (X (X to) (X (X (X the) (X federal)) (X (X alternative) (X (X minimum) (X (X tax) (X .)))))))))
(X (X (X They) (X (X mature) (X 1992-1999))) (X (X ,) (X (X (X 2009) (X (X and) (X 2017))) (X .))))
(X (X (X Fourth) (X (X series) (X (X serial) (X bonds)))) (X (X are) (X (X (X (X (X priced) (X (X at) (X par))) (X to)) (X yield)) (X (X from) (X (X (X (X 6.25) (X %)) (X (X in) (X 1992))) (X (X to) (X (X (X 7) (X %)) (X (X in) (X (X 1999) (X .))))))))))
(X (X (X (X (X The) (X 7.40)) (X (X %) (X (X term) (X bonds)))) (X (X due) (X 2009))) (X (X are) (X (X (X priced) (X (X to) (X (X yield) (X (X (X 7.45) (X %)) (X (X ,) (X (X and) (X (X (X 7.40) (X (X %) (X (X term) (X bonds)))) (X (X due) (X 2017))))))))) (X (X are) (X (X priced) (X (X to) (X (X yield) (X (X (X 7.50) (X %)) (X .)))))))))
(X (X There) (X (X is) (X (X (X (X (X $) (X (X 49.9) (X million))) (X (X of) (X (X fifth) (X (X series) (X bonds))))) (X (X ,) (X (X which) (X (X are) (X subject))))) (X (X to) (X (X (X the) (X federal)) (X (X alternative) (X (X minimum) (X (X tax) (X .)))))))))
(X (X (X (X They) (X mature)) (X (X in) (X 2005))) (X (X ,) (X (X 2009) (X (X and) (X (X 2029) (X .))))))
(X (X (X (X (X Bonds) (X due)) (X (X in) (X 2005))) (X (X have) (X (X (X (X (X a) (X (X 7) (X 1\/2))) (X %)) (X coupon)) (X and)))) (X (X are) (X (X priced) (X (X at) (X (X par) (X .))))))
(X (X (X (X (X The) (X (X 7) (X 5\/8))) (X (X %) (X bonds))) (X (X due) (X 2009))) (X (X are) (X (X priced) (X (X to) (X (X (X (X yield) (X (X 7.65) (X %))) (X (X ,) (X (X and) (X (X (X (X 7) (X 5\/8)) (X (X %) (X bonds))) (X (X due) (X 2029)))))) (X (X are) (X (X (X priced) (X (X at) (X (X 98) (X 1\/2)))) (X (X to) (X (X yield) (X (X (X 7.74) (X %)) (X .)))))))))))
(X (X (X (X The) (X underwriters)) (X (X expect) (X (X a) (X (X double-A) (X rating))))) (X (X from) (X (X Moody) (X (X 's) (X .)))))
(X (X (X (X (X (X (X Heiwado) (X Co)) (X .)) (X -LRB-)) (X Japan)) (X -RRB-)) (X --))
(X (X (X (X (X (X $) (X (X 100) (X million))) (X (X of) (X Eurobonds))) (X (X due) (X (X (X Nov.) (X 16)) (X (X ,) (X 1993))))) (X ,)) (X (X with) (X (X (X (X equity-purchase) (X warrants)) (X (X ,) (X (X (X indicating) (X (X (X (X (X a) (X 3)) (X 7\/8)) (X %)) (X (X coupon) (X (X at) (X par))))) (X ,)))) (X (X via) (X (X (X (X Daiwa) (X Europe)) (X Ltd)) (X .))))))
(X (X (X (X (X Each) (X $)) (X (X 5,000) (X bond))) (X (X carries) (X (X (X (X (X (X one) (X warrant)) (X (X ,) (X exercisable))) (X (X from) (X (X (X (X Nov.) (X 30)) (X (X ,) (X 1989))) (X ,)))) (X (X through) (X (X (X (X (X (X Nov.) (X 2)) (X (X ,) (X 1993))) (X ,)) (X to)) (X (X buy) (X (X shares) (X (X at) (X (X an) (X (X expected) (X premium))))))))) (X (X of) (X (X (X (X 2) (X 1\/2)) (X %)) (X (X to) (X (X (X the) (X closing)) (X price)))))))) (X (X when) (X (X terms) (X (X are) (X (X (X fixed) (X Tuesday)) (X .))))))
(X (X (X Fees) (X (X 2) (X 1\/4))) (X .))
(X (X (X (X (X (X (X Svenska) (X Intecknings)) (X Garanti)) (X Aktiebolaget)) (X -LRB-)) (X (X Sweden) (X -RRB-))) (X --))
(X (X (X (X (X 20) (X (X billion) (X yen))) (X (X of) (X (X (X (X (X (X 6) (X %)) (X Eurobonds)) (X (X due) (X (X Nov.) (X 21)))) (X (X ,) (X 1994))) (X (X ,) (X (X priced) (X (X at) (X (X 101) (X 3\/4)))))))) (X (X to) (X (X yield) (X (X (X 6.03) (X (X %) (X (X less) (X (X full) (X fees))))) (X ,))))) (X (X via) (X (X (X (X Mitsui) (X Finance)) (X International)) (X .))))
(X (X Guaranteed) (X (X by) (X (X (X Svenska) (X Handelsbanken)) (X .))))
(X (X (X (X Fees) (X 1)) (X 7\/8)) (X .))
(X (X (X (X (X (X (X Takashima) (X &)) (X Co)) (X .)) (X -LRB-)) (X (X Japan) (X -RRB-))) (X --))
(X (X (X (X (X 50) (X (X million) (X Swiss))) (X francs)) (X (X of) (X (X (X (X (X privately) (X placed)) (X convertible)) (X (X notes) (X (X (X due) (X (X March) (X 31))) (X (X ,) (X 1994))))) (X ,)))) (X (X with) (X (X (X (X (X (X (X a) (X fixed)) (X 0.25)) (X %)) (X coupon)) (X (X at) (X par))) (X (X via) (X (X (X (X (X (X Yamaichi) (X Bank)) (X -LRB-)) (X Switzerland)) (X -RRB-)) (X .))))))
(X (X (X (X (X Put) (X option)) (X (X March) (X (X 31) (X (X ,) (X 1992))))) (X (X ,) (X (X (X at) (X (X a) (X (X fixed) (X 107)))) (X 7\/8)))) (X (X to) (X (X yield) (X (X (X 3.43) (X %)) (X .)))))
(X (X (X (X (X (X (X Each) (X 50,000)) (X Swiss)) (X franc)) (X note)) (X (X is) (X (X convertible) (X (X from) (X (X (X (X (X (X Nov.) (X (X 30) (X (X ,) (X 1989)))) (X ,)) (X (X to) (X (X (X March) (X (X 16) (X (X ,) (X 1994)))) (X (X at) (X (X a) (X (X 5) (X (X %) (X premium)))))))) (X (X over) (X (X (X (X (X the) (X closing)) (X share)) (X price)) (X Monday)))) (X ,)))))) (X (X when) (X (X terms) (X (X are) (X (X scheduled) (X (X to) (X (X be) (X (X fixed) (X .)))))))))
(X (X (X (X Fees) (X 1)) (X 3\/4)) (X .))
(X (X (X (X (X (X (X Mitsubishi) (X Pencil)) (X Co)) (X .)) (X -LRB-)) (X (X Japan) (X -RRB-))) (X --))
(X (X (X (X (X 60) (X (X million) (X Swiss))) (X francs)) (X (X of) (X (X (X (X (X privately) (X placed)) (X convertible)) (X (X notes) (X (X (X due) (X (X Dec.) (X 31))) (X (X ,) (X 1993))))) (X ,)))) (X (X with) (X (X (X (X (X (X (X (X a) (X fixed)) (X 0.25)) (X %)) (X coupon)) (X (X at) (X par))) (X (X via) (X (X Union) (X Bank)))) (X (X of) (X (X Switzerland) (X .))))))
(X (X (X (X Put) (X option)) (X (X on) (X (X (X (X Dec.) (X 31)) (X (X ,) (X 1991))) (X (X ,) (X (X (X at) (X (X a) (X (X fixed) (X 106)))) (X 7\/8)))))) (X (X to) (X (X yield) (X (X (X 3.42) (X %)) (X .)))))
(X (X (X (X (X (X (X Each) (X 50,000)) (X Swiss)) (X franc)) (X note)) (X (X is) (X (X convertible) (X (X from) (X (X (X (X (X (X (X Dec.) (X 5)) (X (X ,) (X 1989))) (X ,)) (X (X to) (X (X Dec.) (X (X 31) (X (X ,) (X 1993)))))) (X (X ,) (X (X (X at) (X (X a) (X (X 5) (X (X %) (X premium))))) (X (X over) (X (X (X (X (X the) (X closing)) (X share)) (X price)) (X Tuesday)))))) (X ,)))))) (X (X when) (X (X terms) (X (X are) (X (X scheduled) (X (X to) (X (X be) (X (X fixed) (X .)))))))))
(X (X (X (X Fees) (X 1)) (X 5\/8)) (X .))
(X (X (X (X (X (X (X Koizumi) (X Sangyo)) (X Corp)) (X .)) (X -LRB-)) (X (X Japan) (X -RRB-))) (X --))
(X (X (X (X (X 20) (X (X million) (X Swiss))) (X francs)) (X (X of) (X (X (X (X (X (X (X (X 6) (X 1\/2)) (X (X %) (X privately))) (X placed)) (X notes)) (X (X due) (X (X Nov.) (X 29)))) (X (X ,) (X 1996))) (X (X ,) (X (X priced) (X (X at) (X (X 99) (X 1\/2)))))))) (X (X via) (X (X (X (X (X (X (X Dai-Ichi) (X Kangyo)) (X Bank)) (X -LRB-)) (X Schweiz)) (X -RRB-)) (X .))))
(X (X Guarantee) (X (X by) (X (X (X (X (X Dai-Ichi) (X Kangyo)) (X Bank)) (X Ltd)) (X .))))
(X (X (X (X Fees) (X 1)) (X 3\/4)) (X .))
(X (X (X (X (X (X Although) (X (X his) (X team))) (X (X lost) (X (X (X the) (X World)) (X Series)))) (X (X ,) (X (X (X (X San) (X (X Francisco) (X (X Giants) (X owner)))) (X (X Bob) (X Lurie))) (X hopes)))) (X to)) (X (X have) (X (X (X (X a) (X new)) (X home)) (X (X for) (X (X them) (X .))))))
(X (X He) (X (X is) (X (X (X an) (X (X avid) (X fan))) (X (X of) (X (X (X (X a) (X proposition)) (X (X on) (X (X (X next) (X week)) (X (X 's) (X ballot))))) (X (X to) (X (X help) (X (X (X build) (X (X a) (X replacement))) (X (X for) (X (X (X Candlestick) (X Park)) (X .)))))))))))
(X (X (X (X Small) (X wonder)) (X (X ,) (X (X since) (X (X he) (X 's))))) (X (X asking) (X (X (X (X San) (X Francisco)) (X taxpayers)) (X (X to) (X (X (X sink) (X up)) (X (X to) (X (X (X $) (X (X 100) (X million))) (X (X into) (X (X (X (X the) (X new)) (X stadium)) (X .))))))))))
(X (X (X (X (X (X As) (X San)) (X Francisco)) (X digs)) (X out)) (X (X from) (X (X (X (X (X (X (X The) (X Pretty)) (X Big)) (X One)) (X (X ,) (X (X opponents) (X (X say) (X (X (X the) (X last)) (X (X thing) (X (X the) (X city)))))))) (X can)) (X (X afford) (X (X is) (X (X (X an) (X (X (X expensive) (X new)) (X stadium))) (X .)))))))
(X (X (X (X A) (X stadium)) (X craze)) (X (X is) (X (X sweeping) (X (X (X the) (X country)) (X .)))))
(X (X (X (X It) (X (X 's) (X fueled))) (X (X by) (X (X (X the) (X increasing)) (X profitability)))) (X (X of) (X (X (X major-league) (X teams)) (X .))))
(X (X (X Something) (X (X like) (X (X one-third) (X (X of) (X (X (X (X the) (X nation)) (X (X 's) (X 60))) (X (X largest) (X cities))))))) (X (X are) (X (X (X (X thinking) (X (X about) (X (X new) (X stadiums)))) (X (X ,) (X (X ranging) (X (X from) (X Cleveland))))) (X (X to) (X (X (X San) (X Antonio)) (X (X and) (X (X St.) (X (X Petersburg) (X .)))))))))
(X (X (X Most) (X boosters)) (X (X claim) (X (X (X (X (X (X the) (X new)) (X sports)) (X complexes)) (X (X will) (X (X be) (X moneymakers)))) (X (X for) (X (X (X their) (X city)) (X .))))))
(X (X (X Pepperdine) (X (X University) (X economist))) (X (X Dean) (X (X (X Baim) (X scoffs)) (X (X at) (X (X that) (X .))))))
(X (X (X He) (X (X has) (X (X (X (X looked) (X (X at) (X (X (X (X 14) (X baseball)) (X (X and) (X football))) (X stadiums)))) (X and)) (X found)))) (X (X that) (X (X (X (X (X only) (X one)) (X (X --) (X (X (X private) (X Dodger)) (X Stadium)))) (X (X --) (X (X brought) (X (X more) (X money))))) (X (X into) (X (X (X (X a) (X city)) (X (X than) (X it))) (X (X took) (X (X out) (X .))))))))
(X (X Stadiums) (X (X tend) (X (X to) (X (X (X (X redistribute) (X (X existing) (X wealth))) (X (X within) (X (X a) (X community)))) (X (X ,) (X (X not) (X (X create) (X (X more) (X (X of) (X (X it) (X .)))))))))))
(X (X (X (X Voters) (X (X generally) (X agree))) (X (X when) (X (X (X (X they) (X are)) (X (X given) (X (X a) (X chance)))) (X (X to) (X decide))))) (X (X if) (X (X (X (X they) (X want)) (X (X to) (X (X sink) (X (X (X their) (X (X own) (X tax))) (X dollars))))) (X (X into) (X (X (X a) (X new)) (X (X mega-stadium) (X .)))))))
(X (X (X San) (X (X Francisco) (X voters))) (X (X rejected) (X (X (X (X a) (X new)) (X (X ballpark) (X (X two) (X (X years) (X ago))))) (X .))))
(X (X (X (X (X Last) (X month)) (X (X ,) (X (X Phoenix) (X voters)))) (X (X turned) (X thumbs))) (X (X down) (X (X (X on) (X (X (X a) (X (X $) (X (X 100) (X million)))) (X (X stadium) (X bond)))) (X (X and) (X (X (X tax) (X proposition)) (X .))))))
(X (X (X (X (X Its) (X backers)) (X (X fielded) (X (X every) (X (X important) (X interest))))) (X (X on) (X (X (X (X their) (X team)) (X (X --) (X (X a) (X (X popular) (X mayor))))) (X (X ,) (X (X the) (X Chamber)))))) (X (X of) (X (X (X Commerce) (X (X ,) (X (X the) (X (X major) (X media))))) (X (X --) (X (X (X and) (X (X spent) (X (X $) (X 100,000)))) (X (X on) (X (X promotion) (X .))))))))
(X (X (X (X But) (X voters)) (X (X decided) (X that))) (X (X if) (X (X (X (X (X (X (X the) (X stadium)) (X (X was) (X (X (X such) (X (X a) (X good))) (X (X idea) (X someone))))) (X would)) (X (X build) (X (X (X it) (X himself)) (X (X ,) (X and))))) (X (X rejected) (X (X (X it) (X 59)) (X %)))) (X (X to) (X (X (X 41) (X %)) (X .))))))
(X (X (X (X (X In) (X San)) (X Francisco)) (X (X ,) (X (X (X its) (X backers)) (X (X concede) (X (X the) (X ballpark)))))) (X (X is) (X (X (X at) (X (X best) (X (X running) (X even)))) (X (X in) (X (X (X the) (X polls)) (X .))))))
(X (X (X George) (X Christopher)) (X (X ,) (X (X (X (X (X the) (X former)) (X San)) (X (X Francisco) (X (X mayor) (X who)))) (X (X built) (X (X (X Candlestick) (X Park)) (X (X for) (X (X (X (X the) (X Giants)) (X (X in) (X (X (X the) (X 1960s)) (X ,)))) (X (X wo) (X (X n't) (X (X endorse) (X (X (X (X the) (X new)) (X ballpark)) (X .))))))))))))
(X (X (X (X He) (X (X says) (X (X (X he) (X (X had) (X Candlestick))) (X built)))) (X (X because) (X (X (X the) (X Giants)) (X (X claimed) (X they))))) (X (X needed) (X (X 10,000) (X (X (X parking) (X spaces)) (X .)))))
(X (X (X (X (X (X Since) (X (X the) (X new))) (X park)) (X will)) (X (X have) (X (X (X only) (X (X 1,500) (X spaces))) (X (X ,) (X (X Mr.) (X Christopher)))))) (X (X thinks) (X (X (X (X backers) (X are)) (X (X playing) (X (X (X (X some) (X fiscal)) (X (X ``) (X (X games) (X '')))) (X (X of) (X (X their) (X own)))))) (X (X with) (X (X (X the) (X voters)) (X .))))))
(X (X (X (X Stadium) (X boosters)) (X claim)) (X (X that) (X (X (X without) (X (X (X public) (X money)) (X they))) (X (X would) (X (X (X never) (X be)) (X (X built) (X .)))))))
(X (X (X (X (X Miami) (X (X Dolphins) (X owner))) (X (X Joe) (X (X Robbie) (X disagrees)))) (X (X ,) (X (X (X and) (X he)) (X can)))) (X (X prove) (X (X it) (X .))))
(X (X (X (X (X (X Several) (X (X years) (X ago))) (X he)) (X (X gave) (X (X up) (X trying)))) (X to)) (X (X persuade) (X (X (X (X Miami) (X (X to) (X (X improve) (X (X (X (X its) (X city-owned)) (X Orange)) (X Bowl))))) (X (X ,) (X (X and) (X (X instead) (X (X built) (X (X (X his) (X (X own) (X (X $) (X (X 100) (X million))))) (X coliseum))))))) (X (X with) (X (X (X private) (X funds)) (X .))))))
(X (X He) (X (X did) (X (X (X n't) (X see)) (X (X why) (X (X (X (X the) (X taxpayers)) (X (X should) (X (X help) (X (X build) (X (X (X something) (X he)) (X (X would) (X then))))))) (X (X use) (X (X to) (X (X turn) (X (X (X a) (X (X healthy) (X profit))) (X .))))))))))
(X (X (X (X ``) (X (X This) (X stadium))) (X shows)) (X (X that) (X (X (X (X (X (X anything) (X government)) (X can)) (X (X do) (X (X ,) (X (X we) (X can))))) (X (X do) (X (X better) (X (X ,) (X (X '') (X (X Mr.) (X Robbie))))))) (X (X says) (X .)))))
(X (X But) (X (X to) (X (X (X (X Moon) (X Landrieu)) (X (X ,) (X (X (X (X (X the) (X former)) (X New)) (X (X Orleans) (X (X (X mayor) (X who)) (X helped)))) (X build)))) (X (X that) (X (X (X (X (X (X city) (X (X 's) (X cavernous))) (X (X ,) (X (X (X money-losing) (X Superdome)) (X (X ,) (X questions))))) (X (X of) (X who))) (X (X benefits) (X (X (X or) (X (X the) (X (X bottom) (X line)))) (X are)))) (X (X of) (X (X (X little) (X relevance)) (X .))))))))
(X (X (X ``) (X (X The) (X Superdome))) (X (X is) (X (X (X (X (X an) (X exercise)) (X (X in) (X (X optimism) (X (X ,) (X (X a) (X statement)))))) (X (X of) (X (X faith) (X (X ,) (X (X (X '') (X he)) (X has)))))) (X (X said) (X .)))))
(X (X (X (X ``) (X It)) (X (X is) (X (X (X the) (X (X very) (X building))) (X (X of) (X (X (X it) (X (X that) (X (X is) (X important)))) (X (X ,) (X not))))))) (X (X how) (X (X (X (X much) (X (X of) (X it))) (X is)) (X (X used) (X (X (X (X or) (X (X its) (X economics))) (X .)) (X ''))))))
(X (X (X (X An) (X Egyptian)) (X Pharaoh)) (X (X could) (X (X n't) (X (X have) (X (X justified) (X (X (X his) (X (X pyramids) (X (X any) (X better)))) (X .)))))))
(X (X (X But) (X civilization)) (X (X has) (X (X (X moved) (X forward)) (X (X since) (X (X then) (X .))))))
(X (X (X (X (X Today) (X taxpayers)) (X get)) (X (X to) (X (X (X vote) (X (X ,) (X (X most) (X (X (X of) (X the)) (X time))))) (X (X ,) (X on))))) (X (X whether) (X (X (X (X they) (X want)) (X (X to) (X (X finance) (X (X (X the) (X building)) (X schemes))))) (X (X of) (X (X (X our) (X (X modern) (X (X political) (X pharaohs)))) (X (X ,) (X (X or) (X (X let) (X (X (X (X private) (X money)) (X (X erect) (X (X these) (X playgrounds)))) (X (X for) (X (X (X public) (X passions)) (X .))))))))))))
(X (X (X (X (X Reed) (X International)) (X PLC)) (X said)) (X (X that) (X (X (X (X (X (X (X net) (X income)) (X (X for) (X (X (X (X the) (X six)) (X months)) (X (X ended) (X (X Oct.) (X (X 1) (X (X slipped) (X (X 5) (X %))))))))) (X (X to) (X (X (X #) (X (X (X 89.7) (X million)) (X (X -LRB-) (X $)))) (X (X 141.9) (X (X million) (X -RRB-)))))) (X (X ,) (X (X or) (X (X (X (X 16) (X pence)) (X a)) (X share))))) (X ,)) (X (X from) (X (X (X (X #) (X (X (X 94.8) (X million)) (X (X -LRB-) (X $)))) (X (X 149.9) (X (X million) (X -RRB-)))) (X (X ,) (X (X or) (X (X 17.3) (X (X pence) (X (X a) (X (X share) (X .))))))))))))
(X (X (X (X (X (X The) (X (X British) (X paper))) (X (X ,) (X (X (X packaging) (X (X and) (X publishing))) (X concern)))) (X (X ,) (X (X said) (X profit)))) (X (X from) (X (X (X continuing) (X lines)) (X (X fell) (X (X 10) (X %)))))) (X (X to) (X (X (X #) (X (X 118) (X million))) (X (X from) (X (X #) (X (X (X 130.6) (X million)) (X .)))))))
(X (X (X (X While) (X there)) (X (X were) (X (X (X no) (X one-time)) (X (X gains) (X (X (X or) (X losses)) (X (X in) (X (X (X (X the) (X latest)) (X period)) (X (X ,) (X there))))))))) (X (X was) (X (X (X (X a) (X one-time)) (X gain)) (X (X of) (X (X (X #) (X (X 18) (X million))) (X (X in) (X (X (X (X the) (X 1988)) (X period)) (X .))))))))
(X (X (X And) (X (X while) (X there))) (X (X was) (X (X (X (X (X no) (X profit)) (X (X this) (X year))) (X (X from) (X (X (X discontinued) (X operations)) (X (X ,) (X (X (X last) (X year)) (X they)))))) (X (X contributed) (X (X (X (X #) (X (X 34) (X million))) (X ,)) (X (X before) (X (X tax) (X .))))))))
(X (X (X (X (X (X (X (X Pretax) (X profit)) (X fell)) (X 3.7)) (X %)) (X (X to) (X (X (X #) (X (X 128) (X million))) (X (X from) (X (X (X (X #) (X (X 133) (X million))) (X and)) (X (X was) (X (X below) (X (X (X analysts) (X ')) (X expectations))))))))) (X (X of) (X (X (X (X (X #) (X (X 130) (X million))) (X (X to) (X (X #) (X (X 135) (X million))))) (X ,)) (X but)))) (X (X shares) (X (X (X (X rose) (X 6)) (X pence)) (X (X to) (X (X (X (X 388) (X pence)) (X (X in) (X (X early) (X (X trading) (X yesterday))))) (X (X in) (X (X London) (X .))))))))
(X (X Reed) (X (X is) (X (X (X paying) (X (X (X an) (X interim)) (X dividend))) (X (X of) (X (X (X (X 4.6) (X pence)) (X (X ,) (X (X up) (X (X 15) (X %))))) (X (X from) (X (X (X (X 4) (X pence)) (X (X a) (X (X year) (X earlier)))) (X .))))))))
(X (X (X Sales) (X (X fell) (X (X 20) (X %)))) (X (X to) (X (X (X #) (X (X 722) (X million))) (X .))))
(X (X (X Earnings) (X (X were) (X (X (X hurt) (X (X by) (X disposal))) (X (X of) (X (X (X operations) (X (X in) (X (X its) (X restructuring)))) (X (X ,) (X Reed))))))) (X (X said) (X .)))
(X (X (X (X Wall) (X (X Street) (X (X 's) (X (X big) (X (X securities) (X firms)))))) (X (X face) (X (X the) (X prospect)))) (X (X of) (X (X having) (X (X (X (X (X their) (X credit)) (X ratings)) (X lowered)) (X .)))))
(X (X (X (X The) (X (X reason) (X (X :) (X Risks)))) (X (X from) (X (X (X (X the) (X firms)) (X (X ') (X new))) (X (X ``) (X (X (X merchant) (X banking)) (X (X '') (X activities))))))) (X (X are) (X (X (X rising) (X (X as) (X revenue))) (X (X from) (X (X (X (X (X the) (X industry)) (X (X 's) (X traditional))) (X (X business) (X erodes))) (X .))))))
(X (X (X (X (X (X (X The) (X downgrading)) (X (X of) (X (X (X debt) (X issued)) (X (X by) (X (X (X (X (X (X CS) (X First)) (X Boston)) (X Inc.)) (X (X ,) (X parent))) (X (X of) (X (X (X (X (X First) (X Boston)) (X Corp.)) (X (X ,) (X (X by) (X (X (X (X Moody) (X (X 's) (X Investors))) (X Service)) (X Inc.))))) (X (X ,) (X coupled))))))))) (X (X with) (X (X a) (X (X Moody) (X (X 's) (X announcement)))))) (X (X that) (X (X Shearson) (X (X Lehman) (X (X (X Hutton) (X Holdings)) (X Inc.)))))) (X is)) (X (X under) (X (X (X (X review) (X (X for) (X (X (X a) (X possible)) (X downgrade)))) (X (X ,) (X (X sent) (X shivers)))) (X (X through) (X (X (X the) (X (X brokerage) (X (X community) (X (X this) (X week))))) (X .))))))
(X (X (X (X (X (X (X (X With) (X the)) (X shudders)) (X (X came) (X the))) (X realization)) (X (X that) (X (X some) (X (X of) (X (X (X Wall) (X (X Street) (X 's))) (X (X biggest) (X players))))))) (X (X are) (X (X (X struggling) (X to)) (X (X maintain) (X (X (X the) (X (X stellar) (X (X credit) (X standing)))) (X required)))))) (X (X to) (X (X finance) (X (X (X (X their) (X activities)) (X profitably)) (X .)))))
(X (X (X Securities) (X firms)) (X (X are) (X (X (X among) (X (X (X the) (X biggest)) (X issuers))) (X (X of) (X (X (X (X commercial) (X paper)) (X (X ,) (X (X (X (X or) (X (X short-term) (X (X corporate) (X IOUs)))) (X ,)) (X (X which) (X they))))) (X (X sell) (X (X to) (X (X finance) (X (X (X their) (X (X daily) (X operations))) (X .))))))))))
(X (X (X (X The) (X (X biggest) (X firms))) (X still)) (X (X retain) (X (X (X (X the) (X highest)) (X ratings)) (X (X on) (X (X (X their) (X (X commercial) (X paper))) (X .))))))
(X (X (X But) (X (X Moody) (X (X 's) (X warned)))) (X (X that) (X (X (X (X (X (X Shearson) (X (X (X 's) (X (X commercial) (X paper))) (X rating))) (X (X could) (X (X (X be) (X (X lowered) (X soon))) (X (X ,) (X (X a) (X move)))))) (X that)) (X would)) (X (X reduce) (X (X (X (X Shearson) (X (X 's) (X profit))) (X margins)) (X (X on) (X (X (X (X (X its) (X borrowings)) (X (X and) (X (X (X signal) (X trouble)) (X ahead)))) (X (X for) (X (X other) (X firms)))) (X .))))))))
(X (X Shearson) (X (X is) (X (X 62%-owned) (X (X by) (X (X (X (X American) (X Express)) (X Co)) (X .))))))
(X (X ``) (X (X (X (X Just) (X (X as) (X (X (X (X (X (X (X the) (X (X 1980s) (X bull))) (X market)) (X (X transformed) (X (X the) (X (X U.S.) (X (X securities) (X business)))))) (X ,)) (X (X so) (X (X too) (X (X will) (X (X (X the) (X more)) (X (X difficult) (X environment))))))) (X (X of) (X (X (X the) (X 1990s)) (X (X ,) (X ''))))))) (X (X says) (X (X Christopher) (X (X T.) (X Mahoney))))) (X (X ,) (X (X (X a) (X (X Moody) (X (X 's) (X (X vice) (X president))))) (X .)))))
(X (X (X ``) (X (X (X (X A) (X sweeping)) (X restructuring)) (X (X of) (X (X the) (X industry))))) (X (X is) (X (X (X possible) (X .)) (X ''))))
(X (X (X (X (X (X Standard) (X &)) (X (X Poor) (X (X 's) (X Corp.)))) (X (X says) (X (X (X First) (X Boston)) (X (X ,) (X (X (X Shearson) (X (X and) (X (X (X (X Drexel) (X Burnham)) (X Lambert)) (X Inc.)))) (X (X ,) (X (X (X in) (X particular)) (X ,)))))))) (X (X are) (X likely))) (X (X to) (X (X (X have) (X (X difficulty) (X (X shoring) (X (X up) (X (X their) (X (X credit) (X standing))))))) (X (X in) (X (X (X months) (X ahead)) (X .))))))
(X (X (X (X (X (X What) (X worries)) (X credit-rating)) (X (X concerns) (X (X (X the) (X most)) (X is)))) (X (X that) (X (X (X (X Wall) (X (X Street) (X firms))) (X are)) (X (X taking) (X (X long-term) (X risks)))))) (X (X with) (X (X (X (X (X their) (X own)) (X capital)) (X (X via) (X (X leveraged) (X buy-out)))) (X (X and) (X (X junk) (X (X (X bond) (X financings)) (X .)))))))
(X (X (X That) (X (X 's) (X (X a) (X departure)))) (X (X from) (X (X (X (X their) (X (X traditional) (X practice))) (X (X of) (X (X transferring) (X (X almost) (X (X (X all) (X financing)) (X risks)))))) (X (X to) (X (X investors) (X .))))))
(X (X (X (X (X Whereas) (X (X conventional) (X securities))) (X financings)) (X (X are) (X (X structured) (X (X to) (X (X (X (X be) (X (X sold) (X quickly))) (X (X ,) (X (X (X Wall) (X (X Street) (X (X 's) (X (X new) (X penchant))))) (X (X for) (X (X leveraged) (X buy-outs)))))) (X (X and) (X (X (X junk) (X bonds)) (X (X is) (X (X resulting) (X (X in) (X (X (X long-term) (X lending)) (X commitments)))))))))))) (X (X that) (X (X (X stretch) (X out)) (X (X for) (X (X (X months) (X (X or) (X years))) (X .))))))
(X (X (X (X ``) (X (X (X (X The) (X (X recent) (X disarray))) (X (X in) (X (X (X the) (X (X junk) (X bond))) (X market)))) (X suggests))) (X (X that) (X (X (X (X brokers) (X may)) (X (X become) (X (X (X (X (X longer-term) (X creditors)) (X (X than) (X (X (X they) (X anticipated)) (X (X and) (X may))))) (X (X face) (X (X (X long) (X delays)) (X '')))) (X (X in) (X (X (X (X getting) (X (X (X (X their) (X money)) (X back)) (X ,))) (X (X says) (X (X Jeffrey) (X Bowman)))) (X (X ,) (X (X (X (X a) (X (X vice) (X president))) (X (X at) (X S&P))) (X (X ,) (X which))))))))) (X (X raised) (X (X (X (X a) (X warning)) (X flag)) (X (X for) (X (X (X the) (X industry)) (X (X in) (X April))))))))) (X (X when) (X (X it) (X (X downgraded) (X (X CS) (X (X (X First) (X Boston)) (X .)))))))
(X (X (X ``) (X (X Wall) (X Street))) (X (X is) (X (X (X (X facing) (X (X a) (X (X Catch-22) (X situation)))) (X (X ,) (X (X '') (X (X says) (X (X Mr.) (X Mahoney)))))) (X (X of) (X (X Moody) (X (X 's) (X .)))))))
(X (X (X (X Merchant) (X banking)) (X ,)) (X (X where) (X (X (X (X firms) (X (X commit) (X (X their) (X (X own) (X money))))) (X ,)) (X (X ``) (X (X (X (X is) (X (X getting) (X riskier))) (X ,)) (X (X and) (X (X there) (X (X 's) (X (X (X less) (X (X of) (X it))) (X (X to) (X (X go) (X (X around) (X (X .) (X ''))))))))))))))
(X (X (X (X (X In) (X addition)) (X (X ,) (X (X he) (X (X says) (X (X ,) (X (X the) (X (X buy-out) (X business)))))))) (X is)) (X (X under) (X (X (X (X (X pressure) (X ``)) (X (X because) (X (X of) (X (X (X the) (X (X junk) (X (X bond) (X collapse)))) (X (X ,) (X (X '') (X meaning))))))) (X (X that) (X (X returns) (X (X are) (X likely))))) (X (X to) (X (X (X decline) (X (X as) (X (X the) (X volume)))) (X (X of) (X (X (X (X junk-bond) (X financings)) (X shrinks)) (X .))))))))
(X (X (X (X (X (X (X (X In) (X a)) (X leveraged)) (X buy-out)) (X (X ,) (X (X (X (X a) (X (X small) (X group))) (X (X of) (X investors))) (X (X acquires) (X (X (X a) (X company)) (X (X in) (X (X (X a) (X transaction)) (X (X financed) (X largely))))))))) (X (X by) (X (X borrowing) (X ,)))) (X (X with) (X (X (X the) (X expectation)) (X (X that) (X (X (X the) (X debt)) (X (X will) (X (X be) (X paid)))))))) (X (X with) (X (X (X (X funds) (X generated)) (X (X by) (X (X (X (X the) (X (X acquired) (X company))) (X (X 's) (X operations))) (X (X or) (X sales))))) (X (X of) (X (X (X its) (X assets)) (X .))))))
(X (X (X (X (X In) (X (X a) (X (X recent) (X report)))) (X (X ,) (X (X (X (X Moody) (X (X 's) (X said))) (X it)) (X (X ``) (X (X expects) (X (X intense) (X competition))))))) (X (X to) (X occur))) (X (X through) (X (X (X (X (X (X (X the) (X rest)) (X (X of) (X (X the) (X century)))) (X (X in) (X (X the) (X (X securities) (X industry))))) (X ,)) (X (X which) (X (X ,) (X combined)))) (X (X with) (X (X (X (X (X overcapacity) (X ,)) (X will)) (X (X create) (X (X poor) (X prospects)))) (X (X for) (X (X (X profitability) (X .)) (X ''))))))))
(X (X (X It) (X said)) (X (X that) (X (X (X (X the) (X (X ``) (X temptation))) (X (X for) (X managements))) (X (X to) (X (X (X (X (X ease) (X (X this) (X (X profit) (X pressure)))) (X by)) (X (X taking) (X (X greater) (X risks)))) (X (X is) (X (X (X an) (X (X additional) (X (X rating) (X factor)))) (X (X .) (X '')))))))))
(X (X (X (X (X (X (X (X (X Both) (X (X Moody) (X (X 's) (X and)))) (X S&P)) (X (X cited) (X (X (X (X First) (X (X Boston) (X (X 's) (X reliance)))) (X (X in) (X (X recent) (X years)))) (X (X on) (X (X merchant) (X banking)))))) (X ,)) (X which)) (X (X has) (X (X been) (X responsible)))) (X (X for) (X (X a) (X (X significant) (X portion))))) (X (X of) (X (X (X (X the) (X closely)) (X (X held) (X (X firm) (X (X 's) (X profit))))) (X .))))
(X (X (X (X (X (X (X (X (X The) (X recent)) (X cash)) (X squeeze)) (X (X at) (X (X Campeau) (X Corp.)))) (X (X ,) (X (X First) (X (X Boston) (X (X 's) (X (X most) (X (X lucrative) (X client)))))))) (X (X of) (X (X (X the) (X decade)) (X ,)))) (X (X is) (X (X (X proving) (X costly)) (X (X to) (X (X First) (X Boston)))))) (X (X because) (X (X (X (X it) (X (X arranged) (X (X more) (X (X than) (X (X $) (X (X 3) (X billion))))))) (X (X of) (X high-yield))) (X (X ,) (X (X (X high-risk) (X (X junk) (X financings))) (X (X for) (X (X (X Campeau) (X units)) (X .))))))))
(X (X (X (X (X (X In) (X addition)) (X (X ,) (X (X (X a) (X big)) (X loan)))) (X (X that) (X (X (X First) (X Boston)) (X made)))) (X (X to) (X (X (X (X Ohio) (X (X Mattress) (X Co))) (X .)) (X (X was) (X (X (X n't) (X repaid)) (X (X on) (X time))))))) (X (X when) (X (X (X (X its) (X $)) (X (X 450) (X (X million) (X (X junk) (X financing))))) (X (X for) (X (X (X a) (X buy-out)) (X (X of) (X (X (X the) (X (X bedding) (X company))) (X (X was) (X (X withdrawn) (X .))))))))))
(X (X (X (X ``) (X (X These) (X (X two) (X (X exposures) (X alone))))) (X (X represent) (X (X a) (X (X very) (X (X substantial) (X portion)))))) (X (X of) (X (X (X (X CS) (X First)) (X (X Boston) (X (X 's) (X equity)))) (X (X ,) (X (X '') (X (X Moody) (X (X (X 's) (X said)) (X .))))))))
(X (X (X ``) (X (X (X Total) (X (X merchant) (X banking))) (X exposures))) (X (X are) (X (X (X in) (X excess)) (X (X of) (X (X (X (X (X (X the) (X firm)) (X 's)) (X equity)) (X .)) (X ''))))))
(X (X (X (X (X CS) (X First)) (X Boston)) (X (X ,) (X (X however) (X (X ,) (X benefits))))) (X (X from) (X (X (X the) (X backing)) (X (X of) (X (X (X (X its) (X largest)) (X shareholder)) (X (X ,) (X (X (X Credit) (X Suisse)) (X (X ,) (X (X (X Switzerland) (X (X (X 's) (X third)) (X (X largest) (X bank)))) (X .))))))))))
(X (X (X Shearson) (X also)) (X (X has) (X (X (X been) (X (X an) (X (X aggressive) (X participant)))) (X (X in) (X (X (X (X the) (X (X leveraged) (X buy-out))) (X business)) (X .))))))
(X (X (X (X But) (X (X its) (X earnings))) (X (X became) (X (X (X a) (X major)) (X disappointment)))) (X (X as) (X (X (X (X (X (X (X its) (X traditional)) (X retail)) (X (X ,) (X (X or) (X (X individual) (X investor))))) (X (X ,) (X business))) (X (X showed) (X (X no) (X signs)))) (X (X of) (X (X (X rebounding) (X (X from) (X (X the) (X slump)))) (X (X that) (X (X followed) (X (X (X the) (X (X October) (X (X (X 1987) (X stock)) (X (X market) (X crash))))) (X .)))))))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X (X Shearson) (X (X 's) (X (X (X listed) (X $)) (X (X 2) (X billion))))) (X (X of) (X capital))))) (X (X is) (X (X (X (X overstated) (X (X ,) (X (X according) (X (X to) (X (X the) (X (X rating) (X concerns))))))) (X ,)) (X (X because) (X (X it) (X (X includes) (X (X (X $) (X (X 1.7) (X billion))) (X (X of) (X (X goodwill) (X .))))))))))
(X (X Shearson) (X (X ``) (X (X (X (X (X really) (X only)) (X (X has) (X (X (X (X $) (X (X 300) (X million))) (X (X of) (X capital))) (X (X ,) (X ''))))) (X (X says) (X (X Mr.) (X Bowman)))) (X (X of) (X (X S&P) (X .))))))
(X (X (X (X A) (X (X Shearson) (X spokesman))) (X (X said) (X (X the) (X firm)))) (X (X is) (X (X (X n't) (X worried)) (X .))))
(X (X (X ``) (X (X (X (X A) (X (X year) (X ago))) (X (X ,) (X (X (X Moody) (X 's)) (X also)))) (X (X had) (X Shearson)))) (X (X under) (X (X (X review) (X (X for) (X (X (X possible) (X downgrade)) (X (X ,) (X (X '') (X he)))))) (X (X said) (X .)))))
(X (X ``) (X (X (X (X (X After) (X two)) (X months)) (X (X of) (X talks))) (X (X ,) (X (X (X our) (X rating)) (X (X was) (X (X (X maintained) (X .)) (X '')))))))
(X (X (X (X Drexel) (X (X ,) (X (X (X meanwhile) (X (X ,) (X already))) (X competes)))) (X (X at) (X (X (X a) (X disadvantage)) (X (X to) (X (X (X (X its) (X big)) (X Wall)) (X (X Street) (X rivals))))))) (X (X because) (X (X it) (X (X has) (X (X (X (X (X a) (X slightly)) (X lower)) (X (X commercial) (X paper))) (X (X rating) (X .)))))))
(X (X (X (X The) (X collapse)) (X (X of) (X (X (X (X (X junk) (X (X bond) (X prices))) (X (X and) (X (X the) (X cancellation)))) (X (X of) (X (X (X (X (X many) (X junk)) (X bond)) (X financings)) (X apparently)))) (X have)))) (X (X taken) (X (X (X (X their) (X toll)) (X (X on) (X (X closely) (X (X held) (X Drexel))))) (X (X ,) (X (X (X (X (X the) (X leading)) (X underwriter)) (X in)) (X (X that) (X (X market) (X .))))))))
(X (X (X (X (X The) (X firm)) (X also)) (X (X has) (X (X (X been) (X hit)) (X (X with) (X (X big) (X (X financial) (X settlements))))))) (X (X with) (X (X (X (X (X the) (X government)) (X stemming)) (X (X from) (X (X its) (X (X guilty) (X plea))))) (X (X to) (X (X (X (X six) (X felonies)) (X related)) (X (X to) (X (X (X (X a) (X big)) (X (X insider-trading) (X scandal))) (X .))))))))
(X (X (X (X (X (X Drexel) (X (X this) (X year))) (X (X eliminated) (X (X its) (X (X retail) (X (X (X or) (X (X individual) (X customer))) (X business)))))) (X (X ,) (X (X (X (X cutting) (X (X the) (X firm))) (X 's)) (X workforce)))) (X (X almost) (X (X in) (X half)))) (X (X to) (X (X just) (X (X over) (X (X 5,000) (X .))))))
(X (X (X Recently) (X (X ,) (X (X (X Drexel) (X (X circulated) (X (X a) (X (X private) (X (X financial) (X statement)))))) (X (X among) (X (X (X several) (X (X securities) (X firms))) (X showing)))))) (X (X that) (X (X (X its) (X (X earnings) (X performance))) (X (X has) (X (X (X diminished) (X (X this) (X year))) (X (X from) (X (X (X previous) (X years)) (X .))))))))
(X (X (X (X (X (X (X The) (X firm)) (X 's)) (X capital)) (X (X ,) (X moreover))) (X ,)) (X (X has) (X (X (X (X n't) (X grown)) (X (X at) (X (X (X the) (X same)) (X rate)))) (X (X as) (X (X (X (X in) (X (X the) (X past))) (X (X ,) (X (X officials) (X (X at) (X (X these) (X firms)))))) (X (X say) (X .)))))))
(X (X (X Drexel) (X (X remains) (X confident))) (X (X of) (X (X (X (X its) (X future)) (X creditworthiness)) (X .))))
(X (X (X (X ``) (X We)) (X (X 're) (X (X well) (X positioned)))) (X (X with) (X (X (X (X $) (X (X 1.7) (X billion))) (X (X of) (X (X capital) (X (X ,) (X (X (X '') (X a)) (X (X Drexel) (X spokesman))))))) (X (X said) (X .)))))
(X (X (X ``) (X (X And) (X (X as) (X (X (X (X a) (X (X leading) (X investment))) (X (X and) (X (X (X merchant) (X banking)) (X firm)))) (X (X ,) (X (X the) (X fact))))))) (X (X that) (X (X (X we) (X (X are) (X (X (X no) (X longer)) (X subject)))) (X (X to) (X (X (X (X (X the) (X uncertainties)) (X (X and) (X vicissitudes))) (X (X of) (X (X the) (X (X retail) (X business))))) (X (X is) (X (X (X (X a) (X major)) (X plus)) (X (X in) (X (X (X our) (X view)) (X .))))))))))
(X (X (X (X Moreover) (X (X ,) (X (X (X (X we) (X (X 've) (X probably))) (X (X been) (X (X the) (X (X most) (X (X aggressive) (X firm)))))) (X (X on) (X (X (X the) (X Street)) (X in)))))) (X (X reducing) (X (X costs) (X (X ,) (X which))))) (X (X are) (X (X (X down) (X (X around) (X (X 40) (X %)))) (X (X over) (X (X (X (X the) (X last)) (X (X six) (X months))) (X .))))))
(X (X (X (X (X Lewis) (X C.)) (X Veraldi)) (X (X ,) (X (X the) (X father)))) (X (X of) (X (X (X the) (X team)) (X (X that) (X (X created) (X (X (X (X (X (X (X (X (X the) (X highly)) (X successful)) (X Ford)) (X Taurus)) (X and)) (X Mercury)) (X (X Sable) (X (X cars) (X (X ,) (X (X retired) (X early)))))) (X (X after) (X (X (X experiencing) (X (X (X recent) (X heart)) (X problems))) (X .)))))))))
(X (X (X (X (X Most) (X recently)) (X (X ,) (X (X (X Mr.) (X Veraldi)) (X (X ,) (X (X (X 59) (X (X years) (X old))) (X ,)))))) (X (X has) (X (X been) (X (X vice) (X president))))) (X (X of) (X (X (X product) (X (X and) (X (X manufacturing) (X engineering)))) (X (X at) (X (X (X (X Ford) (X Motor)) (X Co)) (X .))))))
(X (X (X (X (X (X But) (X he)) (X (X is) (X (X best) (X known)))) (X (X in) (X (X (X (X the) (X auto)) (X industry)) (X (X as) (X (X (X (X the) (X creator)) (X (X of) (X (X (X (X a) (X team)) (X car-development)) (X approach)))) (X (X that) (X (X produced) (X (X the) (X (X two) (X (X midsized) (X cars))))))))))) (X (X that) (X (X (X were) (X instrumental)) (X (X in) (X (X (X helping) (X (X the) (X (X No.) (X (X (X (X 2) (X auto)) (X maker)) (X (X record) (X profits)))))) (X (X in) (X (X (X (X recent) (X years)) (X and)) (X in)))))))) (X (X enabling) (X (X (X (X (X the) (X (X company) (X 's))) (X (X Ford) (X division))) (X (X to) (X (X (X eclipse) (X (X General) (X Motors))) (X (X Corp.) (X (X 's) (X (X Chevrolet) (X division))))))) (X (X as) (X (X (X (X the) (X top-selling)) (X nameplate)) (X (X in) (X (X (X the) (X U.S.)) (X .))))))))
(X (X (X (X (X (X Under) (X (X the) (X so-called))) (X Team)) (X Taurus)) (X (X approach) (X (X (X ,) (X (X Mr.) (X Veraldi))) (X (X and) (X (X (X (X other) (X (X Ford) (X product))) (X planners)) (X (X sought) (X (X the) (X involvement)))))))) (X (X of) (X (X (X (X (X parts) (X suppliers)) (X (X ,) (X (X (X assembly-line) (X workers)) (X (X ,) (X (X (X auto) (X designers)) (X (X and) (X (X (X financial) (X staff)) (X members)))))))) (X (X from) (X (X (X the) (X initial)) (X stages)))) (X (X of) (X (X (X (X the) (X development)) (X cycle)) (X .))))))
(X (X (X (X (X The) (X (X concept) (X (X 's) (X goal)))) (X was)) (X (X to) (X (X eliminate) (X (X bureaucracy) (X and))))) (X (X make) (X (X (X Ford) (X (X (X (X 's) (X (X product) (X development))) (X more)) (X responsive))) (X (X to) (X (X consumer) (X (X demands) (X .)))))))
(X (X (X It) (X (X was) (X (X later) (X applied)))) (X (X to) (X (X (X (X other) (X (X new-car) (X programs))) (X ,)) (X (X including) (X (X (X those) (X that)) (X (X produced) (X (X (X (X the) (X Ford)) (X Thunderbird)) (X (X and) (X (X Mercury) (X (X Cougar) (X .)))))))))))
(X (X (X (X (X (X Ford) (X Chairman)) (X Donald)) (X E.)) (X Petersen)) (X (X said) (X (X (X (X yesterday) (X (X that) (X (X (X Mr.) (X Veraldi)) (X has)))) (X (X ``) (X (X (X helped) (X to)) (X (X change) (X (X the) (X (X world) (X (X 's) (X perception)))))))) (X (X of) (X (X (X American-made) (X cars)) (X (X .) (X '')))))))
(X (X (X (X Mr.) (X Veraldi)) (X (X worked) (X (X at) (X (X (X Ford) (X (X for) (X (X 40) (X years)))) (X ,))))) (X (X holding) (X (X (X (X a) (X variety)) (X (X of) (X (X (X car) (X and)) (X (X parts-engineering) (X positions))))) (X .))))
(X (X (X The) (X (X limits) (X (X (X to) (X (X (X (X (X legal) (X absurdity)) (X (X stretched) (X (X another) (X (X notch) (X (X this) (X week)))))) (X (X when) (X (X (X (X (X the) (X Supreme)) (X (X Court) (X refused))) (X to)) (X (X hear) (X (X an) (X appeal)))))) (X (X from) (X (X (X a) (X case)) (X (X that) (X (X (X says) (X (X corporate) (X defendants))) (X must))))))) (X (X pay) (X (X (X damages) (X even)) (X (X after) (X proving))))))) (X (X that) (X (X (X (X they) (X (X could) (X not))) (X possibly)) (X (X have) (X (X caused) (X (X (X the) (X harm)) (X .)))))))
(X (X (X We) (X (X can) (X (X (X understand) (X (X and) (X (X share) (X (X the) (X compassion))))) (X that)))) (X (X makes) (X (X (X (X judges) (X (X sometimes) (X wish))) (X (X to) (X (X (X offer) (X (X a) (X kind))) (X (X of) (X (X Solomonic) (X aid)))))) (X (X to) (X (X (X those) (X (X who) (X 've))) (X (X been) (X (X hurt) (X .))))))))
(X (X (X (X (X But) (X this)) (X case)) (X (X is) (X (X (X a) (X (X stark) (X lesson))) (X in)))) (X (X how) (X (X (X (X the) (X failures)) (X (X of) (X (X (X (X (X (X the) (X traditional)) (X policy-making)) (X process)) (X have)) (X (X left) (X (X the) (X courts)))))) (X (X as) (X (X (X (X (X the) (X only)) (X (X forum) (X (X this) (X country)))) (X (X has) (X to))) (X (X debate) (X (X risk) (X (X ,) (X (X technology) (X (X and) (X (X innovation) (X .))))))))))))
(X (X (X (X Too) (X (X often) (X (X now) (X (X ,) (X (X a) (X (X single) (X (X court) (X decision)))))))) (X (X becomes) (X (X the) (X precedent)))) (X (X for) (X (X (X other) (X (X ,) (X (X (X less) (X compelling)) (X cases)))) (X .))))
(X (X (X (X (X (X From) (X the)) (X 1940s)) (X (X until) (X 1971))) (X (X ,) (X (X some) (X (X two) (X (X million) (X women)))))) (X (X took) (X (X (X (X (X (X (X (X the) (X synthetic)) (X hormone)) (X diethylstilbestrol)) (X -LRB-)) (X DES)) (X -RRB-)) (X (X to) (X (X prevent) (X (X miscarriages) (X (X and) (X (X (X morning) (X sickness)) (X .)))))))))
(X (X (X (X (X The) (X drug)) (X (X was) (X approved))) (X (X by) (X (X (X (X (X (X (X the) (X Food)) (X and)) (X Drug)) (X Administration)) (X and)) (X (X marketed) (X (X by) (X (X (X (X some) (X 300)) (X (X pharmaceutical) (X companies))) (X (X ,) (X often)))))))) (X (X under) (X (X (X generic) (X labels)) (X .))))
(X (X (X (X (X (X In) (X the)) (X 1970s)) (X (X ,) (X (X scientists) (X (X reported) (X (X cancer) (X cases)))))) (X (X among) (X (X the) (X daughters)))) (X (X of) (X (X (X DES) (X users)) (X .))))
(X (X (X (X (X The) (X (X cases) (X quickly))) (X went)) (X (X to) (X (X (X (X court) (X ,)) (X (X but) (X (X the) (X mothers)))) (X (X of) (X (X (X (X (X (X several) (X thousand)) (X DES)) (X plaintiffs)) (X (X could) (X n't))) (X (X recall) (X (X (X whose) (X brand)) (X they)))))))) (X (X used) (X .)))
(X (X (X (X (X (X Beginning) (X (X in) (X 1980))) (X (X ,) (X (X courts) (X (X in) (X (X several) (X states)))))) (X (X including) (X (X California) (X (X and) (X (X New) (X York)))))) (X decided)) (X (X to) (X (X (X (X (X suspend) (X (X the) (X (X common-law) (X rule)))) (X (X that) (X (X plaintiffs) (X must)))) (X prove)) (X (X that) (X (X (X the) (X defendants)) (X (X are) (X (X (X (X the) (X ones)) (X who)) (X (X are) (X (X liable) (X .))))))))))
(X (X (X Courts) (X (X made) (X (X the) (X assumption)))) (X (X that) (X (X (X (X (X (X all) (X DES)) (X pills)) (X (X were) (X (X (X (X essentially) (X (X the) (X same))) (X ,)) (X (X and) (X (X (X created) (X (X a) (X (X market-share) (X test)))) (X so)))))) (X (X that) (X (X damages) (X (X would) (X (X be) (X assessed)))))) (X (X against) (X (X (X (X drug) (X makers)) (X (X in) (X (X (X the) (X proportion)) (X (X of) (X (X their) (X share)))))) (X (X of) (X (X (X (X the) (X original)) (X sales)) (X .))))))))
(X (X This) (X (X has) (X (X (X some) (X logic)) (X .))))
(X (X (X (X (X Drug) (X makers)) (X (X should) (X (X n't) (X (X be) (X able))))) (X (X to) (X (X duck) (X liability)))) (X (X because) (X (X (X (X (X people) (X (X could) (X n't))) (X (X identify) (X precisely))) (X (X which) (X (X (X identical) (X drug)) (X was)))) (X (X used) (X .)))))
(X (X (X (X (X But) (X courts)) (X quickly)) (X tumbled)) (X (X down) (X (X (X a) (X (X slippery) (X slope))) (X .))))
(X (X (X (X Just) (X (X as) (X (X all) (X plaintiffs)))) (X (X are) (X (X (X (X (X not) (X alike)) (X (X ,) (X it))) (X turns)) (X out)))) (X (X that) (X (X (X (X (X DES) (X defendants)) (X (X marketed) (X (X the) (X (X drugs) (X differently))))) (X (X and) (X (X may) (X have)))) (X (X offered) (X (X (X different) (X warranties)) (X .))))))
(X (X (X (X (X (X The) (X (X ultimate) (X result))) (X came)) (X (X in) (X (X (X Hymowitz) (X v.)) (X Lilly)))) (X ,)) (X (X where) (X (X (X (X (X (X (X (X (X (X the) (X (X highest) (X New))) (X (X York) (X court))) (X (X expanded) (X (X the) (X market-share)))) (X approach)) (X (X for) (X (X (X the) (X first)) (X time)))) (X (X to) (X say))) (X (X that) (X (X (X (X drug) (X makers)) (X (X that) (X (X could) (X (X prove) (X (X Mindy) (X (X Hymowitz) (X (X 's) (X mother)))))))) (X (X did) (X n't))))) (X (X use) (X (X (X (X their) (X pill)) (X (X must) (X still))) (X (X pay) (X (X their) (X share)))))) (X (X of) (X (X (X any) (X damages)) (X .))))))
(X (X (X But) (X (X as) (X (X (X (X (X (X Duke) (X (X University) (X (X law) (X professor)))) (X (X William) (X (X Van) (X Alstyne)))) (X (X notes) (X (X ,) (X (X (X by) (X (X (X this) (X (X reasoning) (X (X a) (X defendant)))) (X (X could) (X be)))) (X (X held) (X liable)))))) (X (X in) (X (X New) (X York)))) (X (X for) (X (X a) (X (X bad) (X (X apple) (X even)))))))) (X (X if) (X (X he) (X (X sold) (X (X (X (X all) (X his)) (X apples)) (X (X in) (X (X California) (X .))))))))
(X (X (X (X (X (X Despite) (X the)) (X Supreme)) (X (X Court) (X (X 's) (X refusal)))) (X (X to) (X (X hear) (X (X (X the) (X case)) (X (X ,) (X there)))))) (X (X are) (X (X (X serious) (X (X constitutional) (X issues))) (X (X of) (X (X (X (X due) (X process)) (X (X and) (X (X uncompensated) (X takings)))) (X (X from) (X (X (X the) (X defendants)) (X .))))))))
(X (X (X (X (X (X (X The) (X big)) (X problem)) (X (X ,) (X (X however) (X ,)))) (X is)) (X (X that) (X (X there) (X (X 's) (X (X no) (X guarantee)))))) (X (X that) (X (X (X (X this) (X reasoning)) (X (X will) (X (X be) (X limited)))) (X (X to) (X (X (X DES) (X or)) (X (X to) (X (X drugs) (X .))))))))
(X (X (X (X The) (X (X problem) (X here))) (X (X goes) (X well))) (X (X beyond) (X (X (X twisting) (X (X legal) (X doctrine))) (X .))))
(X (X (X (X (X (X (X The) (X California)) (X Supreme)) (X (X Court) (X (X (X last) (X year)) (X (X reversed) (X direction))))) (X (X to) (X (X make) (X (X (X (X it) (X (X much) (X harder))) (X to)) (X (X win) (X (X DES) (X cases))))))) (X (X because) (X (X (X the) (X justices)) (X saw)))) (X (X how) (X (X (X (X (X (X all) (X the)) (X pharmaceutical)) (X litigation)) (X (X has) (X (X chilled) (X (X the) (X introduction))))) (X (X of) (X (X (X new) (X drugs)) (X .))))))
(X (X (X The) (X court)) (X (X rejected) (X (X (X strict) (X liability)) (X (X for) (X (X (X prescription) (X drugs)) (X (X ,) (X (X citing) (X (X (X (X (X (X the) (X huge)) (X (X ,) (X hidden))) (X social)) (X costs)) (X .)))))))))
(X (X (X (X ``) (X (X (X Public) (X policy)) (X (X favors) (X (X (X the) (X development)) (X (X and) (X marketing)))))) (X (X of) (X (X (X (X (X beneficial) (X new)) (X drugs)) (X (X ,) (X even))) (X (X though) (X (X (X (X (X some) (X risks)) (X (X ,) (X (X (X perhaps) (X (X serious) (X ones))) (X ,)))) (X might)) (X (X accompany) (X (X their) (X introduction)))))))) (X (X because) (X (X drugs) (X (X can) (X (X (X (X save) (X lives)) (X (X and) (X (X reduce) (X (X (X pain) (X (X and) (X suffering))) (X (X ,) (X (X '') (X (X (X the) (X unanimous)) (X court)))))))) (X (X said) (X .)))))))
(X (X (X (X (X The) (X California)) (X justices)) (X noted)) (X (X that) (X (X (X the) (X fear)) (X (X of) (X (X (X litigation) (X already)) (X (X forced) (X (X (X (X (X the) (X (X only) (X remaining))) (X (X anti-morning-sickness) (X drug))) (X (X ,) (X Bendectin))) (X (X ,) (X (X off) (X (X (X the) (X (X U.S.) (X market))) (X .)))))))))))
(X (X This) (X (X raises) (X (X (X (X (X (X the) (X (X key) (X issue))) (X :)) (X What)) (X (X to) (X (X do) (X (X (X about) (X (X people) (X who))) (X (X suffer) (X (X serious) (X injuries))))))) (X (X from) (X (X (X beneficial) (X drugs)) (X ?))))))
(X (X (X (X (X We) (X now)) (X know)) (X (X that) (X (X holding) (X (X (X drug) (X makers)) (X liable))))) (X (X where) (X (X (X there) (X (X 's) (X (X no) (X evidence)))) (X (X that) (X (X (X (X (X they) (X (X or) (X (X anyone) (X else)))) (X knew)) (X (X of) (X (X (X (X any) (X risks)) (X only)) (X (X means) (X (X (X (X the) (X (X drugs) (X wo))) (X n't)) (X (X be) (X available))))))) (X (X to) (X (X anyone) (X .))))))))
(X (X (X (X (X (X As) (X (X liability) (X expert))) (X Peter)) (X Huber)) (X (X tells) (X (X (X us) (X (X ,) (X (X after) (X (X (X the) (X Hymowitz)) (X case))))) (X ,)))) (X (X if) (X (X (X any) (X (X drug) (X maker))) (X (X introduces) (X (X (X an) (X (X anti-miscarriage) (X drug))) (X (X ``) (X (X (X it) (X (X 's) (X time))) (X (X to) (X (X sell) (X (X (X that) (X (X (X company) (X (X 's) (X (X stock) (X short)))) (X .))) (X '')))))))))))
(X (X (X (X We) (X also)) (X know)) (X (X that) (X (X (X (X the) (X (X tort) (X system))) (X (X is) (X (X (X a) (X lousy)) (X way)))) (X (X to) (X (X (X (X compensate) (X (X victims) (X anyway))) (X (X ;) (X (X (X some) (X (X win) (X (X (X the) (X legal)) (X lottery)))) (X (X ,) (X (X others) (X (X get) (X (X (X (X much) (X less)) (X and)) (X (X contingency-fee) (X lawyers))))))))) (X (X take) (X (X (X (X (X a) (X (X big) (X cut))) (X either)) (X way)) (X .))))))))
(X (X (X (X (X (X (X DES) (X daughters)) (X (X and) (X other))) (X victims)) (X (X of) (X drugs))) (X (X would) (X (X be) (X (X better) (X off))))) (X (X if) (X (X (X (X their) (X cases)) (X (X were) (X (X taken) (X out)))) (X (X of) (X (X (X the) (X courts)) (X .))))))
(X (X (X (X Congress) (X (X could) (X (X create) (X (X a) (X (X compensation) (X program)))))) (X (X to) (X (X help) (X (X such) (X victims))))) (X (X while) (X (X (X protecting) (X (X (X the) (X national)) (X interest))) (X (X in) (X (X encouraging) (X (X (X new) (X drugs)) (X .)))))))
(X (X (X (X (X But) (X a)) (X (X 1986) (X law))) (X (X that) (X (X supposedly) (X (X replaced) (X (X lawsuits) (X (X over) (X (X (X children) (X 's)) (X vaccines)))))))) (X (X with) (X (X (X (X a) (X (X compensation) (X fund))) (X (X has) (X (X predictably) (X led)))) (X (X to) (X (X even) (X (X (X more) (X litigation)) (X .)))))))
(X (X (X (X Everyone) (X (X by) (X (X now) (X understands)))) (X (X that) (X Congress))) (X (X is) (X (X (X (X utterly) (X incapable)) (X (X of) (X (X writing) (X legislation)))) (X (X to) (X (X help) (X (X deserving) (X (X (X people) (X (X without) (X its))) (X (X becoming) (X (X (X (X some) (X billion-dollar)) (X morass)) (X .))))))))))
(X (X (X We) (X (X have) (X (X (X no) (X (X doubt) (X this))) (X (X is) (X (X one) (X (X reason) (X (X judges) (X (X in) (X (X New) (X York)))))))))) (X (X and) (X (X justices) (X (X on) (X (X (X (X (X (X the) (X Supreme)) (X Court)) (X (X are) (X willing))) (X (X to) (X (X trash) (X (X the) (X law))))) (X (X in) (X (X (X (X the) (X DES)) (X cases)) (X .))))))))
(X (X (X They) (X (X must) (X figure))) (X (X that) (X (X (X justice) (X (X has) (X (X to) (X (X get) (X done))))) (X (X by) (X (X (X (X somebody) (X ,)) (X (X but) (X (X know) (X (X (X it) (X (X wo) (X n't))) (X (X be) (X done)))))) (X (X by) (X (X Congress) (X .))))))))
(X (X (X (X (X (X Odyssey) (X Partners)) (X Limited)) (X Partnership)) (X (X ,) (X (X (X an) (X (X investment) (X firm))) (X (X ,) (X (X completed) (X (X the) (X purchase))))))) (X (X of) (X (X (X (X (X (X (X (X May) (X Department)) (X Stores)) (X (X Co.) (X (X 's) (X Caldor)))) (X (X discount) (X chain))) (X (X for) (X (X (X $) (X 500)) (X million)))) (X (X plus) (X (X the) (X assumption)))) (X (X of) (X (X (X $) (X (X 52) (X million))) (X (X in) (X (X debt) (X .))))))))
(X (X (X (X Caldor) (X (X ,) (X (X (X based) (X (X in) (X (X Norwalk) (X (X ,) (X (X Conn.) (X (X ,) (X (X operates) (X (X 118) (X stores))))))))) (X (X in) (X (X the) (X Northeast)))))) (X (X ;) (X (X it) (X (X reported) (X revenue))))) (X (X of) (X (X $) (X (X 1.6) (X (X (X (X billion) (X last)) (X year)) (X .))))))
(X (X (X (X May) (X Stores)) (X (X ,) (X (X (X St.) (X Louis)) (X (X ,) (X (X runs) (X (X (X such) (X well-known)) (X (X department) (X stores)))))))) (X (X as) (X (X Lord) (X (X (X &) (X Taylor)) (X .)))))
(X (X (X (X N.V) (X .)) (X DSM)) (X (X said) (X (X (X (X (X net) (X income)) (X (X in) (X (X (X (X the) (X third)) (X quarter)) (X (X jumped) (X (X 63) (X %)))))) (X (X as) (X (X (X the) (X company)) (X (X had) (X (X substantially) (X (X lower) (X (X extraordinary) (X charges)))))))) (X (X to) (X (X account) (X (X for) (X (X (X a) (X (X restructuring) (X program))) (X .))))))))
(X (X (X (X The) (X (X Dutch) (X (X chemical) (X group)))) (X (X said) (X (X (X net) (X income)) (X gained)))) (X (X to) (X (X (X (X (X (X 235) (X (X (X million) (X guilders)) (X (X -LRB-) (X $)))) (X (X 113.2) (X (X million) (X -RRB-)))) (X (X ,) (X (X or) (X (X 6.70) (X (X guilders) (X (X a) (X share))))))) (X ,)) (X (X from) (X (X (X (X 144) (X (X million) (X guilders))) (X (X ,) (X (X or) (X (X 4.10) (X (X guilders) (X (X a) (X share))))))) (X (X ,) (X (X (X a) (X (X year) (X ago))) (X .))))))))
(X (X (X (X (X (X (X (X The) (X (X 32) (X %))) (X state-owned)) (X DSM)) (X (X had) (X (X (X eight) (X (X million) (X guilders))) (X (X of) (X (X (X extraordinary) (X charges)) (X (X in) (X (X (X (X the) (X latest)) (X quarter)) (X (X ,) (X mainly))))))))) (X to)) (X (X reflect) (X (X (X one-time) (X losses)) (X (X in) (X connection))))) (X (X with) (X (X (X the) (X disposal)) (X (X of) (X (X (X some) (X operations)) (X .))))))
(X (X (X (X (X (X The) (X charges)) (X (X were) (X (X offset) (X (X in) (X part))))) (X (X by) (X (X a) (X gain)))) (X (X from) (X (X the) (X sale)))) (X (X of) (X (X (X (X the) (X company)) (X (X 's) (X (X construction) (X division)))) (X .))))
(X (X (X (X (X (X Last) (X year)) (X (X ,) (X DSM))) (X (X had) (X (X (X 71) (X million)) (X guilders)))) (X (X of) (X (X extraordinary) (X charges)))) (X (X for) (X (X (X (X the) (X (X restructuring) (X program))) (X (X and) (X (X other) (X transactions)))) (X .))))
(X (X (X (X (X (X The) (X (X earnings) (X growth))) (X also)) (X (X was) (X fueled))) (X (X by) (X (X (X the) (X company)) (X (X 's) (X ability))))) (X (X to) (X (X (X (X cut) (X (X (X net) (X financing)) (X spending))) (X (X by) (X half))) (X (X to) (X (X (X around) (X (X (X 15) (X million)) (X guilders))) (X .))))))
(X (X (X Also) (X (X ,) (X (X (X (X (X substantially) (X (X lower) (X (X Dutch) (X (X corporate) (X tax))))) (X rates)) (X (X helped) (X (X the) (X company)))) (X (X keep) (X (X its) (X (X tax) (X (X outlay) (X (X flat) (X relative))))))))) (X (X to) (X (X (X (X earnings) (X growth)) (X (X ,) (X (X the) (X company)))) (X (X added) (X .)))))
(X (X (X (X (X Sales) (X (X ,) (X (X however) (X ,)))) (X (X were) (X (X (X little) (X (X changed) (X (X at) (X (X 2.46) (X (X billion) (X guilders)))))) (X ,)))) (X compared)) (X (X with) (X (X (X (X 2.42) (X billion)) (X guilders)) (X .))))
(X (X (X Allergan) (X Inc.)) (X (X said) (X (X (X (X it) (X (X received) (X (X Food) (X (X and) (X (X Drug) (X (X Administration) (X approval))))))) (X (X to) (X (X sell) (X (X (X (X the) (X PhacoFlex)) (X (X intraocular) (X lens))) (X (X ,) (X (X (X (X the) (X first)) (X foldable)) (X (X silicone) (X (X lens) (X available))))))))) (X (X for) (X (X (X cataract) (X surgery)) (X .))))))
(X (X (X The) (X (X len) (X (X 's) (X foldability)))) (X (X enables) (X (X it) (X (X to) (X (X (X (X (X be) (X inserted)) (X (X in) (X (X (X smaller) (X incisions)) (X than)))) (X (X are) (X (X now) (X possible)))) (X (X for) (X (X (X cataract) (X surgery)) (X (X ,) (X (X (X (X (X the) (X eye)) (X care)) (X (X and) (X (X (X skin) (X care)) (X concern)))) (X (X said) (X .)))))))))))
(X (X (X Cataracts) (X refer)) (X (X to) (X (X (X a) (X clouding)) (X (X of) (X (X (X (X the) (X eye)) (X (X 's) (X (X natural) (X lens)))) (X .))))))
(X (X (X (X (X (X A) (X man)) (X (X from) (X (X (X (X the) (X (X Bush) (X administration))) (X came)) (X (X before) (X (X (X (X (X the) (X House)) (X Agriculture)) (X (X Committee) (X yesterday))) (X (X to) (X (X talk) (X (X about) (X (X (X the) (X (X U.S.) (X 's))) (X intention)))))))))) (X to)) (X (X send) (X (X (X (X some) (X (X $) (X (X 100) (X million)))) (X (X in) (X (X food) (X aid)))) (X (X to) (X (X Poland) (X ,)))))) (X (X with) (X (X (X (X more) (X to)) (X come)) (X (X from) (X (X (X the) (X EC)) (X .))))))
(X (X (X (X (X The) (X committee)) (X 's)) (X members)) (X (X are) (X (X worried) (X (X what) (X (X (X (X (X (X all) (X this)) (X (X free) (X food))) (X might)) (X (X do) (X (X to) (X (X (X the) (X economic)) (X prospects))))) (X (X of) (X (X (X Poland) (X (X 's) (X (X own) (X farmers)))) (X .))))))))
(X (X (X (X (X Rep.) (X Gary)) (X Ackerman)) (X noted)) (X (X that) (X (X (X past) (X (X food) (X aid))) (X (X had) (X (X (X (X harmed) (X farmers)) (X (X in) (X (X El) (X Salvador)))) (X (X and) (X (X Egypt) (X .))))))))
(X (X (X (X (X However) (X well)) (X intentioned)) (X (X ,) (X (X (X food) (X transfers)) (X (X have) (X (X the) (X habit)))))) (X (X of) (X (X (X (X (X (X growing) (X (X larger) (X and))) (X (X wrecking) (X the))) (X market)) (X incentives)) (X (X for) (X (X (X (X the) (X recipient)) (X (X country) (X (X 's) (X (X own) (X farmers))))) (X .))))))
(X (X (X (X The) (X First)) (X World)) (X (X has) (X (X (X (X (X for) (X (X some) (X time))) (X (X had) (X (X (X the) (X bad)) (X habit)))) (X (X of) (X (X smothering) (X (X (X (X other) (X people)) (X 's)) (X economies))))) (X (X with) (X (X (X this) (X kind)) (X (X of) (X (X (X unfocused) (X kindness)) (X .))))))))
(X (X (X It) (X (X should) (X (X be) (X (X constantly) (X stressed))))) (X (X that) (X (X (X (X Poland) (X (X 's) (X farmers))) (X mostly)) (X (X need) (X (X (X (X a) (X real)) (X market)) (X (X for) (X (X (X their) (X products)) (X .))))))))
(X (X (X (X Elco) (X Industries)) (X Inc.)) (X (X said) (X (X (X (X it) (X (X expects) (X (X net) (X income)))) (X (X in) (X (X (X (X (X the) (X year)) (X (X ending) (X (X June) (X 30)))) (X (X ,) (X 1990))) (X (X ,) (X (X (X to) (X fall)) (X (X below) (X (X (X (X a) (X (X recent) (X analyst))) (X 's)) (X estimate)))))))) (X (X of) (X (X $) (X (X 1.65) (X (X (X a) (X share)) (X .))))))))
(X (X (X (X (X The) (X Rockford)) (X (X ,) (X (X (X (X Ill.) (X (X ,) (X maker))) (X (X of) (X (X fasteners) (X also)))) (X (X said) (X (X it) (X expects)))))) (X (X to) (X (X (X (X post) (X sales)) (X (X in) (X (X (X (X the) (X current)) (X (X fiscal) (X year))) (X that)))) (X are)))) (X (X ``) (X (X (X slightly) (X (X above) (X (X '') (X (X (X fiscal) (X 1989)) (X sales))))) (X (X of) (X (X $) (X (X 155) (X (X million) (X .))))))))
(X (X (X (X (X (X The) (X company)) (X (X said) (X (X its) (X (X industrial) (X unit))))) (X continues)) (X to)) (X (X face) (X (X (X margin) (X pressures)) (X (X and) (X (X lower) (X (X demand) (X .)))))))
(X (X (X (X (X In) (X fiscal)) (X 1989)) (X (X ,) (X Elco))) (X (X earned) (X (X (X $) (X (X 7.8) (X million))) (X (X ,) (X (X (X (X or) (X $)) (X (X 1.65) (X (X a) (X share)))) (X .))))))
(X (X (X (X (X (X The) (X company)) (X (X 's) (X stock))) (X (X fell) (X $))) (X 1.125)) (X (X to) (X (X (X $) (X 13.625)) (X (X in) (X (X (X over-the-counter) (X (X trading) (X yesterday))) (X .))))))
(X (X (X (X (X Oshkosh) (X Truck)) (X Corp.)) (X (X ,) (X (X (X Oshkosh) (X (X ,) (X (X Wis.) (X (X ,) (X (X estimated) (X earnings)))))) (X (X for) (X (X (X its) (X (X fourth) (X quarter))) (X (X ended) (X (X Sept.) (X (X 30) (X (X fell) (X (X 50) (X %))))))))))) (X (X to) (X (X (X (X 75) (X %)) (X (X below) (X (X (X the) (X (X year-earlier) (X $))) (X (X 4.5) (X million))))) (X (X ,) (X (X (X or) (X (X (X 51) (X cents)) (X a))) (X (X share) (X .)))))))
(X (X (X The) (X (X truck) (X maker))) (X (X said) (X (X (X (X the) (X significant)) (X drop)) (X (X in) (X (X (X net) (X income)) (X (X will) (X (X result) (X (X in) (X (X (X lower) (X earnings)) (X (X for) (X (X (X the) (X (X fiscal) (X year))) (X .))))))))))))
(X (X (X (X (X In) (X fiscal)) (X 1988)) (X (X ,) (X (X (X (X (X the) (X company)) (X (X earned) (X $))) (X (X 17.3) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.92) (X (X a) (X share)))))))) (X (X ,) (X (X (X on) (X revenue)) (X (X of) (X (X $) (X (X 352.9) (X (X million) (X .))))))))
(X (X (X (X (X Oshkosh) (X Truck)) (X (X attributed) (X (X the) (X downturn)))) (X (X in) (X (X its) (X earnings)))) (X (X to) (X (X (X (X (X higher) (X start-up)) (X costs)) (X (X of) (X (X (X its) (X (X new) (X (X chassis) (X division)))) (X (X ,) (X (X (X (X (X a) (X softer)) (X (X motor-home) (X market))) (X (X and) (X (X (X higher) (X administrative)) (X costs)))) (X (X of) (X compliance))))))) (X (X with) (X (X (X government) (X (X contractor) (X regulations))) (X .))))))
(X (X (X (X (X The) (X company)) (X (X said) (X it))) (X (X is) (X (X in) (X (X the) (X process))))) (X (X of) (X (X (X (X phasing) (X (X out) (X (X John) (X Deere)))) (X (X ,) (X (X (X its) (X (X current) (X source))) (X (X of) (X production))))) (X (X for) (X (X (X (X midsized) (X motor)) (X (X home) (X chassis))) (X .))))))
(X (X (X (X (X (X In) (X anticipation)) (X (X of) (X (X the) (X start-up)))) (X (X of) (X (X (X (X (X its) (X (X new) (X factory))) (X (X ,) (X (X the) (X company)))) (X (X said) (X (X a) (X (X larger-than-normal) (X (X chassis) (X supply)))))) (X (X has) (X (X been) (X built)))))) (X (X to) (X (X carry) (X it)))) (X (X through) (X (X (X (X the) (X transition)) (X period)) (X .))))
(X (X (X (X (X Tokyo) (X stocks)) (X edged)) (X (X up) (X (X Wednesday) (X (X in) (X (X relatively) (X active)))))) (X (X but) (X (X unfocused) (X (X trading) (X .)))))
(X (X London) (X (X shares) (X (X finished) (X (X moderately) (X (X higher) (X .))))))
(X (X (X (X (X At) (X Tokyo)) (X (X ,) (X (X (X the) (X (X Nikkei) (X index))) (X (X of) (X (X (X (X 225) (X (X selected) (X issues))) (X ,)) (X which)))))) (X (X gained) (X (X (X (X 132) (X points)) (X Tuesday)) (X (X ,) (X (X added) (X (X 14.99) (X points))))))) (X (X to) (X (X 35564.43) (X .))))
(X (X (X (X In) (X (X early) (X trading))) (X (X in) (X (X (X Tokyo) (X Thursday)) (X (X ,) (X (X (X (X (X the) (X (X Nikkei) (X index))) (X fell)) (X 63.79)) (X points)))))) (X (X to) (X (X 35500.64) (X .))))
(X (X (X (X Wednesday) (X (X 's) (X volume))) (X (X on) (X (X (X (X the) (X First)) (X Section)) (X (X was) (X (X (X estimated) (X (X at) (X (X (X 900) (X million)) (X shares)))) (X (X ,) (X (X in) (X line)))))))) (X (X with) (X (X Tuesday) (X (X (X 's) (X (X 909) (X million))) (X .)))))
(X (X (X (X (X Declining) (X (X issues) (X slightly))) (X outnumbered)) (X (X advancing) (X (X issues) (X (X ,) (X 454))))) (X (X to) (X (X 451) (X .))))
(X (X (X (X (X Investors) (X (X switched) (X (X (X trading) (X focus)) (X quickly)))) (X (X as) (X (X they) (X (X did) (X (X Tuesday) (X ,)))))) (X (X reflecting) (X (X uncertainty) (X (X about) (X (X long-term) (X commitments)))))) (X (X to) (X (X (X (X (X any) (X issue)) (X (X or) (X sector))) (X (X ,) (X traders))) (X (X said) (X .)))))
(X (X (X (X (X Speculation) (X (X ,) (X (X (X on) (X (X the) (X (X other) (X hand)))) (X (X ,) (X sparked))))) (X (X buying) (X (X (X in) (X (X (X certain) (X incentive-backed)) (X issues))) (X ,)))) (X (X though) (X (X rumors) (X (X underlying) (X (X such) (X (X shares) (X eventually))))))) (X (X proved) (X (X untrue) (X .))))
(X (X (X (X (X (X (X The) (X development)) (X (X ,) (X traders))) (X (X said) (X ,))) (X showed)) (X (X that) (X there))) (X (X is) (X (X (X (X (X more) (X (X than) (X ample))) (X (X liquidity) (X available))) (X (X for) (X investment))) (X (X despite) (X (X (X the) (X (X market) (X (X 's) (X (X (X recent) (X directionless)) (X trend))))) (X .))))))
(X (X (X (X (X Dealers) (X (X led) (X (X the) (X market)))) (X Wednesday)) (X (X by) (X (X (X (X actively) (X trading)) (X (X for) (X (X their) (X (X own) (X accounts))))) (X (X ,) (X observers))))) (X (X said) (X .)))
(X (X (X (X Institutions) (X mostly)) (X (X remained) (X (X on) (X (X the) (X sidelines))))) (X (X because) (X (X (X of) (X uncertainty)) (X (X regarding) (X (X (X interest) (X rates)) (X (X and) (X (X (X the) (X dollar)) (X .))))))))
(X (X (X (X (X (X (X The) (X Tokyo)) (X Stock)) (X Price)) (X Index)) (X (X -LRB-) (X (X Topix) (X -RRB-)))) (X (X of) (X (X (X (X all) (X (X issues) (X listed))) (X (X in) (X (X (X (X (X (X the) (X First)) (X Section)) (X ,)) (X which)) (X (X gained) (X (X (X (X (X 16.05) (X points)) (X Tuesday)) (X ,)) (X (X was) (X (X down) (X (X 1.46) (X points))))))))) (X (X ,) (X (X (X or) (X (X 0.05) (X %))) (X (X ,) (X (X at) (X (X 2691.19) (X .)))))))))
(X (X (X (X (X (X (X (X The) (X Second)) (X (X Section) (X index))) (X ,)) (X which)) (X (X added) (X (X (X (X 6.84) (X points)) (X Tuesday)) (X (X ,) (X (X was) (X (X up) (X (X 5.92) (X points)))))))) (X (X ,) (X (X (X (X or) (X (X 0.16) (X %))) (X ,)) (X to)))) (X (X close) (X (X at) (X (X 3648.82) (X .)))))
(X (X (X (X (X Volume) (X (X in) (X (X the) (X (X second) (X section))))) (X (X was) (X (X estimated) (X (X at) (X (X (X 18) (X million)) (X shares)))))) (X (X ,) (X up))) (X (X from) (X (X (X 14) (X (X million) (X Tuesday))) (X .))))
(X (X (X (X (X (X (X Akio) (X Yamamoto)) (X (X ,) (X (X managing) (X director)))) (X (X of) (X (X (X (X (X Nomura) (X Investment)) (X Trust)) (X Management)) (X (X ,) (X said))))) (X that)) (X (X if) (X (X (X (X (X the) (X (X U.S.) (X federal))) (X funds)) (X (X rate) (X declines))) (X (X to) (X (X (X (X (X around) (X 8.5)) (X %)) (X (X ,) (X institutions))) (X would)))))) (X (X acquire) (X (X (X (X (X a) (X clearer)) (X idea)) (X (X regarding) (X (X the) (X direction)))) (X (X of) (X (X (X (X the) (X market)) (X (X and) (X (X (X thus) (X (X more) (X comfortably))) (X participate)))) (X (X in) (X (X active) (X (X buying) (X .)))))))))
(X (X (X Tokyu) (X Group)) (X (X ,) (X (X (X Mitsubishi) (X Estate)) (X (X and) (X (X (X (X Bridgestone\/Firestone) (X ,)) (X (X which) (X (X (X advanced) (X Tuesday)) (X (X ,) (X declined))))) (X (X on) (X (X profit-taking) (X .))))))))
(X (X (X (X (X Wednesday) (X (X 's) (X (X dominant) (X issue)))) (X (X was) (X (X (X Yasuda) (X (X (X Fire) (X (X &) (X Marine))) (X Insurance))) (X (X ,) (X (X which) (X continued)))))) (X (X to) (X (X surge) (X (X on) (X rumors))))) (X (X of) (X (X speculative) (X (X buying) (X .)))))
(X (X (X It) (X (X ended) (X (X (X (X (X the) (X day)) (X (X up) (X (X 80) (X yen)))) (X (X -LRB-) (X (X 56) (X cents)))) (X -RRB-)))) (X (X to) (X (X 1,880) (X (X yen) (X (X -LRB-) (X (X $) (X (X 13.15) (X (X -RRB-) (X .)))))))))
(X (X (X (X Due) (X (X to) (X (X continuingly) (X (X (X (X high) (X gold)) (X prices)) (X tied))))) (X (X to) (X (X (X (X uncertainty) (X (X about) (X (X (X (X the) (X U.S.)) (X currency)) (X (X ,) (X (X investor) (X interest)))))) (X (X was) (X directed))) (X (X toward) (X (X (X (X oil) (X (X and) (X mining))) (X shares)) (X (X ,) (X (X (X which) (X (X (X traders) (X (X called) (X a))) (X (X ``) (X (X defensive) (X (X '') (X (X action) (X frequently))))))) (X taken)))))))) (X (X when) (X (X (X (X (X the) (X dollar)) (X (X is) (X expected))) (X (X to) (X (X (X fall) (X or)) (X (X during) (X times))))) (X (X of) (X (X inflation) (X .))))))
(X (X (X (X (X Teikoku) (X Oil)) (X (X ,) (X (X also) (X stimulated)))) (X (X by) (X rumors))) (X (X of) (X (X (X speculative) (X (X buying) (X (X ,) (X (X (X advanced) (X 100)) (X yen))))) (X (X to) (X (X 1,460) (X .))))))
(X (X (X Showa) (X Shell)) (X (X gained) (X (X (X (X (X 20) (X (X to) (X 1,570))) (X (X and) (X Mitsubishi))) (X (X Oil) (X (X rose) (X 50)))) (X (X to) (X (X 1,500) (X .))))))
(X (X (X (X (X Sumitomo) (X Metal)) (X (X Mining) (X (X fell) (X (X five) (X yen))))) (X (X to) (X (X (X (X 692) (X and)) (X Nippon)) (X Mining)))) (X (X added) (X (X 15) (X (X to) (X (X 960) (X .))))))
(X (X (X (X (X (X Among) (X other)) (X winners)) (X Wednesday)) (X (X was) (X (X Nippon) (X Shokubai)))) (X (X ,) (X (X which) (X (X was) (X (X up) (X (X 80) (X (X at) (X (X 2,410) (X .)))))))))
(X (X (X Marubeni) (X (X advanced) (X 11))) (X (X to) (X (X 890) (X .))))
(X (X London) (X (X share) (X (X (X prices) (X (X were) (X (X (X bolstered) (X largely)) (X (X by) (X (X (X continued) (X gains)) (X (X on) (X (X (X Wall) (X Street)) (X (X and) (X (X technical) (X factors)))))))))) (X (X affecting) (X (X demand) (X (X for) (X (X (X (X London) (X (X 's) (X blue-chip))) (X stocks)) (X .))))))))
(X (X (X (X (X (X The) (X Financial)) (X Times-Stock)) (X Exchange)) (X (X 100-share) (X (X (X (X index) (X closed)) (X 17.5)) (X (X points) (X higher))))) (X (X at) (X (X 2160.1) (X .))))
(X (X (X (X (X It) (X (X rose) (X largely))) (X (X throughout) (X (X the) (X session)))) (X (X after) (X (X posting) (X (X an) (X (X intraday) (X low)))))) (X (X of) (X (X 2141.7) (X (X in) (X (X (X (X the) (X first)) (X (X 40) (X minutes))) (X (X of) (X (X trading) (X .))))))))
(X (X (X (X (X The) (X index)) (X (X ended) (X (X the) (X day)))) (X (X near) (X (X its) (X (X session) (X high))))) (X (X of) (X (X (X 2163.2) (X (X ,) (X (X which) (X (X was) (X posted))))) (X (X within) (X (X (X (X the) (X last)) (X half-hour)) (X (X of) (X (X trading) (X .))))))))
(X (X (X (X Dealers) (X (X said) (X (X (X most) (X (X investor) (X interest))) (X (X was) (X focused))))) (X (X on) (X (X (X (X defensive) (X blue-chip)) (X stocks)) (X (X ,) (X (X particularly) (X those)))))) (X (X with) (X (X (X limited) (X U.K.)) (X (X exposure) (X .)))))
(X (X (X (X Also) (X (X ,) (X (X (X (X several) (X (X key) (X blue))) (X chips)) (X were)))) (X (X pushed) (X (X higher) (X (X in) (X (X thin) (X volume)))))) (X (X because) (X (X (X of) (X (X (X a) (X technical)) (X squeeze))) (X (X among) (X (X (X market) (X makers)) (X .))))))
(X (X (X (X Sterling) (X (X 's) (X (X firm) (X tone)))) (X (X ,) (X combined))) (X (X with) (X (X (X (X a) (X steady)) (X opening)) (X (X on) (X (X (X (X (X (X Wall) (X Street)) (X (X ,) (X (X also) (X (X tempted) (X (X some) (X investors)))))) (X (X to) (X (X come) (X back)))) (X (X to) (X (X (X the) (X market)) (X (X ,) (X dealers))))) (X (X said) (X .)))))))
(X (X There) (X (X were) (X (X (X (X (X concerns) (X early)) (X (X in) (X (X the) (X day)))) (X (X that) (X (X (X Wall) (X (X Street) (X (X (X 's) (X sharp)) (X gains)))) (X (X on) (X (X Tuesday) (X (X were) (X (X overdone) (X (X and) (X due))))))))) (X (X for) (X (X (X a) (X reversal)) (X .))))))
(X (X (X (X The) (X FT)) (X (X 30-share) (X (X index) (X (X settled) (X (X 16.7) (X (X points) (X higher))))))) (X (X at) (X (X 1738.1) (X .))))
(X (X Volume) (X (X was) (X (X (X (X 372.9) (X (X million) (X shares))) (X (X ,) (X up))) (X (X from) (X (X (X 334.5) (X million)) (X (X on) (X (X Tuesday) (X .))))))))
(X (X (X (X Dealers) (X (X said) (X institutions))) (X (X were) (X (X still) (X (X (X largely) (X (X hugging) (X (X the) (X sidelines)))) (X (X on) (X fears)))))) (X (X that) (X (X (X (X the) (X (X market) (X (X (X 's) (X (X recent) (X technical))) (X rally)))) (X might)) (X (X prove) (X (X fragile) (X .))))))
(X (X (X (X (X They) (X (X cited) (X (X Wall) (X (X Street) (X (X 's) (X (X recent) (X volatility))))))) (X (X and) (X the))) (X lack)) (X (X of) (X (X (X (X (X a) (X clear)) (X indication)) (X (X over) (X (X the) (X (X market) (X (X (X 's) (X short-term)) (X direction)))))) (X (X as) (X (X factors) (X (X in) (X (X (X (X the) (X institutional)) (X caution)) (X .))))))))
(X (X (X Jaguar) (X (X ,) (X (X (X (X a) (X (X U.K.) (X (X (X luxury) (X auto)) (X maker)))) (X (X being) (X pursued))) (X (X by) (X (X (X (X Ford) (X Motor)) (X (X and) (X (X General) (X Motors)))) (X (X ,) (X (X gained) (X (X (X (X (X 10) (X pence)) (X (X -LRB-) (X (X 16) (X cents)))) (X (X -RRB-) (X a))) (X share))))))))) (X (X to) (X (X close) (X (X (X (X (X at) (X 879)) (X pence)) (X (X -LRB-) (X $))) (X (X 13.90) (X (X -RRB-) (X .)))))))
(X (X (X (X (X It) (X (X shed) (X (X (X about) (X (X 7) (X pence))) (X (X ,) (X (X however) (X (X ,) (X (X after) (X (X dealers) (X (X said) (X (X the) (X market))))))))))) (X (X was) (X disappointed))) (X (X that) (X Ford))) (X (X did) (X (X (X (X n't) (X move)) (X (X to) (X (X (X (X tender) (X a)) (X bid)) (X (X for) (X control))))) (X (X of) (X (X (X the) (X company)) (X .))))))
(X (X (X (X Dealers) (X (X said) (X (X (X the) (X (X U.K.) (X (X government) (X (X 's) (X decision))))) (X Tuesday)))) (X (X to) (X (X (X (X waive) (X (X its) (X protective))) (X (X ``) (X (X (X golden) (X share)) (X '')))) (X (X in) (X (X (X (X the) (X (X auto) (X maker))) (X raised)) (X prospects)))))) (X (X of) (X (X (X a) (X (X bidding) (X war))) (X (X between) (X (X (X (X the) (X two)) (X (X U.S.) (X (X auto) (X giants)))) (X .))))))
(X (X (X (X (X (X (X (X (X But) (X the)) (X waiver)) (X also)) (X (X was) (X seen))) (X (X as) (X (X a) (X signal)))) (X (X that) (X (X (X (X (X Ford) (X (X ,) (X (X (X (X a) (X major)) (X (X U.K.) (X (X (X auto) (X industry)) (X employer)))) (X ,)))) (X (X was) (X able))) (X to)) (X (X gain) (X (X government) (X acceptance)))))) (X (X of) (X (X (X its) (X bid)) (X (X for) (X control))))) (X (X of) (X (X Jaguar) (X .))))
(X (X (X Dealers) (X said)) (X (X that) (X (X (X interpretation) (X (X sparked) (X expectations))) (X (X of) (X (X (X an) (X (X imminent) (X bid))) (X (X by) (X (X Ford) (X .))))))))
(X (X (X (X (X B.A.T) (X Industries)) (X (X ,) (X which))) (X (X is) (X (X (X being) (X pursued)) (X (X by) (X (X (X (X (X Sir) (X James)) (X (X Goldsmith) (X (X 's) (X Hoylake)))) (X Investments)) (X (X ,) (X (X (X (X rose) (X 9)) (X (X to) (X 753))) (X (X on) (X speculation))))))))) (X (X that) (X (X Hoylake) (X (X will) (X (X (X (X sweeten) (X (X its) (X bid))) (X (X ,) (X dealers))) (X (X said) (X .)))))))
(X (X (X Like) (X Jaguar)) (X (X ,) (X (X (X (X B.A.T) (X also)) (X eased)) (X (X off) (X (X (X its) (X highs)) (X (X in) (X (X (X afternoon) (X dealings)) (X .))))))))
(X (X (X (X Reed) (X International)) (X (X ,) (X (X (X (X a) (X U.K.)) (X (X publishing) (X group))) (X (X ,) (X (X (X gained) (X 15)) (X (X to) (X 397))))))) (X (X despite) (X (X (X reporting) (X (X (X a) (X 3.7)) (X (X %) (X drop)))) (X (X in) (X (X (X interim) (X (X pretax) (X profit))) (X .))))))
(X (X (X Analysts) (X (X said) (X (X (X the) (X fall)) (X (X in) (X (X (X pretax) (X profit)) (X (X was) (X due))))))) (X (X to) (X (X (X (X (X the) (X group)) (X (X 's) (X (X recent) (X restructuring)))) (X (X and) (X sale))) (X (X of) (X (X (X (X peripheral) (X units)) (X (X ,) (X (X and) (X (X that) (X (X its) (X (X remaining) (X businesses))))))) (X (X are) (X (X performing) (X (X well) (X .)))))))))
(X (X Dealers) (X (X said) (X (X (X the) (X market)) (X (X agreed) (X .)))))
(X (X (X Stocks) (X boosted)) (X (X by) (X (X (X (X market-makers) (X shopping)) (X (X to) (X (X cover) (X (X (X (X book) (X requirements)) (X (X in) (X (X (X (X FT-SE) (X 100)) (X shares)) (X (X included) (X (X Carlton) (X Communications)))))) (X (X ,) (X which)))))) (X (X climbed) (X (X 32) (X (X to) (X (X 778) (X .))))))))
(X (X (X (X (X (X Drug) (X companies)) (X (X in) (X (X (X the) (X key)) (X index)))) (X (X also) (X notched))) (X (X gains) (X (X as) (X (X (X market-makers) (X searched)) (X (X for) (X (X (X stock) (X (X in) (X anticipation))) (X (X of) (X (X demand) (X due))))))))) (X (X to) (X (X (X (X the) (X sector)) (X (X 's) (X (X defensive) (X qualities)))) (X .))))
(X (X Wellcome) (X (X gained) (X (X (X 18) (X (X to) (X 666))) (X (X on) (X (X (X (X a) (X modest)) (X (X 1.1) (X million))) (X (X shares) (X .)))))))
(X (X Glaxo) (X (X ,) (X (X (X (X (X the) (X (X U.K.) (X (X 's) (X largest)))) (X pharmaceutical)) (X concern)) (X (X ,) (X (X (X advanced) (X 23)) (X (X to) (X (X #) (X (X 14.13) (X .)))))))))
(X (X (X (X Stock) (X prices)) (X (X closed) (X higher))) (X (X in) (X (X Stockholm) (X (X ,) (X (X (X Amsterdam) (X (X and) (X Frankfurt))) (X (X and) (X (X lower) (X (X in) (X (X Zurich) (X .))))))))))
(X (X (X Paris) (X (X ,) (X (X Brussels) (X (X ,) (X (X and) (X Milan)))))) (X (X were) (X (X closed) (X (X for) (X (X (X a) (X holiday)) (X .))))))
(X (X (X South) (X (X African) (X (X gold) (X stocks)))) (X (X closed) (X (X marginally) (X (X lower) (X .)))))
(X (X (X (X Elsewhere) (X (X ,) (X (X (X share) (X (X prices) (X (X closed) (X higher)))) (X (X in) (X (X Singapore) (X (X ,) (X (X (X Taipei) (X (X and) (X Wellington))) (X ,)))))))) (X (X were) (X (X mixed) (X (X in) (X (X Hong) (X Kong)))))) (X (X ,) (X (X (X (X lower) (X (X in) (X Seoul))) (X (X and) (X (X little) (X changed)))) (X (X in) (X (X Sydney) (X .))))))
(X (X (X (X Manila) (X markets)) (X (X were) (X closed))) (X (X for) (X (X (X a) (X holiday)) (X .))))
(X (X Here) (X (X are) (X (X (X (X (X price) (X trends)) (X (X on) (X (X (X (X the) (X world)) (X 's)) (X (X major) (X (X stock) (X markets)))))) (X ,)) (X (X as) (X (X calculated) (X (X by) (X (X (X (X (X (X Morgan) (X Stanley)) (X Capital)) (X International)) (X Perspective)) (X (X ,) (X (X Geneva) (X .))))))))))
(X (X To) (X (X make) (X (X (X (X (X them) (X (X directly) (X comparable))) (X (X ,) (X (X (X each) (X index)) (X (X is) (X based))))) (X (X on) (X (X the) (X close)))) (X (X of) (X (X 1969) (X (X equaling) (X (X 100) (X .))))))))
(X (X (X (X The) (X percentage)) (X change)) (X (X is) (X (X since) (X (X year-end) (X .)))))
(X (X (X (X The) (X (X following) (X issues))) (X (X were) (X (X recently) (X filed)))) (X (X with) (X (X (X (X the) (X Securities)) (X (X and) (X Exchange))) (X (X Commission) (X :)))))
(X (X (X (X Intermec) (X Corp.)) (X (X ,) (X (X offering) (X (X of) (X (X (X (X 1,050,000) (X common)) (X shares)) (X ,)))))) (X (X via) (X (X (X Goldman) (X (X ,) (X (X (X Sachs) (X &)) (X Co.)))) (X (X and) (X (X Piper) (X (X ,) (X (X (X (X (X Jaffray) (X &)) (X Hopwood)) (X Inc)) (X .))))))))
(X (X (X (X (X (X Middlesex) (X Water)) (X Co.)) (X (X ,) (X (X offering) (X (X of) (X 150,000))))) (X shares)) (X (X of) (X (X (X (X common) (X stock)) (X ,)) (X (X via) (X (X (X (X (X (X Legg) (X Mason)) (X Wood)) (X Walker)) (X Inc.)) (X (X and) (X (X Howard) (X (X ,) (X (X Weil) (X (X ,) (X (X Labouisse) (X (X ,) (X (X (X Friedrichs) (X Inc)) (X .))))))))))))))
(X (X (X (X (X (X (X Midwesco) (X Filter)) (X Resources)) (X Inc.)) (X (X ,) (X (X initial) (X offering)))) (X (X of) (X (X (X (X (X (X 830,000) (X common)) (X shares)) (X (X ,) (X to))) (X (X be) (X offered))) (X (X by) (X (X (X the) (X company)) (X ,)))))) (X (X via) (X (X (X Chicago) (X Corp)) (X .))))
(X (X (X (X (X Nylev) (X Municipal)) (X Fund)) (X Inc.)) (X (X ,) (X (X offering) (X (X of) (X (X (X (X five) (X (X million) (X common))) (X shares)) (X .))))))
(X (X (X (X (X Occidental) (X Petroleum)) (X Corp.)) (X (X ,) (X shelf))) (X (X offering) (X (X of) (X (X (X (X $) (X (X 1.5) (X billion))) (X (X in) (X (X (X senior) (X debt)) (X securities)))) (X .)))))
(X (X (X (X (X (X Prime) (X Motor)) (X Inns)) (X Inc.)) (X (X ,) (X (X (X offering) (X (X of) (X (X up) (X (X to) (X (X (X (X (X (X $) (X (X 300) (X million))) (X zero)) (X coupon)) (X convertible)) (X debentures)))))) (X ,)))) (X (X via) (X (X (X (X (X Drexel) (X Burnham)) (X Lambert)) (X Inc.)) (X (X and) (X (X Montgomery) (X (X Securities) (X .)))))))
(X (X (X (X (X (X Service) (X Fracturing)) (X Co.)) (X (X ,) (X (X proposed) (X offering)))) (X (X of) (X (X (X 1.2) (X million)) (X shares)))) (X (X of) (X (X (X (X common) (X stock)) (X ,)) (X (X via) (X (X (X (X (X (X Lovett) (X Mitchell)) (X Webb)) (X &)) (X Garrison)) (X (X ,) (X (X (X Inc.) (X ,)) (X (X and) (X (X (X (X (X Blunt) (X Ellis)) (X &)) (X Loewi)) (X (X Inc) (X .)))))))))))
(X (X (X (X (X (X (X (X (X (X Western) (X Gas)) (X Resources)) (X Inc.)) (X (X ,) (X (X initial) (X offering)))) (X (X of) (X 3,250,000))) (X shares)) (X (X of) (X (X (X (X common) (X stock)) (X (X ,) (X of))) (X (X which) (X 3,040,000))))) (X (X shares) (X (X (X will) (X (X be) (X sold))) (X (X by) (X (X (X (X the) (X company)) (X and)) (X 210,000)))))) (X (X shares) (X (X (X by) (X (X (X a) (X holder)) (X ,))) (X (X via) (X (X (X (X (X Prudential-Bache) (X Capital)) (X Funding)) (X (X ,) (X (X (X (X Smith) (X Barney)) (X (X ,) (X (X (X (X Harris) (X Upham)) (X &)) (X Co.)))) (X ,)))) (X (X and) (X (X Hanifen) (X (X ,) (X (X (X Imhoff) (X Inc)) (X .))))))))))
(X (X (X (X Hold) (X the)) (X Putty)) (X !))
(X (X (X (X (X (X With) (X lipsticks)) (X (X ,) (X (X liners) (X (X ,) (X (X (X lotions) (X (X and) (X creams))) (X (X ,) (X There))))))) (X (X are) (X (X still) (X (X (X beauty) (X plans)) (X left))))) (X (X to) (X (X tackle) (X (X (X :) (X But)) (X (X as) (X (X (X (X (X the) (X years)) (X go)) (X by)) (X (X ,) (X it)))))))) (X (X seems) (X (X That) (X (X before) (X (X (X (X I) (X paint)) (X (X ,) (X I))) (X (X should) (X (X spackle) (X .))))))))
(X (X --) (X (X Pat) (X (X D'Amico) (X .))))
(X (X (X (X Criminal) (X charges)) (X (X were) (X filed))) (X (X against) (X (X (X (X Diceon) (X Electronics)) (X Inc.)) (X (X and) (X (X (X (X (X (X two) (X company)) (X officials)) (X (X alleging) (X (X waste) (X (X disposal) (X violations))))) (X (X in) (X (X its) (X Chatsworth)))) (X (X ,) (X (X Calif.) (X (X ,) (X (X facility) (X .))))))))))
(X (X (X (X (X (X The) (X Los)) (X Angeles)) (X (X County) (X (X (X (X (X district) (X attorney)) (X (X 's) (X office))) (X (X filed) (X seven))) (X felony)))) (X (X and) (X (X (X five) (X misdemeanor)) (X (X counts) (X charging))))) (X (X that) (X (X (X (X (X late) (X (X last) (X year))) (X (X and) (X (X (X (X early) (X this)) (X (X year) (X the))) (X Irvine)))) (X (X ,) (X (X (X Calif.-based) (X (X circuit-board) (X manufacturer))) (X (X illegally) (X disposed))))) (X (X of) (X (X (X (X acid) (X (X ,) (X (X caustic) (X (X and) (X (X heavy) (X metals)))))) (X (X into) (X (X the) (X (X sewer) (X system))))) (X (X ,) (X (X (X and) (X (X (X stored) (X (X hazardous) (X materials))) (X (X in) (X leaky)))) (X (X ,) (X (X (X unlabeled) (X (X or) (X (X open-top) (X containers)))) (X .))))))))))
(X (X (X (X Named) (X (X as) (X (X (X (X defendants) (X (X were) (X (X Roland) (X Matthews)))) (X (X ,) (X (X (X (X president) (X ,)) (X (X and) (X Peter))) (X Jonas)))) (X (X ,) (X (X (X (X executive) (X (X vice) (X president))) (X (X and) (X (X chief) (X (X financial) (X officer))))) (X ,)))))) (X (X as) (X well))) (X (X as) (X (X (X a) (X (X former) (X (X plant) (X manager)))) (X .))))
(X (X (X (X The) (X company)) (X (X said) (X (X local) (X authorities)))) (X (X held) (X (X (X hearings) (X (X on) (X (X (X (X (X the) (X (X allegations) (X last))) (X spring)) (X and)) (X (X had) (X (X returned) (X (X the) (X plant))))))) (X (X to) (X (X ``) (X (X (X (X routine) (X inspection)) (X '')) (X (X in) (X (X August) (X .)))))))))
(X (X (X (X ``) (X (X The) (X company))) (X (X does) (X (X not) (X feel)))) (X (X that) (X (X (X (X it) (X (X or) (X any))) (X (X of) (X (X the) (X individuals)))) (X (X violated) (X (X (X (X (X any) (X criminal)) (X statute)) (X (X and) (X (X the) (X company)))) (X (X expects) (X (X (X full) (X vindication)) (X (X in) (X (X (X court) (X .)) (X ''))))))))))
(X (X Arraignments) (X (X are) (X (X scheduled) (X (X for) (X (X Nov.) (X (X 14) (X .)))))))
(X (X (X (X (X (X Consumer) (X confidence)) (X (X stayed) (X strong))) (X (X in) (X October))) (X ,)) (X (X despite) (X (X (X (X the) (X unsettling)) (X gyrations)) (X (X of) (X (X (X (X the) (X stock)) (X market)) (X .))))))
(X (X (X ``) (X (X (X (X The) (X (X (X sharp) (X stock)) (X (X market) (X decline)))) (X (X in) (X (X late) (X October)))) (X appears))) (X (X to) (X (X (X (X (X have) (X (X had) (X (X (X little) (X (X or) (X no))) (X effect)))) (X (X on) (X (X (X consumers) (X (X ,) (X ''))) (X (X said) (X (X Fabian) (X Linden)))))) (X (X ,) (X (X executive) (X director)))) (X (X of) (X (X (X (X the) (X Conference)) (X (X Board) (X (X 's) (X (X (X consumer) (X research)) (X center))))) (X .))))))
(X (X (X ``) (X (X (X (X Survey) (X returns)) (X received)) (X (X after) (X (X (X the) (X drop)) (X (X in) (X (X (X (X the) (X Dow)) (X (X Jones) (X average))) (X (X were) (X (X about) (X (X the) (X same)))))))))) (X (X as) (X (X (X (X the) (X views)) (X (X expressed) (X prior))) (X (X to) (X (X (X that) (X event)) (X (X .) (X '')))))))
(X (X (X (X (X (X The) (X nonprofit)) (X (X ,) (X (X industry-supported) (X group)))) (X (X said) (X (X (X (X its) (X Consumer)) (X Confidence)) (X Index)))) (X (X was) (X (X (X 116.4) (X (X in) (X October))) (X (X ,) (X (X barely) (X changed)))))) (X (X from) (X (X (X (X a) (X revised)) (X 116.3)) (X (X in) (X (X September) (X .))))))
(X (X (X (X The) (X index)) (X (X was) (X (X (X 116.9) (X (X in) (X (X (X October) (X 1988)) (X (X and) (X (X in) (X (X (X the) (X past)) (X year))))))) (X (X has) (X ranged))))) (X (X from) (X (X (X (X a) (X low)) (X (X of) (X 112.9))) (X (X to) (X (X (X a) (X high)) (X (X of) (X (X 120.7) (X .))))))))
(X (X It) (X (X uses) (X (X (X a) (X base)) (X (X of) (X (X 100) (X (X in) (X (X 1985) (X .))))))))
(X (X (X (X (X In) (X October)) (X (X ,) (X (X more) (X people)))) (X said)) (X (X that) (X (X (X (X present) (X (X business) (X conditions))) (X were)) (X (X ``) (X (X (X good) (X '')) (X (X than) (X (X in) (X (X September) (X .)))))))))
(X (X (X (X (X (X An) (X equal)) (X number)) (X (X in) (X (X each) (X month)))) (X said)) (X (X that) (X (X (X employment) (X conditions)) (X (X were) (X (X good) (X .))))))
(X (X (X (X And) (X 19.6)) (X %)) (X (X of) (X (X consumers) (X (X contacted) (X (X (X (X (X believed) (X (X business) (X conditions))) (X (X will) (X improve))) (X (X in) (X (X (X (X the) (X coming)) (X (X six) (X months))) (X ,)))) (X (X compared) (X (X with) (X (X (X 18.3) (X %)) (X (X in) (X (X September) (X .)))))))))))
(X (X (X Also) (X (X ,) (X (X more) (X people)))) (X (X said) (X (X conditions) (X (X will) (X (X worsen) (X (X in) (X (X (X the) (X period)) (X .))))))))
(X (X (X -LRB-) (X Fewer)) (X (X said) (X (X (X conditions) (X (X wo) (X n't))) (X (X change) (X (X .) (X -RRB-))))))
(X (X (X (X In) (X (X October) (X 1988))) (X (X ,) (X (X 21.1) (X %)))) (X (X said) (X (X (X business) (X conditions)) (X (X would) (X (X improve) (X .))))))
(X (X (X (X In) (X (X October) (X 1989))) (X (X ,) (X (X 16.9) (X %)))) (X (X said) (X (X (X (X more) (X jobs)) (X (X will) (X (X be) (X created)))) (X (X in) (X (X (X (X (X (X the) (X coming)) (X (X six) (X months))) (X ,)) (X compared)) (X (X with) (X (X (X (X 17.4) (X %)) (X (X in) (X September))) (X (X and) (X (X (X 18.6) (X %)) (X (X in) (X (X (X October) (X 1988)) (X .))))))))))))
(X (X (X (X (X (X Only) (X 26.8)) (X %)) (X (X in) (X (X October) (X ,)))) (X compared)) (X (X with) (X (X (X (X (X (X 28.5) (X %)) (X (X in) (X (X September) (X (X and) (X (X 26.8) (X %)))))) (X (X in) (X (X October) (X 1988)))) (X (X ,) (X (X said) (X income)))) (X (X would) (X (X increase) (X .))))))
(X (X (X ``) (X (X (X (X The) (X (X sustained) (X level))) (X (X of) (X confidence))) (X (X can) (X (X be) (X attributed))))) (X (X to) (X (X (X (X (X the) (X continued)) (X favorable)) (X circumstances)) (X (X which) (X (X affect) (X (X (X (X (X the) (X consumer)) (X 's)) (X (X day-to-day) (X (X economic) (X life)))) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Linden) (X .))))))))))))
(X (X (X (X ``) (X (X (X (X (X (X Unemployment) (X continues)) (X (X at) (X (X a) (X (X relatively) (X (X low) (X level)))))) (X ,)) (X (X providing) (X (X a) (X sense)))) (X (X of) (X (X (X job) (X security)) (X (X ,) (X (X and) (X (X (X (X a) (X (X low) (X inflation))) (X rate)) (X has)))))))) (X (X kept) (X (X (X the) (X purchasing)) (X power)))) (X (X of) (X (X (X (X the) (X (X weekly) (X paycheck))) (X (X reasonably) (X (X strong) (X .)))) (X ''))))
(X (X (X (X (X (X The) (X (X consumer) (X confidence))) (X survey)) (X ,)) (X (X covering) (X (X (X 5,000) (X (X U.S.) (X households))) (X ,)))) (X (X is) (X (X (X (X conducted) (X (X in) (X (X (X (X the) (X first)) (X (X two) (X weeks))) (X (X of) (X (X each) (X month)))))) (X (X for) (X (X (X the) (X Conference)) (X Board)))) (X (X by) (X (X (X (X (X National) (X Family)) (X Opinion)) (X Inc.)) (X (X ,) (X (X (X a) (X Toledo)) (X (X ,) (X (X Ohio) (X (X ,) (X (X (X market) (X researcher)) (X .))))))))))))
(X (X (X (X Buying) (X plans)) (X (X were) (X (X (X mixed) (X (X in) (X October))) (X ,)))) (X (X with) (X (X (X (X fewer) (X households)) (X (X indicating) (X plans))) (X (X to) (X (X (X buy) (X (X cars) (X (X and) (X (X more) (X (X saying) (X (X they) (X will))))))) (X (X buy) (X (X homes) (X (X and) (X (X appliances) (X (X in) (X (X (X (X the) (X coming)) (X (X six) (X months))) (X .))))))))))))
(X (X (X (X (X In) (X October)) (X (X ,) (X (X 6.7) (X %)))) (X (X of) (X (X (X (X respondents) (X (X said) (X (X they) (X will)))) (X (X buy) (X (X (X a) (X car)) (X (X ,) (X easing))))) (X (X from) (X September))))) (X (X when) (X (X 8.1) (X (X %) (X (X anticipated) (X (X (X a) (X purchase)) (X .)))))))
(X (X (X (X In) (X (X October) (X 1988))) (X (X ,) (X (X 7.3) (X %)))) (X (X said) (X (X (X they) (X would)) (X (X buy) (X (X (X a) (X car)) (X .))))))
(X (X (X Home) (X (X purchase) (X (X plans) (X increased)))) (X (X to) (X (X (X 3.3) (X %)) (X (X from) (X (X (X 3.1) (X %)) (X (X in) (X (X (X the) (X (X two) (X (X recent) (X months)))) (X .))))))))
(X (X (X (X In) (X (X October) (X 1988))) (X (X ,) (X (X 3.7) (X %)))) (X (X said) (X (X (X they) (X would)) (X (X buy) (X (X (X a) (X house)) (X .))))))
(X (X (X (X (X In) (X 1989)) (X (X ,) (X (X (X home) (X purchase)) (X plans)))) (X (X have) (X (X ranged) (X monthly)))) (X (X from) (X (X (X 2.9) (X %)) (X (X to) (X (X (X 3.7) (X %)) (X (X of) (X (X respondents) (X .))))))))
(X (X (X (X In) (X October)) (X (X ,) (X (X 30.6) (X %)))) (X (X said) (X (X (X (X (X they) (X will)) (X (X buy) (X (X (X appliances) (X (X in) (X (X (X the) (X coming)) (X (X six) (X months))))) (X ,)))) (X compared)) (X (X with) (X (X (X (X 27.4) (X %)) (X (X in) (X September))) (X (X and) (X (X (X 26.5) (X %)) (X (X in) (X (X (X October) (X 1988)) (X .))))))))))
(X (X (X (X (X Despite) (X a)) (X deluge)) (X (X of) (X (X (X (X economic) (X news)) (X (X ,) (X (X the) (X (X Treasury) (X market))))) (X (X remained) (X quiet))))) (X (X but) (X (X (X (X (X the) (X corporate)) (X market)) (X (X was) (X (X abuzz) (X (X over) (X (X (X (X International) (X Business)) (X Machines)) (X (X Corp.) (X (X 's) (X (X huge) (X debt))))))))) (X (X offering) (X .)))))
(X (X (X ``) (X (X There) (X (X were) (X (X (X so) (X (X many) (X economic))) (X reports))))) (X (X but) (X (X (X the) (X market)) (X (X did) (X (X (X (X (X n't) (X care)) (X (X about) (X any))) (X (X of) (X (X (X (X them) (X ,)) (X '')) (X (X said) (X (X Kathleen) (X Camilli)))))) (X (X ,) (X (X (X (X a) (X money)) (X (X market) (X economist))) (X (X at) (X (X (X (X (X Drexel) (X Burnham)) (X Lambert)) (X Inc)) (X .))))))))))
(X (X (X ``) (X (X (X So) (X (X the) (X focus))) (X turned))) (X (X to) (X (X (X (X other) (X (X fixed-income) (X markets))) (X (X ,) (X (X (X (X corporate) (X and)) (X mortgages)) (X (X in) (X (X particular) (X (X ,) (X (X '') (X she)))))))) (X (X said) (X .)))))
(X (X (X IBM) (X (X ,) (X (X (X (X the) (X giant)) (X (X computer) (X maker))) (X (X ,) (X (X (X offered) (X (X $) (X (X 750) (X million)))) (X (X of) (X (X (X (X non-callable) (X 30-year)) (X debentures)) (X priced)))))))) (X (X to) (X (X yield) (X (X (X (X (X 8.47) (X %)) (X (X ,) (X (X or) (X (X about) (X (X (X 1\/2) (X (X percentage) (X point))) (X higher)))))) (X (X than) (X (X the) (X yield)))) (X (X on) (X (X (X 30-year) (X (X Treasury) (X bonds))) (X .)))))))
(X (X (X (X The) (X size)) (X (X of) (X (X (X IBM) (X (X 's) (X issue))) (X (X was) (X increased))))) (X (X from) (X (X (X (X an) (X (X originally) (X (X planned) (X (X $) (X (X 500) (X million)))))) (X (X as) (X (X (X (X money) (X managers)) (X (X and) (X investors))) (X scrambled)))) (X (X to) (X (X buy) (X (X (X the) (X bonds)) (X .)))))))
(X (X (X (X (X (X In) (X the)) (X (X investment-grade) (X (X corporate) (X market)))) (X ,)) (X (X ``) (X (X (X it) (X (X 's) (X rare))) (X (X that) (X (X you) (X (X get) (X (X an) (X opportunity)))))))) (X (X to) (X (X (X buy) (X (X a) (X name))) (X (X that) (X (X (X (X has) (X (X (X (X such) (X broad)) (X appeal)) (X and))) (X (X has) (X (X (X (X such) (X attractive)) (X call)) (X features)))) (X (X ,) (X (X (X '') (X (X said) (X (X James) (X Ednie)))) (X (X ,) (X (X (X a) (X (X Drexel) (X (X (X industrial) (X bond)) (X trader)))) (X .))))))))))
(X (X (X (X (X (X Money) (X managers)) (X (X ranked) (X (X IBM) (X 's)))) (X offering)) (X (X as) (X (X (X (X (X the) (X (X most) (X significant))) (X (X investment-grade) (X sale))) (X (X of) (X (X the) (X year)))) (X (X because) (X (X (X (X large) (X issues)) (X (X of) (X (X long-term) (X debt)))) (X (X by) (X companies))))))) (X (X with) (X (X (X triple-A) (X credit)) (X (X are) (X (X infrequent) (X .))))))
(X (X (X (X (X (X Syndicate) (X officials)) (X (X at) (X (X (X lead) (X underwriter)) (X Salomon)))) (X Brothers)) (X Inc.)) (X (X said) (X (X (X (X the) (X debentures)) (X (X were) (X snapped))) (X (X by) (X (X (X up) (X (X pension) (X funds))) (X (X ,) (X (X (X (X banks) (X (X ,) (X (X insurance) (X companies)))) (X (X and) (X (X other) (X (X institutional) (X investors))))) (X .))))))))
(X (X (X (X (X (X In) (X the)) (X (X Treasury) (X market))) (X (X ,) (X investors))) (X (X paid) (X (X scant) (X attention)))) (X (X to) (X (X (X (X (X (X the) (X day)) (X (X 's) (X (X economic) (X reports)))) (X ,)) (X (X which) (X (X (X for) (X (X the) (X (X most) (X part)))) (X (X provided) (X (X (X a) (X mixed)) (X view)))))) (X (X of) (X (X (X the) (X economy)) (X .))))))
(X (X (X ``) (X (X Whether) (X you))) (X (X thought) (X (X (X (X the) (X economy)) (X (X was) (X (X (X growing) (X (X weak) (X or))) (X (X holding) (X (X steady) (X (X ,) (X (X (X yesterday) (X (X 's) (X economic))) (X indicators)))))))) (X (X did) (X (X (X (X n't) (X (X change) (X (X your) (X opinion)))) (X (X ,) (X (X '') (X (X said) (X (X Charles) (X Lieberman)))))) (X (X ,) (X (X (X a) (X (X managing) (X director))) (X (X at) (X (X (X (X (X Manufacturers) (X Hanover)) (X Securities)) (X Corp)) (X .))))))))))
(X (X (X (X The) (X government)) (X reported)) (X (X that) (X (X (X (X orders) (X (X for) (X (X manufactured) (X goods)))) (X (X were) (X (X (X essentially) (X unchanged)) (X (X in) (X September))))) (X (X while) (X (X (X construction) (X spending)) (X (X was) (X (X slightly) (X (X lower) (X .)))))))))
(X (X (X (X Both) (X indicators)) (X (X were) (X (X viewed) (X (X as) (X signs))))) (X (X that) (X (X (X (X (X (X the) (X nation)) (X 's)) (X (X industrial) (X sector))) (X (X is) (X (X (X growing) (X (X very) (X slowly))) (X ,)))) (X (X if) (X (X at) (X (X all) (X .)))))))
(X (X (X (X (X (X A) (X survey)) (X (X by) (X (X (X (X the) (X Federal)) (X (X Reserve) (X (X 's) (X (X 12) (X (X district) (X banks)))))) (X (X and) (X (X the) (X (X latest) (X report))))))) (X (X by) (X (X (X the) (X National)) (X Association)))) (X (X of) (X (X (X Purchasing) (X Management)) (X blurred)))) (X (X that) (X (X picture) (X (X of) (X (X (X the) (X economy)) (X .))))))
(X (X (X (X (X (X In) (X a)) (X (X monthly) (X (X report) (X prepared)))) (X (X for) (X (X use) (X (X at) (X (X (X (X (X the) (X Fed)) (X (X 's) (X (X next) (X Federal)))) (X Open)) (X (X Market) (X Committee))))))) (X (X meeting) (X (X (X on) (X (X (X Nov.) (X 14.)) (X (X ,) (X (X (X (X the) (X nation)) (X 's)) (X (X central) (X bank)))))) (X found)))) (X (X that) (X (X (X (X (X (X price) (X increases)) (X (X have) (X moderated))) (X (X and) (X (X economic) (X activity)))) (X (X has) (X (X grown) (X (X at) (X (X a) (X (X sluggish) (X pace))))))) (X (X in) (X (X (X recent) (X weeks)) (X .))))))
(X (X (X (X (X Among) (X other)) (X things)) (X (X ,) (X (X (X the) (X survey)) (X found)))) (X (X that) (X (X (X manufacturing) (X (X activity) (X (X varied) (X considerably)))) (X (X across) (X (X (X districts) (X and)) (X (X among) (X (X industries) (X .))))))))
(X (X (X (X (X (X The) (X Philadelphia)) (X (X and) (X (X (X (X (X Cleveland) (X districts)) (X ,)) (X (X for) (X example))) (X (X ,) (X (X reported) (X declines)))))) (X (X in) (X (X manufacturing) (X activity)))) (X (X while) (X (X (X the) (X Boston)) (X (X ,) (X (X (X Dallas) (X (X and) (X (X San) (X (X Francisco) (X banks))))) (X noted)))))) (X (X that) (X (X business) (X (X expanded) (X .)))))
(X (X (X (X The) (X (X purchasing) (X (X managers) (X index)))) (X (X of) (X (X (X (X (X economic) (X activity)) (X rose)) (X (X in) (X October))) (X ,)))) (X (X although) (X (X it) (X (X remains) (X (X below) (X (X (X 50) (X %)) (X .)))))))
(X (X (X (X A) (X (X reading) (X (X below) (X (X 50) (X %))))) (X indicates)) (X (X that) (X (X (X (X (X the) (X (X manufacturing) (X sector))) (X (X is) (X slowing))) (X (X while) (X (X (X (X a) (X reading)) (X (X above) (X (X 50) (X %)))) (X suggests)))) (X (X that) (X (X (X the) (X industry)) (X (X is) (X (X expanding) (X .))))))))
(X (X (X (X Mr.) (X Lieberman)) (X (X said) (X (X (X (X (X the) (X diverse)) (X showing)) (X (X in) (X (X (X yesterday) (X 's)) (X reports)))) (X (X ``) (X (X only) (X (X enhances) (X (X the) (X importance)))))))) (X (X of) (X (X (X the) (X (X employment) (X data))) (X (X .) (X '')))))
(X (X (X (X (X (X (X The) (X employment)) (X report)) (X ,)) (X (X which) (X (X at) (X times)))) (X has)) (X (X caused) (X (X (X (X wide) (X swings)) (X (X in) (X (X bond) (X prices)))) (X (X ,) (X (X is) (X (X (X due) (X (X out) (X tomorrow))) (X .)))))))
(X (X (X (X (X The) (X average)) (X estimate)) (X (X of) (X (X (X (X (X 22) (X economists)) (X polled)) (X (X by) (X (X (X (X (X Dow) (X Jones)) (X Capital)) (X Markets)) (X Report)))) (X was)))) (X (X that) (X (X (X non-farm) (X payrolls)) (X (X expanded) (X (X by) (X (X 152,000) (X (X in) (X (X October) (X .)))))))))
(X (X (X (X (X (X The) (X economists)) (X (X forecast) (X (X a) (X 0.1)))) (X (X %) (X rise))) (X (X in) (X (X (X the) (X unemployment)) (X rate)))) (X (X to) (X (X (X 5.4) (X %)) (X .))))
(X (X Treasury) (X Securities))
(X (X (X (X (X In) (X (X a) (X (X surprise) (X announcement)))) (X (X ,) (X (X (X the) (X Treasury)) (X (X said) (X (X (X it) (X will)) (X (X reopen) (X (X (X (X the) (X outstanding)) (X benchmark)) (X (X 30-year) (X (X bond) (X rather)))))))))) (X (X than) (X (X create) (X (X (X (X a) (X new)) (X one)) (X (X for) (X (X (X next) (X week)) (X (X 's) (X (X quarterly) (X refunding))))))))) (X (X of) (X (X (X (X the) (X federal)) (X debt)) (X .))))
(X (X (X (X The) (X Treasury)) (X (X will) (X (X (X raise) (X (X (X $) (X (X 10) (X billion))) (X (X in) (X (X fresh) (X cash))))) (X (X by) (X (X (X (X selling) (X (X $) (X (X 30) (X billion)))) (X (X of) (X securities))) (X ,)))))) (X (X including) (X (X (X (X $) (X (X 10) (X billion))) (X (X of) (X (X new) (X (X three-year) (X notes))))) (X (X and) (X (X (X (X $) (X (X 10) (X billion))) (X (X of) (X (X (X new) (X 10-year)) (X notes)))) (X .))))))
(X (X (X (X (X (X (X (X But) (X rather)) (X (X than) (X (X sell) (X (X new) (X (X 30-year) (X bonds)))))) (X (X ,) (X (X (X the) (X Treasury)) (X will)))) (X (X issue) (X (X (X (X $) (X (X 10) (X billion))) (X (X of) (X 29year))) (X (X ,) (X (X nine-month) (X bonds)))))) (X (X --) (X (X essentially) (X (X increasing) (X (X the) (X size)))))) (X (X of) (X (X (X (X the) (X current)) (X benchmark)) (X (X 30-year) (X bond))))) (X (X that) (X (X (X was) (X (X sold) (X (X at) (X (X the) (X (X previous) (X refunding)))))) (X (X in) (X (X August) (X .))))))
(X (X (X (X (X (X (X Credit) (X market)) (X analysts)) (X (X said) (X (X the) (X decision)))) (X (X to) (X (X (X (X (X reopen) (X (X (X the) (X current)) (X benchmark))) (X (X ,) (X (X (X (X the) (X 8)) (X 1\/8)) (X (X %) (X (X (X bond) (X due)) (X August)))))) (X 2019)) (X ,)))) (X (X is) (X unusual))) (X (X because) (X (X (X (X the) (X issue)) (X (X trades) (X (X at) (X (X a) (X premium))))) (X (X to) (X (X (X (X its) (X face)) (X amount)) (X .))))))
(X (X (X (X (X Some) (X dealers)) (X (X said) (X (X (X the) (X (X Treasury) (X (X 's) (X intent)))) (X is)))) (X (X to) (X (X help) (X (X (X (X government) (X bond)) (X (X dealers) (X (X (X gauge) (X investor)) (X demand)))) (X (X for) (X (X (X the) (X securities)) (X (X ,) (X (X given) (X (X uncertainties) (X about)))))))))) (X (X when) (X (X (X the) (X auction)) (X (X will) (X (X occur) (X .))))))
(X (X (X The) (X Treasury)) (X (X said) (X (X (X the) (X refunding)) (X (X is) (X (X (X contingent) (X (X upon) (X (X (X congressional) (X (X and) (X (X presidential) (X passage)))) (X (X of) (X (X an) (X increase)))))) (X (X in) (X (X (X (X the) (X federal)) (X (X debt) (X ceiling))) (X .))))))))
(X (X (X (X Until) (X such)) (X action)) (X (X takes) (X (X (X (X places) (X (X ,) (X (X (X the) (X Treasury)) (X (X has) (X (X no) (X ability)))))) (X (X to) (X (X issue) (X (X new) (X debt))))) (X (X of) (X (X (X any) (X kind)) (X .))))))
(X (X Meanwhile) (X (X ,) (X (X (X (X Treasury) (X bonds)) (X (X ended) (X (X modestly) (X higher)))) (X (X in) (X (X quiet) (X (X trading) (X .)))))))
(X (X (X (X (X The) (X benchmark)) (X (X 30-year) (X bond))) (X (X about) (X (X 1\/4) (X point)))) (X (X ,) (X (X (X (X or) (X $)) (X 2.50)) (X (X for) (X (X (X (X each) (X $)) (X 1,000)) (X (X face) (X (X amount) (X .))))))))
(X (X (X (X The) (X benchmark)) (X (X was) (X (X priced) (X (X at) (X (X 102) (X 22\/32)))))) (X (X to) (X (X (X (X yield) (X (X (X 7.88) (X %)) (X compared))) (X (X with) (X (X 102) (X 12\/32)))) (X (X to) (X (X yield) (X (X (X (X 7.90) (X %)) (X Tuesday)) (X .)))))))
(X (X (X (X (X The) (X (X latest) (X 10-year))) (X notes)) (X (X were) (X (X (X quoted) (X (X at) (X (X 100) (X 22\/32)))) (X (X to) (X (X yield) (X (X (X 7.88) (X %)) (X compared))))))) (X (X with) (X (X (X 100) (X 16\/32)) (X (X to) (X (X yield) (X (X (X 7.90) (X %)) (X .)))))))
(X (X (X (X (X (X The) (X (X discount) (X rate))) (X (X on) (X (X three-month) (X (X Treasury) (X bills))))) (X (X was) (X (X essentially) (X (X unchanged) (X (X at) (X (X 7.79) (X %))))))) (X ,)) (X (X while) (X (X (X the) (X rate)) (X (X on) (X (X (X (X (X six-month) (X bills)) (X (X was) (X (X (X slightly) (X lower)) (X (X at) (X (X 7.52) (X %)))))) (X compared)) (X (X with) (X (X (X (X 7.60) (X %)) (X Tuesday)) (X .))))))))
(X (X Corporate) (X Issues))
(X (X (X (X (X IBM) (X (X 's) (X $))) (X (X 750) (X million))) (X debenture)) (X (X offering) (X (X (X dominated) (X activity)) (X (X in) (X (X (X (X (X the) (X corporate)) (X debt)) (X market)) (X .))))))
(X (X (X Meanwhile) (X (X ,) (X (X (X most) (X (X investment-grade) (X bonds))) (X (X ended) (X unchanged))))) (X (X to) (X (X as) (X (X much) (X (X as) (X (X 1\/8) (X (X point) (X (X higher) (X .)))))))))
(X (X (X (X (X In) (X (X its) (X (X latest) (X compilation)))) (X (X of) (X (X performance) (X statistics)))) (X (X ,) (X (X (X (X Moody) (X (X 's) (X Investors))) (X Service)) (X found)))) (X (X that) (X (X (X (X (X (X investment-grade) (X bonds)) (X (X posted) (X (X a) (X (X total) (X return))))) (X (X of) (X (X (X 2.7) (X %)) (X (X in) (X October))))) (X (X while) (X (X junk) (X bonds)))) (X (X showed) (X (X (X (X a) (X negative)) (X return)) (X (X of) (X (X (X 1.5) (X %)) (X .))))))))
(X (X (X (X (X (X Moody) (X 's)) (X said)) (X those)) (X (X returns) (X compare))) (X (X with) (X (X (X (X a) (X 3.8)) (X (X %) (X (X total) (X return)))) (X (X for) (X (X (X (X longer-term) (X Treasury)) (X notes)) (X (X and) (X (X bonds) (X .))))))))
(X (X (X (X Total) (X return)) (X (X measures) (X (X price) (X changes)))) (X (X and) (X (X (X interest) (X income)) (X .))))
(X (X (X (X (X (X For) (X the)) (X year)) (X (X to) (X date))) (X (X ,) (X (X (X Moody) (X (X (X 's) (X (X said) (X total))) (X returns))) (X were)))) (X (X topped) (X (X (X by) (X (X (X (X the) (X 16.5)) (X %)) (X (X of) (X (X longer-term) (X (X Treasury) (X issues)))))) (X (X ,) (X (X (X closely) (X followed)) (X (X by) (X (X (X 15) (X %)) (X (X for) (X (X (X investment-grade) (X bonds)) (X .))))))))))
(X (X (X (X Junk) (X bonds)) (X (X trailed) (X (X the) (X (X group) (X again))))) (X .))
(X (X ``) (X (X (X (X (X (X Even) (X the)) (X 7.2)) (X (X %) (X return))) (X (X from) (X (X (X (X (X the) (X risk-free)) (X three-month)) (X (X Treasury) (X bill))) (X (X has) (X (X (X easily) (X (X outdistanced) (X (X the) (X 4.1)))) (X (X %) (X return))))))) (X (X from) (X (X (X (X junk) (X bonds)) (X (X ,) (X ''))) (X (X wrote) (X (X (X (X Moody) (X (X 's) (X economist))) (X (X John) (X Lonski))) (X (X in) (X (X (X (X yesterday) (X 's)) (X (X market) (X report))) (X .)))))))))
(X (X (X ``) (X (X (X Little) (X wonder)) (X (X that) (X (X (X buyers) (X (X for) (X junk))) (X (X have) (X (X been) (X found))))))) (X (X wanting) (X (X (X ,) (X (X '') (X he))) (X (X said) (X .)))))
(X (X (X (X Moody) (X 's)) (X (X said) (X (X the) (X (X average) (X (X (X net) (X asset)) (X value)))))) (X (X of) (X (X (X (X (X 24) (X junk-bond)) (X (X mutual) (X funds))) (X fell)) (X (X by) (X (X (X 4.2) (X %)) (X (X in) (X (X October) (X .))))))))
(X (X Mortgage-Backed) (X Issues))
(X (X (X (X (X Mortgage) (X securities)) (X (X ended) (X (X slightly) (X higher)))) (X (X but) (X trailed))) (X (X gains) (X (X in) (X (X (X (X the) (X Treasury)) (X market)) (X .)))))
(X (X (X (X Ginnie) (X (X Mae) (X (X 's) (X (X (X 9) (X %)) (X issue))))) (X (X for) (X (X (X November) (X (X delivery) (X finished))) (X (X at) (X (X 98) (X 5\/8)))))) (X (X ,) (X (X (X (X (X up) (X 2\/32)) (X ,)) (X (X and) (X (X (X (X its) (X (X 9) (X 1\/2))) (X (X %) (X issue))) (X (X at) (X (X 100) (X 22\/32)))))) (X (X ,) (X (X also) (X (X (X up) (X 2\/32)) (X .)))))))
(X (X (X (X (X The) (X Ginnie)) (X (X Mae) (X (X 9) (X (X %) (X securities))))) (X (X were) (X (X (X yielding) (X 9.32)) (X %)))) (X (X to) (X (X a) (X (X 12-year) (X (X (X average) (X life)) (X .))))))
(X (X Activity) (X (X was) (X (X (X (X light) (X (X in) (X (X derivative) (X markets)))) (X ,)) (X (X with) (X (X (X (X (X no) (X new)) (X issues)) (X priced)) (X .))))))
(X (X Municipal) (X Issues))
(X (X (X (X Municipal) (X bonds)) (X (X were) (X (X mostly) (X unchanged)))) (X (X to) (X (X (X (X (X up) (X (X 1\/8) (X point))) (X (X in) (X light))) (X (X ,) (X (X cautious) (X (X trading) (X prior))))) (X (X to) (X (X (X (X tomorrow) (X (X 's) (X unemployment))) (X report)) (X .))))))
(X (X (X (X A) (X $)) (X (X 114) (X (X million) (X issue)))) (X (X of) (X (X (X (X (X health) (X (X facility) (X (X revenue) (X bonds)))) (X (X from) (X (X (X (X (X the) (X (X California) (X Health))) (X Facilities)) (X Financing)) (X Authority)))) (X (X was) (X (X (X temporarily) (X withdrawn)) (X (X after) (X (X being) (X (X tentatively) (X priced))))))) (X (X by) (X (X (X (X a) (X First)) (X Boston)) (X (X Corp.) (X (X group) (X .))))))))
(X (X (X (X (X (X An) (X official)) (X (X for) (X (X (X (X the) (X lead)) (X underwriter)) (X declined)))) (X (X to) (X (X (X comment) (X (X on) (X (X the) (X reason)))) (X (X for) (X (X (X the) (X delay)) (X ,)))))) (X (X but) (X (X (X (X market) (X participants)) (X speculated)) (X (X that) (X (X (X (X a) (X number)) (X (X of) (X factors))) (X ,)))))) (X (X including) (X (X (X a) (X lack)) (X (X of) (X (X (X (X investor) (X interest)) (X ,)) (X (X were) (X (X responsible) (X .))))))))
(X (X (X (X (X (X The) (X issue)) (X (X could) (X (X (X be) (X relaunched)) (X ,)))) (X (X possibly) (X (X in) (X (X (X a) (X restructured)) (X form))))) (X ,)) (X (X as) (X (X (X early) (X (X as) (X (X (X next) (X week)) (X (X ,) (X according))))) (X (X to) (X (X (X (X the) (X lead)) (X underwriter)) (X .))))))
(X (X (X (X (X (X (X A) (X $)) (X (X 107.03) (X million))) (X offering)) (X (X of) (X (X (X (X (X (X Santa) (X Ana)) (X Community)) (X Redevelopment)) (X Agency)) (X (X ,) (X (X Calif.) (X (X ,) (X (X tax) (X (X allocation) (X bonds))))))))) (X (X got) (X (X off) (X (X to) (X (X (X (X (X a) (X slow)) (X start)) (X (X and) (X (X may) (X (X be) (X (X repriced) (X (X at) (X (X lower) (X (X levels) (X today))))))))) (X (X ,) (X (X according) (X (X to) (X (X an) (X official)))))))))) (X (X with) (X (X (X (X (X (X (X (X (X lead) (X underwriter)) (X Donaldson)) (X Lufkin)) (X &)) (X Jenrette)) (X Securities)) (X Corp)) (X .))))
(X (X (X (X (X The) (X Santa)) (X (X Ana) (X bonds))) (X (X were) (X (X tentatively) (X priced)))) (X (X to) (X (X yield) (X (X from) (X (X (X (X 6.40) (X %)) (X (X in) (X 1991))) (X (X to) (X (X (X 7.458) (X %)) (X in))))))))
(X (X (X (X (X Bucking) (X the)) (X (X market) (X trend))) (X (X ,) (X (X an) (X issue)))) (X (X of) (X (X (X (X (X $) (X (X 130) (X (X million) (X general)))) (X obligation)) (X (X distributable) (X (X state) (X (X aid) (X bonds))))) (X (X from) (X (X Detroit) (X (X ,) (X (X Mich.) (X (X ,) (X (X apparently) (X (X drew) (X (X (X solid) (X (X investor) (X interest))) (X .))))))))))))
(X (X They) (X (X were) (X (X (X tentatively) (X priced)) (X (X to) (X (X yield) (X (X from) (X (X (X (X 6.20) (X %)) (X (X in) (X 1991))) (X (X to) (X (X (X 7.272) (X %)) (X in))))))))))
(X (X Foreign) (X Bond))
(X (X (X (X West) (X German)) (X dealers)) (X (X said) (X (X there) (X (X was) (X (X (X little) (X interest)) (X (X in) (X (X (X (X Treasury) (X bonds)) (X ahead)) (X (X of) (X (X (X (X Thursday) (X (X 's) (X (X (X new) (X government)) (X bond)))) (X issue)) (X .))))))))))
(X (X (X (X (X So) (X far)) (X (X ,) (X they))) (X (X said) (X (X (X ,) (X investors)) (X (X appear) (X (X unenthusiastic) (X (X about) (X (X (X (X (X the) (X new)) (X issue)) (X which)) (X might)))))))) (X (X force) (X (X (X (X the) (X government)) (X (X to) (X (X raise) (X (X the) (X coupon))))) (X (X to) (X (X (X more) (X (X than) (X (X 7) (X %)))) (X .))))))
(X (X It) (X (X is) (X (X generally) (X (X expected) (X (X to) (X (X (X be) (X (X (X the) (X usual)) (X 10-year))) (X (X ,) (X (X (X four) (X (X (X billion) (X mark)) (X issue))) (X .)))))))))
(X (X (X Rumors) (X (X to) (X (X (X the) (X contrary)) (X (X have) (X been))))) (X (X that) (X (X (X (X (X it) (X (X would) (X (X be) (X (X a) (X (X six) (X (X (X billion) (X mark)) (X issue))))))) (X (X ,) (X or))) (X (X that) (X (X (X (X (X the) (X last)) (X Bund)) (X (X ,) (X (X (X (X (X (X a) (X 7)) (X (X %) (X issue))) (X due)) (X (X October) (X 1999))) (X ,)))) (X (X would) (X (X be) (X increased)))))) (X (X by) (X (X (X two) (X billion)) (X (X marks) (X .)))))))
(X (X Elsewhere) (X :))
(X (X (X (X --) (X (X In) (X Japan))) (X (X ,) (X (X (X (X the) (X benchmark)) (X (X No.) (X (X 111) (X (X 4.6) (X (X %) (X (X (X issue) (X (X due) (X 1998))) (X ended))))))) (X (X on) (X (X (X brokers) (X screens)) (X (X unchanged) (X (X at) (X 95.09)))))))) (X (X to) (X (X yield) (X (X (X 5.435) (X %)) (X .)))))
(X (X (X (X (X --) (X (X In) (X Britain))) (X (X ,) (X (X (X (X (X (X the) (X (X benchmark) (X (X 11) (X 3\/4)))) (X (X %) (X bond))) (X due)) (X (X 2003\/2007) (X fell))) (X 14\/32)))) (X (X to) (X (X 111) (X 2\/32)))) (X (X to) (X (X yield) (X (X (X 10.19) (X %)) (X .)))))
(X (X (X (X (X The) (X (X 12) (X %))) (X (X notes) (X (X (X due) (X (X 1995) (X fell))) (X 9\/32)))) (X (X to) (X (X 103) (X 3\/8)))) (X (X to) (X (X yield) (X (X (X 11.10) (X %)) (X .)))))
(X (X (X (X (X Standard) (X &)) (X (X Poor) (X (X 's) (X Corp.)))) (X lowered)) (X (X to) (X (X double-C) (X (X from) (X (X (X (X triple-C) (X the)) (X rating)) (X (X on) (X (X (X about) (X (X (X $) (X 130)) (X million))) (X (X of) (X (X debt) (X .))))))))))
(X (X (X (X (X The) (X rating)) (X concern)) (X (X said) (X (X (X (X the) (X textile)) (X (X and) (X (X (X clothing) (X (X (X company) (X 's)) (X interest))) (X expense)))) (X (X exceeds) (X (X operating) (X profit)))))) (X (X ``) (X (X (X (X by) (X (X (X (X (X a) (X wide)) (X margin)) (X '')) (X (X and) (X it)))) (X (X noted) (X (X United) (X (X (X 's) (X estimated)) (X (X after-tax) (X loss)))))) (X (X of) (X (X (X $) (X (X 24) (X million))) (X (X for) (X (X (X the) (X year)) (X (X ended) (X (X June) (X (X 30) (X .)))))))))))
(X (X (X (X Travelers) (X (X Corp.) (X (X (X (X 's) (X third-quarter)) (X (X net) (X (X income) (X (X rose) (X 11))))) (X %)))) (X (X ,) (X even))) (X (X though) (X (X (X claims) (X stemming)) (X (X from) (X (X (X Hurricane) (X Hugo)) (X (X reduced) (X (X (X results) (X (X $) (X (X 40) (X million)))) (X .))))))))
(X (X (X (X (X (X Net) (X advanced)) (X (X to) (X (X (X $) (X (X 94.2) (X million))) (X (X ,) (X (X (X (X or) (X 89)) (X (X cents) (X a))) (X share)))))) (X ,)) (X (X from) (X (X (X (X $) (X (X 85) (X million))) (X (X ,) (X (X (X or) (X (X (X 83) (X cents)) (X a))) (X share)))) (X ,)))) (X (X including) (X (X (X (X (X net) (X (X realized) (X investment))) (X gains)) (X (X of) (X (X (X $) (X (X 31) (X million))) (X (X ,) (X up))))) (X (X from) (X (X (X $) (X (X 10) (X (X (X million) (X a)) (X (X year) (X ago))))) (X .))))))
(X (X (X (X But) (X revenue)) (X declined)) (X (X to) (X (X (X $) (X (X 3) (X billion))) (X (X from) (X (X $) (X (X 3.2) (X (X billion) (X .))))))))
(X (X (X Travelers) (X estimated)) (X (X that) (X (X (X (X (X the) (X (X California) (X (X (X earthquake) (X last)) (X month)))) (X (X will) (X result))) (X (X in) (X (X (X a) (X fourth-quarter)) (X (X pre-tax) (X charge))))) (X (X of) (X (X less) (X (X (X than) (X $)) (X (X 10) (X (X million) (X .)))))))))
(X (X (X (X The) (X (X insurer) (X (X 's) (X earnings)))) (X (X from) (X (X (X (X (X (X commercial) (X (X property\/casualty) (X lines))) (X (X fell) (X 59))) (X %)) (X (X in) (X (X (X the) (X latest)) (X quarter)))) (X ,)))) (X (X while) (X (X (X (X (X it) (X (X lost) (X (X (X $) (X (X 7.2) (X million))) (X (X in) (X (X its) (X (X (X personal) (X property\/casualty)) (X business))))))) (X ,)) (X compared)) (X (X with) (X (X earnings) (X (X of) (X (X (X $) (X (X 6.1) (X (X million) (X (X a) (X (X year) (X ago)))))) (X .))))))))
(X (X (X (X (X Travelers) (X (X 's) (X employee))) (X (X benefits) (X group))) (X (X ,) (X which))) (X (X includes) (X (X (X (X (X (X its) (X (X group) (X health))) (X (X insurance) (X operations))) (X (X ,) (X (X posted) (X earnings)))) (X (X of) (X (X (X (X (X $) (X 24)) (X million)) (X ,)) (X compared)))) (X (X with) (X (X (X a) (X loss)) (X (X of) (X (X (X (X $) (X (X 3) (X (X million) (X last)))) (X year)) (X .))))))))
(X (X (X (X (X (X (X (X In) (X the)) (X first)) (X nine)) (X months)) (X (X ,) (X (X net) (X (X was) (X (X (X $) (X (X 306) (X million))) (X ,)))))) (X compared)) (X (X with) (X (X (X a) (X loss)) (X (X of) (X (X (X $) (X (X 195) (X million))) (X (X in) (X (X (X (X the) (X 1988)) (X period)) (X .))))))))
(X (X (X (X The) (X (X year-ago) (X results))) (X (X included) (X (X (X a) (X $)) (X (X 415) (X (X million) (X charge)))))) (X (X in) (X (X (X (X the) (X (X 1988) (X second))) (X quarter)) (X (X for) (X (X (X (X underperforming) (X (X real) (X estate))) (X and)) (X (X mortgage) (X (X loans) (X .))))))))
(X (X (X (X (X The) (X British)) (X Department)) (X (X of) (X (X (X Trade) (X (X and) (X Industry))) (X (X ordered) (X (X an) (X investigation)))))) (X (X of) (X (X (X (X the) (X competitive)) (X impact)) (X (X of) (X (X (X (X Michelin) (X Tyre)) (X (X PLC) (X (X 's) (X (X planned) (X acquisition))))) (X (X of) (X (X (X (X (X National) (X Tyre)) (X Service)) (X Ltd)) (X .))))))))
(X (X (X (X (X The) (X department)) (X (X said) (X it))) (X (X referred) (X (X (X the) (X takeover)) (X (X to) (X (X (X (X the) (X Monopolies)) (X (X and) (X Mergers))) (X Commission)))))) (X (X because) (X (X of) (X (X (X (X (X the) (X purchase)) (X (X 's) (X possible))) (X effects)) (X (X on) (X (X (X (X the) (X (X U.K.) (X market))) (X (X for) (X distribution))) (X (X of) (X (X (X replacement) (X tires)) (X .)))))))))
(X (X (X BTR) (X PLC)) (X (X ,) (X (X (X (X (X (X (X a) (X (X U.K.) (X (X industrial) (X conglomerate)))) (X (X ,) (X said))) (X (X in) (X (X June) (X it)))) (X had)) (X (X sold) (X (X (X (X its) (X National)) (X Tyre)) (X (X Service) (X business))))) (X (X to) (X (X (X Michelin) (X (X Investment) (X Ltd.))) (X (X ,) (X (X (X a) (X (X U.K.) (X unit))) (X (X of) (X (X (X the) (X (X tire) (X maker))) (X (X ,) (X (X for) (X (X (X (X #) (X (X 140) (X million))) (X (X -LRB-) (X $))) (X (X 221.4) (X (X (X million) (X -RRB-)) (X .)))))))))))))))
(X (X (X Michelin) (X Tyre)) (X (X is) (X (X (X a) (X unit)) (X (X of) (X (X (X (X France) (X (X 's) (X Michelin))) (X S.A)) (X .))))))
(X (X (X (X (X Michelin) (X officials)) (X (X could) (X (X (X (X n't) (X (X immediately) (X comment))) (X (X on) (X (X the) (X referral)))) (X ,)))) (X (X but) (X (X they) (X (X noted) (X (X the) (X purchase)))))) (X (X from) (X (X BTR) (X (X has) (X (X already) (X (X been) (X (X concluded) (X .))))))))
(X (X (X (X (X National) (X Tyre)) (X (X ,) (X (X which) (X (X has) (X (X (X (X 420) (X branches)) (X (X throughout) (X (X the) (X U.K.)))) (X ,)))))) (X (X had) (X (X 1988) (X (X pretax) (X profit))))) (X (X of) (X (X (X #) (X (X 8.5) (X million))) (X .))))
(X (X (X (X (X (X Rep.) (X John)) (X Dingell)) (X (X ,) (X (X an) (X (X important) (X sponsor))))) (X (X of) (X (X (X (X President) (X (X Bush) (X (X 's) (X (X clean-air) (X bill))))) (X ,)) (X plans)))) (X (X to) (X (X (X (X unveil) (X (X a) (X (X surprise) (X proposal)))) (X (X that) (X (X would) (X break)))) (X (X with) (X (X (X (X the) (X White)) (X House)) (X (X on) (X (X (X a) (X (X centerpiece) (X issue))) (X (X :) (X (X (X acid) (X rain)) (X .))))))))))
(X (X (X (X (X (X (X (X The) (X Michigan)) (X (X Democrat) (X (X 's) (X proposal)))) (X ,)) (X which)) (X (X is) (X (X (X expected) (X today)) (X ,)))) (X (X is) (X (X described) (X (X by) (X (X (X (X government) (X sources)) (X (X and) (X lobbyists))) (X (X as) (X (X (X (X significantly) (X weaker)) (X (X than) (X (X the) (X (X Bush) (X (X administration) (X (X 's) (X plan))))))) (X (X to) (X (X cut) (X (X utility) (X emissions))))))))))) (X (X that) (X (X lead) (X (X to) (X (X (X acid) (X rain)) (X .))))))
(X (X (X (X (X (X (X (X The) (X administration)) (X 's)) (X plan)) (X (X could) (X (X cost) (X utilities)))) (X (X ,) (X (X mainly) (X those)))) (X that)) (X (X use) (X (X (X coal) (X (X ,) (X (X up) (X (X to) (X (X (X (X $) (X (X 4) (X billion))) (X a)) (X year)))))) (X .))))
(X (X (X (X (X The) (X proposal)) (X comes)) (X (X as) (X (X a) (X (X surprise) (X even))))) (X (X to) (X (X (X (X (X administration) (X officials)) (X (X and) (X temporarily))) (X throws)) (X (X into) (X (X (X (X chaos) (X the)) (X (X House) (X (X 's) (X work)))) (X (X on) (X (X (X clean-air) (X legislation)) (X .))))))))
(X (X (X (X As) (X chairman)) (X (X of) (X (X (X (X (X the) (X House)) (X (X Energy) (X (X and) (X Commerce)))) (X Committee)) (X (X ,) (X (X Mr.) (X Dingell)))))) (X (X has) (X (X almost) (X (X single-handed) (X (X control) (X (X over) (X (X (X clean-air) (X legislation)) (X .))))))))
(X (X (X (X People) (X close)) (X (X to) (X (X (X (X the) (X (X utility) (X industry))) (X (X said) (X (X Mr.) (X (X Dingell) (X (X 's) (X proposal)))))) (X appears)))) (X (X to) (X (X guarantee) (X (X (X (X (X only) (X (X an) (X (X estimated) (X seven-million-ton)))) (X cut)) (X (X in) (X (X annual) (X (X sulfur-dioxide) (X emissions))))) (X (X that) (X (X (X (X lead) (X (X to) (X (X acid) (X rain)))) (X ,)) (X (X though) (X (X (X additional) (X cuts)) (X (X could) (X (X be) (X (X ordered) (X (X later) (X .)))))))))))))
(X (X (X (X (X Mr.) (X (X Bush) (X (X 's) (X (X legislative) (X package))))) (X promises)) (X (X to) (X (X cut) (X emissions)))) (X (X by) (X (X (X 10) (X (X million) (X tons))) (X (X --) (X (X (X basically) (X (X in) (X half))) (X (X --) (X (X by) (X (X (X (X the) (X year)) (X 2000)) (X .)))))))))
(X (X (X (X (X (X Although) (X final)) (X details)) (X (X were) (X (X (X n't) (X available)) (X (X ,) (X sources))))) (X (X said) (X (X (X (X the) (X (X Dingell) (X plan))) (X would)) (X (X abandon) (X (X (X the) (X (X president) (X (X 's) (X proposal)))) (X (X for) (X (X a) (X cap)))))))) (X (X on) (X (X (X (X utilities) (X ')) (X (X sulfur-dioxide) (X emissions))) (X .))))
(X (X (X (X (X That) (X proposal)) (X (X had) (X (X (X been) (X hailed)) (X (X by) (X environmentalists))))) (X (X but) (X (X despised) (X (X by) (X utilities))))) (X (X because) (X (X (X (X they) (X (X feared) (X it))) (X would)) (X (X limit) (X (X (X their) (X growth)) (X .))))))
(X (X (X It) (X also)) (X (X would) (X (X junk) (X (X (X (X (X an) (X innovative)) (X (X market-based) (X system))) (X (X for) (X (X (X trading) (X emissions)) (X credits)))) (X (X among) (X (X polluters) (X .)))))))
(X (X (X (X (X In) (X addition)) (X (X ,) (X it))) (X (X is) (X believed))) (X (X to) (X (X (X offer) (X (X a) (X (X cost-sharing) (X mechanism)))) (X (X that) (X (X would) (X (X help) (X (X (X (X subsidize) (X (X the) (X (X clean-up) (X costs)))) (X (X for) (X (X (X (X (X the) (X dirtiest)) (X coal-fired)) (X utilities)) (X (X in) (X (X the) (X country)))))) (X (X ,) (X (X (X sparing) (X (X their) (X customers))) (X (X from) (X (X (X exorbitant) (X jumps)) (X (X in) (X (X (X their) (X (X electric) (X bills))) (X .))))))))))))))
(X (X (X (X The) (X administration)) (X (X ,) (X sticking))) (X (X to) (X (X (X (X its) (X vow)) (X (X of) (X (X avoiding) (X (X (X tax) (X increases)) (X ,))))) (X (X has) (X (X staunchly) (X (X opposed) (X (X cost-sharing) (X .))))))))
(X (X (X (X (X Mr.) (X (X Dingell) (X (X 's) (X staff)))) (X (X was) (X expected))) (X (X to) (X (X present) (X (X (X (X its) (X acid-rain)) (X alternative)) (X (X to) (X (X (X (X other) (X committee)) (X members)) (X (X ,) (X (X apparently) (X (X in) (X (X an) (X attempt))))))))))) (X (X to) (X (X (X appease) (X (X Midwestern) (X lawmakers))) (X (X from) (X (X (X (X (X high-polluting) (X states)) (X who)) (X insist)) (X (X on) (X (X cost-sharing) (X .))))))))
(X (X It) (X (X is) (X (X (X (X (X (X n't) (X clear)) (X (X ,) (X however))) (X ,)) (X (X whether) (X (X support) (X (X for) (X (X (X (X the) (X proposal)) (X will)) (X (X be) (X (X broad) (X enough)))))))) (X (X to) (X (X (X pose) (X (X a) (X (X serious) (X challenge)))) (X (X to) (X (X (X (X the) (X White)) (X (X House) (X (X 's) (X (X acid-rain) (X plan))))) (X .))))))))
(X (X (X (X (X While) (X (X the) (X new))) (X proposal)) (X (X might) (X appeal))) (X (X to) (X (X (X (X (X (X (X the) (X dirtiest)) (X utilities)) (X (X ,) (X it))) (X (X might) (X not))) (X (X win) (X (X the) (X support)))) (X (X of) (X (X (X (X utilities) (X (X ,) (X (X (X many) (X (X in) (X (X the) (X West)))) (X ,)))) (X (X that) (X already))) (X (X have) (X (X added) (X (X (X (X (X (X (X (X expensive) (X cleanup)) (X equipment)) (X or)) (X burn)) (X cleaner-burning)) (X fuels)) (X .)))))))))
(X (X (X Lawmakers) (X (X representing) (X (X some) (X (X of) (X (X (X (X the) (X cleaner)) (X utilities)) (X (X have) (X (X been) (X (X quietly) (X working))))))))) (X (X with) (X (X (X (X (X the) (X White)) (X House)) (X (X to) (X (X (X devise) (X ways)) (X (X to) (X tinker))))) (X (X with) (X (X (X (X (X the) (X administration)) (X bill)) (X to)) (X (X address) (X (X (X (X their) (X acid-rain)) (X concerns)) (X .))))))))
(X (X (X (X (X (X American) (X City)) (X Business)) (X Journals)) (X Inc.)) (X (X said) (X (X (X (X (X (X its) (X president)) (X (X ,) (X (X Michael) (X (X K.) (X Russell))))) (X ,)) (X (X will) (X (X (X resign) (X rather)) (X (X than) (X relocate))))) (X (X to) (X (X (X new) (X headquarters)) (X (X in) (X (X Charlotte) (X (X ,) (X (X N.C) (X .))))))))))
(X (X (X (X Mr.) (X Russell)) (X (X ,) (X (X (X (X (X (X who) (X (X co-founded) (X (X (X the) (X Kansas)) (X City)))) (X (X ,) (X (X Mo.-based) (X (X (X local) (X business)) (X publications))))) (X (X concern) (X here))) (X ,)) (X (X said) (X (X (X he) (X would)) (X (X have) (X (X a) (X (X five-year) (X (X consulting) (X agreement)))))))))) (X (X with) (X (X (X (X the) (X company)) (X ,)) (X (X which) (X (X recently) (X (X underwent) (X (X (X an) (X (X ownership) (X change))) (X .))))))))
(X (X (X (X (X (X (X (X Earlier) (X (X this) (X year))) (X Shaw)) (X (X Publishing) (X Inc.))) (X (X ,) (X (X Charlotte) (X (X ,) (X (X acquired) (X (X 30) (X %))))))) (X (X of) (X (X (X American) (X City)) (X and)))) (X (X has) (X (X an) (X agreement)))) (X (X to) (X (X (X acquire) (X (X (X a) (X further)) (X (X 25) (X %)))) (X (X from) (X (X (X (X E.W.) (X Scripps)) (X (X Co.) (X (X next) (X year)))) (X .))))))
(X (X (X (X (X (X Ray) (X Shaw)) (X (X ,) (X chairman))) (X (X of) (X (X (X American) (X City)) (X (X ,) (X (X said) (X (X he) (X would))))))) (X (X assume) (X (X Mr.) (X (X Russell) (X (X 's) (X responsibilities)))))) (X (X if) (X (X (X a) (X successor)) (X (X is) (X (X (X n't) (X (X found) (X (X this) (X month)))) (X .))))))
(X (X (X (X A) (X nickname)) (X (X for) (X (X measures) (X (X to) (X (X stop) (X (X the) (X market))))))) (X (X from) (X (X plunging) (X (X (X too) (X (X far) (X (X too) (X fast)))) (X .)))))
(X (X (X (X Several) (X moves)) (X (X were) (X (X taken) (X (X following) (X (X the) (X (X October) (X (X 1987) (X crash)))))))) (X (X to) (X (X coordinate) (X (X --) (X (X (X (X and) (X (X sometimes) (X (X deliberately) (X disconnect)))) (X (X --) (X (X (X (X (X the) (X stock)) (X and)) (X (X futures) (X markets))) (X (X in) (X times))))) (X (X of) (X (X (X heightened) (X volatility)) (X .))))))))
(X (X (X (X (X (X (X On) (X the)) (X Big)) (X Board)) (X (X ,) (X (X a) (X (X ``) (X (X (X side) (X car)) (X '')))))) (X (X is) (X (X put) (X (X into) (X effect))))) (X (X when) (X (X (X (X the) (X S&P)) (X (X futures) (X (X (X rise) (X or)) (X (X fall) (X (X 12) (X points)))))) (X .))))
(X (X (X (X (X (X (X The) (X side)) (X car)) (X (X routes) (X program))) (X trades)) (X (X into) (X (X (X a) (X special)) (X (X computer) (X file))))) (X (X that) (X (X (X scans) (X (X for) (X imbalances))) (X (X of) (X (X (X buy) (X and)) (X (X sell) (X (X orders) (X .))))))))
(X (X (X (X (X (X (X (X On) (X the)) (X Chicago)) (X Mercantile)) (X Exchange)) (X (X ,) (X (X S&P) (X (X 500) (X futures))))) (X (X are) (X (X (X not) (X allowed)) (X (X to) (X (X (X fall) (X further)) (X (X than) (X (X 12) (X points)))))))) (X (X from) (X (X (X (X (X the) (X previous)) (X day)) (X (X 's) (X close))) (X (X for) (X (X (X half) (X (X an) (X hour))) (X .))))))
(X (X (X (X If) (X ,)) (X (X when) (X (X (X (X trading) (X resumes)) (X (X ,) (X (X (X the) (X S&P)) (X (X futures) (X (X fall) (X (X 30) (X points))))))) (X (X from) (X (X (X (X (X the) (X previous)) (X day)) (X (X 's) (X close))) (X (X ,) (X (X a) (X (X one-hour) (X (X trading) (X halt)))))))))) (X (X takes) (X (X effect) (X .))))
(X (X (X Also) (X (X ,) (X (X the) (X reforms)))) (X (X allow) (X (X (X (X (X (X the) (X Big)) (X Board)) (X (X to) (X (X halt) (X trading)))) (X (X for) (X (X one) (X hour)))) (X (X if) (X (X (X (X (X (X (X (X the) (X Dow)) (X Jones)) (X Industrial)) (X Average)) (X (X falls) (X (X 250) (X points)))) (X (X ,) (X (X and) (X (X for) (X (X two) (X (X more) (X hours))))))) (X (X if) (X (X (X (X the) (X Dow)) (X (X slides) (X (X (X an) (X (X additional) (X 150))) (X points)))) (X (X on) (X (X (X (X the) (X same)) (X day)) (X .))))))))))
(X (X (X (X DOT) (X System)) (X (X --) (X The))) (X (X ``) (X (X (X (X (X (X (X Designated) (X Order)) (X Turnaround)) (X '')) (X System)) (X (X was) (X (X (X launched) (X (X by) (X (X (X (X (X (X the) (X New)) (X York)) (X Stock)) (X Exchange)) (X (X in) (X (X March) (X 1976)))))) (X (X ,) (X to))))) (X (X offer) (X (X automatic) (X (X ,) (X (X (X high-speed) (X (X order) (X processing))) (X .))))))))
(X (X (X (X (X (X A) (X (X faster) (X version))) (X (X ,) (X (X the) (X SuperDot)))) (X ,)) (X (X was) (X launched))) (X (X in) (X (X 1984) (X .))))
(X (X Used) (X (X by) (X (X (X (X (X (X program) (X traders)) (X (X and) (X others))) (X (X to) (X (X zip) (X orders)))) (X (X into) (X (X the) (X exchange)))) (X (X ,) (X (X (X SuperDot) (X handles)) (X (X about) (X (X (X 80) (X %)) (X (X of) (X (X (X all) (X orders)) (X (X entered) (X (X at) (X (X (X the) (X exchange)) (X .)))))))))))))
(X (X (X (X Futures) (X Contracts)) (X (X --) (X Obligations))) (X (X to) (X (X (X buy) (X (X -LRB-) (X (X for) (X (X (X (X those) (X who)) (X have)) (X (X purchased) (X (X (X a) (X contract)) (X (X -RRB-) (X or)))))))) (X (X deliver) (X (X (X (X -LRB-) (X (X for) (X (X those) (X who)))) (X (X sold) (X (X (X one) (X (X -RRB-) (X (X a) (X quantity)))) (X (X of) (X (X (X (X the) (X (X underlying) (X commodity))) (X (X or) (X (X financial) (X instrument)))) (X (X at) (X (X (X the) (X agreed-upon)) (X price)))))))) (X (X by) (X (X (X (X a) (X certain)) (X date)) (X .))))))))
(X (X (X Most) (X contracts)) (X (X are) (X (X (X simply) (X nullified)) (X (X by) (X (X (X an) (X (X opposite) (X trade))) (X (X before) (X (X they) (X (X come) (X (X due) (X .))))))))))
(X (X (X (X (X Indexing) (X (X --) (X (X (X (X (X Many) (X investors)) (X (X ,) (X (X mainly) (X institutions)))) (X ,)) (X (X follow) (X (X an) (X (X investment) (X strategy))))))) (X (X of) (X (X (X (X (X buying) (X and)) (X (X holding) (X (X a) (X mix)))) (X (X of) (X (X stocks) (X to)))) (X (X match) (X (X the) (X performance)))))) (X (X of) (X (X (X (X a) (X broad)) (X stock-market)) (X (X barometer) (X such))))) (X (X as) (X (X the) (X (X S&P) (X (X 500) (X .))))))
(X (X (X (X (X Many) (X (X institutional) (X index))) (X funds)) (X (X are) (X (X (X active) (X (X program) (X traders))) (X (X ,) (X (X (X swapping) (X (X their) (X stocks))) (X (X for) (X futures))))))) (X (X when) (X (X (X profitable) (X to)) (X (X do) (X (X so) (X .))))))
(X (X (X (X Program) (X trading)) (X (X --) (X (X (X A) (X (X wide) (X range))) (X (X of) (X (X computer-assisted) (X (X portfolio) (X (X trading) (X strategies)))))))) (X (X involving) (X (X (X (X the) (X simultaneous)) (X (X purchase) (X (X or) (X sale)))) (X (X of) (X (X (X (X (X 15) (X or)) (X more)) (X stocks)) (X .))))))
(X (X Quant) (X (X --) (X (X (X Generally) (X (X ,) (X (X (X (X any) (X Wall)) (X (X Street) (X (X analyst) (X who)))) (X (X employs) (X (X quantitive) (X (X research) (X techniques))))))) (X .))))
(X (X (X (X (X (X The) (X (X newest) (X breed))) (X (X ,) (X (X (X also) (X called)) (X (X ``) (X (X (X rocket) (X scientists)) (X '')))))) (X (X because) (X (X of) (X (X (X (X their) (X backgrounds)) (X (X in) (X (X physics) (X (X and) (X mathematics))))) (X (X ,) (X (X (X devise) (X (X (X the) (X complex)) (X hedging))) (X (X and) (X (X trading) (X strategies))))))))) (X (X that) (X (X are) (X (X popularly) (X known))))) (X (X as) (X (X (X program) (X trading)) (X .))))
(X (X (X (X Stock-index) (X arbitrage)) (X (X --) (X (X (X (X Buying) (X or)) (X (X selling) (X baskets))) (X (X of) (X stocks))))) (X (X while) (X (X (X (X (X at) (X (X (X the) (X same)) (X time))) (X executing)) (X (X offsetting) (X trades))) (X (X in) (X (X (X (X stock-index) (X futures)) (X (X or) (X options))) (X .))))))
(X (X (X (X (X Traders) (X profit)) (X by)) (X trying)) (X (X to) (X (X capture) (X (X (X (X fleeting) (X price)) (X discrepancies)) (X (X between) (X (X stocks) (X (X and) (X (X (X (X the) (X index)) (X (X futures) (X (X or) (X options)))) (X .)))))))))
(X (X (X If) (X stocks)) (X (X are) (X (X temporarily) (X (X ``) (X (X (X (X (X cheaper) (X '')) (X (X than) (X futures))) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X (X an) (X arbitrager)) (X will)))))) (X (X buy) (X (X stocks) (X (X and) (X (X sell) (X (X futures) (X .)))))))))))
(X (X (X (X Stock-index) (X futures)) (X (X --) (X Contracts))) (X (X to) (X (X (X buy) (X (X or) (X (X sell) (X (X (X the) (X cash)) (X value))))) (X (X of) (X (X (X (X a) (X stock)) (X index)) (X (X by) (X (X (X (X a) (X certain)) (X date)) (X .))))))))
(X (X (X (X (X The) (X cash)) (X value)) (X (X is) (X determined))) (X (X by) (X (X (X multiplying) (X (X the) (X (X index) (X number)))) (X (X by) (X (X (X (X a) (X specified)) (X amount)) (X .))))))
(X (X (X The) (X (X most) (X (X common) (X (X program-trading) (X vehicles))))) (X (X are) (X (X (X (X (X (X futures) (X contracts)) (X (X on) (X (X (X (X (X (X (X (X Standard) (X &)) (X poor)) (X 's)) (X (X 500-stock) (X index))) (X -LRB-)) (X traded)) (X (X on) (X (X (X (X (X the) (X Chicago)) (X Mercantile)) (X Exchange)) (X -RRB-)))))) (X (X ;) (X (X (X (X (X (X the) (X Major)) (X (X Market) (X Index))) (X (X ,) (X (X a) (X (X 20-stock) (X index))))) (X (X that) (X (X (X mimics) (X (X (X (X (X the) (X Dow)) (X Jones)) (X (X Industrial) (X Average))) (X (X -LRB-) (X traded)))) (X (X on) (X (X (X the) (X chicago)) (X Board)))))) (X (X of) (X (X Trade) (X -RRB-)))))) (X (X ;) (X (X (X (X (X and) (X (X (X the) (X (X S&P) (X 100))) (X options))) (X (X -LRB-) (X traded))) (X (X on) (X (X (X (X (X the) (X Chicago)) (X Board)) (X Options)) (X Exchange)))) (X (X ,) (X (X and) (X (X based) (X (X on) (X (X (X 100) (X stocks)) (X selected))))))))) (X (X from) (X (X (X the) (X (X S&P) (X (X 500) (X -RRB-)))) (X .))))))
(X (X (X (X Stock-index) (X options)) (X (X --) (X Options))) (X (X give) (X (X (X (X (X (X (X holders) (X the)) (X right)) (X ,)) (X (X but) (X (X (X (X not) (X (X the) (X obligation))) (X ,)) (X to)))) (X (X buy) (X (X (X (X -LRB-) (X (X a) (X call))) (X (X -RRB-) (X or))) (X (X sell) (X (X (X (X (X -LRB-) (X a)) (X put)) (X (X -RRB-) (X (X (X a) (X specified)) (X amount)))) (X (X of) (X (X an) (X (X underlying) (X investment))))))))) (X (X by) (X (X (X (X (X a) (X (X certin) (X date))) (X (X at) (X (X a) (X (X preset) (X price))))) (X (X ,) (X known))) (X (X as) (X (X (X (X the) (X strike)) (X price)) (X .))))))))
(X (X (X (X (X For) (X stock)) (X indexes)) (X (X ,) (X (X (X (X the) (X (X underlying) (X investment))) (X may)) (X (X be) (X (X (X a) (X stock-index)) (X (X futures) (X (X (X (X contract) (X (X or) (X the))) (X cash)) (X value)))))))) (X (X of) (X (X (X (X a) (X stock)) (X index)) (X .))))
(X (X (X (X For) (X example)) (X (X ,) (X there))) (X (X are) (X (X options) (X (X on) (X (X (X (X (X the) (X (X S&P) (X 500))) (X (X futures) (X contract))) (X and)) (X (X on) (X (X (X the) (X (X S&P) (X (X 100) (X index)))) (X .))))))))
(X (X (X Uptick) (X (X --) (X (X (X An) (X expression)) (X signifying)))) (X (X that) (X (X (X a) (X transaction)) (X (X in) (X (X (X (X (X a) (X (X (X listed) (X security)) (X occurred))) (X (X at) (X (X a) (X (X higher) (X price))))) (X (X than) (X (X (X the) (X previous)) (X transaction)))) (X (X in) (X (X that) (X (X security) (X .)))))))))
(X (X (X (X (X (X (X (X New) (X York)) (X financier)) (X Saul)) (X Steinberg)) (X (X sought) (X (X federal) (X permission)))) (X (X to) (X (X (X (X (X buy) (X (X more) (X (X than) (X (X 15) (X %))))) (X (X of) (X (X (X United) (X (X Airlines) (X (X ') (X parent)))) (X (X ,) (X (X (X UAL) (X Corp.)) (X ,)))))) (X (X saying) (X (X he) (X might)))) (X (X seek) (X control))))) (X (X of) (X (X (X (X (X the) (X nation)) (X 's)) (X (X second-largest) (X airline))) (X .))))
(X (X (X (X (X Although) (X takeover)) (X experts)) (X (X said) (X (X (X (X (X (X they) (X (X doubted) (X (X Mr.) (X Steinberg)))) (X will)) (X (X make) (X (X a) (X bid)))) (X (X by) (X (X (X himself) (X (X ,) (X (X the) (X application)))) (X (X by) (X (X (X (X his) (X Reliance)) (X Group)) (X (X Holdings) (X Inc.))))))) (X (X could) (X (X signal) (X (X his) (X interest))))))) (X (X in) (X (X helping) (X (X revive) (X (X (X (X a) (X failed)) (X (X labor-management) (X bid))) (X .))))))
(X (X (X (X Such) (X (X an) (X application))) (X (X for) (X (X (X federal) (X antitrust)) (X clearance)))) (X (X is) (X (X (X necessary) (X (X for) (X (X (X any) (X investor)) (X (X that) (X might))))) (X (X seek) (X (X control) (X .))))))
(X (X (X (X But) (X (X some) (X investors))) (X have)) (X (X used) (X (X (X (X such) (X filings)) (X (X to) (X (X (X boost) (X (X the) (X value))) (X (X of) (X (X (X their) (X (X stock) (X holdings))) (X (X ,) (X (X (X which) (X (X --) (X (X without) (X (X buying) (X (X more) (X stock)))))) (X (X --) (X (X they) (X then)))))))))) (X (X sold) (X .)))))
(X (X (X (X (X Takeover) (X stock)) (X traders)) (X (X were) (X (X puzzled) (X (X by) (X (X (X (X the) (X Reliance)) (X filing)) (X (X and) (X cautioned))))))) (X (X that) (X (X it) (X (X does) (X (X (X (X n't) (X (X mean) (X (X Mr.) (X Steinberg)))) (X (X will) (X definitely))) (X (X seek) (X (X control) (X .))))))))
(X (X ``) (X (X (X (X (X (X (X Maybe) (X he)) (X just)) (X wants)) (X to)) (X (X make) (X (X something) (X happen)))) (X (X ,) (X (X (X '') (X (X said) (X (X one) (X (X takeover) (X expert))))) (X .)))))
(X (X (X (X (X (X One) (X investment)) (X banker)) (X (X said) (X (X Mr.) (X Steinberg)))) (X (X may) (X (X be) (X trying)))) (X (X to) (X (X (X position) (X himself)) (X (X as) (X (X (X (X (X (X a) (X friendly)) (X investor)) (X who)) (X could)) (X (X help) (X (X UAL) (X (X (X (X Chairman) (X Stephen)) (X Wolf)) (X (X revive) (X (X (X (X a) (X failed)) (X (X labor-management) (X bid))) (X .)))))))))))
(X (X (X (X Mr.) (X Steinberg)) (X (X ,) (X (X (X he) (X (X suggested) (X ,))) (X could)))) (X (X replace) (X (X (X (X (X (X British) (X Airways)) (X PLC)) (X (X ,) (X which))) (X (X has) (X withdrawn))) (X (X from) (X (X (X the) (X (X buy-out) (X group))) (X .))))))
(X (X (X Reliance) (X (X had) (X already))) (X (X bought) (X (X and) (X (X sold) (X (X (X (X (X UAL) (X stock)) (X (X at) (X (X a) (X (X big) (X profit))))) (X without)) (X (X making) (X (X (X (X an) (X (X antitrust) (X filing))) (X (X before) (X (X (X the) (X collapse)) (X (X Oct.) (X 13))))) (X (X of) (X (X (X (X the) (X $)) (X (X 6.79) (X billion))) (X (X ,) (X (X $) (X (X 300-a-share) (X (X (X labor-management) (X buy-out)) (X .))))))))))))))
(X (X (X (X Reliance) (X (X acquired) (X (X (X (X (X a) (X (X 7) (X %))) (X (X UAL) (X (X stake) (X (X (X early) (X this)) (X year))))) (X (X at) (X (X an) (X (X average) (X cost))))) (X (X of) (X (X (X (X $) (X 110)) (X a)) (X share)))))) (X (X ,) (X (X and) (X (X reduced) (X (X its) (X stake)))))) (X (X to) (X (X (X 4.7) (X %)) (X (X after) (X (X (X (X UAL) (X (X accepted) (X (X the) (X bid)))) (X (X at) (X (X prices) (X higher)))) (X (X than) (X (X (X $) (X (X 282) (X (X a) (X share)))) (X .))))))))
(X (X (X Market) (X sources)) (X (X said) (X (X (X (X Reliance) (X (X has) (X already))) (X (X sold) (X (X (X (X its) (X (X entire) (X (X UAL) (X stake)))) (X (X ,) (X (X (X (X and) (X thus)) (X (X would) (X n't))) (X (X have) (X (X any) (X reason)))))) (X to)))) (X (X file) (X (X (X (X the) (X application)) (X simply)) (X (X to) (X (X (X boost) (X (X the) (X value))) (X (X of) (X (X its) (X (X stock) (X .)))))))))))
(X (X (X (X (X (X But) (X the)) (X exact)) (X amount)) (X (X of) (X (X (X Reliance) (X (X 's) (X current))) (X holding)))) (X (X has) (X (X (X n't) (X (X been) (X (X formally) (X disclosed)))) (X .))))
(X (X (X (X (X The) (X filing)) (X (X adds) (X (X (X a) (X new)) (X twist)))) (X (X to) (X (X (X market) (X speculation)) (X (X that) (X (X (X Coniston) (X (X Partners) (X (X ,) (X (X (X (X a) (X New)) (X (X York) (X (X money) (X manager)))) (X ,))))) (X has)))))) (X (X bought) (X (X (X (X more) (X (X than) (X (X 5) (X %)))) (X (X of) (X (X (X UAL) (X stock)) (X (X and) (X may))))) (X (X challenge) (X (X (X the) (X (X UAL) (X (X board) (X (X 's) (X (X decision) (X (X last) (X week))))))) (X (X to) (X (X remain) (X (X independent) (X .)))))))))
(X (X (X Speculation) (X (X about) (X Coniston))) (X (X has) (X (X caused) (X (X (X (X the) (X stock)) (X (X to) (X rebound))) (X (X from) (X (X (X a) (X low)) (X (X of) (X (X (X $) (X 145)) (X .)))))))))
(X (X (X (X UAL) (X (X 's) (X announcement))) (X came)) (X (X after) (X (X (X (X the) (X market)) (X (X closed) (X yesterday))) (X .))))
(X (X (X (X (X (X (X (X (X In) (X composite)) (X New)) (X York)) (X Stock)) (X (X Exchange) (X trading))) (X (X ,) (X the))) (X (X shares) (X (X closed) (X (X at) (X (X $) (X 177)))))) (X (X ,) (X (X up) (X (X $) (X (X 1.50) (X .))))))
(X (X (X (X UAL) (X (X would) (X (X n't) (X (X elaborate) (X (X on) (X (X a) (X statement))))))) (X (X that) (X (X it) (X (X had) (X (X been) (X notified)))))) (X (X of) (X (X (X the) (X filing)) (X (X by) (X (X Reliance) (X .))))))
(X (X (X (X Reliance) (X (X confirmed) (X (X the) (X filing)))) (X but)) (X (X would) (X (X n't) (X (X elaborate) (X .)))))
(X (X (X (X (X (X Some) (X takeover)) (X experts)) (X (X were) (X (X skeptical) (X ,)))) (X (X saying) (X (X it) (X (X was) (X possible))))) (X (X that) (X (X (X Mr.) (X Steinberg)) (X (X made) (X (X (X the) (X (X filing) (X only))) (X (X to) (X (X (X help) (X (X boost) (X (X the) (X value)))) (X (X of) (X (X (X (X any) (X remaining)) (X (X Reliance) (X stake))) (X (X in) (X (X UAL) (X .))))))))))))
(X (X (X Mr.) (X Steinberg)) (X (X is) (X (X (X thought) (X (X to) (X (X be) (X (X on) (X (X friendly) (X terms)))))) (X (X with) (X (X (X (X UAL) (X (X 's) (X Mr.))) (X Wolf)) (X .))))))
(X (X (X (X The) (X investor)) (X (X was) (X (X instrumental) (X (X in) (X (X (X tapping) (X Mr.)) (X Wolf)))))) (X (X to) (X (X (X run) (X (X (X the) (X air)) (X (X cargo) (X unit)))) (X (X of) (X (X (X (X Tiger) (X International)) (X Inc)) (X .))))))
(X (X (X (X Mr.) (X (X Wolf) (X (X 's) (X success)))) (X (X in) (X (X that) (X (X job) (X (X helped) (X (X him) (X (X land) (X (X (X the) (X top)) (X job))))))))) (X (X with) (X (X UAL) (X (X in) (X (X (X December) (X 1987)) (X .))))))
(X (X (X (X (X (X (X But) (X any)) (X (X potential) (X acquirer))) (X must)) (X (X attempt) (X to))) (X (X reach) (X (X (X some) (X kind)) (X (X of) (X accord))))) (X (X with) (X (X (X (X (X (X the) (X (X company) (X (X 's) (X employees)))) (X (X ,) (X (X (X primarily) (X (X its) (X pilots))) (X (X and) (X (X (X the) (X powerful)) (X (X machinists) (X (X ') (X union)))))))) (X ,)) (X (X which) (X has))) (X (X opposed) (X (X (X a) (X takeover)) (X .))))))
(X (X (X (X (X (X A.L.) (X Williams)) (X Corp.)) (X (X was) (X merged))) (X (X into) (X (X (X Primerica) (X Corp.)) (X (X ,) (X (X (X (X New) (X York)) (X ,)) (X (X after) (X (X (X a) (X special)) (X meeting)))))))) (X (X of) (X (X (X (X (X Williams) (X shareholders)) (X (X cleared) (X (X the) (X transaction)))) (X (X ,) (X (X the) (X companies)))) (X (X said) (X .)))))
(X (X Primerica) (X (X ,) (X (X (X (X (X which) (X (X had) (X (X owned) (X (X nearly) (X (X 70) (X %)))))) (X (X of) (X Williams))) (X (X ,) (X will))) (X (X pay) (X (X (X (X about) (X (X 16.7) (X million))) (X shares)) (X (X ,) (X (X (X currently) (X (X valued) (X (X at) (X (X almost) (X (X $) (X (X 472) (X million))))))) (X (X ,) (X (X for) (X (X (X the) (X rest)) (X (X of) (X (X Williams) (X .)))))))))))))
(X (X (X (X The) (X (X financial-services) (X company))) (X will)) (X (X pay) (X (X (X (X 0.82) (X share)) (X (X for) (X (X each) (X Williams)))) (X (X share) (X .)))))
(X (X Williams) (X (X shares) (X (X (X (X (X ,) (X (X which) (X (X were) (X (X to) (X (X be) (X delisted)))))) (X (X from) (X (X (X (X (X the) (X New)) (X York)) (X Stock)) (X Exchange)))) (X (X after) (X (X (X the) (X close)) (X (X of) (X (X (X composite) (X trading)) (X yesterday)))))) (X (X ,) (X (X (X closed) (X (X at) (X (X $) (X 23.25)))) (X (X ,) (X (X off) (X (X (X 12.5) (X cents)) (X .)))))))))
(X (X (X Primerica) (X (X closed) (X (X at) (X (X $) (X 28.25))))) (X (X ,) (X (X down) (X (X (X 50) (X cents)) (X .)))))
(X (X (X Williams) (X (X ,) (X (X Duluth) (X (X ,) (X (X Ga.) (X ,)))))) (X (X is) (X (X (X (X an) (X insurance)) (X (X and) (X financial-services))) (X (X holding) (X (X company) (X .))))))
(X (X (X Its) (X (X subsidiaries) (X (X ') (X services)))) (X (X are) (X (X marketed) (X (X by) (X (X (X (X closely) (X (X held) (X (X (X A.L.) (X Williams)) (X &)))) (X Associates)) (X .))))))
(X (X (X Primerica) (X ,)) (X (X as) (X (X (X expected) (X (X ,) (X (X also) (X (X acquired) (X (X certain) (X assets)))))) (X (X of) (X (X (X (X the) (X agency)) (X and)) (X (X assumed) (X (X certain) (X (X of) (X (X (X its) (X liabilities)) (X .))))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X (X (X Intelogic) (X Trace)) (X Inc.)) (X (X ,) (X (X (X (X San) (X Antonio)) (X (X ,) (X (X Texas) (X ,)))) (X (X said) (X it))))) (X (X bought) (X (X (X (X (X 2.7) (X million)) (X shares)) (X (X ,) (X (X (X or) (X (X about) (X (X 18) (X %)))) (X (X ,) (X (X of) (X (X its) (X (X common) (X stock)))))))) (X (X from) (X (X (X an) (X (X unaffiliated) (X shareholder))) (X (X for) (X (X (X $) (X (X 3.625) (X a))) (X share)))))))) (X (X ,) (X (X or) (X (X $) (X (X 9.9) (X (X million) (X .)))))))
(X (X (X The) (X (X move) (X (X (X (X (X boosts) (X Intelogic)) (X Chairman)) (X Asher)) (X (X Edelman) (X (X 's) (X stake)))))) (X (X to) (X (X (X (X 20) (X %)) (X (X from) (X (X (X (X (X 16.2) (X %)) (X (X and) (X may))) (X help)) (X (X prevent) (X (X Martin) (X Ackerman)))))) (X (X from) (X (X making) (X (X (X a) (X run)) (X (X at) (X (X (X (X the) (X computer-services)) (X concern)) (X .)))))))))
(X (X (X (X Mr.) (X Ackerman)) (X already)) (X (X is) (X (X seeking) (X (X to) (X (X (X (X oust) (X (X Mr.) (X Edelman))) (X (X as) (X chairman))) (X (X of) (X (X (X Datapoint) (X Corp.)) (X (X ,) (X (X (X an) (X (X Intelogic) (X affiliate))) (X .))))))))))
(X (X (X (X (X (X The) (X action)) (X followed)) (X (X by) (X (X (X (X one) (X day)) (X an)) (X (X Intelogic) (X announcement))))) (X (X that) (X (X (X it) (X will)) (X (X retain) (X (X (X an) (X investment)) (X banker)))))) (X (X to) (X (X (X (X explore) (X alternatives)) (X (X ``) (X (X (X to) (X (X (X maximize) (X (X shareholder) (X value))) (X (X ,) (X '')))) (X (X including) (X (X (X the) (X possible)) (X sale)))))) (X (X of) (X (X (X the) (X company)) (X .))))))
(X (X (X (X (X (X (X In) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X yesterday))))) (X (X ,) (X Intelogic))) (X (X shares) (X (X (X (X rose) (X 37.5)) (X cents)) (X (X to) (X (X close) (X (X (X at) (X (X $) (X 2.75))) (X .)))))))
(X (X (X (X (X (X Mr.) (X Edelman)) (X declined)) (X (X to) (X specify))) (X (X what) (X (X (X (X prompted) (X (X (X (X the) (X recent)) (X moves)) (X ,))) (X (X saying) (X (X (X they) (X are)) (X (X meant) (X only))))) (X (X to) (X (X benefit) (X shareholders)))))) (X (X when) (X (X ``) (X (X (X (X the) (X company)) (X is)) (X (X on) (X (X (X (X a) (X roll)) (X .)) (X '')))))))
(X (X (X He) (X (X added) (X ,))) (X (X ``) (X (X This) (X (X has) (X (X (X (X (X (X nothing) (X to)) (X do)) (X (X with) (X (X (X (X Marty) (X Ackerman)) (X (X and) (X (X it) (X (X is) (X (X not) (X designed)))))) (X (X ,) (X particularly))))) (X (X ,) (X to))) (X (X take) (X (X (X (X (X the) (X company)) (X private)) (X .)) (X ''))))))))
(X (X (X (X (X (X But) (X Mr.)) (X Ackerman)) (X (X said) (X (X (X (X the) (X buy-back)) (X (X ,) (X (X and) (X (X (X the) (X (X above-market) (X (X price) (X paid)))) (X ,))))) (X prove)))) (X (X that) (X (X Mr.) (X Edelman)))) (X (X is) (X (X (X running) (X scared)) (X .))))
(X (X (X (X (X Dow) (X Jones)) (X &)) (X Co.)) (X (X said) (X (X (X it) (X (X (X extended) (X (X its) (X $))) (X 18-a-share))) (X (X offer) (X (X (X for) (X (X Telerate) (X (X Inc.) (X (X common) (X stock))))) (X (X until) (X (X (X (X 5) (X p.m.)) (X EST)) (X (X Nov.) (X (X 9) (X .))))))))))
(X (X (X The) (X (X offer) (X (X ,) (X (X (X (X (X valued) (X (X at) (X (X about) (X (X $) (X (X 576) (X million)))))) (X (X for) (X (X the) (X (X 33) (X %))))) (X (X of) (X (X Telerate) (X that)))) (X (X Dow) (X Jones)))))) (X (X does) (X (X (X (X n't) (X already)) (X (X own) (X (X ,) (X (X had) (X (X been) (X set)))))) (X (X to) (X (X expire) (X (X Nov.) (X (X 6) (X .))))))))
(X (X (X (X (X Dow) (X Jones)) (X (X ,) (X (X (X which) (X (X owns) (X (X (X (X about) (X (X 64) (X million))) (X (X of) (X (X (X Telerate) (X (X 's) (X (X (X 95) (X million)) (X common)))) (X (X shares) (X outstanding))))) (X ,)))) (X said)))) (X (X that) (X (X (X about) (X 24,000)) (X (X shares) (X (X have) (X (X been) (X tendered))))))) (X (X under) (X (X (X its) (X offer)) (X .))))
(X (X (X (X (X (X Telerate) (X 's)) (X (X two) (X (X independent) (X directors)))) (X have)) (X (X rejected) (X (X the) (X offer)))) (X (X as) (X (X inadequate) (X .))))
(X (X (X (X In) (X (X composite) (X trading))) (X (X on) (X (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X Exchange))) (X (X ,) (X Telerate))))) (X (X shares) (X (X (X closed) (X (X at) (X (X $) (X 19.50)))) (X (X ,) (X (X (X (X up) (X 12.5)) (X cents)) (X .))))))
(X (X Telerate) (X (X provides) (X (X (X an) (X (X (X electronic) (X financial)) (X (X information) (X network)))) (X .))))
(X (X (X Dow) (X Jones)) (X (X publishes) (X (X (X (X (X The) (X Wall)) (X Street)) (X Journal)) (X (X ,) (X (X (X (X Barron) (X (X 's) (X magazine))) (X ,)) (X (X and) (X (X (X (X (X community) (X newspapers)) (X and)) (X (X operates) (X (X (X financial) (X news)) (X services)))) (X (X and) (X (X (X (X computer) (X data)) (X bases)) (X .))))))))))
(X (X (X (X Rockwell) (X International)) (X Corp.)) (X (X reported) (X (X (X (X flat) (X operating)) (X earnings)) (X (X for) (X (X (X (X the) (X fourth)) (X quarter)) (X (X ended) (X (X Sept.) (X (X 30) (X .)))))))))
(X (X (X (X The) (X aerospace)) (X (X ,) (X (X (X (X automotive) (X supply)) (X (X ,) (X (X electronics) (X (X and) (X printing-press))))) (X (X concern) (X (X also) (X indicated)))))) (X (X that) (X (X (X the) (X (X first) (X half))) (X (X of) (X (X (X fiscal) (X 1990)) (X (X could) (X (X be) (X (X rough) (X .)))))))))
(X (X (X (X (X In) (X (X an) (X interview))) (X (X ,) (X (X (X (X Donald) (X Beall)) (X (X ,) (X (X chairman) (X ,)))) (X (X said) (X (X first-half) (X (X profit) (X certainly))))))) (X (X would) (X (X trail) (X (X (X (X the) (X (X past) (X year))) (X 's)) (X (X ,) (X primarily)))))) (X (X because) (X (X of) (X (X weakness) (X (X in) (X (X (X the) (X heavy-truck)) (X (X and) (X (X (X passenger-car) (X markets)) (X .)))))))))
(X (X (X Still) (X (X ,) (X (X he) (X (X added) (X ,))))) (X (X if) (X (X (X (X (X the) (X (X industrial) (X sector))) (X (X remains) (X (X (X relatively) (X stable)) (X (X ,) (X Rockwell))))) (X (X should) (X (X (X be) (X able)) (X (X to) (X (X recover) (X (X in) (X (X (X (X the) (X second)) (X half)) (X (X and) (X (X about) (X (X (X equal) (X fiscal)) (X (X 1989) (X (X 's) (X (X operating) (X profit)))))))))))))) (X (X of) (X (X $) (X (X 630.9) (X (X million) (X .))))))))
(X (X (X (X (X For) (X fiscal)) (X (X 1989) (X 's))) (X (X fourth) (X quarter))) (X (X ,) (X (X (X (X Rockwell) (X (X (X 's) (X net)) (X income))) (X (X totaled) (X (X $) (X (X 126.1) (X million))))) (X (X ,) (X (X (X (X or) (X (X (X 50) (X cents)) (X a))) (X share)) (X .))))))
(X (X (X That) (X compares)) (X (X with) (X (X (X operating) (X earnings)) (X (X of) (X (X (X (X $) (X (X 132.9) (X million))) (X (X ,) (X (X (X or) (X (X (X 49) (X cents)) (X a))) (X share)))) (X (X ,) (X (X (X the) (X (X year) (X earlier))) (X .))))))))
(X (X (X The) (X (X prior-year) (X period))) (X (X includes) (X (X (X (X (X (X a) (X (X one-time) (X (X favorable) (X (X tax) (X adjustment))))) (X (X on) (X (X (X (X the) (X B-1B)) (X (X bomber) (X program))) (X (X and) (X (X another) (X gain)))))) (X (X from) (X sale))) (X (X of) (X (X (X the) (X (X industrial) (X (X sewing-machine) (X business)))) (X (X ,) (X which))))) (X (X made) (X (X (X (X net) (X $)) (X (X 185.9) (X million))) (X (X ,) (X (X or) (X (X (X (X 70) (X cents)) (X a)) (X (X share) (X .))))))))))
(X (X (X (X (X Sales) (X rose)) (X 4)) (X %)) (X (X to) (X (X (X $) (X (X 3.28) (X billion))) (X (X from) (X (X $) (X (X 3.16) (X (X billion) (X .))))))))
(X (X (X (X (X Mr.) (X Beall)) (X said)) (X (X that) (X (X he) (X (X was) (X (X generally) (X pleased)))))) (X (X with) (X (X (X (X the) (X (X latest) (X numbers))) (X (X and) (X (X cited) (X (X (X a) (X (X particularly) (X strong))) (X showing))))) (X (X by) (X (X (X (X (X the) (X company)) (X 's)) (X (X electronics) (X segment))) (X .))))))
(X (X (X Overall) (X (X ,) (X (X (X pretax) (X electronics)) (X (X earnings) (X (X soared) (X (X 12) (X %))))))) (X (X to) (X (X (X $) (X (X 107.9) (X million))) (X (X from) (X (X $) (X (X 96.4) (X (X million) (X .))))))))
(X (X (X (X All) (X four)) (X areas)) (X (X had) (X (X (X higher) (X revenue)) (X (X for) (X (X (X the) (X (X three) (X months))) (X (X ended) (X (X Sept.) (X (X 30) (X .)))))))))
(X (X (X (X (X (X For) (X the)) (X year)) (X (X ,) (X (X electronics) (X emerged)))) (X (X as) (X (X (X Rockwell) (X (X 's) (X (X largest) (X sector)))) (X (X in) (X terms))))) (X (X of) (X (X (X (X sales) (X (X and) (X earnings))) (X (X ,) (X (X muscling) (X (X out) (X aerospace))))) (X (X for) (X (X (X (X the) (X first)) (X time)) (X .))))))
(X (X (X (X (X (X (X (X The) (X (X graphics) (X business))) (X (X ,) (X (X which) (X also)))) (X (X was) (X (X singled) (X out)))) (X (X by) (X (X the) (X chairman)))) (X (X as) (X (X (X a) (X positive)) (X ,)))) (X (X saw) (X (X (X (X its) (X operating)) (X earnings)) (X (X for) (X (X (X (X the) (X quarter)) (X (X jump) (X 79))) (X %)))))) (X (X to) (X (X (X $) (X (X 42.1) (X million))) (X (X from) (X (X $) (X (X 23.5) (X (X million) (X .))))))))
(X (X (X (X (X For) (X the)) (X year)) (X (X ,) (X (X bolstered) (X (X by) (X (X the) (X introduction)))))) (X (X of) (X (X (X (X (X the) (X Colorliner)) (X (X newspaper-printing) (X press))) (X (X ,) (X (X graphics) (X earnings)))) (X (X almost) (X (X doubled) (X .))))))
(X (X (X (X (X (X Aerospace) (X earnings)) (X (X sagged) (X (X 37) (X %)))) (X (X for) (X (X (X (X the) (X quarter)) (X (X and) (X (X 15) (X %)))) (X (X for) (X (X the) (X year)))))) (X (X ,) (X (X largely) (X due)))) (X (X to) (X (X (X lower) (X (X B-1B) (X (X program) (X profit)))) (X (X ;) (X (X (X the) (X last)) (X (X of) (X (X (X (X (X the) (X bombers)) (X rolled)) (X out)) (X (X in) (X (X (X April) (X 1988)) (X .))))))))))
(X (X That) (X (X was) (X (X (X partially) (X offset)) (X (X by) (X (X (X (X the) (X resumption)) (X (X of) (X (X (X space) (X (X shuttle) (X flights))) (X (X and) (X (X increased) (X demand)))))) (X (X for) (X (X (X expendable) (X (X launch-vehicle) (X engines))) (X .))))))))
(X (X (X (X (X The) (X company)) (X also)) (X (X took) (X (X hits) (X (X in) (X (X the) (X (X fourth) (X quarters))))))) (X (X of) (X (X (X (X (X 1989) (X (X and) (X 1988))) (X (X on) (X (X (X a) (X fixed-price)) (X (X weapons-modernization) (X (X development) (X program)))))) (X (X --) (X (X (X probably) (X (X (X the) (X C-130)) (X gunship))) (X (X ,) (X according))))) (X (X to) (X (X analysts) (X .))))))
(X (X (X (X (X (X For) (X fiscal)) (X 1989)) (X (X ,) (X (X the) (X company)))) (X (X posted) (X net))) (X (X of) (X (X (X (X (X $) (X (X 734.9) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 2.87) (X (X a) (X share)))))) (X (X ,) (X down))) (X (X from) (X (X (X (X $) (X (X 811.9) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 3.04) (X (X a) (X share)))))) (X (X ,) (X (X in) (X (X (X fiscal) (X 1988)) (X .)))))))))
(X (X (X Excluding) (X (X one-time) (X additions))) (X (X to) (X (X (X profit) (X (X in) (X (X (X (X (X each) (X year)) (X (X ,) (X (X earnings) (X (X per) (X share))))) (X (X were) (X (X $) (X 2.47)))) (X (X ,) (X (X (X up) (X 7.4)) (X %)))))) (X (X from) (X (X (X $) (X 2.30)) (X (X in) (X (X (X fiscal) (X 1988)) (X .))))))))
(X (X (X Sales) (X (X for) (X (X (X (X the) (X year)) (X (X rose) (X 5))) (X %)))) (X (X to) (X (X (X $) (X (X 12.52) (X billion))) (X (X from) (X (X (X $) (X (X 11.95) (X billion))) (X (X in) (X (X (X fiscal) (X 1988)) (X .))))))))
(X (X (X (X Dell) (X Computer)) (X Corp.)) (X (X said) (X (X (X (X (X it) (X (X cut) (X prices))) (X (X on) (X (X several) (X (X of) (X (X its) (X (X (X personal) (X computer)) (X lines))))))) (X (X by) (X (X 5) (X %)))) (X (X to) (X (X (X 17) (X %)) (X .))))))
(X (X (X (X (X (X The) (X Austin)) (X (X ,) (X (X (X (X Texas-based) (X company)) (X ,)) (X (X which) (X specializes))))) (X (X in) (X (X (X the) (X direct)) (X sale)))) (X (X of) (X (X (X (X (X (X personal) (X computers)) (X (X and) (X accessories))) (X ,)) (X (X said) (X (X (X its) (X price)) (X cuts)))) (X (X include) (X (X (X a) (X (X (X $) (X 100)) (X reduction))) (X (X on) (X (X (X its) (X (X System) (X 210))) (X computer)))))))) (X (X with) (X (X (X 512) (X kilobytes)) (X (X of) (X (X memory) (X (X ,) (X (X (X a) (X (X 40-megabyte) (X (X hard) (X disk)))) (X (X and) (X (X (X a) (X (X color) (X monitor))) (X .))))))))))
(X (X (X (X That) (X package)) (X now)) (X (X sells) (X (X for) (X (X about) (X (X $) (X (X 2,099) (X .)))))))
(X (X (X (X A) (X computer)) (X (X using) (X (X (X (X the) (X more-advanced)) (X (X Intel) (X (X Corp.) (X (X 386) (X microprocessor))))) (X ,)))) (X (X with) (X (X (X (X four) (X megabytes)) (X (X of) (X (X memory) (X (X and) (X (X a) (X (X 100-megabyte) (X (X (X hard) (X disk)) (X now)))))))) (X (X sells) (X (X (X (X for) (X (X $) (X 5,699))) (X (X ,) (X down))) (X (X from) (X (X $) (X (X 6,799) (X .)))))))))
(X (X (X (X (X (X Personal) (X computer)) (X prices)) (X (X for) (X models))) (X (X using) (X (X (X (X (X (X the) (X Intel)) (X 286)) (X (X and) (X (X 386) (X microprocessors)))) (X ,)) (X (X which) (X (X (X the) (X Dell)) (X models)))))) (X (X use) (X (X (X ,) (X (X generally) (X (X have) (X (X been) (X (X coming) (X down)))))) (X (X as) (X (X (X chip) (X prices)) (X (X have) (X (X fallen) (X .))))))))
(X (X (X (X (X (X World) (X sugar)) (X (X futures) (X prices))) (X soared)) (X (X on) (X rumors))) (X (X that) (X (X (X Brazil) (X (X ,) (X (X (X (X a) (X major)) (X grower)) (X (X and) (X (X exporter) (X ,)))))) (X (X might) (X (X not) (X (X (X ship) (X (X (X sugar) (X this)) (X (X crop) (X year)))) (X (X and) (X (X next) (X .)))))))))
(X (X (X (X Prices) (X also)) (X (X were) (X (X boosted) (X (X by) (X (X another) (X rumor)))))) (X (X that) (X (X (X (X Mexico) (X (X ,) (X (X (X (X usually) (X (X a) (X (X large) (X producer)))) (X (X and) (X exporter))) (X ,)))) (X might)) (X (X have) (X (X to) (X (X buy) (X (X (X (X a) (X large)) (X quantity)) (X (X of) (X (X sugar) (X .))))))))))
(X (X (X (X Although) (X traders)) (X rushed)) (X (X to) (X (X (X (X buy) (X (X futures) (X contracts))) (X (X ,) (X many))) (X (X remained) (X (X (X skeptical) (X (X about) (X (X (X the) (X (X Brazilian) (X development))) (X (X ,) (X which))))) (X (X could) (X (X (X (X n't) (X (X be) (X confirmed))) (X (X ,) (X analysts))) (X (X said) (X .)))))))))
(X (X (X (X (X The) (X March)) (X (X and) (X (X May) (X (X contracts) (X rose))))) (X (X to) (X (X (X fresh) (X life-of-contract)) (X highs)))) (X (X of) (X (X (X 14.54) (X cents)) (X (X and) (X (X (X (X 14.28) (X cents)) (X (X at) (X (X their) (X (X best) (X levels))))) (X (X of) (X (X (X the) (X day)) (X .))))))))
(X (X (X (X The) (X (X March) (X delivery))) (X (X ,) (X which))) (X (X has) (X (X (X no) (X limits)) (X (X ,) (X (X (X settled) (X (X at) (X (X 14.53) (X cents)))) (X (X ,) (X (X (X up) (X (X 0.56) (X (X (X cent) (X a)) (X pound)))) (X .))))))))
(X (X (X (X (X (X (X (X The) (X (X May) (X contract))) (X ,)) (X which)) (X also)) (X (X is) (X (X (X without) (X restraints)) (X (X ,) (X ended))))) (X (X with) (X (X a) (X gain)))) (X (X of) (X (X (X 0.54) (X cent)) (X (X to) (X (X 14.26) (X (X cents) (X .)))))))
(X (X (X (X (X The) (X (X July) (X (X (X delivery) (X rose)) (X (X its) (X (X daily) (X permissible)))))) (X limit)) (X (X of) (X (X (X (X (X 0.50) (X cent)) (X a)) (X pound)) (X (X to) (X (X (X 14.00) (X cents)) (X ,)))))) (X (X while) (X (X (X (X other) (X contract)) (X months)) (X (X showed) (X (X near-limit) (X (X advances) (X .)))))))
(X (X (X According) (X (X to) (X (X reports) (X (X (X carried) (X (X by) (X (X (X various) (X news)) (X services)))) (X (X ,) (X (X the) (X (X Brazilian) (X government)))))))) (X (X told) (X (X (X its) (X (X sugar) (X producers))) (X (X that) (X (X (X (X they) (X (X wo) (X n't))) (X (X be) (X allowed))) (X (X to) (X (X (X (X (X (X export) (X sugar)) (X (X during) (X (X (X the) (X current)) (X (X 1989-90) (X season))))) (X ,)) (X (X which) (X (X (X (X began) (X (X May) (X (X 1) (X ,)))) (X (X and) (X (X (X the) (X (X 1990-91) (X season))) (X so)))) (X (X that) (X (X it) (X (X can) (X (X be) (X used)))))))) (X (X to) (X (X (X produce) (X alcohol)) (X (X for) (X (X (X automobile) (X fuel)) (X .))))))))))))
(X (X (X (X One) (X analyst)) (X (X ,) (X (X (X Arthur) (X Stevenson)) (X (X ,) (X (X (X of) (X (X Prudential-Bache) (X Securities))) (X (X ,) (X (X (X New) (X York)) (X (X ,) (X estimated))))))))) (X (X that) (X (X (X (X (X (X 65) (X (X %) (X or))) (X more)) (X (X of) (X (X (X (X Brazil) (X (X 's) (X newly))) (X (X made) (X automobiles))) (X run)))) (X (X on) (X (X alcohol) (X (X and) (X (X ca) (X n't)))))) (X (X use) (X (X gasoline) (X .))))))
(X (X (X ``) (X This)) (X (X is) (X (X (X (X (X a) (X demand)) (X that)) (X (X must) (X (X (X be) (X met)) (X (X ,) (X regardless))))) (X (X of) (X (X (X the) (X price)) (X (X of) (X (X oil) (X (X ,) (X (X '') (X (X said) (X (X (X Mr.) (X Stevenson)) (X .))))))))))))
(X (X Brazil) (X (X is) (X (X (X (X the) (X (X third-largest) (X producer))) (X (X and) (X (X (X the) (X fifth-largest)) (X exporter)))) (X (X of) (X (X sugar) (X (X in) (X (X (X the) (X world)) (X .))))))))
(X (X (X (X A) (X shift)) (X (X to) (X (X (X (X (X producing) (X (X (X more) (X alcohol)) (X (X and) (X (X less) (X sugar))))) (X (X had) (X (X been) (X expected)))) (X ,)) (X (X but) (X (X (X the) (X (X latest) (X news))) (X ,)))))) (X (X if) (X (X (X true) (X ,)) (X (X indicates) (X (X (X a) (X (X more) (X (X drastic) (X shift)))) (X (X than) (X (X had) (X (X been) (X (X anticipated) (X .))))))))))
(X (X (X (X (X (X During) (X the)) (X current)) (X (X crop) (X year))) (X (X ,) (X (X Brazil) (X (X was) (X expected))))) (X (X to) (X (X (X produce) (X (X (X (X (X 6.9) (X million)) (X tons)) (X (X of) (X sugar))) (X (X ,) (X (X a) (X drop))))) (X (X from) (X (X (X 8.1) (X (X million) (X tons))) (X (X in) (X (X 1988-89) (X .))))))))
(X (X (X (X Its) (X 1989-90)) (X exports)) (X (X were) (X (X (X expected) (X (X to) (X (X (X (X total) (X 645,000)) (X tons)) (X (X in) (X contrast))))) (X (X to) (X (X shipments) (X (X of) (X (X (X (X 1.5) (X million)) (X tons)) (X in))))))))
(X (X (X ``) (X It)) (X (X is) (X (X (X (X (X these) (X (X 645,000) (X tons))) (X (X that) (X (X (X (X are) (X (X in) (X question))) (X (X for) (X (X (X this) (X (X crop) (X year))) (X (X ,) (X ''))))) (X (X explained) (X (X Judith) (X Ganes)))))) (X (X ,) (X (X analyst) (X (X for) (X (X (X Shearson) (X Lehman)) (X Hutton)))))) (X (X ,) (X (X (X New) (X York)) (X .))))))
(X (X ``) (X (X (X Producers) (X (X were) (X (X (X (X granted) (X (X the) (X (X right) (X (X earlier) (X (X this) (X year)))))) (X (X to) (X (X (X ship) (X sugar)) (X (X and) (X (X the) (X (X export) (X licenses))))))) (X (X were) (X expected))))) (X (X to) (X (X (X have) (X begun)) (X (X to) (X (X be) (X (X (X issued) (X (X '') (X yesterday))) (X .))))))))
(X (X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X (X Ms.) (X Ganes)))) (X (X said) (X (X (X (X ,) (X it)) (X is)) (X believed)))) (X (X that) (X (X (X (X (X little) (X (X (X or) (X no)) (X sugar))) (X (X from) (X (X (X the) (X (X 1989-90) (X crop))) (X (X has) (X (X been) (X (X shipped) (X yet))))))) (X (X ,) (X even))) (X (X though) (X (X (X the) (X (X crop) (X year))) (X (X is) (X (X six) (X (X (X months) (X old)) (X .)))))))))
(X (X (X More) (X (X than) (X (X a) (X half)))) (X (X of) (X (X (X (X (X (X (X all) (X sugar)) (X produced)) (X (X in) (X (X Brazil) (X goes)))) (X (X for) (X (X alcohol) (X production)))) (X (X ,) (X according))) (X (X to) (X (X (X Ms.) (X Ganes)) (X .))))))
(X (X (X (X (X Also) (X (X ,) (X (X there) (X has)))) (X (X been) (X (X (X a) (X switch)) (X (X in) (X (X (X (X the) (X (X past) (X decade))) (X (X to) (X (X planting) (X (X of) (X (X orange) (X trees)))))) (X (X in) (X areas))))))) (X (X that) (X (X (X (X were) (X (X previously) (X used))) (X (X for) (X (X (X cane) (X ,)) (X (X and) (X (X this) (X change)))))) (X is)))) (X (X being) (X (X (X felt) (X now)) (X (X ,) (X (X she) (X (X said) (X .)))))))
(X (X (X (X (X (X Most) (X important)) (X (X ,) (X (X Ms.) (X Ganes)))) (X (X noted) (X ,))) (X (X ``) (X (X (X Brazilian) (X officials)) (X said)))) (X (X that) (X (X (X (X no) (X decision)) (X (X has) (X (X (X as) (X (X (X yet) (X been)) (X made))) (X (X on) (X (X the) (X suspension)))))) (X (X of) (X (X (X exports) (X .)) (X ''))))))
(X (X (X (X Thomas) (X Oxnard)) (X (X ,) (X (X (X sugar) (X analyst)) (X (X for) (X (X (X PaineWebber) (X (X in) (X (X Hackensack) (X (X ,) (X (X N.J.) (X ,)))))) (X (X said) (X :))))))) (X (X ``) (X (X (X I) (X (X am) (X (X highly) (X skeptical)))) (X (X that) (X (X (X Brazil) (X (X will) (X (X (X curtail) (X (X sugar) (X exports))) (X (X ,) (X particularly))))) (X (X with) (X (X (X the) (X price)) (X (X of) (X (X sugar) (X (X at) (X (X (X (X over) (X (X 14) (X (X cents) (X a)))) (X pound)) (X (X .) (X '')))))))))))))
(X (X (X (X (X Above) (X all)) (X (X ,) (X (X Mr.) (X Oxnard)))) (X (X noted) (X (X ,) (X (X the) (X situation))))) (X (X is) (X (X extremely) (X (X confused) (X .)))))
(X (X (X (X ``) (X (X (X (X Professional) (X (X sugar) (X people))) (X (X here) (X who))) (X (X have) (X (X strong) (X contacts))))) (X (X with) (X (X (X (X the) (X (X Brazilian) (X (X sugar) (X industry)))) (X (X have) (X (X been) (X unable)))) (X (X to) (X (X confirm) (X (X (X the) (X (X reports) (X or))) (X (X get) (X (X enough) (X information))))))))) (X (X to) (X (X (X (X clarify) (X (X the) (X situation))) (X (X ,) (X (X '') (X he)))) (X (X said) (X .)))))
(X (X (X ``) (X (X (X (X It) (X (X 's) (X the))) (X type)) (X (X of) (X (X (X nervous) (X atmosphere)) (X in))))) (X (X which) (X (X (X (X (X a) (X report)) (X (X can) (X be))) (X (X put) (X (X out) (X (X ,) (X such))))) (X (X as) (X (X (X (X (X the) (X one)) (X (X saying) (X exports))) (X (X will) (X (X (X be) (X (X suspended) (X ,))) (X (X and) (X (X (X no) (X one)) (X can)))))) (X (X confirm) (X (X (X it) (X .)) (X ''))))))))
(X (X (X (X Mr.) (X Oxnard)) (X observed)) (X (X that) (X (X (X (X the) (X situation)) (X (X in) (X Brazil))) (X (X is) (X (X also) (X (X very) (X (X complicated) (X .))))))))
(X (X (X (X (X (X (X (X On) (X the)) (X one)) (X hand)) (X (X ,) (X (X Brazil) (X (X started) (X (X an) (X (X ethanol) (X program))))))) (X (X about) (X (X (X 15) (X (X years) (X ago))) (X (X to) (X (X fuel) (X (X a) (X (X huge) (X portion)))))))) (X (X of) (X (X (X (X (X its) (X (X national) (X fleet))) (X (X of) (X cars))) (X and)) (X (X is) (X (X now) (X committed)))))) (X (X to) (X (X (X this) (X program)) (X .))))
(X (X (X (X ``) (X It)) (X (X has) (X (X (X (X (X (X to) (X weigh)) (X ,)) (X (X on) (X (X (X the) (X other)) (X hand)))) (X (X ,) (X (X (X (X (X (X the) (X (X relatively) (X high))) (X price)) (X (X of) (X (X (X sugar) (X it)) (X can)))) (X (X earn) (X (X on) (X (X (X the) (X export)) (X market))))) (X in)))) (X (X making) (X decisions))))) (X (X as) (X (X to) (X (X whether) (X (X to) (X (X (X produce) (X (X (X (X sugar) (X or)) (X alcohol)) (X (X ,) (X (X '') (X (X Mr.) (X Oxnard)))))) (X (X said) (X .))))))))
(X (X (X (X Mexico) (X (X ,) (X which))) (X (X is) (X (X (X normally) (X (X (X a) (X sugar)) (X exporter))) (X ,)))) (X (X has) (X (X had) (X (X (X production) (X problems)) (X (X in) (X (X (X (X (X the) (X past)) (X (X two) (X years))) (X (X ,) (X analysts))) (X (X said) (X .))))))))
(X (X (X (X (X Last) (X year)) (X (X ,) (X it))) (X (X had) (X (X to) (X (X buy) (X (X sugar) (X (X on) (X (X (X the) (X world)) (X market)))))))) (X (X to) (X (X meet) (X (X (X export) (X commitments)) (X (X ,) (X (X they) (X (X noted) (X .))))))))
(X (X (X (X (X This) (X (X year) (X it))) (X (X is) (X expected))) (X (X to) (X (X (X be) (X (X (X a) (X net)) (X importer))) (X (X and) (X (X is) (X said)))))) (X (X to) (X (X (X be) (X seeking)) (X (X to) (X (X (X (X buy) (X (X about) (X (X 200,000) (X tons)))) (X (X of) (X sugar))) (X (X to) (X (X meet) (X (X (X (X internal) (X needs)) (X (X ,) (X analysts))) (X (X said) (X .))))))))))
(X (X (X (X In) (X (X other) (X commodity))) (X (X markets) (X yesterday))) (X :))
(X (X ENERGY) (X :))
(X (X (X Petroleum) (X futures)) (X (X were) (X (X (X generally) (X higher)) (X (X with) (X (X (X (X heating) (X oil)) (X (X leading) (X the))) (X (X way) (X .)))))))
(X (X (X (X (X (X (X (X On) (X the)) (X New)) (X York)) (X (X Mercantile) (X Exchange))) (X (X ,) (X (X heating) (X oil)))) (X (X for) (X (X (X (X December) (X delivery)) (X (X increased) (X 1.25))) (X cents)))) (X (X to) (X (X settle) (X (X at) (X (X (X (X (X 60.36) (X cents)) (X a)) (X gallon)) (X .))))))
(X (X (X Gasoline) (X futures)) (X (X were) (X (X mixed) (X (X to) (X (X unchanged) (X .))))))
(X (X (X (X But) (X the)) (X strength)) (X (X in) (X (X (X (X heating) (X oil)) (X helped)) (X (X push) (X (X up) (X (X (X crude) (X oil)) (X .)))))))
(X (X (X (X (X (X West) (X Texas)) (X Intermediate)) (X crude)) (X (X for) (X (X (X (X December) (X delivery)) (X (X rose) (X 13))) (X (X cents) (X (X a) (X barrel)))))) (X (X to) (X (X settle) (X (X at) (X (X (X $) (X 20.07)) (X .))))))
(X (X (X (X (X (X The) (X firmness)) (X (X in) (X (X heating) (X oil)))) (X (X was) (X attributed))) (X (X to) (X (X (X (X colder) (X weather)) (X (X in) (X (X (X parts) (X (X of) (X (X (X the) (X U.S.)) (X and)))) (X (X to) (X (X (X (X the) (X latest)) (X (X weekly) (X report))) (X (X by) (X (X (X (X the) (X American)) (X Petroleum)) (X Institute)))))))) (X (X ,) (X which))))) (X (X showed) (X (X (X a) (X decline)) (X (X in) (X (X inventories) (X (X of) (X (X (X the) (X fuel)) (X .))))))))
(X (X (X (X GRAINS) (X AND)) (X SOYBEANS)) (X :))
(X (X (X (X (X Prices) (X (X closed) (X (X mostly) (X higher)))) (X (X in) (X (X (X relatively) (X light)) (X trading)))) (X (X as) (X (X (X farmers) (X continued)) (X (X to) (X (X (X withhold) (X (X their) (X crops))) (X (X from) (X (X (X the) (X marketplace)) (X (X in) (X (X the) (X hope)))))))))) (X (X of) (X (X (X higher) (X prices)) (X (X to) (X (X come) (X .))))))
(X (X (X Trading) (X (X was) (X (X muted) (X (X in) (X part))))) (X (X because) (X (X (X of) (X (X the) (X observance))) (X (X of) (X (X (X All) (X (X Saints) (X (X ') (X Day)))) (X (X across) (X (X much) (X (X of) (X (X Europe) (X .))))))))))
(X (X (X (X (X Continued) (X export)) (X demand)) (X also)) (X (X supported) (X (X prices) (X .))))
(X (X (X (X As) (X (X an) (X indicator))) (X (X of) (X (X (X (X (X the) (X tight)) (X (X grain) (X (X supply) (X situation)))) (X (X in) (X (X the) (X U.S.)))) (X (X ,) (X (X (X market) (X analysts)) (X said)))))) (X (X that) (X (X (X (X (X late) (X (X Tuesday) (X (X the) (X (X Chinese) (X government))))) (X ,)) (X (X which) (X (X often) (X (X (X buys) (X (X U.S.) (X grains))) (X (X in) (X (X quantity) (X (X ,) (X (X turned) (X instead))))))))) (X (X to) (X (X Britain) (X (X to) (X (X buy) (X (X (X 500,000) (X (X metric) (X tons))) (X (X of) (X (X wheat) (X .)))))))))))
(X (X (X (X (X (X Traders) (X (X said) (X (X prices) (X also)))) (X (X were) (X supported))) (X (X by) (X (X widespread) (X rumors)))) (X (X that) (X (X (X (X the) (X Soviet)) (X Union)) (X (X is) (X (X on) (X (X the) (X verge))))))) (X (X of) (X (X (X receiving) (X (X most) (X (X (X favored) (X nation)) (X status)))) (X (X from) (X (X (X the) (X U.S.)) (X .))))))
(X (X (X (X (X That) (X designation)) (X (X would) (X (X ,) (X (X among) (X (X (X other) (X things)) (X ,)))))) (X (X provide) (X (X more) (X (X (X generous) (X credit)) (X terms))))) (X (X under) (X (X which) (X (X (X (X the) (X Soviets)) (X could)) (X (X purchase) (X (X grain) (X .)))))))
(X (X (X (X The) (X Soviets)) (X (X are) (X (X widely) (X believed)))) (X (X to) (X (X need) (X (X (X (X additional) (X supplies)) (X ,)) (X (X despite) (X (X (X (X running) (X (X up) (X (X (X record) (X one-month)) (X purchases)))) (X (X of) (X (X (X 310) (X million)) (X bushels)))) (X (X of) (X (X corn) (X (X in) (X (X October) (X .)))))))))))
(X (X COPPER) (X :))
(X (X (X Futures) (X (X prices) (X rose))) (X (X ,) (X (X extending) (X (X (X (X Tuesday) (X 's)) (X gains)) (X .)))))
(X (X (X (X The) (X (X December) (X (X (X contract) (X advanced)) (X 2.50)))) (X (X cents) (X (X a) (X pound)))) (X (X to) (X (X $) (X (X 1.1650) (X .)))))
(X (X (X (X (X (X Buying) (X (X for) (X (X (X the) (X (X most) (X (X part) (X carried)))) (X over)))) (X (X from) (X (X (X the) (X previous)) (X session)))) (X (X ,) (X (X and) (X (X traders) (X apparently))))) (X (X ignored) (X reports))) (X (X that) (X (X (X (X (X (X a) (X (X Chilean) (X mine))) (X strike)) (X may)) (X (X have) (X (X (X ended) (X almost)) (X (X before) (X (X it) (X began)))))) (X (X ,) (X (X (X an) (X analyst)) (X (X said) (X .)))))))
(X (X (X According) (X (X to) (X (X (X (X news) (X service)) (X reports)) (X (X ,) (X (X (X (X (X most) (X workers)) (X (X at) (X (X (X the) (X (X Disputado) (X mines))) (X owned)))) (X (X by) (X (X (X Exxon) (X Corp.)) (X agreed)))) (X (X to) (X (X (X (X (X a) (X new)) (X two-year)) (X (X wage) (X contract))) (X that)))))))) (X (X includes) (X (X (X (X a) (X (X 5) (X %))) (X increase)) (X (X and) (X (X (X other) (X benefits)) (X .))))))
(X (X (X (X However) (X (X ,) (X (X some) (X workers)))) (X (X have) (X (X n't) (X yet)))) (X (X accepted) (X (X (X (X (X (X the) (X new)) (X contract)) (X and)) (X (X are) (X (X continuing) (X negotiations)))) (X (X ,) (X (X (X the) (X analyst)) (X (X said) (X .)))))))
(X (X (X Separately) (X (X ,) (X (X Reuter) (X reported)))) (X (X that) (X (X (X (X (X the) (X Papua-New)) (X (X Guinea) (X government))) (X (X urged) (X (X its) (X Parliament)))) (X (X to) (X (X extend) (X (X (X a) (X state)) (X (X of) (X (X emergency) (X (X in) (X (X (X (X copper-rich) (X Bougainville)) (X Island)) (X (X for) (X (X (X two) (X months)) (X .)))))))))))))
(X (X (X (X The) (X (X Bougainville) (X (X copper) (X mine)))) (X (X has) (X (X (X been) (X inoperative)) (X (X since) (X (X May) (X 15)))))) (X (X because) (X (X (X (X (X (X of) (X attacks)) (X (X by) (X (X (X native) (X landowners)) (X who)))) (X (X want) (X Bougainville))) (X (X to) (X secede))) (X (X from) (X (X (X Papua-New) (X Guinea)) (X .))))))
(X (X (X (X (X The) (X parent)) (X (X of) (X (X (X Younkers) (X ,)) (X (X after) (X failing))))) (X (X to) (X (X (X (X find) (X (X (X (X a) (X buyer)) (X (X for) (X (X (X (X the) (X chain)) (X (X of) (X (X (X (X Midwestern) (X department)) (X stores)) (X ,)))) (X (X said) (X (X it) (X will)))))) (X (X sell) (X (X (X a) (X stake)) (X (X in) (X (X the) (X chain))))))) (X (X to) (X (X management) (X and)))) (X (X take) (X (X (X other) (X steps)) (X (X to) (X (X reduce) (X (X its) (X investment))))))))) (X (X in) (X (X retailing) (X .))))
(X (X (X Equitable) (X (X of) (X (X (X (X Iowa) (X Cos.)) (X (X ,) (X (X (X Des) (X Moines)) (X ,)))) (X (X had) (X (X been) (X (X seeking) (X (X (X a) (X buyer)) (X (X for) (X (X (X (X the) (X 36-store)) (X (X Younkers) (X chain))) (X (X since) (X (X June) (X ,)))))))))))) (X (X when) (X (X (X it) (X (X announced) (X (X its) (X intention)))) (X (X to) (X (X free) (X (X (X (X up) (X capital)) (X to)) (X (X expand) (X (X (X its) (X (X insurance) (X business))) (X .)))))))))
(X (X (X But) (X Equitable)) (X (X said) (X (X (X it) (X (X was) (X unable))) (X (X to) (X (X (X (X (X find) (X (X (X a) (X buyer)) (X willing))) (X (X to) (X pay))) (X (X what) (X (X (X it) (X considers)) (X (X ``) (X (X (X (X fair) (X value)) (X '')) (X (X for) (X Younkers))))))) (X (X because) (X (X of) (X (X (X (X recent) (X turmoil)) (X (X in) (X (X (X the) (X bond)) (X (X and) (X (X (X stock) (X markets)) (X and)))))) (X (X in) (X (X retailing) (X .)))))))))))
(X (X (X (X (X Younkers) (X rang)) (X (X up) (X sales))) (X (X in) (X 1988))) (X (X of) (X (X $) (X (X 313) (X (X million) (X .))))))
(X (X It) (X (X operates) (X (X (X stores) (X mostly)) (X (X in) (X (X Iowa) (X (X and) (X (X Nebraska) (X .))))))))
(X (X (X (X Younkers) (X management)) (X (X is) (X likely))) (X (X to) (X (X buy) (X (X (X a) (X (X 10) (X %))) (X (X to) (X (X (X (X 20) (X %)) (X interest)) (X (X in) (X (X (X (X (X the) (X chain)) (X (X in) (X January))) (X ,)) (X (X said) (X (X (X Fred) (X (X S.) (X Hubbell))) (X (X ,) (X (X (X (X Equitable) (X (X 's) (X president))) (X (X and) (X (X chief) (X (X executive) (X officer))))) (X .)))))))))))))
(X (X (X (X He) (X (X said) (X Equitable))) (X hopes)) (X (X to) (X (X (X eventually) (X (X reduce) (X (X its) (X stake)))) (X (X in) (X (X Younkers) (X (X to) (X (X (X less) (X (X than) (X (X 50) (X %)))) (X .))))))))
(X (X (X (X (X Tony) (X Lama)) (X Co.)) (X said)) (X (X that) (X (X (X (X (X (X Equus) (X Investment)) (X II)) (X Limited)) (X Partnership)) (X (X has) (X (X proposed) (X (X (X (X (X changing) (X (X the) (X offer))) (X (X for) (X (X the) (X company)))) (X (X to) (X (X (X $) (X 13.65)) (X (X in) (X (X cash) (X (X and) (X stock))))))) (X (X from) (X (X an) (X (X (X all-cash) (X transaction)) (X .))))))))))
(X (X (X (X Under) (X terms)) (X (X of) (X (X (X (X (X the) (X new)) (X proposal)) (X (X ,) (X (X (X (X Equus) (X (X ,) (X managed))) (X (X by) (X (X (X Equus) (X Capital)) (X Corp.)))) (X (X ,) (X (X Houston) (X ,)))))) (X would)))) (X (X pay) (X (X (X (X (X (X $) (X 12)) (X cash)) (X (X and) (X (X (X one) (X (X new) (X preferred))) (X share)))) (X (X with) (X (X (X a) (X liquidation)) (X preference)))) (X (X of) (X (X (X $) (X (X 1.65) (X (X a) (X share)))) (X (X for) (X (X each) (X (X of) (X (X (X (X Tony) (X Lama)) (X (X 's) (X (X 2.1) (X million)))) (X (X shares) (X (X outstanding) (X .))))))))))))
(X (X (X Previously) (X (X ,) (X it))) (X (X offered) (X (X (X $) (X (X 13.65) (X (X a) (X share)))) (X (X in) (X (X cash) (X (X ,) (X (X or) (X (X (X $) (X (X 29) (X million))) (X .)))))))))
(X (X (X (X (X (X The) (X El)) (X Paso)) (X (X ,) (X (X (X Texas) (X (X ,) (X maker))) (X (X of) (X (X (X (X (X Western) (X boots)) (X (X and) (X leather))) (X accessories)) (X (X said) (X (X (X the) (X (X preferred) (X stock))) (X (X would) (X (X (X accrue) (X dividends)) (X (X at) (X (X a) (X (X 12) (X (X %) (X rate)))))))))))))) (X ,)) (X (X but) (X (X (X would) (X (X n't) (X (X be) (X paid)))) (X (X for) (X (X (X (X the) (X first)) (X (X two) (X years))) (X .))))))
(X (X (X (X (X (X The) (X stock)) (X would)) (X (X be) (X (X redeemed) (X (X in) (X (X (X five) (X years)) (X (X ,) (X subject))))))) (X (X to) (X terms))) (X (X of) (X (X (X (X (X the) (X surviving)) (X company)) (X (X 's) (X debt))) (X .))))
(X (X (X (X Neither) (X Equus)) (X (X nor) (X (X Tony) (X Lama)))) (X (X gave) (X (X (X (X a) (X reason)) (X (X for) (X (X (X (X the) (X changed)) (X offer)) (X (X and) (X (X Tony) (X Lama)))))) (X (X could) (X (X (X n't) (X (X be) (X reached))) (X (X for) (X (X comment) (X .))))))))
(X (X (X However) (X (X ,) (X (X Tony) (X Lama)))) (X (X said) (X (X (X (X it) (X (X would) (X (X promptly) (X (X submit) (X (X the) (X offer)))))) (X (X to) (X (X a) (X (X special) (X committee))))) (X (X of) (X (X (X the) (X (X company) (X (X 's) (X board)))) (X .))))))
(X (X (X (X Reuters) (X Holdings)) (X PLC)) (X (X said) (X (X (X (X Michael) (X (X Reupke) (X resigned))) (X (X as) (X (X (X general) (X manager)) (X to)))) (X (X pursue) (X (X (X unspecified) (X interests)) (X (X ,) (X (X (X a) (X (X move) (X (X the) (X (X news) (X organization))))) (X (X termed) (X (X (X an) (X (X ``) (X (X (X amicable) (X separation)) (X .)))) (X ''))))))))))
(X (X (X (X Mr.) (X Reupke)) (X (X ,) (X (X (X (X 52) (X (X years) (X old))) (X (X and) (X (X a) (X 27-year)))) (X (X Reuters) (X (X veteran) (X ,)))))) (X (X had) (X (X (X been) (X (X the) (X (X information-services) (X (X company) (X (X 's) (X (X general) (X manager))))))) (X (X for) (X (X (X only) (X (X six) (X months))) (X .))))))
(X (X (X His) (X appointment)) (X (X to) (X (X (X (X (X (X that) (X post)) (X ,)) (X which)) (X (X has) (X (X (X (X (X senior) (X administrative)) (X (X ,) (X staff))) (X (X and) (X (X policy) (X responsibilities)))) (X (X ,) (X (X followed) (X (X a) (X (X several-year) (X tenure)))))))) (X (X as) (X (X (X Reuters) (X (X 's) (X editor))) (X (X in) (X (X chief) (X .))))))))
(X (X (X (X (X (X No) (X successor)) (X (X was) (X named))) (X (X ,) (X (X and) (X (X Mr.) (X (X Reupke) (X (X 's) (X duties))))))) (X (X will) (X (X be) (X split)))) (X (X among) (X (X (X (X three) (X other)) (X (X senior) (X (X Reuters) (X executives)))) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))
(X (X (X (X (X In) (X (X a) (X telephone))) (X interview)) (X (X ,) (X (X Mr.) (X Reupke)))) (X (X said) (X (X (X (X (X his) (X departure)) (X was)) (X for)) (X (X ``) (X (X (X personal) (X reasons)) (X (X ,) (X (X (X (X '') (X (X which) (X he))) (X declined)) (X (X to) (X (X specify) (X .))))))))))
(X (X (X ``) (X There)) (X (X is) (X (X (X (X (X (X (X no) (X business)) (X reason)) (X (X for) (X (X my) (X departure)))) (X (X ,) (X (X (X '') (X (X nor) (X (X any) (X disagreement)))) (X (X over) (X policy))))) (X (X ,) (X he))) (X (X added) (X .)))))
(X (X (X (X He) (X also)) (X (X rejected) (X reports))) (X (X that) (X (X (X (X (X (X his) (X departure)) (X stemmed)) (X (X from) (X (X (X disappointment) (X (X (X the) (X (X general) (X manager))) (X (X 's) (X post)))) (X (X had) (X (X n't) (X also)))))) (X led)) (X (X to) (X (X (X (X (X a) (X board)) (X directorship)) (X (X at) (X (X (X (X the) (X London-based)) (X news)) (X organization)))) (X .))))))
(X (X (X (X (X Mr.) (X Reupke)) (X (X was) (X one))) (X (X of) (X (X (X three) (X executives)) (X (X on) (X (X (X (X Reuters) (X 's)) (X (X eight-person) (X (X executive) (X committee)))) (X who)))))) (X (X did) (X (X (X n't) (X also)) (X (X serve) (X (X on) (X (X (X (X the) (X (X company) (X (X 's) (X board)))) (X (X of) (X directors))) (X .)))))))
(X (X (X ``) (X (X (X (X If) (X I)) (X (X were) (X (X choosing) (X (X the) (X people))))) (X (X of) (X (X (X (X tomorrow) (X (X ,) (X I))) (X would)) (X (X have) (X (X (X (X chosen) (X (X (X the) (X people)) (X who))) (X (X are) (X now))) (X (X on) (X (X (X the) (X board)) (X (X ,) (X (X '') (X he))))))))))) (X (X said) (X .)))
(X (X (X (X A) (X (X Reuters) (X spokesman))) (X (X said) (X (X the) (X departure)))) (X (X reflects) (X (X ``) (X (X (X no) (X change)) (X (X in) (X (X (X (X strategy) (X (X or) (X profits))) (X .)) (X '')))))))
(X (X (X (X Mark) (X Shepperd)) (X (X ,) (X (X (X (X an) (X analyst)) (X (X at) (X (X (X (X UBS) (X Phillips)) (X &)) (X Drew)))) (X (X in) (X (X (X London) (X ,)) (X (X said) (X ,))))))) (X (X ``) (X (X (X I) (X (X suspect) (X (X (X -LRB-) (X (X (X the) (X departure)) (X -RRB-))) (X (X will) (X (X be) (X (X fairly) (X irrelevant))))))) (X (X for) (X (X (X the) (X company)) (X .))))))
(X (X (X I) (X (X would) (X (X be) (X (X very) (X surprised))))) (X (X if) (X (X (X (X his) (X departure)) (X (X signals) (X (X any) (X change)))) (X (X in) (X (X (X (X strategy) (X or)) (X change)) (X (X in) (X (X (X (X profit) (X expectations)) (X .)) (X ''))))))))
(X (X (X (X (X On) (X (X London) (X (X 's) (X Stock)))) (X Exchange)) (X (X ,) (X Reuters))) (X (X shares) (X (X (X (X rose) (X five)) (X pence)) (X (X to) (X (X (X 913) (X pence)) (X (X -LRB-) (X (X $) (X (X 14.43) (X (X -RRB-) (X .))))))))))
(X (X (X (X (X (X In) (X the)) (X U.S.)) (X (X over-the-counter) (X market))) (X (X ,) (X (X American) (X depositary)))) (X (X shares) (X (X (X for) (X (X Reuters) (X (X ,) (X each)))) (X (X representing) (X (X (X (X three) (X shares)) (X (X in) (X (X (X the) (X London)) (X market)))) (X (X ,) (X (X closed) (X (X unchanged) (X (X at) (X (X (X $) (X 43.875)) (X .)))))))))))
(X (X (X (X (X (X (X The) (X senior)) (X (X of) (X (X the) (X (X three) (X executives))))) (X who)) (X will)) (X (X assume) (X (X Mr.) (X (X Reupke) (X (X 's) (X duties)))))) (X (X is) (X (X (X Nigel) (X Judah)) (X (X ,) (X (X (X (X 58) (X (X ,) (X (X finance) (X director)))) (X (X and) (X (X a) (X (X Reuters) (X (X board) (X director)))))) (X .))))))
(X (X (X (X Peter) (X Holland)) (X (X ,) (X (X (X 45) (X (X ,) (X (X deputy) (X (X general) (X manager))))) (X ,)))) (X (X becomes) (X (X director) (X (X of) (X (X (X corporate) (X affairs)) (X .))))))
(X (X (X (X (X And) (X Patrick)) (X Mannix)) (X (X ,) (X (X (X (X 46) (X ,)) (X (X international) (X (X technical) (X manager)))) (X ,)))) (X (X becomes) (X (X director) (X (X of) (X (X (X group) (X (X quality) (X programs))) (X .))))))
(X (X (X (X (X (X (X DD) (X Acquisition)) (X Corp.)) (X (X ,) (X (X a) (X partnership)))) (X (X of) (X (X (X (X (X (X Unicorp) (X Canada)) (X (X Corp.) (X (X 's) (X Kingsbridge)))) (X (X Capital) (X Group))) (X (X and) (X (X Cara) (X (X Operations) (X Ltd.))))) (X (X ,) (X extended))))) (X (X to) (X (X (X Nov.) (X (X (X 20) (X (X its) (X $))) (X 45-a-share))) (X (X offer) (X (X for) (X (X (X (X all) (X Dunkin')) (X Donuts)) (X Inc.))))))) (X (X shares) (X (X outstanding) (X .))))
(X (X (X The) (X (X offer) (X (X ,) (X (X which) (X (X was) (X due)))))) (X (X to) (X (X (X (X (X (X (X expire) (X yesterday)) (X ,)) (X (X is) (X conditional))) (X (X on) (X (X 50.1) (X %)))) (X (X of) (X (X (X (X (X (X Dunkin') (X common)) (X shares)) (X (X ,) (X (X on) (X (X (X (X a) (X fully)) (X diluted)) (X basis))))) (X ,)) (X (X being) (X (X tendered) (X (X and) (X (X on) (X (X the) (X withdrawal))))))))) (X (X of) (X (X (X (X (X (X the) (X company)) (X 's)) (X poison)) (X (X pill) (X (X rights) (X plan)))) (X .))))))
(X (X (X (X DD) (X Acquisition)) (X (X has) (X (X (X launched) (X (X a) (X suit))) (X (X in) (X (X (X a) (X (X Delaware) (X court))) (X (X seeking) (X (X the) (X withdrawal)))))))) (X (X of) (X (X (X (X (X Dunkin) (X (X 's) (X poison))) (X (X pill) (X rights))) (X (X and) (X (X (X (X employee) (X stock)) (X ownership)) (X plans)))) (X (X ,) (X (X (X (X which) (X it)) (X (X claims) (X (X were) (X (X put) (X (X in) (X place)))))) (X (X to) (X (X deter) (X (X bidders) (X .)))))))))
(X (X (X (X DD) (X Acquisition)) (X (X said) (X (X (X (X (X 2.2) (X million)) (X shares)) (X (X ,) (X (X or) (X (X about) (X (X 38.5) (X %)))))) (X (X of) (X (X (X (X the) (X (X shares) (X outstanding))) (X ,)) (X (X have) (X (X been) (X tendered)))))))) (X (X under) (X (X (X its) (X offer)) (X .))))
(X (X (X (X The) (X partners)) (X (X said) (X (X they) (X already)))) (X (X hold) (X (X (X 15) (X %)) (X (X of) (X (X all) (X (X shares) (X (X outstanding) (X .))))))))
(X (X (X Dunkin') (X (X has) (X (X set) (X (X (X Nov.) (X (X 10) (X (X as) (X (X the) (X deadline))))) (X (X for) (X (X the) (X receipt))))))) (X (X of) (X (X (X (X any) (X competing)) (X bids)) (X .))))
(X (X (X (X DD) (X Acquisition)) (X (X said) (X (X (X (X the) (X extension)) (X is)) (X to)))) (X (X allow) (X (X (X this) (X process)) (X (X to) (X (X be) (X (X completed) (X .)))))))
(X (X Dunkin') (X (X is) (X (X based) (X (X in) (X (X Randolph) (X (X ,) (X (X Mass) (X .))))))))
(X (X (X Cara) (X (X ,) (X (X (X (X a) (X (X food) (X (X services) (X (X chain) (X operator))))) (X (X and) (X Unicorp))) (X (X ,) (X (X (X a) (X (X holding) (X company))) (X ,)))))) (X (X are) (X (X based) (X (X in) (X (X Toronto) (X .))))))
(X (X (X (X (X Savin) (X Corp.)) (X (X reported) (X (X a) (X (X third-quarter) (X (X net) (X loss)))))) (X (X of) (X (X (X (X (X $) (X (X 35.2) (X million))) (X (X ,) (X (X (X or) (X (X (X 31) (X cents)) (X a))) (X share)))) (X (X ,) (X compared))) (X (X with) (X (X year-earlier) (X profit)))))) (X (X of) (X (X (X $) (X (X 3.8) (X million))) (X (X ,) (X (X (X (X or) (X (X (X one) (X cent)) (X a))) (X share)) (X .))))))
(X (X (X (X (X (X (X A) (X spokesman)) (X (X for) (X (X the) (X Stamford)))) (X (X ,) (X (X (X Conn.based) (X company)) (X (X said) (X operations))))) (X (X had) (X (X (X a) (X loss)) (X (X of) (X (X (X $) (X (X 5.5) (X million))) (X (X for) (X (X the) (X quarter)))))))) (X (X ;) (X (X (X (X in) (X addition)) (X (X ,) (X (X (X the) (X loss)) (X (X was) (X magnified))))) (X (X by) (X (X (X (X (X (X nonrecurring) (X charges)) (X (X totaling) (X $))) (X (X 23.5) (X million))) (X (X and) (X (X $) (X (X 8.2) (X million))))) (X (X in) (X (X asset-valuation) (X adjustments)))))))) (X (X that) (X (X (X he) (X (X described) (X as))) (X (X ``) (X (X (X unusual) (X .)) (X ''))))))
(X (X (X (X (X The) (X charges)) (X (X were) (X (X partly) (X offset)))) (X (X by) (X (X (X (X (X a) (X $)) (X (X 2) (X million))) (X gain)) (X (X on) (X (X the) (X sale)))))) (X (X of) (X (X investments) (X (X of) (X (X (X two) (X (X joint) (X ventures))) (X (X ,) (X (X he) (X (X said) (X .)))))))))
(X (X (X Revenue) (X (X declined) (X (X 8) (X %)))) (X (X to) (X (X (X (X $) (X (X 85.7) (X million))) (X ,)) (X (X from) (X (X (X $) (X (X 93.3) (X (X (X million) (X (X a) (X year))) (X earlier)))) (X .))))))
(X (X (X (X Savin) (X cited)) (X (X ``) (X (X (X (X (X a) (X general)) (X softening)) (X (X in) (X (X the) (X demand)))) (X (X for) (X (X (X (X office) (X products)) (X (X in) (X (X the) (X (X market) (X segments))))) (X in)))))) (X (X which) (X (X Savin) (X (X competes) (X .)))))
(X (X (X Hadson) (X Corp.)) (X (X said) (X (X (X (X it) (X expects)) (X to)) (X (X report) (X (X (X a) (X (X third-quarter) (X (X net) (X loss)))) (X (X of) (X (X (X (X $) (X (X 17) (X million))) (X (X to) (X (X $) (X (X 19) (X million))))) (X (X because) (X (X of) (X (X (X special) (X reserves)) (X (X and) (X (X (X (X continued) (X low)) (X (X natural-gas) (X prices))) (X .)))))))))))))
(X (X (X (X (X (X (X (X (X The) (X Oklahoma)) (X (X City) (X (X energy) (X (X and) (X (X defense) (X concern)))))) (X (X said) (X (X (X it) (X will)) (X (X record) (X (X (X a) (X $)) (X (X 7.5) (X (X million) (X reserve)))))))) (X (X for) (X (X its) (X (X defense) (X group))))) (X ,)) (X (X including) (X (X (X a) (X $)) (X (X 4.7) (X (X (X million) (X charge)) (X related)))))) (X (X to) (X problems))) (X (X under) (X (X (X (X (X a) (X (X fixed-price) (X (X development) (X contract)))) (X (X and) (X (X $) (X (X 2.8) (X million))))) (X (X in) (X (X overhead) (X costs)))) (X (X that) (X (X wo) (X (X n't) (X (X be) (X (X reimbursed) (X .)))))))))
(X (X (X (X (X (X In) (X addition)) (X (X ,) (X Hadson))) (X (X said) (X (X (X it) (X will)) (X (X write) (X (X (X off) (X (X about) (X (X $) (X (X 3.5) (X million))))) (X (X in) (X (X costs) (X related)))))))) (X (X to) (X (X (X international) (X exploration)) (X leases)))) (X (X where) (X (X (X exploration) (X efforts)) (X (X have) (X (X been) (X (X unsuccessful) (X .)))))))
(X (X (X (X (X The) (X company)) (X also)) (X (X cited) (X (X (X interest) (X costs)) (X (X and) (X amortization))))) (X (X of) (X (X goodwill) (X (X as) (X (X factors) (X (X in) (X (X (X the) (X loss)) (X .))))))))
(X (X (X (X (X (X A) (X (X year) (X earlier))) (X (X ,) (X (X net) (X income)))) (X (X was) (X (X (X $) (X (X 2.1) (X million))) (X (X ,) (X (X (X or) (X (X (X six) (X cents)) (X a))) (X share)))))) (X (X ,) (X (X on) (X revenue)))) (X (X of) (X (X $) (X (X 169.9) (X (X million) (X .))))))
(X (X (X (X A) (X (X lack) (X (X of) (X enthusiasm)))) (X (X with) (X (X (X (X the) (X (X latest) (X (X economic) (X data)))) (X (X hampered) (X (X (X the) (X stock)) (X (X market) (X (X 's) (X bid)))))) (X (X to) (X (X (X extend) (X (X Tuesday) (X (X (X 's) (X sharp)) (X gains)))) (X ,)))))) (X (X as) (X (X (X prices) (X (X closed) (X (X slightly) (X higher)))) (X (X in) (X (X sluggish) (X (X trading) (X .)))))))
(X (X (X (X (X (X While) (X renewed)) (X optimism)) (X (X about) (X (X (X (X the) (X outlook)) (X (X for) (X (X (X takeover) (X activity)) (X (X boosted) (X (X several) (X (X (X so-called) (X deal)) (X stocks))))))) (X (X ,) (X traders))))) (X (X said) (X (X (X profit-taking) (X weighed)) (X (X on) (X (X (X the) (X market)) (X ,)))))) (X (X with) (X (X (X blue-chips) (X (X bearing) (X (X the) (X brunt)))) (X (X of) (X (X (X the) (X selling)) (X .))))))
(X (X (X (X (X (X (X (X The) (X Dow)) (X Jones)) (X Industrial)) (X Average)) (X (X ,) (X (X which) (X (X had) (X (X jumped) (X (X 41.60) (X points))))))) (X (X on) (X (X (X (X Tuesday) (X (X ,) (X drifted))) (X (X on) (X (X either) (X side)))) (X (X of) (X (X (X its) (X (X previous) (X close))) (X (X and) (X finished))))))) (X (X with) (X (X (X a) (X gain)) (X (X of) (X (X (X just) (X 0.82)) (X (X at) (X (X 2645.90) (X .))))))))
(X (X (X (X (X (X (X Standard) (X &)) (X (X Poor) (X (X 's) (X 500-Stock)))) (X Index)) (X (X added) (X 0.84))) (X (X to) (X (X 341.20) (X (X ;) (X (X (X the) (X rise)) (X (X was) (X equivalent))))))) (X (X to) (X (X (X a) (X gain)) (X (X of) (X (X (X about) (X (X six) (X points))) (X (X in) (X (X the) (X (X industrial) (X (X average) (X .))))))))))
(X (X (X (X (X (X (X The) (X Dow)) (X Jones)) (X Equity)) (X Market)) (X Index)) (X (X gained) (X (X (X 0.99) (X (X to) (X (X 319.75) (X (X and) (X (X (X (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X Exchange))) (X Composite)) (X (X Index) (X went))) (X (X up) (X 0.60))))))) (X (X to) (X (X 188.84) (X .))))))
(X (X (X (X (X (X Advancing) (X stocks)) (X (X led) (X decliners))) (X (X on) (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X Exchange))))) (X (X by) (X 847))) (X (X to) (X (X 644) (X .))))
(X (X (X Big) (X (X Board) (X (X volume) (X amounted)))) (X (X to) (X (X 154,240,000) (X (X shares) (X (X (X ,) (X down)) (X (X from) (X (X 176.1) (X (X (X million) (X Tuesday)) (X .)))))))))
(X (X (X (X (X The) (X (X October) (X survey))) (X (X of) (X (X corporate) (X (X purchasing) (X (X managers) (X ,)))))) (X (X as) (X (X (X expected) (X ,)) (X (X provided) (X evidence))))) (X (X that) (X (X (X economic) (X growth)) (X (X remains) (X (X subdued) (X .))))))
(X (X (X (X (X (X An) (X index)) (X (X of) (X (X (X economic) (X activity)) (X drawn)))) (X (X from) (X (X (X (X the) (X survey)) (X (X stood) (X (X last) (X month)))) (X (X at) (X (X 47.6) (X %)))))) (X (X ;) (X (X (X (X a) (X reading)) (X (X above) (X (X 50) (X %)))) (X (X would) (X (X have) (X indicated)))))) (X (X that) (X (X (X (X the) (X (X manufacturing) (X sector))) (X was)) (X (X improving) (X .)))))
(X (X But) (X (X with) (X (X (X (X (X the) (X index)) (X (X proving) (X (X somewhat) (X better)))) (X (X than) (X (X (X expected) (X (X and) (X (X (X the) (X widely)) (X (X anticipated) (X report))))) (X (X on) (X (X (X (X (X (X October) (X employment)) (X scheduled)) (X to)) (X (X arrive) (X tomorrow))) (X (X ,) (X (X (X (X stock) (X prices)) (X firmed)) (X (X only) (X (X modestly) (X (X in) (X response))))))))))) (X (X to) (X (X (X (X the) (X report)) (X and)) (X (X then) (X (X faltered) (X .))))))))
(X (X ``) (X (X (X (X (X This) (X (X market) (X (X 's) (X still)))) (X going)) (X (X through) (X (X (X its) (X pains)) (X (X ,) (X (X (X '') (X (X said) (X Philip))) (X Puccio)))))) (X (X ,) (X (X head) (X (X of) (X (X (X equity) (X trading)) (X (X at) (X (X (X Prudential-Bache) (X Securities)) (X .)))))))))
(X (X (X ``) (X (X (X The) (X psychology)) (X (X is) (X (X still) (X (X (X (X :) (X (X `) (X We))) (X (X want) (X (X (X (X -LRB-) (X stocks)) (X (X -RRB-) (X up))) (X ,)))) (X but)))))) (X (X if) (X (X (X they) (X (X do) (X n't))) (X (X carry) (X (X (X we) (X (X 're) (X going))) (X (X to) (X (X sell) (X (X them) (X (X .) (X (X ') (X '')))))))))))
(X (X (X (X (X Uncertainty) (X (X about) (X (X (X the) (X prospects)) (X (X for) (X (X further) (X action)))))) (X (X to) (X (X (X (X (X curtail) (X stock-index)) (X arbitrage)) (X (X ,) (X (X a) (X form)))) (X (X of) (X (X (X (X program) (X trading)) (X blamed)) (X (X for) (X (X (X (X recent) (X volatility)) (X (X in) (X (X the) (X market)))) (X (X ,) (X also))))))))) (X contributed)) (X (X to) (X (X (X its) (X lack)) (X (X of) (X (X (X direction) (X (X ,) (X (X Mr.) (X Puccio)))) (X (X said) (X .)))))))
(X (X (X (X (X Arbitrage-related) (X trading)) (X (X during) (X (X the) (X session)))) (X (X was) (X (X confined) (X largely)))) (X (X to) (X (X (X (X a) (X round)) (X (X of) (X (X (X buy) (X programs)) (X (X near) (X (X (X the) (X close)) (X (X ,) (X (X which) (X (X helped) (X (X offset) (X (X the) (X impact))))))))))) (X (X of) (X (X profit-taking) (X (X among) (X (X (X blue) (X chips)) (X .))))))))
(X (X Trading) (X (X is) (X (X (X expected) (X (X to) (X (X (X (X remain) (X subdued)) (X (X as) (X (X (X the) (X market)) (X (X awaits) (X (X tomorrow) (X (X 's) (X release))))))) (X (X of) (X (X (X the) (X jobs)) (X data)))))) (X (X with) (X (X (X the) (X hope)) (X (X that) (X (X (X (X it) (X will)) (X (X point) (X (X toward) (X (X a) (X decline))))) (X (X in) (X (X (X interest) (X rates)) (X .))))))))))
(X (X (X ``) (X (X I) (X sense))) (X (X that) (X (X (X (X (X (X (X some) (X people)) (X (X are) (X reluctant))) (X (X to) (X (X (X stick) (X (X (X their) (X necks)) (X out))) (X (X in) (X (X (X any) (X aggressive)) (X way)))))) (X (X until) (X (X (X after) (X (X (X the) (X figures)) (X (X come) (X out)))) (X (X ,) (X (X '') (X (X said) (X (X Richard) (X Eakle)))))))) (X (X ,) (X (X president) (X (X of) (X (X Eakle) (X Associates)))))) (X (X ,) (X (X (X Fair) (X Haven)) (X ,))))))
(X (X (X (X (X (X (X Campbell) (X Soup)) (X (X jumped) (X (X 3) (X 3\/8)))) (X (X to) (X (X (X 47) (X 1\/8)) (X (X as) (X (X the) (X resignation)))))) (X (X of) (X (X (X (X R.) (X Gordon)) (X McGovern)) (X (X as) (X (X (X president) (X (X and) (X (X chief) (X (X executive) (X officer))))) (X (X sparked) (X (X a) (X revival)))))))) (X (X of) (X rumors))) (X (X that) (X (X (X (X the) (X company)) (X could)) (X (X become) (X (X (X a) (X takeover)) (X (X target) (X .)))))))
(X (X (X (X (X (X Prudential-Bache) (X Securities)) (X (X boosted) (X (X the) (X (X (X (X stock) (X 's)) (X (X short-term) (X investment))) (X rating))))) (X (X in) (X response))) (X (X to) (X (X (X (X the) (X departure)) (X (X ;) (X (X (X analyst) (X (X John) (X McMillin))) (X (X said) (X he))))) (X (X believes) (X (X (X (X the) (X company)) (X will)) (X turn)))))) (X (X to) (X (X (X new) (X management)) (X (X ``) (X (X that) (X (X (X (X 's) (X (X more) (X financially))) (X (X oriented) (X .))) (X '')))))))
(X (X (X (X (X (X (X Other) (X rumored)) (X takeover)) (X (X and) (X (X (X (X restructuring) (X candidates)) (X to)) (X (X attract) (X (X buyers) (X (X included) (X (X Woolworth) (X (X ,) (X (X (X which) (X went)) (X (X up) (X (X 1) (X 3\/4)))))))))))) (X (X to) (X (X 59) (X 1\/2)))) (X (X ;) (X (X (X (X (X Avon) (X Products)) (X (X ,) (X (X up) (X (X 1) (X 3\/4))))) (X (X to) (X (X 29) (X 1\/4)))) (X (X ;) (X (X (X (X (X Paramount) (X Communications)) (X (X ,) (X (X (X up) (X 2)) (X (X to) (X (X 57) (X 7\/8)))))) (X (X ,) (X (X and) (X Ferro)))) (X (X ,) (X (X up) (X (X 2) (X 5\/8))))))))) (X (X to) (X (X (X 28) (X 3\/4)) (X .))))
(X (X (X (X Upjohn) (X (X ,) (X (X (X (X a) (X rumored)) (X target)) (X (X within) (X (X the) (X (X drug) (X industry))))))) (X (X ,) (X (X advanced) (X 7\/8)))) (X (X to) (X (X (X 38) (X 7\/8)) (X .))))
(X (X (X (X (X The) (X company)) (X (X said) (X it))) (X (X plans) (X (X a) (X (X fourth-quarter) (X charge))))) (X (X ,) (X (X (X which) (X it)) (X (X did) (X (X (X n't) (X specify)) (X (X ,) (X (X for) (X (X (X an) (X (X early-retirement) (X program))) (X .)))))))))
(X (X (X (X AMR) (X (X climbed) (X (X 1) (X 3\/4)))) (X (X to) (X (X (X (X 73) (X 1\/8)) (X amid)) (X rumors)))) (X (X that) (X (X (X (X New) (X (X (X York) (X developer)) (X (X Donald) (X Trump)))) (X (X was) (X (X seeking) (X financing)))) (X (X to) (X (X (X (X (X mount) (X (X (X a) (X new)) (X (X ,) (X lower)))) (X offer)) (X (X for) (X (X the) (X (X parent) (X company))))) (X (X of) (X (X (X American) (X Airlines)) (X .))))))))
(X (X (X (X Mr.) (X (X Trump) (X (X withdrew) (X (X a) (X $))))) (X (X 120-a-share) (X (X bid) (X (X last) (X month))))) (X .))
(X (X (X (X (X UAL) (X rose)) (X 1)) (X 1\/2)) (X (X to) (X (X 177) (X .))))
(X (X (X (X (X (X (X Drexel) (X Burnham)) (X (X Lambert) (X analyst))) (X (X Michael) (X Derchin))) (X (X said) (X he))) (X (X sees) (X (X (X (X (X (X a) (X 70)) (X %)) (X chance)) (X (X that) (X (X the) (X parent)))) (X (X of) (X (X (X United) (X Airlines)) (X (X ,) (X (X the) (X target)))))))) (X (X of) (X (X (X (X (X a) (X (X failed) (X $))) (X 300-a-share)) (X offer)) (X (X from) (X (X (X a) (X (X labor-management) (X group))) (X (X ,) (X (X (X will) (X (X be) (X (X acquired) (X (X or) (X restructured))))) (X (X within) (X (X (X six) (X months)) (X .))))))))))
(X (X (X (X Georgia) (X Gulf)) (X (X added) (X (X (X 1) (X 3\/4)) (X (X to) (X (X (X (X 51) (X 1\/4)) (X (X after) (X (X (X NL) (X Industries)) (X (X ,) (X controlled))))) (X (X by) (X (X (X (X (X (X Dallas) (X investor)) (X Harold)) (X Simmons)) (X ,)) (X offered)))))))) (X (X to) (X (X (X acquire) (X (X (X the) (X stock)) (X it))) (X (X does) (X (X (X n't) (X already)) (X (X own) (X (X for) (X (X (X (X (X $) (X 50)) (X a)) (X share)) (X .)))))))))
(X (X (X (X (X NL) (X (X ,) (X (X (X which) (X (X closed) (X (X unchanged) (X (X at) (X (X 22) (X 3\/4)))))) (X ,)))) (X (X has) (X (X a) (X stake)))) (X (X of) (X just))) (X (X under) (X (X (X 10) (X %)) (X .))))
(X (X (X (X (X (X Great) (X Northern)) (X Nekoosa)) (X (X ,) (X (X which) (X (X surged) (X (X (X (X 20) (X 1\/8)) (X Tuesday)) (X (X after) (X (X (X (X Georgia-Pacific) (X (X launched) (X (X (X (X a) (X $)) (X (X 3.18) (X billion))) (X offer)))) (X (X for) (X (X the) (X company)))) (X (X ,) (X (X (X dropped) (X 1)) (X 3\/8)))))))))) (X (X to) (X (X (X 61) (X 1\/2)) (X (X in) (X (X Big) (X (X Board) (X (X composite) (X trading)))))))) (X (X of) (X (X (X 5.1) (X million)) (X (X shares) (X .)))))
(X (X (X Georgia-Pacific) (X (X ,) (X (X (X (X which) (X went)) (X (X down) (X (X (X 2) (X 1\/2)) (X Tuesday)))) (X (X ,) (X (X lost) (X (X another) (X 1\/2))))))) (X (X to) (X (X (X 50) (X 3\/8)) (X .))))
(X (X (X (X (X Other) (X paper)) (X (X and) (X forest-products))) (X stocks)) (X (X closed) (X (X mixed) (X .))))
(X (X (X (X (X (X (X Mead) (X rose)) (X 3\/4)) (X (X to) (X (X (X 39) (X 1\/2)) (X (X ,) (X (X (X Federal) (X Paper)) (X Board)))))) (X (X added) (X 1\/2))) (X (X to) (X (X (X (X (X (X (X 24) (X 3\/8)) (X and)) (X Scott)) (X Paper)) (X (X gained) (X 1\/2))) (X (X to) (X (X (X 48) (X 3\/8)) (X ,)))))) (X (X while) (X (X (X (X (X International) (X (X Paper) (X (X fell) (X 7\/8)))) (X (X to) (X (X (X (X 48) (X 7\/8)) (X (X ,) (X (X Champion) (X International)))) (X (X lost) (X 3\/8))))) (X (X to) (X (X (X (X 31) (X 1\/2)) (X and)) (X (X Louisiana-Pacific) (X (X dropped) (X 1\/8)))))) (X (X to) (X (X (X 40) (X 1\/4)) (X .))))))
(X (X (X (X Texaco) (X rose)) (X 3\/4)) (X (X to) (X (X (X 53) (X 3\/8)) (X (X as) (X (X (X (X 4.4) (X million)) (X shares)) (X (X changed) (X (X hands) (X .))))))))
(X (X (X (X (X Most) (X (X of) (X (X (X the) (X volume)) (X came)))) (X (X from) (X trades))) (X designed)) (X (X to) (X (X (X (X (X capture) (X (X (X (X the) (X stock)) (X (X 's) (X next))) (X dividend))) (X (X ;) (X Texaco))) (X (X has) (X (X a) (X yield)))) (X (X of) (X (X (X 5.6) (X %)) (X (X and) (X (X goes) (X (X (X ex-dividend) (X today)) (X .)))))))))
(X (X (X (X Santa) (X Fe)) (X (X Pacific) (X (X (X dropped) (X 1)) (X 1\/8)))) (X (X to) (X (X (X 17) (X 3\/4)) (X .))))
(X (X (X (X (X (X The) (X company)) (X (X 's) (X proposal))) (X (X to) (X (X (X sell) (X (X (X (X a) (X (X 20) (X (X %) (X stake)))) (X (X in) (X (X (X its) (X (X real-estate) (X unit))) (X (X for) (X (X (X around) (X (X (X $) (X 400)) (X million))) (X has)))))) (X (X caused) (X analysts)))) (X to)))) (X consider)) (X (X whether) (X (X to) (X (X (X cut) (X (X their) (X estimates))) (X (X of) (X (X (X (X Santa) (X Fe)) (X (X 's) (X (X asset) (X value)))) (X .)))))))
(X (X (X GenCorp) (X (X tumbled) (X 2))) (X (X to) (X (X 14) (X .))))
(X (X (X (X The) (X company)) (X forecast)) (X (X that) (X (X (X (X fourth-quarter) (X income)) (X (X from) (X (X (X continuing) (X operations)) (X (X would) (X be))))) (X (X ``) (X (X (X significantly) (X (X '') (X lower))) (X (X than) (X (X (X a) (X (X year) (X earlier))) (X .))))))))
(X (X (X (X Allergan) (X went)) (X (X up) (X 1\/2))) (X (X to) (X (X (X 19) (X 3\/8)) (X .))))
(X (X (X (X The) (X Food)) (X (X and) (X (X Drug) (X Administration)))) (X (X allowed) (X (X (X (X (X the) (X company)) (X (X to) (X (X begin) (X (X marketing) (X (X a) (X (X new) (X lens))))))) (X (X for) (X use))) (X (X in) (X (X (X cataract) (X patients)) (X .))))))
(X (X (X (X (X (X (X The) (X American)) (X Stock)) (X Exchange)) (X Market)) (X (X Value) (X Index))) (X (X gained) (X (X 1.56) (X (X to) (X (X 372.14) (X .))))))
(X (X (X (X Volume) (X totaled)) (X 11,390,000)) (X (X shares) (X .)))
(X (X (X (X Old) (X Spaghetti)) (X (X Warehouse) (X (X rose) (X 1)))) (X (X to) (X (X (X 16) (X 1\/8)) (X .))))
(X (X (X (X Its) (X (X net) (X income))) (X (X for) (X (X (X the) (X (X September) (X (X quarter) (X rose)))) (X (X about) (X (X 41) (X %)))))) (X (X from) (X (X (X a) (X (X year) (X ago))) (X .))))
(X (X (X (X Freeport-McMoRan) (X Inc.)) (X (X said) (X (X it) (X will)))) (X (X convert) (X (X (X (X (X (X its) (X Freeport-McMoRan)) (X Energy)) (X Partners)) (X (X Ltd.) (X partnership))) (X (X into) (X (X (X (X a) (X (X publicly) (X traded))) (X company)) (X (X through) (X (X (X (X the) (X exchange)) (X (X of) (X (X units) (X (X of) (X (X the) (X partnership)))))) (X (X for) (X (X (X common) (X shares)) (X .))))))))))
(X (X (X (X The) (X company)) (X (X said) (X (X the) (X restructuring)))) (X (X is) (X (X (X (X n't) (X expected)) (X (X to) (X (X have) (X (X any) (X impact))))) (X (X ,) (X (X (X (X adverse) (X (X or) (X otherwise))) (X ,)) (X (X on) (X (X (X its) (X (X financial) (X results))) (X .))))))))
(X (X (X Freeport-McMoRan) (X (X ,) (X (X (X (X (X (X (X (X a) (X New)) (X Orleans-based)) (X (X diversified) (X (X energy) (X conglomerate)))) (X ,)) (X (X said) (X (X the) (X partnership)))) (X (X will) (X (X exchange) (X (X its) (X assets))))) (X (X for) (X (X common) (X shares)))))) (X (X of) (X (X (X a) (X (X yet-to-be-formed) (X entity))) (X .))))
(X (X (X (X (X Freeport-McMoRan) (X Energy)) (X Partners)) (X (X will) (X (X (X be) (X liquidated)) (X and)))) (X (X shares) (X (X (X of) (X (X (X (X the) (X new)) (X company)) (X distributed))) (X (X to) (X (X (X (X the) (X partnership)) (X (X 's) (X unitholders))) (X .))))))
(X (X (X Unitholders) (X will)) (X (X receive) (X (X (X (X two) (X (X (X additional) (X (X 55) (X (X cents-a-unit) (X distribution)))) (X payments))) (X (X before) (X (X (X the) (X trust)) (X (X is) (X liquidated))))) (X (X in) (X (X (X (X early) (X 1990)) (X (X ,) (X (X the) (X company)))) (X (X said) (X .)))))))
(X (X It) (X (X is) (X (X expected) (X (X that) (X (X (X (X (X (X (X (X common) (X (X shares) (X equal))) (X (X to) (X (X (X the) (X number)) (X (X of) (X (X units) (X outstanding)))))) (X (X --) (X (X (X about) (X (X 108) (X million))) (X (X on) (X (X Sept.) (X 30)))))) (X (X --) (X will))) (X (X be) (X issued))) (X (X during) (X (X (X the) (X first)) (X quarter)))) (X (X of) (X (X 1990) (X .))))))))
(X (X (X Freeport-McMoRan) (X (X ,) (X (X (X the) (X (X parent) (X company))) (X ,)))) (X (X holds) (X (X (X roughly) (X (X 80) (X %))) (X (X of) (X (X (X the) (X (X units) (X outstanding))) (X .))))))
(X (X (X (X (X Nissan) (X Motor)) (X Co.)) (X (X ,) (X (X (X (X Japan) (X (X 's) (X (X second-largest) (X (X car) (X maker))))) (X ,)) (X (X announced) (X Wednesday))))) (X (X that) (X (X (X (X (X (X (X the) (X parent)) (X (X concern) (X (X 's) (X pretax)))) (X earnings)) (X (X in) (X (X (X the) (X (X first) (X half))) (X (X ended) (X (X last) (X (X Sept.) (X (X (X (X 30) (X rose)) (X 14)) (X %)))))))) (X (X to) (X (X (X 88.32) (X (X (X billion) (X yen)) (X (X -LRB-) (X $)))) (X (X 618.1) (X (X million) (X -RRB-)))))) (X (X from) (X (X (X 77.6) (X (X billion) (X (X yen) (X (X a) (X (X year) (X earlier)))))) (X .))))))
(X (X (X Nissan) (X (X cited) (X (X (X strong) (X domestic)) (X sales)))) (X (X against) (X (X (X the) (X backdrop)) (X (X of) (X (X (X (X continuous) (X economic)) (X expansion)) (X .))))))
(X (X (X Profit) (X (X surged) (X (X 42) (X %)))) (X (X to) (X (X (X (X (X (X 40.21) (X billion)) (X yen)) (X (X ,) (X (X (X or) (X 16.09)) (X (X yen) (X (X a) (X share)))))) (X ,)) (X (X from) (X (X (X 28.36) (X (X billion) (X yen))) (X (X ,) (X (X (X or) (X 11.72)) (X (X yen) (X (X (X a) (X share)) (X .))))))))))
(X (X (X (X (X (X (X Sales) (X totaled)) (X 1.916)) (X trillion)) (X yen)) (X (X ,) (X (X climbing) (X (X 17) (X %))))) (X (X from) (X (X (X (X 1.637) (X trillion)) (X yen)) (X (X in) (X (X (X (X the) (X year-earlier)) (X period)) (X .))))))
(X (X (X Nissan) (X (X scheduled) (X (X a) (X (X seven-yen) (X (X interim) (X (X dividend) (X payment))))))) (X (X ,) (X (X unchanged) (X .))))
(X (X (X (X (X (X (X Atsushi) (X Muramatsu)) (X (X ,) (X (X (X executive) (X (X vice) (X president))) (X (X and) (X (X chief) (X (X financial) (X officer))))))) (X (X of) (X (X (X Nissan) (X ,)) (X (X said) (X ,))))) (X (X ``) (X (X (X The) (X company)) (X (X has) (X (X (X experienced) (X (X (X a) (X remarkable)) (X turnaround))) (X (X in) (X terms))))))) (X (X of) (X (X profitability) (X (X since) (X (X (X (X (X the) (X fiscal)) (X year)) (X (X ending) (X (X March) (X 1987)))) (X ,)))))) (X (X when) (X (X (X (X the) (X sharp)) (X (X and) (X (X rapid) (X appreciation)))) (X (X of) (X (X (X the) (X yen)) (X (X caused) (X (X (X many) (X difficulties)) (X .))))))))
(X (X (X ``) (X (X It) (X (X can) (X (X be) (X said))))) (X (X that) (X (X (X the) (X trend)) (X (X of) (X (X (X financial) (X improvement)) (X (X has) (X (X (X been) (X (X (X firmly) (X set)) (X (X ,) (X (X '') (X he))))) (X (X added) (X .)))))))))
(X (X (X (X (X (X (X Heritage) (X Media)) (X Corp.)) (X (X ,) (X (X (X (X New) (X York)) (X ,)) (X (X said) (X it))))) (X (X offered) (X (X to) (X (X buy) (X (X the) (X shares)))))) (X (X of) (X (X (X POP) (X Radio)) (X (X Corp.) (X it))))) (X (X does) (X (X (X n't) (X already)) (X (X own) (X (X in) (X (X (X a) (X (X stock) (X swap))) (X .)))))))
(X (X (X Heritage) (X (X ,) (X (X (X which) (X (X owns) (X (X 51) (X %)))) (X (X of) (X (X (X (X (X (X POP) (X 's)) (X (X 3.6) (X million))) (X (X shares) (X (X (X outstanding) (X ,)) (X (X said) (X it))))) (X will)) (X (X exchange) (X (X one) (X share)))))))) (X (X of) (X (X (X (X (X a) (X new)) (X (X preferred) (X stock))) (X (X for) (X (X (X each) (X (X POP) (X common))) (X (X share) (X it))))) (X (X does) (X (X (X n't) (X already)) (X (X own) (X .)))))))
(X (X (X (X Depending) (X upon)) (X (X how) (X (X (X (X (X many) (X warrants)) (X and)) (X options)) (X (X are) (X (X exercised) (X prior)))))) (X (X to) (X (X completion) (X (X of) (X (X (X the) (X transaction)) (X (X ,) (X (X (X (X Heritage) (X would)) (X (X issue) (X (X between) (X (X (X 1.8) (X million)) (X (X and) (X (X 2.35) (X (X (X million) (X preferred)) (X shares)))))))) (X (X ,) (X (X (X a) (X (X Heritage) (X (X spokesman) (X estimated)))) (X .))))))))))
(X (X (X (X In) (X national)) (X (X over-the-counter) (X (X trading) (X yesterday)))) (X (X ,) (X (X (X POP) (X (X plunged) (X (X $) (X 4)))) (X (X to) (X (X $) (X (X 14.75) (X .)))))))
(X (X (X (X (X (X The) (X (X preferred) (X stock))) (X (X ,) (X which))) (X (X would) (X (X have) (X (X (X (X a) (X (X dividend) (X rate))) (X (X of) (X (X $) (X (X 1.76) (X (X a) (X year)))))) (X ,))))) (X (X would) (X (X be) (X convertible)))) (X (X into) (X (X (X (X (X Heritage) (X common)) (X (X at) (X (X a) (X rate)))) (X (X of) (X (X four) (X (X common) (X shares))))) (X (X for) (X (X each) (X (X preferred) (X .)))))))
(X (X (X (X (X New) (X York-based)) (X POP)) (X Radio)) (X (X provides) (X (X (X ,) (X (X through) (X (X (X (X (X a) (X national)) (X (X ,) (X (X in-store) (X network)))) (X (X ,) (X (X a) (X (X customized) (X music))))) (X (X ,) (X (X (X information) (X (X and) (X (X advertising) (X service)))) (X which)))))) (X (X simulates) (X (X (X live) (X radio)) (X .))))))
(X (X Heritage) (X (X owns) (X (X and) (X (X operates) (X (X (X (X television) (X (X and) (X (X radio) (X stations)))) (X (X and) (X (X in-store) (X advertising)))) (X (X and) (X (X (X promotion) (X programs)) (X .))))))))
(X (X (X (X (X (X GenCorp) (X Inc.)) (X (X ,) (X (X hurt) (X (X by) (X (X (X (X (X (X a) (X plant)) (X accident)) (X (X and) (X (X (X other) (X unexpected)) (X costs)))) (X ,)) (X (X said) (X (X it) (X expects)))))))) (X to)) (X report)) (X (X that) (X (X (X fiscal) (X (X fourth-quarter) (X profit))) (X (X from) (X (X (X continuing) (X operations)) (X (X will) (X (X (X be) (X significantly)) (X (X below) (X (X (X last) (X year)) (X (X 's) (X (X (X $) (X (X 25) (X million))) (X .))))))))))))
(X (X (X (X The) (X Fairlawn)) (X (X ,) (X (X (X (X Ohio-based) (X company)) (X also)) (X said)))) (X (X that) (X (X (X full-year) (X profit)) (X (X from) (X (X (X continuing) (X operations)) (X (X will) (X (X be) (X (X far) (X (X below) (X (X (X (X last) (X year)) (X (X 's) (X $))) (X (X 148) (X (X million) (X .)))))))))))))
(X (X (X Last) (X (X year) (X (X 's) (X figures)))) (X (X include) (X (X (X a) (X (X one-time) (X loss))) (X (X of) (X (X (X $) (X (X 12) (X million))) (X (X for) (X (X restructuring) (X (X and) (X (X (X unusual) (X items)) (X .))))))))))
(X (X (X (X (X (X (X But) (X the)) (X automotive)) (X parts)) (X (X and) (X (X (X aerospace) (X concern)) (X expects)))) (X (X that) (X (X (X (X net) (X (X for) (X (X (X (X the) (X year)) (X (X ending) (X (X Nov.) (X 30)))) (X (X will) (X (X exceed) (X (X (X (X last) (X fiscal)) (X year)) (X (X 's) (X net)))))))) (X (X of) (X (X (X $) (X (X 70) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 2.19) (X (X a) (X share)))))))) (X (X ,) (X primarily))))) (X (X because) (X (X of) (X (X (X (X $) (X (X 200) (X million))) (X (X in) (X gains))) (X (X from) (X (X sales) (X (X of) (X (X (X discontinued) (X operations)) (X .)))))))))
(X (X (X (X (X (X Harry) (X Millis)) (X (X ,) (X (X (X (X an) (X analyst)) (X (X at) (X (X (X McDonald) (X &)) (X Co.)))) (X (X in) (X (X (X Cleveland) (X ,)) (X (X said) (X (X GenCorp) (X (X (X 's) (X (X unanticipated) (X losses))) (X (X come) (X largely)))))))))) (X (X from) (X (X (X (X (X (X an) (X accident)) (X (X at) (X (X (X a) (X government-owned)) (X (X assembly) (X plant))))) (X (X in) (X Kansas))) (X (X ,) (X run))) (X (X by) (X (X (X a) (X private)) (X subcontractor)))))) (X (X ,) (X that))) (X (X makes) (X (X (X cluster) (X bombs)) (X (X for) (X (X (X GenCorp) (X (X 's) (X Aerojet))) (X (X Ordnance) (X (X business) (X .))))))))
(X (X (X (X Transamerica) (X Corp.)) (X (X ,) (X (X (X (X (X San) (X Francisco)) (X ,)) (X (X said) (X (X (X third-quarter) (X profit)) (X was)))) (X (X essentially) (X flat))))) (X (X despite) (X (X (X (X a) (X large)) (X one-time)) (X (X gain) (X (X (X (X a) (X year)) (X earlier)) (X .))))))
(X (X (X (X (X (X (X (X The) (X insurance)) (X (X and) (X (X financial) (X services)))) (X concern)) (X (X said) (X profit))) (X (X for) (X (X (X (X (X the) (X quarter)) (X rose)) (X 1.1)) (X %)))) (X (X to) (X (X (X (X $) (X (X 93.9) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.19) (X (X a) (X share)))))) (X (X ,) (X compared))))) (X (X with) (X (X (X (X $) (X (X 92.9) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.18) (X (X a) (X share)))))) (X (X ,) (X (X (X the) (X (X year) (X earlier))) (X .))))))
(X (X (X (X (X The) (X results)) (X (X reflected) (X (X (X (X a) (X 24)) (X %)) (X gain)))) (X (X in) (X income))) (X (X from) (X (X (X (X (X its) (X (X finance) (X businesses))) (X ,)) (X (X and) (X (X (X a) (X (X 15) (X (X %) (X slide)))) (X (X in) (X income))))) (X (X from) (X (X (X insurance) (X operations)) (X .))))))
(X (X (X (X Transamerica) (X (X said) (X (X (X third-quarter) (X (X investment) (X gains))) (X (X were) (X (X (X $) (X (X 10.2) (X million))) (X ,)))))) (X compared)) (X (X with) (X (X $) (X (X 6.4) (X (X (X million) (X (X the) (X (X year) (X earlier)))) (X .))))))
(X (X (X It) (X (X said) (X (X (X insurance) (X profit)) (X (X reflected) (X (X a) (X (X $) (X (X 6) (X (X million) (X loss))))))))) (X (X from) (X (X (X Hurricane) (X Hugo)) (X .))))
(X (X (X It) (X (X also) (X estimated))) (X (X that) (X (X (X losses) (X (X from) (X (X (X (X (X (X the) (X Oct.)) (X 17)) (X earthquake)) (X (X in) (X (X (X California) (X (X would) (X (X (X be) (X (X (X no) (X (X more) (X (X (X than) (X $)) (X (X 6) (X million))))) (X ,))) (X and)))) (X would)))) (X (X be) (X included))))) (X (X in) (X (X (X fourth-quarter) (X results)) (X .))))))
(X (X (X (X (X (X RMS) (X International)) (X Inc.)) (X (X ,) (X (X (X (X (X Hasbrouk) (X Heights)) (X (X ,) (X (X N.J.) (X ,)))) (X (X facing) (X (X (X (X a) (X cash-flow)) (X squeeze)) (X ,)))) (X (X said) (X it))))) (X (X is) (X (X seeking) (X (X (X other) (X (X financing) (X sources))) (X (X and) (X waivers)))))) (X (X from) (X (X (X debenture) (X holders)) (X .))))
(X (X (X (X The) (X company)) (X said)) (X (X that) (X (X (X because) (X (X of) (X (X (X (X softening) (X sales)) (X it)) (X (X is) (X (X n't) (X (X in) (X compliance))))))) (X (X with) (X (X requirements) (X (X that) (X (X it) (X (X maintain) (X (X (X $) (X (X 3) (X million))) (X (X in) (X (X working) (X (X capital) (X .)))))))))))))
(X (X (X (X RMS) (X (X distributes) (X (X electronic) (X devices)))) (X and)) (X (X produces) (X (X (X power) (X supplies)) (X (X and) (X (X (X plastic) (X literature)) (X (X displays) (X .)))))))
(X (X (X (X (X (X RMS) (X (X said) (X (X it) (X (X had) (X (X (X (X a) (X loss)) (X (X of) (X (X $) (X 158,666)))) (X (X ,) (X (X (X or) (X (X (X 10) (X cents)) (X a))) (X share)))))))) (X (X ,) (X (X (X in) (X (X (X the) (X third)) (X quarter))) (X ,)))) (X compared)) (X (X with) (X (X a) (X (X year-earlier) (X loss))))) (X (X of) (X (X (X $) (X 26,956)) (X (X ,) (X (X (X (X or) (X (X two) (X (X cents) (X a)))) (X share)) (X .))))))
(X (X (X (X Sales) (X rose)) (X (X to) (X (X $) (X (X 3) (X million))))) (X (X from) (X (X $) (X (X 2.9) (X (X million) (X .))))))
(X (X (X (X (X (X (X (X For) (X the)) (X nine)) (X months)) (X (X ,) (X (X (X (X the) (X company)) (X (X reported) (X (X a) (X (X net) (X loss))))) (X (X of) (X (X (X $) (X 608,413)) (X (X ,) (X (X (X or) (X (X (X 39) (X cents)) (X a))) (X share)))))))) (X (X ,) (X compared))) (X (X with) (X (X year-earlier) (X (X net) (X income))))) (X (X of) (X (X (X $) (X 967,809)) (X (X ,) (X (X (X (X or) (X (X (X 62) (X cents)) (X a))) (X share)) (X .))))))
(X (X (X (X Sales) (X rose)) (X (X to) (X (X $) (X (X 9.8) (X million))))) (X (X from) (X (X $) (X (X 8.9) (X (X million) (X .))))))
(X (X (X (X Meridian) (X National)) (X Corp.)) (X (X said) (X (X (X (X it) (X (X sold) (X 750,000))) (X shares)) (X (X of) (X (X (X its) (X (X common) (X stock))) (X (X to) (X (X (X the) (X (X McAlpine) (X (X family) (X interests)))) (X (X ,) (X (X for) (X (X (X $) (X (X 1) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.35) (X (X (X a) (X share)) (X .)))))))))))))))
(X (X (X The) (X sale)) (X (X represents) (X (X (X 10.2) (X %)) (X (X of) (X (X (X Meridian) (X 's)) (X (X shares) (X (X outstanding) (X .))))))))
(X (X (X (X (X (X (X The) (X (X McAlpine) (X family))) (X ,)) (X which)) (X (X operates) (X (X (X (X a) (X number)) (X (X of) (X (X multinational) (X companies)))) (X ,)))) (X (X including) (X (X (X (X a) (X (X London-based) (X engineering))) (X (X and) (X (X construction) (X company)))) (X (X ,) (X (X also) (X lent)))))) (X (X to) (X (X Meridian) (X (X (X National) (X $)) (X (X 500,000) (X .))))))
(X (X (X (X (X That) (X amount)) (X (X is) (X convertible))) (X (X into) (X shares))) (X (X of) (X (X (X (X (X Meridian) (X common)) (X stock)) (X (X at) (X (X (X (X $) (X 2)) (X a)) (X share)))) (X (X during) (X (X its) (X (X one-year) (X (X term) (X .))))))))
(X (X (X (X (X (X (X The) (X loan)) (X may)) (X (X be) (X extended))) (X (X by) (X (X (X the) (X (X McAlpine) (X group))) (X (X for) (X (X an) (X (X additional) (X year))))))) (X (X with) (X (X (X an) (X increase)) (X (X in) (X (X (X the) (X conversion)) (X price)))))) (X (X to) (X (X $) (X (X 2.50) (X (X (X a) (X share)) (X .))))))
(X (X (X (X (X The) (X sale)) (X (X of) (X (X shares) (X (X to) (X (X (X the) (X (X McAlpine) (X family))) (X along)))))) (X (X with) (X (X (X (X the) (X recent)) (X sale)) (X (X of) (X (X 750,000) (X shares)))))) (X (X of) (X (X (X (X Meridian) (X stock)) (X (X to) (X (X (X (X Haden) (X MacLellan)) (X Holding)) (X PLC)))) (X (X of) (X (X (X (X Surrey) (X (X ,) (X (X England) (X (X and) (X (X (X (X a) (X recent)) (X public)) (X offering)))))) (X (X have) (X (X increased) (X (X Meridian) (X (X 's) (X (X net) (X worth))))))) (X (X to) (X (X (X (X $) (X (X 8.5) (X million))) (X ,)) (X (X said) (X (X (X William) (X Feniger)) (X (X ,) (X (X (X chief) (X (X executive) (X officer))) (X (X of) (X (X Toledo) (X (X ,) (X (X (X Ohio-based) (X Meridian)) (X .))))))))))))))))
(X (X (X (X (X (X Ratners) (X Group)) (X PLC)) (X (X ,) (X (X (X (X a) (X fast-growing)) (X (X ,) (X (X (X (X acquisition-minded) (X London-based)) (X jeweler)) (X (X ,) (X (X raised) (X (X its) (X price))))))) (X (X for) (X (X (X (X Seattle-based) (X specialty)) (X jeweler)) (X (X Weisfield) (X (X 's) (X Inc.)))))))) (X (X to) (X (X (X (X $) (X (X 57.50) (X (X a) (X share)))) (X (X ,) (X (X (X (X or) (X $)) (X (X 62.1) (X million))) (X ,)))) (X (X from) (X (X (X (X (X $) (X 50)) (X a)) (X share)) (X (X ,) (X (X (X (X or) (X (X $) (X (X 55) (X million)))) (X ,)) (X (X after) (X (X (X (X (X another) (X concern)) (X (X said) (X it))) (X would)) (X (X be) (X prepared))))))))))) (X (X to) (X (X outbid) (X (X (X Ratners) (X (X 's) (X initial))) (X (X offer) (X .))))))
(X (X (X (X The) (X other)) (X concern)) (X (X was) (X (X (X n't) (X identified)) (X .))))
(X (X (X (X Ratners) (X (X 's) (X chairman))) (X (X ,) (X (X (X (X Gerald) (X Ratner)) (X ,)) (X (X said) (X (X (X the) (X deal)) (X remains)))))) (X (X of) (X (X ``) (X (X (X substantial) (X benefit)) (X (X to) (X (X (X Ratners) (X .)) (X '')))))))
(X (X (X (X (X In) (X London)) (X (X at) (X (X mid-afternoon) (X yesterday)))) (X (X ,) (X (X (X Ratners) (X 's)) (X shares)))) (X (X were) (X (X (X (X up) (X (X (X 2) (X pence)) (X -LRB-))) (X (X 1.26) (X (X cents) (X -RRB-)))) (X (X ,) (X (X (X (X (X at) (X 260)) (X pence)) (X (X -LRB-) (X $))) (X (X 1.64) (X (X -RRB-) (X .))))))))
(X (X (X The) (X sweetened)) (X (X offer) (X (X has) (X (X acceptances) (X (X from) (X (X (X (X more) (X (X than) (X (X 50) (X %)))) (X (X of) (X (X Weisfield) (X (X 's) (X shareholders))))) (X (X ,) (X (X (X (X and) (X it)) (X (X is) (X (X scheduled) (X (X for) (X completion))))) (X (X by) (X (X Dec.) (X (X 10) (X .))))))))))))
(X (X (X (X The) (X acquisition)) (X (X of) (X (X 87-store) (X (X Weisfield) (X 's))))) (X (X raises) (X (X (X Ratners) (X (X 's) (X (X U.S.) (X presence)))) (X (X to) (X (X (X 450) (X stores)) (X .))))))
(X (X (X (X (X About) (X (X 30) (X %))) (X (X of) (X (X Ratners) (X (X 's) (X (X profit) (X already)))))) (X (X is) (X derived))) (X (X from) (X (X (X the) (X U.S.)) (X .))))
(X (X (X (X (X (X Carnival) (X Cruise)) (X Lines)) (X Inc.)) (X (X said) (X (X potential) (X problems)))) (X (X with) (X (X (X the) (X construction)) (X (X of) (X (X (X two) (X (X big) (X (X cruise) (X ships)))) (X (X from) (X (X Finland) (X (X have) (X (X been) (X (X averted) (X .)))))))))))
(X (X (X (X Last) (X week)) (X (X ,) (X (X Miami-based) (X (X Carnival) (X disclosed))))) (X (X that) (X (X (X (X Waertsilae) (X (X Marine) (X Industries))) (X (X ,) (X (X the) (X (X Finnish) (X shipyard))))) (X (X that) (X (X (X is) (X (X (X building) (X (X Carnival) (X (X 's) (X (X new) (X (X cruise) (X ships)))))) (X (X ,) (X planned)))) (X (X to) (X (X file) (X (X for) (X (X bankruptcy) (X .))))))))))
(X (X (X (X (X Yesterday) (X (X ,) (X Carnival))) (X (X said) (X (X a) (X (X new) (X company))))) (X (X has) (X (X (X (X been) (X formed)) (X (X in) (X Finland))) (X (X that) (X will))))) (X (X carry) (X (X on) (X (X (X Waertsilae) (X (X 's) (X (X shipbuilding) (X operations)))) (X .)))))
(X (X Carnival) (X (X said) (X (X (X it) (X will)) (X (X be) (X (X (X (X an) (X (X 11) (X %))) (X shareholder)) (X (X in) (X (X (X (X the) (X new)) (X company)) (X .))))))))
(X (X (X (X (X Carnival) (X (X said) (X (X the) (X Fantasy)))) (X (X ,) (X (X a) (X (X 2,050-passenger) (X ship))))) (X (X that) (X (X was) (X slated)))) (X (X to) (X (X (X (X (X be) (X (X delivered) (X (X this) (X month)))) (X (X ,) (X will))) (X (X be) (X delivered))) (X (X in) (X (X January) (X .))))))
(X (X (X (X A) (X second)) (X ship)) (X (X is) (X (X (X now) (X expected)) (X (X to) (X (X (X be) (X (X (X delivered) (X (X (X late) (X (X next) (X year))) (X (X or) (X early)))) (X (X in) (X 1991)))) (X .))))))
(X (X (X Carnival) (X (X had) (X expected))) (X (X that) (X (X ship) (X (X to) (X (X be) (X (X delivered) (X (X next) (X (X fall) (X .)))))))))
(X (X (X (X (X A) (X (X planned) (X (X (X (X third) (X ship)) (X still)) (X may)))) (X (X be) (X built))) (X (X in) (X (X (X the) (X (X Finnish) (X shipyard))) (X (X ,) (X (X (X (X or) (X may)) (X (X be) (X (X built) (X elsewhere)))) (X (X ,) (X Carnival))))))) (X (X said) (X .)))
(X (X (X (X (X (X (X Valley) (X Federal)) (X Savings)) (X &)) (X Loan)) (X Association)) (X (X took) (X (X (X (X an) (X $)) (X (X 89.9) (X (X million) (X charge)))) (X (X as) (X (X (X it) (X (X reported) (X (X a) (X (X third-quarter) (X loss))))) (X (X of) (X (X (X $) (X (X 70.7) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 12.09) (X (X a) (X (X share) (X .)))))))))))))
(X (X (X (X (X The) (X Van)) (X Nuys)) (X (X ,) (X (X (X Calif.) (X (X ,) (X thrift))) (X (X had) (X (X net) (X income)))))) (X (X of) (X (X (X (X $) (X 132,000)) (X (X ,) (X (X (X or) (X (X three) (X (X cents) (X a)))) (X share)))) (X (X ,) (X (X (X a) (X (X year) (X ago))) (X .))))))
(X (X (X (X (X The) (X bulk)) (X (X of) (X (X (X the) (X pretax)) (X charge)))) (X (X is) (X (X (X (X a) (X (X $) (X (X 62) (X million)))) (X write-off)) (X (X of) (X (X (X capitalized) (X servicing)) (X (X at) (X (X (X the) (X mobile)) (X (X home) (X (X financing) (X subsidiary)))))))))) (X (X ,) (X (X (X (X which) (X (X (X the) (X company)) (X said))) (X (X had) (X (X been) (X (X (X a) (X big)) (X drain))))) (X (X on) (X (X earnings) (X .))))))
(X (X (X (X (X The) (X company)) (X (X said) (X (X the) (X (X one-time) (X provision))))) (X (X would) (X substantially))) (X (X eliminate) (X (X (X (X all) (X future)) (X losses)) (X (X at) (X (X (X the) (X unit)) (X .))))))
(X (X (X (X Valley) (X Federal)) (X also)) (X (X added) (X (X (X $) (X (X 18) (X million))) (X (X to) (X (X (X (X (X realestate) (X (X loan) (X reserves))) (X and)) (X (X eliminated) (X (X $) (X (X 9.9) (X million))))) (X (X of) (X (X (X good) (X will)) (X .))))))))
(X (X (X (X The) (X thrift)) (X said)) (X (X that) (X (X ``) (X (X (X after) (X (X these) (X (X charges) (X and)))) (X (X assuming) (X (X (X (X (X (X no) (X dramatic)) (X fluctuation)) (X (X in) (X (X interest) (X rates)))) (X (X ,) (X (X (X the) (X association)) (X expects)))) (X (X to) (X (X achieve) (X (X (X near) (X (X record) (X earnings))) (X (X in) (X (X 1990) (X (X .) (X '')))))))))))))
(X (X (X Valley) (X Federal)) (X (X is) (X (X (X currently) (X (X being) (X examined))) (X (X by) (X (X regulators) (X .))))))
(X (X (X (X New) (X loans)) (X continue)) (X (X to) (X (X (X (X slow) (X (X ;) (X they))) (X (X were) (X (X (X $) (X (X 6.6) (X million))) (X (X in) (X (X (X the) (X quarter)) (X compared)))))) (X (X with) (X (X (X $) (X (X 361.8) (X (X (X million) (X a)) (X (X year) (X ago))))) (X .))))))
(X (X (X The) (X thrift)) (X (X has) (X (X assets) (X (X of) (X (X $) (X (X 3.2) (X (X billion) (X .))))))))
(X (X (X (X First) (X (X of) (X (X (X America) (X Bank)) (X Corp.)))) (X (X said) (X (X it) (X (X completed) (X (X its) (X acquisition)))))) (X (X of) (X (X (X (X (X Midwest) (X Financial)) (X Group)) (X Inc.)) (X (X for) (X (X (X about) (X (X $) (X (X 250) (X million)))) (X .))))))
(X (X (X First) (X (X of) (X (X (X (X America) (X (X ,) (X (X which) (X now)))) (X (X has) (X (X (X 45) (X banks)) (X (X and) (X (X (X $) (X (X 12.5) (X billion))) (X (X in) (X assets))))))) (X (X ,) (X (X announced) (X (X an) (X agreement))))))) (X (X to) (X (X acquire) (X (X (X the) (X Peoria)) (X (X ,) (X (X (X Ill.) (X (X ,) (X (X bank) (X (X holding) (X company))))) (X (X in) (X (X January) (X .)))))))))
(X (X (X Midwest) (X Financial)) (X (X has) (X (X (X (X $) (X (X 2.3) (X billion))) (X (X in) (X assets))) (X (X and) (X (X (X eight) (X banks)) (X .))))))
(X (X (X (X (X (X The) (X Midwest)) (X (X Financial) (X (X subsidiary) (X banks)))) (X (X will) (X continue))) (X (X to) (X operate))) (X (X under) (X (X (X (X their) (X (X current) (X names))) (X (X until) (X (X (X early) (X 1990)) (X ,)))) (X (X when) (X (X (X (X each) (X will)) (X (X adopt) (X (X the) (X First)))) (X (X of) (X (X (X America) (X name)) (X .))))))))
(X (X (X Kalamazoo) (X (X ,) (X (X Mich.-based) (X First)))) (X (X of) (X (X (X America) (X (X said) (X (X (X it) (X will)) (X (X eliminate) (X (X (X the) (X (X 13) (X management))) (X positions)))))) (X (X of) (X (X (X (X (X the) (X former)) (X Midwest)) (X (X Financial) (X (X parent) (X company)))) (X .))))))
(X (X (X (X First) (X (X of) (X (X America) (X (X said) (X (X (X some) (X (X of) (X (X the) (X managers)))) (X will)))))) (X (X take) (X (X other) (X jobs)))) (X (X with) (X (X First) (X (X of) (X (X America) (X .))))))
(X (X (X (X (X But) (X it)) (X said)) (X (X that) (X (X (X severance) (X payments)) (X (X to) (X (X (X (X those) (X executives)) (X not)) (X staying)))))) (X (X with) (X (X (X (X (X the) (X company)) (X will)) (X (X reduce) (X First))) (X (X of) (X (X (X (X America) (X (X 's) (X operating))) (X results)) (X (X for) (X (X (X 1989) (X (X by) (X (X (X $) (X (X 3) (X million))) (X (X to) (X (X (X $) (X (X 4) (X million))) (X (X ,) (X (X or) (X (X 15) (X cents))))))))) (X (X to) (X (X (X (X 20) (X cents)) (X a)) (X (X share) (X .)))))))))))
(X (X (X (X (X Coleco) (X Industries)) (X Inc.)) (X (X ,) (X (X (X (X (X (X (X (X a) (X once)) (X (X high-flying) (X (X toy) (X maker)))) (X (X whose) (X stock))) (X peaked)) (X (X at) (X (X (X (X $) (X 65)) (X a)) (X share)))) (X (X in) (X (X (X (X the) (X early)) (X 1980s)) (X (X ,) (X (X filed) (X (X a) (X (X Chapter) (X (X 11) (X (X reorganization) (X plan)))))))))) (X that)))) (X (X provides) (X (X (X (X just) (X 1.125)) (X (X cents) (X (X a) (X share)))) (X (X for) (X (X (X common) (X stockholders)) (X .))))))
(X (X (X (X (X (X (X Under) (X the)) (X plan)) (X (X ,) (X (X (X (X unsecured) (X creditors)) (X (X ,) (X who))) (X (X are) (X owed))))) (X (X about) (X (X (X $) (X (X 430) (X million))) (X ,)))) (X would)) (X (X receive) (X (X (X (X about) (X (X (X $) (X 92)) (X million))) (X (X ,) (X (X or) (X (X 21) (X cents))))) (X (X for) (X (X (X (X each) (X dollar)) (X they)) (X (X are) (X (X owed) (X .))))))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X they) (X will)))) (X (X receive) (X (X (X stock) (X (X in) (X (X (X the) (X (X reorganized) (X company))) (X ,)))) (X (X which) (X (X will) (X (X be) (X (X (X named) (X Ranger)) (X (X Industries) (X (X Inc) (X .))))))))))
(X (X (X (X After) (X (X these) (X payments))) (X (X ,) (X (X (X (X about) (X (X $) (X 225,000))) (X will)) (X (X be) (X available))))) (X (X for) (X (X (X the) (X (X 20) (X (X million) (X common)))) (X (X shares) (X (X outstanding) (X .))))))
(X (X (X (X (X (X The) (X Avon)) (X (X ,) (X (X (X (X Conn.) (X (X ,) (X (X (X company) (X (X 's) (X stock))) (X (X hit) (X (X a) (X high)))))) (X (X in) (X 1983))) (X (X after) (X (X it) (X (X unveiled) (X (X (X (X its) (X Adam)) (X home)) (X computer)))))))) (X ,)) (X (X but) (X (X (X the) (X product)) (X (X was) (X plagued))))) (X (X with) (X (X glitches) (X (X and) (X (X (X (X (X (X the) (X company)) (X 's)) (X fortunes)) (X plunged)) (X .))))))
(X (X (X (X (X (X But) (X Coleco)) (X bounced)) (X back)) (X (X with) (X (X the) (X introduction)))) (X (X of) (X (X (X (X (X the) (X Cabbage)) (X Patch)) (X dolls)) (X (X ,) (X (X (X (X whose) (X sales)) (X (X hit) (X (X $) (X (X 600) (X million))))) (X (X in) (X (X 1985) (X .))))))))
(X (X (X (X But) (X (X as) (X (X (X the) (X (X craze) (X died))) (X (X ,) (X (X Coleco) (X failed)))))) (X (X to) (X (X come) (X up)))) (X (X with) (X (X (X (X another) (X winner)) (X (X and) (X filed))) (X (X for) (X (X (X bankruptcy-law) (X protection)) (X (X in) (X (X (X July) (X 1988)) (X .))))))))
(X (X (X (X The) (X plan)) (X (X was) (X (X filed) (X jointly)))) (X (X with) (X (X (X (X (X (X (X unsecured) (X creditors)) (X (X in) (X (X federal) (X (X bankruptcy) (X court))))) (X (X in) (X (X New) (X York)))) (X and)) (X (X must) (X (X be) (X approved)))) (X (X by) (X (X (X the) (X court)) (X .))))))
(X (X (X ORTEGA) (X (X ENDED) (X (X a) (X truce)))) (X (X with) (X (X (X (X (X the) (X Contras)) (X and)) (X (X said) (X elections))) (X (X were) (X (X threatened) (X .))))))
(X (X (X (X (X (X (X The) (X (X Nicaraguan) (X president))) (X ,)) (X (X citing) (X attacks))) (X (X by) (X (X (X (X the) (X (X U.S.-backed) (X rebels))) (X (X ,) (X (X (X (X suspended) (X a)) (X 19-month-old)) (X cease-fire)))) (X (X and) (X (X accused) (X Bush)))))) (X of)) (X (X ``) (X (X promoting) (X (X (X death) (X .)) (X '')))))
(X (X (X (X (X While) (X he)) (X reaffirmed)) (X (X support) (X (X (X for) (X (X (X (X the) (X country)) (X 's)) (X (X Feb.) (X (X 25) (X elections))))) (X (X ,) (X (X Ortega) (X indicated)))))) (X (X that) (X (X (X renewed) (X (X U.S.) (X (X military) (X aid)))) (X (X to) (X (X (X the) (X Contras)) (X (X could) (X (X thwart) (X (X (X the) (X balloting)) (X .)))))))))
(X (X (X (X He) (X (X said) (X (X U.S.) (X assistance)))) (X (X should) (X (X be) (X used)))) (X (X to) (X (X (X demobilize) (X (X the) (X rebels))) (X .))))
(X (X (X (X (X (X A) (X White)) (X (X House) (X spokesman))) (X (X condemned) (X (X the) (X (X truce) (X suspension))))) (X as)) (X (X ``) (X (X (X (X deplorable) (X '')) (X (X but) (X (X brushed) (X (X off) (X talk))))) (X (X of) (X (X (X renewing) (X (X military) (X funding))) (X (X for) (X (X (X the) (X insurgents)) (X .))))))))
(X (X (X (X (X (X The) (X (X Contra) (X (X military) (X command)))) (X (X ,) (X (X in) (X (X a) (X statement))))) (X (X from) (X (X Honduras) (X (X ,) (X (X said) (X (X Sandinista) (X troops))))))) (X (X had) (X (X launched) (X (X a) (X (X major) (X offensive)))))) (X (X against) (X (X (X (X the) (X rebel)) (X forces)) (X .))))
(X (X (X (X (X (X East) (X (X German) (X leader))) (X Krenz)) (X (X called) (X (X the) (X protests)))) (X (X in) (X (X (X (X (X his) (X (X country) (X a))) (X (X ``) (X (X good) (X sign)))) (X (X ,) (X ''))) (X saying)))) (X (X that) (X (X (X (X (X many) (X (X of) (X (X those) (X marching)))) (X (X for) (X (X (X democratic) (X freedoms)) (X (X were) (X (X showing) (X support)))))) (X for)) (X (X ``) (X (X (X the) (X renovation)) (X (X for) (X (X socialism) (X (X .) (X '')))))))))
(X (X (X (X (X (X (X (X The) (X Communist)) (X (X Party) (X chief))) (X (X ,) (X (X in) (X Moscow)))) (X (X for) (X talks))) (X (X with) (X (X (X (X Soviet) (X officials)) (X (X ,) (X also))) (X (X said) (X (X East) (X Germany)))))) (X would)) (X (X follow) (X (X (X (X Gorbachev) (X (X 's) (X restructuring))) (X plans)) (X .))))
(X (X (X Thousands) (X (X of) (X (X East) (X (X Germans) (X fled))))) (X (X to) (X (X Czechoslovakia) (X (X after) (X (X (X (X the) (X East)) (X (X Berlin) (X (X government) (X (X lifted) (X (X travel) (X restrictions)))))) (X .))))))
(X (X (X (X The) (X ban)) (X (X on) (X (X (X cross-border) (X movement)) (X (X was) (X (X (X (X imposed) (X last)) (X month)) (X (X after) (X (X (X a) (X massive)) (X exodus)))))))) (X (X of) (X (X emigres) (X (X to) (X (X (X West) (X Germany)) (X .))))))
(X (X (X (X Also) (X (X ,) (X (X (X a) (X (X Communist) (X official))) (X (X for) (X (X (X (X the) (X first)) (X time)) (X (X said) (X (X the) (X future)))))))) (X (X of) (X (X (X (X the) (X Berlin)) (X Wall)) (X (X could) (X (X be) (X open)))))) (X (X to) (X (X discussion) (X .))))
(X (X (X (X (X (X Health) (X officials)) (X plan)) (X to)) (X (X extend) (X (X (X (X a) (X moratorium)) (X (X on) (X (X federal) (X funding)))) (X (X of) (X research))))) (X (X involving) (X (X (X fetal-tissue) (X transplants)) (X .))))
(X (X (X (X (X The) (X assistant)) (X (X HHS) (X secretary))) (X (X said) (X (X the) (X ban)))) (X (X ``) (X (X should) (X (X (X be) (X (X continued) (X indefinitely))) (X (X .) (X ''))))))
(X (X (X (X (X (X While) (X researchers)) (X (X believe) (X (X (X such) (X transplants)) (X could)))) (X help)) (X (X treat) (X diseases))) (X (X like) (X (X (X (X Alzheimer) (X 's)) (X (X ,) (X anti-abortionists))) (X (X oppose) (X (X (X the) (X research)) (X .))))))
(X (X (X (X (X Rep.) (X Dingell)) (X (X of) (X (X Michigan) (X plans)))) (X (X to) (X (X (X unveil) (X (X (X today) (X a)) (X proposal))) (X (X that) (X (X (X would) (X break)) (X (X with) (X (X (X Bush) (X (X 's) (X (X clean-air) (X bill)))) (X (X on) (X (X the) (X issue)))))))))) (X (X of) (X (X emissions) (X (X that) (X (X lead) (X (X to) (X (X (X acid) (X rain)) (X .))))))))
(X (X (X The) (X (X Democrat) (X (X 's) (X proposal)))) (X (X is) (X (X described) (X (X by) (X (X (X (X government) (X sources)) (X (X and) (X lobbyists))) (X (X as) (X (X (X (X significantly) (X weaker)) (X (X than) (X (X (X the) (X (X president) (X 's))) (X plan)))) (X (X to) (X (X cut) (X (X (X utility) (X emissions)) (X .)))))))))))
(X (X (X (X (X House-Senate) (X conferees)) (X (X approved) (X (X major) (X portions)))) (X (X of) (X (X (X a) (X package)) (X (X for) (X (X (X more) (X (X (X than) (X $)) (X (X 500) (X million)))) (X (X in) (X (X economic) (X aid)))))))) (X (X for) (X (X Poland) (X .))))
(X (X (X The) (X plan)) (X (X relies) (X (X (X heavily) (X (X on) (X (X (X (X $) (X (X 240) (X million))) (X (X in) (X credit))) (X (X and) (X (X (X loan) (X guarantees)) (X (X in) (X (X (X fiscal) (X 1990)) (X (X in) (X hopes))))))))) (X (X of) (X (X (X stimulating) (X (X future) (X trade))) (X (X and) (X (X investment) (X .))))))))
(X (X (X (X (X (X South) (X Africa)) (X (X accused) (X (X (X armed) (X (X Namibian) (X nationalist))) (X guerrillas)))) (X (X of) (X crossing))) (X (X from) (X (X (X (X (X bases) (X (X in) (X (X neighboring) (X Angola)))) (X ,)) (X (X violating) (X (X (X U.N.-supervised) (X peace)) (X plans)))) (X (X for) (X (X (X (X the) (X territory)) (X 's)) (X independence)))))) (X (X from) (X (X Pretoria) (X .))))
(X (X (X South) (X (X African) (X troops))) (X (X were) (X (X placed) (X (X on) (X (X alert) (X .))))))
(X (X (X Guerrilla) (X leaders)) (X (X said) (X (X (X Pretoria) (X (X was) (X attempting))) (X (X to) (X (X (X sabotage) (X (X (X next) (X week)) (X (X 's) (X elections)))) (X (X in) (X (X Namibia) (X .))))))))
(X (X (X Gunmen) (X (X in) (X (X (X (X (X (X Lebanon) (X (X assassinated) (X a))) (X Saudi)) (X Arabian)) (X (X Embassy) (X (X employee) (X ,)))) (X (X and) (X (X (X the) (X pro-Iranian)) (X (X Islamic) (X Jihad))))))) (X (X took) (X (X responsibility) (X (X for) (X (X (X the) (X slaying)) (X (X to) (X (X (X avenge) (X (X the) (X beheading))) (X (X of) (X (X (X 16) (X terrorists)) (X (X by) (X (X (X Riyadh) (X (X 's) (X government))) (X (X in) (X (X September) (X .))))))))))))))
(X (X (X (X (X Also) (X (X in) (X Beirut))) (X (X ,) (X (X (X a) (X (X Moslem) (X group))) (X vowed)))) (X (X to) (X (X kill) (X Americans)))) (X (X if) (X (X (X (X the) (X U.S.)) (X (X implements) (X (X a) (X policy)))) (X (X to) (X (X seize) (X (X suspects) (X (X abroad) (X .))))))))
(X (X (X Nixon) (X (X concluded) (X (X (X five) (X days)) (X (X of) (X (X private) (X talks)))))) (X (X with) (X (X (X (X (X (X (X Chinese) (X leaders)) (X (X in) (X Beijing))) (X ,)) (X (X but) (X (X (X apparently) (X failed)) (X (X to) (X (X (X ease) (X strains)) (X (X in) (X (X (X Sino-U.S.) (X ties)) (X caused)))))))) (X (X by) (X (X China) (X (X 's) (X crackdown))))) (X (X against) (X (X (X pro-democracy) (X protesters)) (X (X in) (X (X June) (X .))))))))
(X (X (X (X Beijing) (X (X 's) (X rulers))) (X complained)) (X (X to) (X (X (X (X the) (X (X former) (X president))) (X (X about) (X U.S.))) (X (X ``) (X (X (X interference) (X '')) (X (X in) (X (X (X China) (X (X 's) (X (X domestic) (X affairs)))) (X .))))))))
(X (X (X (X Mexico) (X (X 's) (X President))) (X Salinas)) (X (X said) (X (X (X (X (X (X the) (X country)) (X 's)) (X recession)) (X (X had) (X (X ended) (X (X and) (X (X the) (X economy)))))) (X (X was) (X (X (X growing) (X again)) (X .))))))
(X (X (X (X (X (X (X (X (X In) (X (X his) (X first))) (X state)) (X (X of) (X (X the) (X nation)))) (X address)) (X (X ,) (X (X Salinas) (X pledged)))) (X (X to) (X (X continue) (X (X his) (X program))))) (X (X of) (X (X (X modernization) (X and)) (X (X warned) (X (X opposition) (X politicians)))))) (X (X that) (X (X impeding) (X (X progress) (X (X could) (X (X cost) (X (X (X them) (X popular)) (X (X support) (X .)))))))))
(X (X (X (X (X (X Pakistan) (X (X 's) (X Bhutto))) (X (X defeated) (X (X (X the) (X first)) (X (X no-confidence) (X motion))))) (X (X in) (X (X (X the) (X nation)) (X (X 's) (X (X 42-year) (X history)))))) (X (X ,) (X (X (X surviving) (X the)) (X vote)))) (X (X that) (X (X (X could) (X (X have) (X (X brought) (X (X down) (X (X her) (X (X 11-month-old) (X government))))))) (X .))))
(X (X (X (X The) (X (X prime) (X minister))) (X (X 's) (X opponents))) (X (X claimed) (X (X (X the) (X balloting)) (X (X ,) (X (X (X (X (X 12) (X (X votes) (X short))) (X (X of) (X (X a) (X majority)))) (X (X in) (X (X (X Islamabad) (X (X 's) (X (X 237-seat) (X assembly)))) (X ,)))) (X (X was) (X (X rigged) (X .))))))))
(X (X (X (X The) (X White)) (X House)) (X (X said) (X (X (X (X (X (X the) (X (X shipboard) (X (X meetings) (X (X next) (X month))))) (X (X between) (X (X (X (X Bush) (X and)) (X (X Soviet) (X leader))) (X Gorbachev)))) (X will)) (X (X take) (X place))) (X (X in) (X (X (X the) (X waters)) (X (X off) (X (X Malta) (X .))))))))
(X (X (X (X (X The) (X location)) (X (X was) (X disclosed))) (X (X as) (X (X (X the) (X U.S.)) (X (X began) (X (X (X planning) (X the)) (X issues)))))) (X (X to) (X (X (X be) (X discussed)) (X (X at) (X (X (X (X (X the) (X Dec.)) (X 2-3)) (X tete-a-tete)) (X .))))))
(X (X (X (X (X Bush) (X (X unveiled) (X (X a) (X package)))) (X (X of) (X (X trade) (X initiatives)))) (X (X to) (X (X help) (X establish)))) (X (X ``) (X (X (X economic) (X alternatives)) (X (X to) (X (X (X (X (X drug) (X trafficking)) (X '')) (X (X in) (X (X the) (X (X Andean) (X nations))))) (X (X of) (X (X (X South) (X America)) (X .))))))))
(X (X (X (X (X The) (X (X president) (X 's))) (X plan)) (X (X includes) (X (X a) (X commitment)))) (X (X to) (X (X help) (X (X negotiate) (X (X (X a) (X (X new) (X (X international) (X (X coffee) (X agreement))))) (X .))))))
(X (X (X (X Pan) (X Am)) (X (X has) (X (X (X (X subpoenaed) (X (X several) (X (X government) (X agencies)))) (X ,)) (X (X including) (X (X (X (X (X (X the) (X CIA)) (X (X and) (X FBI))) (X ,)) (X to)) (X determine)))))) (X (X whether) (X (X (X they) (X (X were) (X warned))) (X (X that) (X (X (X (X a) (X bomb)) (X (X had) (X (X been) (X planted)))) (X (X aboard) (X (X (X (X (X a) (X jet)) (X (X that) (X exploded))) (X (X over) (X (X (X Scotland) (X last)) (X December)))) (X (X ,) (X (X (X killing) (X (X 270) (X people))) (X .))))))))))
(X (X (X (X The) (X airline)) (X (X is) (X attempting))) (X (X to) (X (X show) (X (X that) (X (X (X Israel) (X (X and) (X (X West) (X Germany)))) (X (X warned) (X (X (X the) (X U.S.)) (X (X about) (X (X (X the) (X (X impending) (X attack))) (X .))))))))))
(X (X (X (X (X (X (X (X Died) (X :)) (X James)) (X A.)) (X Attwood)) (X (X ,) (X (X (X 62) (X (X ,) (X (X retired) (X chairman)))) (X (X and) (X president))))) (X (X of) (X (X (X Mutual) (X Life)) (X (X Insurance) (X Co.))))) (X (X of) (X (X (X (X New) (X York)) (X (X ,) (X (X Tuesday) (X (X ,) (X (X in) (X (X (X New) (X York)) (X City))))))) (X (X ,) (X (X of) (X (X (X an) (X (X acute) (X (X anemic) (X condition)))) (X .)))))))
(X (X (X (X (X Sony) (X Corp.)) (X (X completed) (X (X (X (X its) (X tender)) (X offer)) (X (X for) (X (X (X (X Columbia) (X Pictures)) (X Entertainment)) (X Inc.)))))) (X ,)) (X (X with) (X (X (X (X (X (X Columbia) (X shareholders)) (X tendering)) (X 99.3)) (X %)) (X (X of) (X (X (X (X all) (X common)) (X (X shares) (X outstanding))) (X (X by) (X (X (X (X the) (X Tuesday)) (X deadline)) (X .))))))))
(X (X (X (X (X (X (X Sony) (X Columbia)) (X Acquisition)) (X Corp.)) (X (X ,) (X (X formed) (X (X for) (X (X (X (X the) (X (X Columbia) (X deal))) (X ,)) (X (X will) (X formally))))))) (X (X take) (X ownership))) (X (X of) (X (X (X the) (X (X movie) (X (X studio) (X (X (X later) (X this)) (X month))))) (X (X ,) (X (X (X (X a) (X spokesman)) (X said)) (X .))))))
(X (X Sony) (X (X is) (X (X (X (X paying) (X (X $) (X (X (X 27) (X a)) (X share)))) (X (X ,) (X (X (X or) (X (X (X $) (X (X 3.55) (X billion))) (X (X ,) (X (X cash) (X and))))) (X is)))) (X (X assuming) (X (X (X $) (X (X 1.4) (X billion))) (X (X of) (X (X (X long-term) (X debt)) (X .))))))))
(X (X (X Still) (X unresolved)) (X (X is) (X (X (X Sony) (X (X 's) (X effort))) (X (X to) (X (X (X hire) (X (X (X producers) (X (X Jon) (X Peters))) (X (X and) (X (X Peter) (X Guber))))) (X (X to) (X (X run) (X (X (X the) (X studio)) (X .)))))))))
(X (X (X (X (X Sony) (X 's)) (X (X planned) (X acquisition))) (X (X of) (X (X (X (X Guber\/Peters) (X Entertainment)) (X Co.)) (X (X for) (X (X $) (X (X 200) (X million))))))) (X (X is) (X (X scheduled) (X (X to) (X (X (X close) (X Monday)) (X .))))))
(X (X (X (X Guber\/Peters) (X (X has) (X (X been) (X (X locked) (X (X in) (X litigation)))))) (X (X with) (X (X (X (X Warner) (X Communications)) (X Inc.)) (X (X in) (X (X an) (X attempt)))))) (X (X to) (X (X (X (X get) (X out)) (X (X of) (X (X an) (X (X exclusive) (X (X production) (X contract)))))) (X (X with) (X (X Warner) (X .))))))
(X (X (X Both) (X sides)) (X (X are) (X (X (X (X in) (X talks)) (X (X to) (X (X settle) (X (X the) (X dispute))))) (X .))))
(X (X (X (X Xerox) (X Corp.)) (X has)) (X (X told) (X (X (X employees) (X (X in) (X (X (X its) (X (X Crum) (X &))) (X (X Forster) (X (X personal) (X (X insurance) (X operations))))))) (X (X that) (X (X (X (X it) (X (X is) (X (X (X laying) (X off)) (X (X about) (X (X 300) (X people)))))) (X (X ,) (X (X or) (X (X 25) (X %))))) (X (X of) (X (X (X the) (X staff)) (X .))))))))
(X (X (X (X (X (X A) (X spokeswoman)) (X (X for) (X (X (X Crum) (X &)) (X Forster)))) (X (X said) (X (X (X employees) (X (X were) (X (X told) (X (X early) (X (X this) (X week)))))) (X (X that) (X (X (X (X (X numerous) (X staff)) (X functions)) (X (X for) (X (X (X the) (X personal)) (X (X insurance) (X lines))))) (X (X were) (X going))))))) (X (X to) (X (X be) (X centralized)))) (X (X as) (X (X (X a) (X cost-cutting)) (X (X move) (X .)))))
(X (X (X She) (X (X said) (X (X (X the) (X move)) (X (X would) (X (X result) (X (X in) (X (X a) (X (X after-tax) (X charge))))))))) (X (X of) (X (X (X (X less) (X (X than) (X $))) (X (X 4) (X million))) (X (X to) (X (X (X be) (X spread)) (X (X over) (X (X (X (X the) (X next)) (X (X three) (X quarters))) (X .))))))))
(X (X (X (X (X By) (X comparison)) (X (X ,) (X (X (X for) (X (X (X the) (X first)) (X (X nine) (X months)))) (X (X ,) (X Xerox))))) (X (X earned) (X (X (X $) (X (X 492) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 4.55) (X (X a) (X share)))))))) (X (X ,) (X (X (X on) (X revenue)) (X (X of) (X (X $) (X (X 12.97) (X (X billion) (X .))))))))
(X (X (X (X (X (X Earnings) (X (X at) (X (X (X Xerox) (X 's)) (X (X financial-services) (X operations))))) (X (X actually) (X (X rose) (X slightly)))) (X ,)) (X (X but) (X (X that) (X (X was) (X largely))))) (X (X because) (X (X (X capital) (X (X gains) (X (X (X (X (X (X at) (X Crum)) (X &)) (X (X Forster) (X (X offset) (X (X Hurricane) (X (X Hugo) (X payments)))))) (X (X and) (X (X (X (X the) (X reserves)) (X set)) (X up)))) (X to)))) (X (X cover) (X (X (X future) (X payments)) (X .))))))
(X (X (X (X Property\/casualty) (X insurance)) (X (X has) (X (X (X been) (X (X (X (X a) (X tough)) (X business)) (X (X in) (X (X recent) (X quarters))))) (X ,)))) (X (X as) (X (X (X (X (X pricing) (X has)) (X (X been) (X cutthroat))) (X (X and) (X (X natural) (X (X disasters) (X such))))) (X (X as) (X (X (X (X Hurricane) (X Hugo)) (X (X and) (X (X (X the) (X (X California) (X earthquake))) (X (X have) (X resulted))))) (X (X in) (X (X (X huge) (X payments)) (X .))))))))
(X (X (X (X (X Komatsu) (X Ltd.)) (X (X ,) (X (X a) (X (X large) (X (X integrated) (X maker)))))) (X (X of) (X (X (X construction) (X machinery)) (X (X ,) (X (X posted) (X (X (X (X a) (X 32)) (X %)) (X unconsolidated))))))) (X (X gain) (X (X in) (X (X (X first-half) (X (X pretax) (X profit))) (X .)))))
(X (X (X (X (X (X (X For) (X the)) (X period)) (X (X ended) (X Sept.30))) (X (X ,) (X it))) (X (X earned) (X (X (X 16.68) (X (X billion) (X yen))) (X (X ,) (X (X (X (X -LRB-) (X US$)) (X (X 116.7) (X (X million) (X -RRB-)))) (X up)))))) (X (X from) (X (X (X 12.68) (X (X billion) (X (X yen) (X (X the) (X year))))) (X (X before) (X .)))))
(X (X (X (X (X (X Sales) (X rose)) (X 11)) (X %)) (X (X to) (X (X 292.32) (X (X billion) (X yen))))) (X (X from) (X (X (X 263.07) (X (X billion) (X yen))) (X .))))
(X (X (X (X (X Net) (X income)) (X (X surged) (X (X 31) (X %)))) (X (X to) (X (X 7.63) (X (X billion) (X yen))))) (X (X from) (X (X (X 5.82) (X (X billion) (X yen))) (X .))))
(X (X (X (X Per-share) (X (X net) (X rose))) (X (X to) (X (X 7.84) (X yen)))) (X (X from) (X (X (X 6.53) (X yen)) (X .))))
(X (X (X (X (X Brisk) (X domestic)) (X demand)) (X due)) (X (X to) (X (X (X (X increasing) (X (X capital) (X investment))) (X (X pushed) (X (X up) (X (X sales) (X sharply))))) (X (X in) (X (X construction) (X (X and) (X (X (X industrial) (X (X machinery) (X divisions))) (X .))))))))
(X (X (X (X Domestic) (X sales)) (X (X of) (X (X (X construction) (X machinery)) (X (X ,) (X such))))) (X (X as) (X (X (X (X (X power) (X shovels)) (X (X and) (X (X bulldozers) (X rose)))) (X (X to) (X (X 142.84) (X (X billion) (X yen))))) (X (X from) (X (X (X 126.15) (X (X billion) (X yen))) (X .))))))
(X (X (X Demand) (X (X from) (X (X (X Europe) (X (X and) (X (X Southeast) (X Asia)))) (X (X also) (X (X (X grew) (X ,)) (X (X but) (X due))))))) (X (X to) (X (X (X (X increasing) (X production)) (X (X at) (X (X local) (X plants)))) (X (X ,) (X (X (X (X overseas) (X sales)) (X edged)) (X (X down) (X (X (X 2.8) (X %)) (X .))))))))
(X (X (X Komatsu) (X predicted)) (X (X that) (X (X (X (X (X for) (X (X (X (X (X the) (X fiscal)) (X year)) (X (X ending) (X (X March) (X (X 31) (X sales))))) (X will))) (X climb)) (X (X to) (X (X (X 600) (X billion)) (X yen)))) (X (X from) (X (X (X (X (X 566.54) (X (X billion) (X yen))) (X (X ;) (X (X (X pretax) (X profit)) (X (X was) (X (X forecast) (X (X at) (X (X 35) (X (X billion) (X yen))))))))) (X (X ,) (X up))) (X (X from) (X (X (X 28.53) (X (X billion) (X yen))) (X (X in) (X (X (X fiscal) (X 1989)) (X .))))))))))
(X (X Net) (X (X is) (X (X (X expected) (X (X to) (X rise))) (X (X to) (X (X (X (X 17) (X billion)) (X yen)) (X (X from) (X (X (X 12.82) (X (X (X billion) (X yen)) (X (X a) (X (X year) (X earlier))))) (X .))))))))
(X (X (X (X (X ECONOMIC) (X GROWTH)) (X APPEARS)) (X (X to) (X (X be) (X (X leveling) (X (X off) (X (X ,) (X (X latest) (X reports)))))))) (X (X suggest) (X .)))
(X (X (X Factory) (X (X orders) (X (X (X and) (X (X construction) (X outlays))) (X (X were) (X (X (X (X largely) (X flat)) (X (X in) (X September))) (X ,)))))) (X (X while) (X (X (X purchasing) (X agents)) (X (X said) (X (X (X manufacturing) (X (X shrank) (X further))) (X (X in) (X (X October) (X .))))))))
(X (X (X Still) (X (X ,) (X (X many) (X economists)))) (X (X are) (X (X n't) (X (X (X predicting) (X (X a) (X recession))) (X (X anytime) (X (X soon) (X .)))))))
(X (X (X The) (X Fed)) (X (X is) (X (X (X coming) (X (X under) (X (X pressure) (X (X to) (X (X cut) (X (X (X short-term) (X (X interest) (X rates))) (X due))))))) (X (X to) (X (X (X (X the) (X apparent)) (X slowing)) (X (X of) (X (X (X the) (X economy)) (X .))))))))
(X (X (X (X But) (X it)) (X (X is) (X (X n't) (X (X clear) (X yet))))) (X (X whether) (X (X (X (X the) (X (X central) (X bank))) (X will)) (X (X make) (X (X (X (X such) (X a)) (X move)) (X .))))))
(X (X (X (X Campbell) (X Soup)) (X (X forced) (X (X (X (X (X (X (X out) (X (X (X its) (X president)) (X (X and) (X (X chief) (X executive))))) (X (X ,) (X R.))) (X Gordon)) (X McGovern)) (X (X ,) (X (X (X (X the) (X strongest)) (X indication)) (X yet)))) (X (X that) (X (X (X (X (X the) (X (X Dorrance) (X family))) (X plans)) (X to)) (X (X take) (X charge))))))) (X (X of) (X (X (X (X reshaping) (X (X the) (X troubled))) (X (X food) (X company))) (X .))))
(X (X (X (X (X Campbell) (X (X 's) (X (X stock) (X rose)))) (X $)) (X 3.375)) (X (X ,) (X (X (X to) (X (X $) (X 47.125))) (X (X ,) (X (X in) (X (X reaction) (X .)))))))
(X (X (X (X (X (X The) (X Chicago)) (X Merc)) (X (X plans) (X (X an) (X additional)))) (X (X ``) (X (X (X circuit) (X breaker)) (X '')))) (X (X to) (X (X (X (X stem) (X sharp)) (X drops)) (X (X in) (X (X (X the) (X market)) (X .))))))
(X (X (X Also) (X (X ,) (X (X (X (X Big) (X Board)) (X Chairman)) (X Phelan)))) (X (X said) (X (X (X he) (X would)) (X (X support) (X (X (X SEC) (X halts)) (X (X of) (X (X (X (X (X program) (X trading)) (X (X during) (X (X market) (X crises)))) (X (X but) (X (X not) (X (X any) (X revival))))) (X (X of) (X (X (X a) (X (X ``) (X (X collar) (X '')))) (X (X on) (X (X trading) (X .))))))))))))
(X (X (X Georgia) (X Gulf)) (X (X received) (X (X (X (X a) (X new)) (X (X takeover) (X bid))) (X (X from) (X (X (X (X (X investor) (X Harold)) (X Simmons)) (X (X and) (X (X NL) (X Industries)))) (X (X of) (X (X (X (X (X $) (X 50)) (X a)) (X share)) (X (X ,) (X (X or) (X (X about) (X (X $) (X (X 1.1) (X (X billion) (X .))))))))))))))
(X (X The) (X (X offer) (X (X (X (X ,) (X which)) (X (X follows) (X (X (X a) (X $)) (X (X 55-a-share) (X bid))))) (X (X that) (X (X (X (X was) (X rejected)) (X (X in) (X (X September) (X (X ,) (X (X steps) (X (X up) (X pressure))))))) (X (X on) (X (X (X (X the) (X chemicals)) (X concern)) (X .))))))))
(X (X (X (X (X The) (X (X minimum-wage) (X bill))) (X (X worked) (X out))) (X (X by) (X (X Congress) (X (X and) (X Bush))))) (X (X won) (X (X (X easy) (X approval)) (X (X in) (X (X (X the) (X House)) (X .))))))
(X (X (X (X (X (X The) (X (X compromise) (X plan))) (X (X ,) (X which))) (X (X boosts) (X (X (X (X the) (X (X minimum) (X wage))) (X (X for) (X (X (X (X the) (X first)) (X time)) (X (X since) (X 1981))))) (X ,)))) (X (X is) (X expected))) (X (X to) (X (X clear) (X (X (X the) (X (X Senate) (X soon))) (X .)))))
(X (X (X (X Steinberg) (X sought)) (X clearance)) (X (X to) (X (X (X (X (X buy) (X (X more) (X (X than) (X (X 15) (X %))))) (X (X of) (X (X (X United) (X Air)) (X (X 's) (X parent))))) (X ,)) (X (X saying) (X (X (X he) (X may)) (X (X seek) (X (X control) (X .))))))))
(X (X (X Takeover) (X experts)) (X (X said) (X (X (X (X (X they) (X (X doubted) (X (X the) (X financier)))) (X would)) (X (X make) (X (X a) (X bid)))) (X (X by) (X (X himself) (X .))))))
(X (X (X (X (X An) (X airline)) (X (X buy-out) (X bill))) (X (X was) (X approved))) (X (X by) (X (X (X the) (X House)) (X .))))
(X (X (X (X (X The) (X measure)) (X would)) (X make)) (X (X it) (X (X (X easier) (X (X for) (X (X (X the) (X Transportation)) (X Department)))) (X (X to) (X (X (X block) (X (X leveraged) (X buy-outs))) (X (X in) (X (X (X the) (X industry)) (X .))))))))
(X (X (X USX) (X (X was) (X (X cited) (X (X by) (X (X OSHA) (X (X for) (X (X (X (X (X several) (X health)) (X (X and) (X (X safety) (X violations)))) (X (X at) (X (X (X (X two) (X (X Pennsylvania) (X plants))) (X and)) (X may)))) (X (X face) (X (X a) (X (X record) (X fine))))))))))) (X (X of) (X (X $) (X (X 7.3) (X (X million) (X .))))))
(X (X (X (X (X (X Random) (X House)) (X Chairman)) (X Robert)) (X Bernstein)) (X (X said) (X (X (X he) (X (X is) (X resigning))) (X (X from) (X (X (X (X the) (X (X publishing) (X (X house) (X he)))) (X (X has) (X run))) (X (X for) (X (X (X 23) (X years)) (X .))))))))
(X (X (X A) (X successor)) (X (X was) (X (X n't) (X (X named) (X .)))))
(X (X (X (X Cray) (X Research)) (X indicated)) (X (X that) (X (X (X the) (X survival)) (X (X of) (X (X (X (X (X (X a) (X (X spinoff) (X company))) (X ,)) (X which)) (X (X is) (X (X (X developing) (X (X (X a) (X new)) (X supercomputer))) (X (X ,) (X (X depends) (X heavily)))))) (X (X on) (X (X (X (X its) (X chairman)) (X (X and) (X (X chief) (X designer)))) (X (X ,) (X (X (X Seymour) (X Cray)) (X .))))))))))
(X (X (X (X (X (X Light) (X trucks)) (X (X and) (X vans))) (X will)) (X (X face) (X (X (X (X the) (X same)) (X safety)) (X requirements)))) (X (X as) (X (X automobiles) (X (X under) (X (X (X new) (X proposals)) (X (X by) (X (X (X (X the) (X Transportation)) (X Department)) (X .))))))))
(X (X (X (X (X The) (X Treasury)) (X plans)) (X (X to) (X (X (X sell) (X (X (X (X (X $) (X (X 30) (X billion))) (X (X in) (X notes))) (X (X and) (X (X (X bonds) (X next)) (X week)))) (X (X but) (X will)))) (X (X delay) (X (X the) (X auction)))))) (X (X unless) (X (X (X Congress) (X quickly)) (X (X raises) (X (X (X the) (X (X debt) (X ceiling))) (X .))))))
(X (X (X (X (X U.S.) (X farmers)) (X (X ') (X (X net) (X (X income) (X rose))))) (X (X to) (X (X (X (X a) (X (X record) (X $))) (X (X 59.9) (X (X (X billion) (X last)) (X year)))) (X (X despite) (X one))))) (X (X of) (X (X (X (X the) (X worst)) (X (X droughts) (X ever))) (X .))))
(X (X (X (X (X Two) (X (X antitrust) (X agencies))) (X may)) (X (X face) (X (X further) (X cutbacks)))) (X (X because) (X (X of) (X (X (X (X (X a) (X (X complicated) (X new))) (X (X funding) (X device))) (X (X ,) (X (X (X some) (X Democrats)) (X (X in) (X Congress))))) (X (X are) (X (X warning) (X .)))))))
(X (X Markets) (X --))
(X (X (X (X (X Stocks) (X :)) (X Volume)) (X 154,240,000)) (X (X shares) (X .)))
(X (X (X (X (X Dow) (X Jones)) (X industrials)) (X 2645.90)) (X (X ,) (X (X (X up) (X 0.82)) (X (X ;) (X (X (X (X transportation) (X 1206.26)) (X (X ,) (X (X up) (X 1.25)))) (X (X ;) (X (X (X utilities) (X 220.45)) (X (X ,) (X (X (X up) (X 1.26)) (X .))))))))))
(X (X (X (X (X (X (X Bonds) (X :)) (X Shearson)) (X Lehman)) (X Hutton)) (X (X Treasury) (X (X index) (X 3436.58)))) (X (X ,) (X up)))
(X (X (X (X (X (X (X Commodities) (X :)) (X Dow)) (X Jones)) (X (X futures) (X (X index) (X 129.91)))) (X (X ,) (X (X up) (X 0.28)))) (X (X ;) (X (X (X (X spot) (X index)) (X 131.01)) (X (X ,) (X (X (X up) (X 1.17)) (X .))))))
(X (X (X (X (X (X Dollar) (X :)) (X 143.80)) (X yen)) (X (X ,) (X (X (X up) (X 0.95)) (X (X ;) (X 1.8500))))) (X (X marks) (X (X ,) (X (X (X up) (X 0.0085)) (X .)))))
(X (X (X Junk-bond) (X markdowns)) (X (X ,) (X (X (X (X (X an) (X ongoing)) (X Securities)) (X (X and) (X (X Exchange) (X (X Commission) (X (X investigation) (X (X ,) (X (X (X (X a) (X Drexel)) (X Burnham)) (X (X Lambert) (X connection))))))))) (X (X ,) (X (X (X (X (X a) (X fizzled)) (X buy-out)) (X rumor)) (X .))))))
(X (X (X (X (X All) (X this)) (X (X has) (X (X (X (X (X cast) (X a)) (X pall)) (X (X over) (X (X (X (X (X Columbia) (X Savings)) (X &)) (X Loan)) (X Association)))) (X (X and) (X (X (X (X (X its) (X high-rolling)) (X (X 43-year-old) (X chairman))) (X (X ,) (X (X Thomas) (X Spiegel)))) (X (X ,) (X who))))))) (X (X built) (X (X (X (X the) (X $)) (X (X 12.7) (X (X (X billion) (X Beverly)) (X Hills)))) (X (X ,) (X (X Calif.) (X (X ,) (X thrift))))))) (X (X with) (X (X (X high-yield) (X (X junk) (X bonds))) (X .))))
(X (X (X (X (X Bears) (X have)) (X (X targeted) (X (X Columbia) (X (X 's) (X stock))))) (X (X because) (X (X of) (X (X the) (X (X thrift) (X (X 's) (X exposure))))))) (X (X to) (X (X (X (X the) (X shaky)) (X (X junk) (X market))) (X .))))
(X (X (X (X And) (X (X some) (X investors))) (X (X fault) (X (X Mr.) (X (X Spiegel) (X (X 's) (X (X life) (X style))))))) (X (X ;) (X (X he) (X (X earns) (X (X (X (X millions) (X (X of) (X (X (X dollars) (X (X a) (X year))) (X (X and) (X flies))))) (X around)) (X (X in) (X (X (X Columbia) (X (X 's) (X (X jet) (X planes)))) (X .))))))))
(X (X (X (X (X (X (X Columbia) (X (X stock) (X recently))) (X (X hit) (X (X 4) (X 1\/8)))) (X (X ,) (X (X after) (X (X reaching) (X (X (X 11) (X (X (X 3\/4) (X (X earlier) (X this))) (X year))) (X (X on) (X rumors))))))) (X (X that) (X (X Mr.) (X Spiegel)))) (X would)) (X (X take) (X (X the) (X (X thrift) (X (X private) (X .))))))
(X (X (X (X Moreover) (X (X ,) (X (X junk) (X professionals)))) (X (X think) (X (X (X (X Columbia) (X (X 's) (X (X huge) (X third-quarter)))) (X markdown)) (X (X of) (X (X its) (X (X junk) (X portfolio))))))) (X (X to) (X (X (X (X $) (X (X 4.4) (X billion))) (X (X was) (X (X n't) (X enough)))) (X (X ,) (X (X (X meaning) (X (X another) (X markdown))) (X (X could) (X (X be) (X (X coming) (X .)))))))))
(X (X (X (X (X But) (X (X in) (X (X recent) (X days)))) (X (X ,) (X Columbia))) (X (X has) (X (X (X edged) (X (X up) (X (X ,) (X (X closing) (X (X at) (X (X 5) (X 1\/4))))))) (X (X ,) (X (X (X (X up) (X 3\/8)) (X (X ,) (X yesterday))) (X (X on) (X (X revived) (X speculation)))))))) (X (X that) (X (X (X the) (X thrift)) (X (X might) (X (X restructure) (X .))))))
(X (X (X (X Mr.) (X (X Spiegel) (X (X 's) (X fans)))) (X (X say) (X (X (X Columbia) (X (X (X 's) (X Southern)) (X (X California) (X branches)))) (X (X are) (X (X (X highly) (X salable)) (X ,)))))) (X (X and) (X (X (X the) (X thrift)) (X (X has) (X (X (X $) (X (X 458) (X million))) (X (X of) (X (X (X shareholders) (X equity)) (X (X underlying) (X (X (X its) (X assets)) (X .))))))))))
(X (X (X (X (X (X (X (X (X That) (X 's)) (X (X almost) (X (X $) (X 10)))) (X (X of) (X equity))) (X (X for) (X (X each) (X Columbia)))) (X (X share) (X ,))) (X (X including) (X (X (X (X convertible) (X preferred)) (X shares)) (X ,)))) (X (X though) (X (X (X (X more) (X junk)) (X markdowns)) (X would)))) (X (X reduce) (X (X (X the) (X cushion)) (X .))))
(X (X Columbia) (X (X has) (X (X (X only) (X (X about) (X (X (X (X 10) (X million)) (X common)) (X shares)))) (X (X in) (X (X (X public) (X hands)) (X .))))))
(X (X (X The) (X (X Spiegel) (X family))) (X (X has) (X (X (X 25) (X %)) (X (X of) (X (X (X the) (X (X common) (X (X and) (X (X 75) (X %))))) (X (X of) (X (X (X the) (X votes)) (X .))))))))
(X (X (X (X (X Other) (X big)) (X common)) (X holders)) (X (X are) (X (X (X (X Carl) (X (X Lindner) (X (X (X 's) (X American)) (X Financial)))) (X (X ,) (X (X (X (X investor) (X Irwin)) (X Jacobs)) (X (X and) (X (X (X Pacific) (X (X Financial) (X Research))) (X ,)))))) (X (X though) (X (X (X the) (X latter)) (X (X cut) (X (X (X its) (X (X (X stake) (X this)) (X summer))) (X .))))))))
(X (X (X (X (X (X While) (X many)) (X problems)) (X (X would) (X (X attend) (X (X a) (X restructuring))))) (X (X of) (X (X Columbia) (X (X ,) (X (X investors) (X (X say) (X (X Mr.) (X Spiegel)))))))) (X (X is) (X (X (X mulling) (X (X (X such) (X a)) (X plan))) (X (X to) (X (X (X mitigate) (X (X Columbia) (X (X 's) (X (X junk) (X problems))))) (X .))))))
(X (X (X Indeed) (X (X ,) (X (X Columbia) (X (X executives) (X recently))))) (X (X told) (X (X (X (X reporters) (X they)) (X (X were) (X (X interested) (X (X in) (X (X creating) (X (X a) (X (X separate) (X unit)))))))) (X (X to) (X (X (X hold) (X (X (X Columbia) (X (X 's) (X (X junk) (X bonds)))) (X (X and) (X perhaps)))) (X (X do) (X (X (X merchant) (X banking)) (X .))))))))
(X (X Columbia) (X (X wo) (X (X (X n't) (X comment)) (X (X on) (X (X (X all) (X (X the) (X speculation))) (X .))))))
(X (X But) (X (X like) (X (X (X (X other) (X thrifts)) (X (X ,) (X (X it) (X (X 's) (X expected))))) (X (X to) (X (X (X seek) (X (X regulators) (X (X ') (X consent)))) (X (X to) (X (X (X create) (X (X (X a) (X distinct)) (X (X junk-bond) (X entity)))) (X .))))))))
(X (X (X Plans) (X (X to) (X (X do) (X (X this) (X (X are) (X due)))))) (X (X to) (X (X (X be) (X filed)) (X (X in) (X (X (X (X a) (X week)) (X or)) (X (X so) (X .)))))))
(X (X (X (X New) (X rules)) (X (X force) (X thrifts))) (X (X to) (X (X (X write) (X (X down) (X (X their) (X junk)))) (X (X to) (X (X (X (X market) (X value)) (X (X ,) (X then))) (X (X sell) (X (X (X the) (X bonds)) (X (X over) (X (X (X five) (X years)) (X .))))))))))
(X (X (X (X That) (X 's)) (X (X why) (X (X Columbia) (X just)))) (X (X wrote) (X (X (X (X off) (X (X $) (X (X 130) (X million)))) (X (X of) (X (X (X its) (X junk)) (X (X and) (X (X (X reserved) (X $)) (X (X 227) (X million))))))) (X (X for) (X (X (X (X future) (X junk)) (X losses)) (X .))))))
(X (X But) (X (X if) (X (X (X (X Columbia) (X (X could) (X (X keep) (X (X (X its) (X (X junk) (X bonds))) (X separate))))) (X (X from) (X (X (X (X (X the) (X thrift)) (X (X till) (X (X they) (X mature)))) (X (X --) (X (X at) (X (X full) (X value))))) (X (X ,) (X (X unless) (X (X (X (X the) (X issuer)) (X (X goes) (X (X (X bust) (X or)) (X restructures)))) (X (X --) (X (X (X the) (X (X junk) (X portfolio))) (X might))))))))) (X (X do) (X (X (X all) (X right)) (X .))))))
(X (X (X Columbia) (X (X ,) (X (X (X (X a) (X longtime)) (X (X Drexel) (X client))) (X (X ,) (X (X wo) (X n't)))))) (X (X provide) (X (X (X current) (X data)) (X (X on) (X (X (X its) (X junk)) (X .))))))
(X (X (X (X (X But) (X (X its) (X (X 17) (X (X big) (X junk))))) (X holdings)) (X (X at) (X (X year) (X end)))) (X (X showed) (X (X (X only) (X (X (X a) (X few)) (X bonds))) (X (X that) (X (X have) (X (X been) (X (X really) (X (X battered) (X .)))))))))
(X (X These) (X (X were) (X (X (X (X (X Allied) (X Stores)) (X (X ,) (X (X (X (X Western) (X Union)) (X Telegraph)) (X (X ,) (X (X (X (X (X Gillett) (X Holdings)) (X (X ,) (X (X SCI) (X Television)))) (X (X and) (X (X Texas) (X Air)))) (X ,)))))) (X (X though) (X (X (X (X many) (X other)) (X bonds)) (X (X in) (X (X (X Columbia) (X (X 's) (X portfolio))) (X also)))))) (X (X have) (X (X lost) (X (X value) (X .)))))))
(X (X (X Possibly) (X offsetting)) (X (X that) (X (X (X (X ,) (X (X (X Columbia) (X (X recently) (X estimated))) (X it))) (X (X has) (X unrealized))) (X (X gains) (X (X (X on) (X (X (X publicly) (X traded)) (X (X equity) (X investments)))) (X (X of) (X (X more) (X (X (X (X than) (X $)) (X (X 70) (X million))) (X .)))))))))
(X (X (X It) (X also)) (X (X hopes) (X (X for) (X (X (X ultimate) (X gains)) (X (X of) (X (X (X (X as) (X (X much) (X (X as) (X (X $) (X (X 300) (X million)))))) (X (X on) (X (X equity) (X investments)))) (X (X in) (X (X buy-outs) (X (X and) (X (X restructurings) (X .)))))))))))
(X (X (X (X (X (X One) (X (X trial) (X balloon))) (X Mr.)) (X Spiegel)) (X (X is) (X said))) (X (X to) (X (X (X (X (X (X have) (X floated)) (X (X to) (X (X investors) (X (X :) (X Columbia))))) (X (X might) (X (X be) (X (X (X broken) (X up)) (X ,))))) (X (X as) (X (X (X Mellon) (X Bank)) (X (X was) (X split))))) (X (X into) (X (X (X a) (X (X good) (X bank))) (X (X and) (X (X (X a) (X (X bad) (X bank))) (X .))))))))
(X (X (X (X (X But) (X (X Columbia) (X (X 's) (X (X good) (X bank))))) (X would)) (X (X be) (X (X (X (X a) (X regulated)) (X thrift)) (X ,)))) (X (X while) (X (X (X (X (X (X the) (X bad)) (X bank)) (X would)) (X (X be) (X (X (X a) (X (X private) (X (X investment) (X company)))) (X ,)))) (X (X holding) (X (X some) (X (X of) (X (X (X (X Columbia) (X 's)) (X (X junk) (X bonds))) (X (X ,) (X (X (X (X real) (X estate)) (X (X and) (X (X equity) (X investments)))) (X .))))))))))
(X (X Some) (X (X think) (X (X (X (X (X (X (X Columbia) (X (X 's) (X thrift))) (X (X ,) (X (X (X (X which) (X now)) (X is)) (X (X seeking) (X (X (X a) (X new)) (X (X chief) (X (X operating) (X officer)))))))) (X (X ,) (X might))) (X (X be) (X (X capitalized) (X (X at) (X (X ,) (X (X say) (X (X (X (X $) (X (X 300) (X million))) (X ,)) (X (X and) (X shopped))))))))) (X (X to) (X (X (X a) (X (X commercial) (X bank))) (X that)))) (X (X wants) (X (X (X a) (X (X California) (X presence))) (X .))))))
(X (X (X The) (X thrift)) (X (X surely) (X (X (X (X could) (X (X be) (X sold))) (X (X for) (X (X (X more) (X (X than) (X the))) (X value)))) (X (X of) (X (X (X (X its) (X equity)) (X (X ,) (X (X financial) (X (X industry) (X executives))))) (X (X say) (X .)))))))
(X (X (X Meanwhile) (X (X ,) (X (X the) (X (X bad) (X bank))))) (X (X with) (X (X (X (X (X (X the) (X (X junk) (X bonds))) (X (X --) (X (X (X and) (X (X (X some) (X capital)) (X --))) (X might)))) (X (X be) (X (X spun) (X off)))) (X (X to) (X (X (X Columbia) (X shareholders)) (X ,)))) (X (X including) (X (X (X (X Mr.) (X Spiegel)) (X (X ,) (X (X (X who) (X (X might) (X then))) (X (X have) (X (X (X a) (X new)) (X career)))))) (X (X ,) (X (X investors) (X (X say) (X .)))))))))
(X (X It) (X (X is) (X (X (X n't) (X clear)) (X (X how) (X (X (X (X (X much) (X a)) (X restructuring)) (X would)) (X (X help) (X (X Columbia) (X (X stockholders) (X .)))))))))
(X (X But) (X (X ``) (X (X (X the) (X concept)) (X (X is) (X (X workable) (X .))))))
(X (X You) (X (X sell) (X (X (X (X the) (X good)) (X bank)) (X (X as) (X (X (X (X (X an) (X (X ongoing) (X operation))) (X and)) (X (X use) (X (X (X (X some) (X (X of) (X (X the) (X proceeds)))) (X (X to) (X (X (X capitalize) (X (X the) (X (X bad) (X bank)))) (X (X ,) (X ''))))) (X (X says) (X (X thrift) (X (X (X specialist) (X Lewis)) (X Ranieri))))))) (X (X of) (X (X (X Ranieri) (X Associates)) (X (X in) (X (X (X New) (X York)) (X .))))))))))
(X (X (X (X Mr.) (X (X Spiegel) (X (X (X 's) (X (X next) (X career))) (X move)))) (X (X is) (X (X a) (X subject)))) (X (X of) (X (X speculation) (X (X on) (X (X (X Wall) (X Street)) (X .))))))
(X (X (X Few) (X people)) (X (X think) (X (X (X (X (X Mr.) (X Spiegel)) (X (X wants) (X to))) (X (X run) (X (X (X (X a) (X bread-and-butter)) (X thrift)) (X (X ,) (X (X (X which) (X (X current) (X rules))) (X would)))))) (X (X force) (X (X Columbia) (X (X to) (X (X become) (X .))))))))
(X (X (X ``) (X They)) (X (X are) (X (X (X (X (X n't) (X (X really) (X (X a) (X thrift)))) (X (X ,) (X ''))) (X (X says) (X (X Jonathan) (X Gray)))) (X (X ,) (X (X (X (X (X a) (X Sanford)) (X C.)) (X (X Bernstein) (X analyst))) (X .))))))
(X (X (X (X Of) (X course)) (X (X ,) (X regulators))) (X (X would) (X (X have) (X (X (X to) (X (X approve) (X (X Columbia) (X (X 's) (X reorganization))))) (X .)))))
(X (X (X (X (X (X And) (X (X some) (X investment))) (X bankers)) (X (X say) (X (X a) (X restructuring)))) (X (X is) (X (X n't) (X feasible)))) (X (X while) (X (X (X (X the) (X SEC)) (X still)) (X (X is) (X (X (X scrutinizing) (X Mr.)) (X (X Spiegel) (X (X (X (X 's) (X (X past) (X junk-bond))) (X trades)) (X .))))))))
(X (X (X (X (X Pauline) (X Yoshihashi)) (X (X in) (X (X Los) (X Angeles)))) (X contributed)) (X (X to) (X (X (X this) (X article)) (X .))))
(X (X (X (X (X (X (X Columbia) (X Savings)) (X &)) (X Loan)) (X -LRB-)) (X NYSE)) (X (X ;) (X (X (X Symbol) (X :)) (X (X CSV) (X -RRB-)))))
(X (X (X (X Business) (X :)) (X Savings)) (X (X and) (X loan)))
(X (X (X (X Year) (X (X ended) (X (X (X Dec.) (X (X 31) (X (X ,) (X 1988)))) (X :)))) (X (X Net) (X (X income) (X (X :) (X (X $) (X (X 65) (X million))))))) (X (X ;) (X (X (X or) (X $)) (X (X 1.49) (X (X a) (X share))))))
(X (X (X Third) (X quarter)) (X (X ,) (X (X (X (X (X Sept.) (X 30)) (X (X ,) (X 1989))) (X :)) (X (X Net) (X (X (X (X loss) (X (X :) (X $))) (X (X 11.57) (X (X (X a) (X share)) (X (X vs.) (X (X net) (X income)))))) (X (X :) (X (X (X 37) (X (X cents) (X a))) (X share))))))))
(X (X (X (X (X Average) (X daily)) (X (X trading) (X volume))) (X (X :) (X 83,206))) (X shares))
(X (X Common) (X (X shares) (X (X (X outstanding) (X :)) (X (X 19.6) (X million)))))
(X (X (X (X (X Note) (X :)) (X All)) (X (X per-share) (X figures))) (X (X are) (X (X fully) (X (X diluted) (X .)))))
(X (X (X (X (X Genetics) (X Institute)) (X Inc.)) (X (X ,) (X (X (X (X Cambridge) (X (X ,) (X (X Mass.) (X ,)))) (X (X said) (X it))) (X (X was) (X (X awarded) (X (X U.S.) (X patents))))))) (X (X for) (X (X Interleukin-3) (X (X and) (X (X bone) (X (X morphogenetic) (X (X protein) (X .))))))))
(X (X (X (X The) (X patent)) (X (X for) (X Interleukin-3))) (X (X covers) (X (X (X (X (X materials) (X (X and) (X methods))) (X used)) (X (X to) (X (X make) (X (X (X (X the) (X (X (X human) (X blood)) (X cell))) (X growth)) (X factor))))) (X (X via) (X (X (X recombinant) (X (X DNA) (X technology))) (X .))))))
(X (X (X (X Sandoz) (X Ltd.)) (X (X has) (X (X (X licensed) (X (X (X certain) (X manufacturing)) (X (X and) (X (X marketing) (X rights))))) (X (X for) (X (X Interleukin-3) (X (X from) (X (X (X (X Genetics) (X Institute)) (X and)) (X (X is) (X (X conducting) (X (X preclinical) (X studies))))))))))) (X (X with) (X (X it) (X .))))
(X (X (X (X Interleukin-3) (X may)) (X (X help) (X in))) (X (X treating) (X (X (X blood) (X (X cell) (X (X deficiencies) (X associated)))) (X (X with) (X (X (X (X (X cancer) (X treatment)) (X (X ,) (X (X (X (X bone) (X marrow)) (X transplants)) (X (X and) (X (X other) (X (X blood-cell) (X disorders))))))) (X (X ,) (X (X Genetics) (X Institute)))) (X (X said) (X .)))))))
(X (X (X The) (X (X second) (X patent))) (X (X describes) (X (X (X (X (X (X (X bone) (X morphogenetic)) (X protein-1)) (X (X ,) (X (X a) (X substance)))) (X that)) (X (X can) (X (X induce) (X formation)))) (X (X of) (X (X (X new) (X cartilage)) (X .))))))
(X (X (X The) (X patent)) (X (X covers) (X (X (X (X (X BMP-1) (X (X type) (X proteins))) (X (X and) (X (X (X pharmaceutical) (X compositions)) (X (X and) (X methods))))) (X for)) (X (X treating) (X (X (X (X (X (X bone) (X or)) (X cartilage)) (X defects)) (X (X ,) (X (X Genetics) (X Institute)))) (X (X said) (X .)))))))
(X (X (X (X (X (X The) (X company)) (X added)) (X (X that) (X (X (X it) (X (X has) (X (X filed) (X (X patent) (X applications))))) (X (X ``) (X (X on) (X (X (X a) (X (X large) (X number))) (X (X of) (X (X (X different) (X (X BMP) (X (X proteins) (X '')))) (X (X and) (X (X the) (X patent))))))))))) (X (X on) (X BMP-1))) (X (X is) (X (X (X (X (X the) (X first)) (X it)) (X has)) (X (X received) (X .)))))
(X (X (X (X (X (X BMP) (X products)) (X may)) (X (X be) (X useful))) (X (X in) (X (X (X fracture) (X healing)) (X (X and) (X in))))) (X (X treating) (X (X (X bone) (X (X loss) (X associated))) (X (X with) (X (X (X (X (X periodontal) (X disease)) (X (X and) (X (X certain) (X cancers)))) (X (X ,) (X (X the) (X company)))) (X (X said) (X .)))))))
(X (X (X (X (X (X The) (X (X Bush) (X (X (X administration) (X 's)) (X nomination)))) (X (X of) (X (X Clarence) (X Thomas)))) (X (X to) (X (X (X a) (X seat)) (X (X on) (X (X (X (X the) (X federal)) (X (X appeals) (X (X court) (X here)))) (X (X received) (X (X a) (X (X blow) (X (X this) (X week)))))))))) (X (X when) (X (X (X (X the) (X American)) (X Bar)) (X Association)))) (X (X gave) (X (X (X (X (X Mr.) (X Thomas)) (X (X only) (X (X a) (X (X ``) (X (X (X qualified) (X '')) (X rating)))))) (X (X ,) (X (X rather) (X than)))) (X (X ``) (X (X (X (X well) (X qualified)) (X .)) (X ''))))))
(X (X (X (X (X (X People) (X familiar)) (X (X with) (X (X (X (X (X (X the) (X Senate)) (X Judiciary)) (X Committee)) (X (X ,) (X (X (X which) (X (X will) (X (X vote) (X (X on) (X (X the) (X nomination)))))) (X ,)))) (X (X said) (X (X (X some) (X liberal)) (X members)))))) (X (X of) (X (X the) (X panel)))) (X (X are) (X likely))) (X (X to) (X (X question) (X (X (X (X the) (X (X ABA) (X rating))) (X (X in) (X hearings))) (X (X on) (X (X (X the) (X matter)) (X .)))))))
(X (X (X (X (X Mr.) (X Thomas)) (X (X ,) (X (X currently) (X chairman)))) (X (X of) (X (X (X (X (X (X the) (X Equal)) (X Employment)) (X (X Opportunity) (X Commission))) (X ,)) (X (X would) (X (X add) (X (X (X another) (X conservative)) (X voice))))))) (X (X to) (X (X (X (X the) (X closely)) (X (X divided) (X court))) (X .))))
(X (X (X Groups) (X (X have) (X (X accused) (X him)))) (X (X of) (X (X (X advocating) (X policies)) (X (X that) (X (X (X narrowed) (X rights)) (X (X of) (X (X (X (X (X older) (X workers)) (X and)) (X of)) (X (X ignoring) (X (X discrimination) (X (X by) (X (X (X large) (X companies)) (X .))))))))))))
(X (X (X (X (X Fourteen) (X members)) (X (X of) (X (X the) (X House)))) (X (X with) (X (X (X (X jurisdiction) (X (X over) (X (X the) (X EEOC)))) (X have)) (X (X said) (X (X they) (X (X oppose) (X (X Mr.) (X (X Thomas) (X (X 's) (X nomination)))))))))) (X (X because) (X (X of) (X (X ``) (X (X (X serious) (X questions)) (X (X about) (X (X (X (X (X his) (X judgment)) (X -LCB-)) (X (X and) (X (X -RCB-) (X respect)))) (X (X for) (X (X (X the) (X law)) (X (X .) (X '')))))))))))
(X (X (X (X (X (X (X (X A) (X senior)) (X Justice)) (X (X Department) (X official))) (X ,)) (X (X however) (X ,))) (X (X said) (X (X the) (X administration)))) (X (X is) (X (X (X n't) (X worried)) (X (X about) (X (X the) (X (X ABA) (X (X rating) (X .))))))))
(X (X (X ``) (X We)) (X (X 're) (X (X (X (X (X (X (X (X (X pleased) (X the)) (X ABA)) (X (X rated) (X (X him) (X qualified)))) (X (X ,) (X ''))) (X (X David) (X Runkel))) (X (X ,) (X (X (X the) (X (X department) (X 's))) (X (X chief) (X spokesman))))) (X (X ,) (X said))) (X (X in) (X (X (X an) (X interview)) (X .))))))
(X (X (X The) (X ABA)) (X (X gives) (X (X (X (X (X a) (X (X ``) (X (X (X qualified) (X '')) (X rating)))) (X (X to) (X (X nominees) (X it)))) (X (X believes) (X (X would) (X perform)))) (X (X ``) (X (X (X satisfactorily) (X '')) (X (X on) (X (X (X the) (X bench)) (X .))))))))
(X (X (X (X In) (X contrast)) (X (X ,) (X (X (X the) (X lawyers)) (X (X ') (X association))))) (X (X gives) (X (X (X (X a) (X (X ``) (X (X (X (X well) (X qualified)) (X '')) (X rating)))) (X (X to) (X (X those) (X (X ``) (X regarded))))) (X (X as) (X (X one) (X (X of) (X (X (X the) (X (X best) (X available))) (X (X for) (X (X (X the) (X vacancy)) (X .))))))))))
(X (X (X Metallgesellschaft) (X AG)) (X (X said) (X (X (X it) (X agreed)) (X (X to) (X (X (X (X acquire) (X (X 51) (X %))) (X (X of) (X (X Lentjes) (X AG)))) (X (X from) (X (X (X (X (X the) (X Ferdinand)) (X Lentjes)) (X Foundation)) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X (X (X (X Metallgesellschaft) (X (X ,) (X (X (X (X (X a) (X diversified)) (X Frankfurt)) (X (X ,) (X (X (X West) (X (X Germany-based) (X (X metals) (X group)))) (X ,)))) (X (X said) (X it))))) (X (X is) (X (X buying) (X (X the) (X stake))))) (X (X in) (X (X (X (X the) (X specialized)) (X engineering)) (X company)))) (X (X to) (X (X expand) (X (X its) (X production))))) (X (X of) (X (X (X environmental) (X supplies)) (X (X for) (X (X (X power) (X plants)) (X .))))))
(X (X (X (X (X (X Lentjes) (X ')) (X product)) (X mix)) (X (X of) (X (X (X specialized) (X boilers)) (X (X and) (X pipes))))) (X (X provides) (X (X (X (X a) (X good)) (X fit)) (X (X with) (X (X (X (X (X (X its) (X (X own) (X Lurgi))) (X G.m.b)) (X .)) (X (X H.) (X (X (X plant) (X engineering)) (X unit)))) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))))
(X (X (X (X (X The) (X move)) (X (X is) (X part))) (X (X of) (X (X a) (X strategy)))) (X (X to) (X (X (X (X focus) (X (X on) (X (X (X its) (X (X core) (X metals))) (X trading)))) (X (X ,) (X (X processing) (X (X and) (X (X plant) (X (X engineering) (X activities))))))) (X (X while) (X (X (X shedding) (X (X peripheral) (X units))) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))))
(X (X (X (X Lentjes) (X (X had) (X (X 1988) (X sales)))) (X (X of) (X (X (X 800) (X million)) (X (X marks) (X (X (X -LRB-) (X (X $) (X (X 434.4) (X (X million) (X -RRB-))))) (X and)))))) (X (X has) (X (X (X (X (X a) (X current)) (X order)) (X backlog)) (X (X of) (X (X (X 2.5) (X billion)) (X (X marks) (X .)))))))
(X (X (X (X (X (X The) (X sale)) (X comes)) (X (X in) (X place))) (X (X of) (X (X (X (X a) (X (X planned) (X initial))) (X public)) (X offering)))) (X (X of) (X (X Lentjes) (X (X stock) (X .)))))
(X (X (X (X A) (X plan)) (X to)) (X (X bring) (X (X (X (X the) (X stock)) (X (X to) (X (X market) (X (X before) (X (X (X (X year) (X end)) (X apparently)) (X (X was) (X upset))))))) (X (X by) (X (X (X (X the) (X recent)) (X weakness)) (X (X of) (X (X Frankfurt) (X (X share) (X (X prices) (X .))))))))))
(X (X (X (X (X (X (X The) (X U.S.)) (X International)) (X Trade)) (X Commission)) (X (X issued) (X (X preliminary) (X rulings)))) (X (X under) (X (X (X the) (X (X U.S.) (X (X anti-dumping) (X act)))) (X (X that) (X (X (X (X imports) (X (X of) (X sweaters))) (X (X from) (X (X (X Hong) (X Kong)) (X (X ,) (X (X Taiwan) (X (X and) (X (X South) (X Korea)))))))) (X (X may) (X (X be) (X (X (X injuring) (X (X a) (X (X domestic) (X industry)))) (X .)))))))))
(X (X (X (X (X Because) (X (X of) (X (X (X (X the) (X rulings)) (X (X ,) (X (X (X the) (X Commerce)) (X Department)))) (X (X will) (X continue))))) (X (X to) (X (X (X investigate) (X complaints)) (X (X by) (X (X U.S.) (X (X sweater) (X makers))))))) (X (X that) (X (X (X (X the) (X imports)) (X (X are) (X (X reaching) (X (X (X the) (X U.S.)) (X (X at) (X (X (X unfairly) (X low)) (X prices))))))) (X (X in) (X violation))))) (X (X of) (X (X (X (X the) (X U.S.)) (X (X anti-dumping) (X act))) (X .))))
(X (X (X The) (X law)) (X (X defines) (X (X (X unfairly) (X (X low) (X prices))) (X (X as) (X (X (X ones) (X (X below) (X (X the) (X cost)))) (X (X of) (X (X (X (X production) (X or)) (X (X below) (X prices))) (X (X in) (X (X an) (X (X (X (X exporter) (X 's)) (X (X home) (X market))) (X .)))))))))))
(X (X (X ITC) (X officials)) (X (X said) (X (X (X (X (X final) (X Commerce)) (X Department)) (X (X and) (X (X ITC) (X rulings)))) (X (X wo) (X (X (X n't) (X come)) (X (X until) (X (X (X (X next) (X March)) (X (X or) (X later))) (X .))))))))
(X (X (X (X (X If) (X (X both) (X agencies))) (X (X find) (X violations))) (X (X of) (X (X (X (X (X the) (X (X U.S.) (X (X trade) (X law)))) (X (X ,) (X (X (X the) (X U.S.)) (X would)))) (X (X assess) (X (X (X penalty) (X duties)) (X (X on) (X (X (X the) (X imports)) (X (X ,) (X (X (X which) (X already)) (X (X are) (X subject))))))))) (X (X to) (X (X import) (X quotas)))))) (X (X under) (X (X (X bilateral) (X textile)) (X (X and) (X (X apparel) (X (X (X trade) (X agreements)) (X .)))))))
(X (X (X (X Imports) (X (X of) (X (X (X (X (X manmade-fiber) (X sweaters)) (X (X in) (X (X 1988) (X totaled)))) (X (X about) (X (X $) (X (X 405) (X million))))) (X (X from) (X (X Taiwan) (X (X ,) (X (X $) (X (X 400) (X million))))))))) (X (X from) (X (X (X (X South) (X Korea)) (X (X and) (X (X $) (X (X 125) (X million))))) (X (X from) (X (X (X Hong) (X Kong)) (X (X ,) (X according))))))) (X (X to) (X (X (X the) (X ITC)) (X .))))
(X (X (X (X (X (X (X In) (X another)) (X action)) (X (X ,) (X (X the) (X ITC)))) (X (X dismissed) (X (X anti-dumping) (X (X (X act) (X complaints)) (X filed))))) (X (X by) (X (X (X Du) (X Pont)) (X Co.)))) (X (X of) (X (X (X (X Wilmington) (X (X ,) (X (X Del.) (X ,)))) (X (X against) (X imports))) (X (X of) (X (X (X (X neoprene) (X (X ,) (X (X (X a) (X type)) (X (X of) (X (X synthetic) (X rubber)))))) (X ,)) (X (X from) (X (X France) (X (X and) (X (X West) (X (X Germany) (X .)))))))))))
(X (X (X (X These) (X imports)) (X totaled)) (X (X about) (X (X (X (X $) (X (X 17) (X (X million) (X last)))) (X year)) (X .))))
(X (X (X Upjohn) (X Co.)) (X (X said) (X (X (X (X it) (X will)) (X (X offer) (X (X an) (X (X (X early) (X retirement)) (X package))))) (X (X to) (X (X (X as) (X (X (X many) (X (X as) (X (X 1,100) (X employees)))) (X (X in) (X (X (X a) (X cost-cutting)) (X (X move) (X expected)))))) (X (X to) (X (X result) (X (X in) (X (X (X a) (X (X fourth-quarter) (X charge))) (X .))))))))))
(X (X (X (X Upjohn) (X officials)) (X (X said) (X (X they) (X (X could) (X n't))))) (X (X estimate) (X (X (X (X (X the) (X size)) (X (X of) (X (X (X the) (X charge)) (X (X until) (X (X they) (X determine)))))) (X (X which) (X (X (X employees) (X ,)) (X and)))) (X (X how) (X (X (X (X (X many) (X ,)) (X will)) (X participate)) (X (X in) (X (X (X (X the) (X retirement)) (X plan)) (X .))))))))
(X (X (X (X (X (X But) (X the)) (X (X pharmaceutical) (X company))) (X (X said) (X it))) (X (X ``) (X (X anticipates) (X (X (X the) (X (X long-term) (X savings))) (X resulting))))) (X (X from) (X (X (X the) (X (X plan) (X (X 's) (X implementation)))) (X (X will) (X (X (X (X more) (X (X than) (X offset))) (X (X short-term) (X (X costs) (X .)))) (X ''))))))
(X (X (X (X The) (X program)) (X (X ,) (X available))) (X (X to) (X (X (X (X (X (X (X Upjohn) (X (X employees) (X (X 55) (X (X years) (X old))))) (X (X or) (X older))) (X ,)) (X could)) (X (X increase) (X (X an) (X (X (X individual) (X (X 's) (X retirement))) (X (X benefits) (X (X 10) (X %))))))) (X (X to) (X (X (X 20) (X %)) (X .))))))
(X (X (X (X In) (X addition)) (X (X ,) (X Upjohn))) (X (X is) (X (X (X offering) (X (X (X a) (X (X one-time) (X retirement))) (X (X bonus) (X equal)))) (X (X to) (X (X (X six) (X months)) (X (X of) (X (X base) (X (X pay) (X .)))))))))
(X (X (X (X (X (X (X (X Chairman) (X Theodore)) (X Cooper)) (X (X called) (X (X (X the) (X program)) (X part)))) (X (X of) (X (X (X (X the) (X company)) (X (X 's) (X two-year))) (X strategy)))) (X to)) (X (X implement) (X (X (X budget) (X constraints)) (X and)))) (X (X ``) (X (X (X (X an) (X effective)) (X (X headcount-control) (X program))) (X (X .) (X '')))))
(X (X (X (X But) (X (X some) (X analysts))) (X questioned)) (X (X how) (X (X (X (X (X much) (X (X of) (X (X an) (X (X impact) (X (X the) (X (X retirement) (X package))))))) (X will)) (X (X have) (X ,))) (X (X because) (X (X (X (X few) (X jobs)) (X (X will) (X end))) (X (X up) (X (X being) (X (X eliminated) (X .)))))))))
(X (X (X ``) (X (X (X (X (X It) (X (X 's) (X a))) (X cosmetic)) (X move)) (X (X ,) (X (X (X '') (X said)) (X (X Jonathan) (X (X S.) (X Gelles))))))) (X (X of) (X (X (X (X (X Wertheim) (X Schroder)) (X &)) (X Co)) (X .))))
(X (X (X According) (X (X to) (X (X (X (X (X Upjohn) (X (X 's) (X estimates))) (X (X ,) (X (X only) (X (X 50) (X %))))) (X (X to) (X (X (X 60) (X %)) (X (X of) (X (X (X (X the) (X 1,100)) (X (X eligible) (X employees))) (X will)))))) (X (X take) (X advantage))))) (X (X of) (X (X (X the) (X plan)) (X .))))
(X (X (X Upjohn) (X (X further) (X estimated))) (X (X that) (X (X (X (X about) (X (X 50) (X %))) (X (X of) (X (X (X the) (X employees)) (X who)))) (X (X leave) (X (X for) (X (X (X (X early) (X retirement)) (X may)) (X (X be) (X (X replaced) (X .)))))))))
(X (X (X (X (X (X (X As) (X a)) (X result)) (X (X ,) (X Upjohn))) (X will)) (X (X likely) (X (X trim) (X (X only) (X (X about) (X 275)))))) (X (X to) (X (X 350) (X (X of) (X (X (X its) (X (X more) (X (X than) (X (X 21,000) (X jobs))))) (X (X world-wide) (X .)))))))
(X (X (X (X In) (X (X composite) (X trading))) (X (X on) (X (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X (X Exchange) (X yesterday)))) (X (X ,) (X Upjohn))))) (X (X shares) (X (X (X (X rose) (X 87.5)) (X cents)) (X (X to) (X (X $) (X (X 38.875) (X (X apiece) (X .))))))))
(X (X (X (X (X (X An) (X (X Upjohn) (X spokesman))) (X (X said) (X (X he) (X had)))) (X (X ``) (X (X (X (X heard) (X nothing)) (X '')) (X to)))) (X (X suggest) (X (X (X (X (X the) (X (X early) (X retirement))) (X package)) (X (X was) (X spurred))) (X (X by) (X (X (X shareholder) (X (X (X (X pressure) (X or)) (X a)) (X (X potential) (X bidder)))) (X (X for) (X (X (X the) (X company)) (X (X ,) (X (X (X which) (X occasionally)) (X (X has) (X (X been) (X (X the) (X target))))))))))))) (X (X of) (X (X (X takeover) (X speculation)) (X .))))
(X (X (X (X (X The) (X (X (X company) (X earlier)) (X this))) (X year)) (X (X adopted) (X (X a) (X (X shareholder-rights) (X plan))))) (X (X to) (X (X ward) (X (X off) (X (X (X unwanted) (X suitors)) (X .))))))
(X (X (X (X (X The) (X spokesman)) (X (X said) (X it))) (X (X is) (X (X (X (X the) (X (X first) (X (X early) (X retirement)))) (X plan)) (X offered)))) (X (X under) (X (X (X (X (X its) (X two-year)) (X cost-control)) (X strategy)) (X .))))
(X (X (X (X Earlier) (X staff-reduction)) (X moves)) (X (X have) (X (X (X trimmed) (X (X about) (X (X 300) (X jobs)))) (X (X ,) (X (X (X (X the) (X spokesman)) (X said)) (X .))))))
(X (X (X (X (X (X (X INTER-TEL) (X Inc)) (X .)) (X -LRB-)) (X Chandler)) (X (X ,) (X (X Ariz.) (X -RRB-)))) (X --))
(X (X (X (X (X Jerry) (X Chapman)) (X (X ,) (X (X managing) (X director)))) (X (X of) (X (X (X (X WayMar) (X Associates)) (X ,)) (X (X was) (X (X elected) (X (X a) (X director))))))) (X (X of) (X (X (X this) (X (X business) (X (X telecommunications) (X software)))) (X (X and) (X (X systems) (X (X concern) (X .)))))))
(X (X (X He) (X (X increases) (X (X the) (X board)))) (X (X to) (X (X seven) (X .))))
(X (X (X ``) (X (X (X (X (X Feeding) (X Frenzy)) (X '')) (X (X -LRB-) (X (X Henry) (X Holt)))) (X (X ,) (X (X (X (X 326) (X pages)) (X (X ,) (X (X $) (X (X 19.95) (X -RRB-))))) (X (X ,) (X (X a) (X (X (X highly) (X detailed)) (X account)))))))) (X (X of) (X (X (X the) (X (X Wedtech) (X scandal))) (X (X ,) (X (X begins) (X (X on) (X (X (X (X a) (X reassuring)) (X note)) (X .))))))))
(X (X (X (X Right) (X (X up) (X front))) (X (X in) (X (X (X the) (X preface)) (X (X ,) (X (X co-author) (X (X William) (X Sternberg))))))) (X (X gives) (X (X (X us) (X (X an) (X example))) (X (X of) (X (X (X his) (X (X own) (X integrity))) (X .))))))
(X (X (X (X When) (X (X offered) (X (X (X (X a) (X free)) (X trip)) (X (X from) (X (X (X (X (X the) (X Bronx)) (X (X ,) (X (X Wedtech) (X (X 's) (X home))))) (X (X ,) (X (X to) (X (X (X Washington) (X (X ,) (X (X D.C.) (X ,)))) (X (X by) (X one)))))) (X (X of) (X (X (X (X Wedtech) (X 's)) (X principals)) (X (X ,) (X he))))))))) (X (X tells) (X (X (X the) (X reader)) (X ,)))) (X (X ``) (X (X (X mindful) (X (X of) (X (X (X accepting) (X anything)) (X (X of) (X value))))) (X (X from) (X (X (X (X (X those) (X I)) (X was)) (X writing)) (X (X about) (X (X ,) (X (X (X I) (X declined)) (X (X .) (X ''))))))))))
(X (X (X (X (X (X Any) (X question)) (X as)) (X to)) (X (X why) (X (X (X (X (X an) (X author)) (X would)) (X (X believe) (X (X (X this) (X plaintive)) (X (X ,) (X (X high-minded) (X note)))))) (X (X of) (X assurance))))) (X (X is) (X (X (X necessary) (X (X is) (X answered))) (X (X by) (X (X (X reading) (X (X this) (X book))) (X (X about) (X (X (X sticky) (X fingers)) (X (X and) (X (X sweaty) (X (X scammers) (X .)))))))))))
(X (X (X (X Bribe) (X (X by) (X (X (X (X bribe) (X (X ,) (X (X Mr.) (X Sternberg)))) (X (X and) (X (X (X his) (X co-author)) (X (X ,) (X (X (X Matthew) (X (X C.) (X (X Harrison) (X Jr.)))) (X (X ,) (X (X lead) (X us)))))))) (X (X along) (X (X (X (X the) (X path)) (X (X Wedtech) (X traveled))) (X ,)))))) (X (X from) (X (X (X (X its) (X inception)) (X (X as) (X (X (X (X a) (X small)) (X (X manufacturing) (X company))) (X (X to) (X (X the) (X status)))))) (X (X of) (X (X (X full-fledged) (X (X defense) (X contractor))) (X (X ,) (X entrusted))))))) (X (X with) (X (X (X the) (X task)) (X (X of) (X (X (X producing) (X (X vital) (X equipment))) (X (X for) (X (X (X the) (X Army)) (X (X and) (X (X Navy) (X .))))))))))
(X (X (X (X (X (X The) (X book)) (X revolves)) (X (X around) (X (X John) (X Mariotta)))) (X (X ,) (X (X the) (X founder)))) (X (X of) (X (X (X (X the) (X company)) (X (X ,) (X (X (X and) (X (X Fred) (X Neuberger))) (X (X ,) (X who))))) (X (X became) (X (X (X his) (X (X partner) (X soon))) (X (X after) (X (X Wedtech) (X (X (X 's) (X creation)) (X .)))))))))
(X (X (X (X (X Although) (X started)) (X (X in) (X 1965))) (X (X ,) (X Wedtech))) (X (X did) (X (X (X (X (X n't) (X really)) (X (X get) (X rolling))) (X (X until) (X (X 1975) (X ,)))) (X (X when) (X (X Mr.) (X (X (X (X (X Neuberger) (X (X discovered) (X (X (X (X the) (X federal)) (X (X government) (X 's))) (X (X Section) (X (X 8) (X -LRB-)))))) (X A)) (X (X -RRB-) (X (X minority) (X (X business) (X program))))) (X .)))))))
(X (X This) (X (X is) (X (X (X (X a) (X Johnson-era)) (X (X ,) (X (X Great) (X (X Society) (X creation))))) (X (X that) (X (X (X mandates) (X (X (X (X certain) (X government)) (X contracts)) (X (X be) (X (X awarded) (X noncompetitively))))) (X (X to) (X (X (X minority) (X businesses)) (X .))))))))
(X (X (X (X Mr.) (X Neuberger)) (X realized)) (X (X that) (X (X ,) (X (X although) (X (X (X (X (X of) (X (X Italian) (X ancestry))) (X (X ,) (X (X (X (X Mr.) (X Mariotta)) (X still)) (X could)))) (X qualify)) (X (X as) (X (X (X (X (X a) (X (X minority) (X person))) (X (X since) (X he))) (X (X was) (X born))) (X (X in) (X (X (X Puerto) (X Rico)) (X .))))))))))
(X (X (X (X (X (X The) (X two)) (X partners)) (X merely)) (X (X had) (X (X to) (X (X falsify) (X (X (X the) (X true)) (X ownership)))))) (X (X of) (X (X (X the) (X corporation)) (X .))))
(X (X (X Instead) (X (X of) (X (X (X 50\/50) (X it)) (X (X became) (X (X (X ,) (X (X on) (X (X (X (X paper) (X only)) (X (X ,) (X (X two-thirds) (X Mariotta)))) (X (X ,) (X (X (X (X one-third) (X Neuberger)) (X ,)) (X (X and) (X they))))))) (X (X were) (X (X (X in) (X (X the) (X program))) (X (X and) (X off))))))))) (X (X to) (X (X (X the) (X races)) (X .))))
(X (X (X (X Besides) (X (X being) (X (X a) (X (X ``) (X (X (X (X minority-owned) (X company)) (X '')) (X Wedtech)))))) (X (X was) (X located))) (X (X in) (X (X (X (X the) (X South)) (X Bronx)) (X (X ,) (X (X (X (X a) (X (X blighted) (X area))) (X (X ,) (X (X made) (X famous)))) (X (X by) (X (X (X Jimmy) (X Carter)) (X (X in) (X (X (X (X (X his) (X 1976)) (X presidential)) (X campaign)) (X .))))))))))
(X (X (X (X (X The) (X company)) (X (X plugged) (X (X itself) (X right)))) (X (X into) (X (X (X (X Carter) (X campaign)) (X rhetoric)) (X (X about) (X (X (X rebuilding) (X (X (X the) (X South)) (X Bronx))) (X and)))))) (X (X kept) (X (X (X using) (X (X (X the) (X minority)) (X (X --) (X (X South) (X (X Bronx) (X angle)))))) (X (X through) (X (X (X (X the) (X Reagan)) (X '80s)) (X .))))))
(X (X Starting) (X (X with) (X (X (X (X (X (X (X Congressman) (X Mario)) (X Biaggi)) (X -LRB-)) (X (X now) (X (X (X (X serving) (X (X a) (X (X jail) (X sentence)))) (X -RRB-)) (X (X ,) (X (X the) (X company)))))) (X (X began) (X (X (X a) (X career)) (X (X of) (X (X (X bribing) (X federal)) (X (X ,) (X (X (X state) (X (X and) (X (X local) (X (X public) (X officials))))) (X (X and) (X (X those) (X close)))))))))) (X (X to) (X (X (X (X (X public) (X officials)) (X (X ,) (X (X right) (X up)))) (X (X to) (X and))) (X (X including) (X (X (X (X E.) (X Robert)) (X Wallach)) (X (X ,) (X (X (X (X close) (X friend)) (X (X and) (X adviser))) (X (X to) (X (X (X (X (X former) (X Attorney)) (X (X General) (X Ed))) (X Meese)) (X .))))))))))))
(X (X Wedtech) (X (X did) (X (X (X n't) (X just)) (X (X use) (X (X (X (X old) (X fashioned)) (X bribery)) (X .))))))
(X (X (X It) (X (X made) (X (X ample) (X use)))) (X (X of) (X (X (X (X (X the) (X modern)) (X techniques)) (X (X of) (X (X (X influence) (X peddling)) (X (X ,) (X (X retaining) (X (X (X politically) (X connected)) (X (X ``) (X (X (X respectable) (X (X '') (X (X law) (X firms)))) (X (X ,) (X (X (X (X investment) (X bankers)) (X (X and) (X (X political) (X consultants)))) (X ,))))))))))) (X (X including) (X (X (X (X (X Reagan) (X confidant)) (X Lyn)) (X Nofzinger)) (X .))))))
(X (X (X (X When) (X necessary)) (X (X ,) (X (X (X it) (X (X sought) (X and))) (X (X received) (X assistance))))) (X (X from) (X (X (X organized) (X crime)) (X .))))
(X (X (X (X Sometimes) (X the)) (X bribed)) (X (X became) (X (X partners) (X (X in) (X (X (X the) (X company)) (X .))))))
(X (X (X Wedtech) (X management)) (X (X used) (X (X (X the) (X (X merit) (X system))) (X .))))
(X (X (X (X If) (X you)) (X (X were) (X (X especially) (X helpful)))) (X (X in) (X (X (X (X (X a) (X (X corrupt) (X scheme))) (X you)) (X (X received) (X (X (X not) (X (X just) (X cash))) (X (X in) (X (X (X a) (X bag)) (X ,)))))) (X (X but) (X (X equity) (X .))))))
(X (X (X (X If) (X you)) (X (X were) (X (X (X not) (X (X (X an) (X effective)) (X crook))) (X (X ,) (X you))))) (X (X found) (X (X (X (X yourself) (X out)) (X (X in) (X (X (X (X (X the) (X cold)) (X ,)) (X a)) (X fate)))) (X (X that) (X (X (X (X eventually) (X (X befell) (X (X Mr.) (X Mariotta)))) (X (X ,) (X (X (X (X the) (X firm)) (X 's)) (X semiliterate)))) (X (X ``) (X (X (X minority) (X (X '') (X person))) (X .))))))))
(X (X But) (X (X despite) (X (X (X the) (X (X sensational) (X nature))) (X (X of) (X (X (X (X (X (X the) (X revelations)) (X (X and) (X (X the) (X breezy)))) (X (X ,) (X (X easy-to-read) (X tabloid)))) (X (X writing) (X (X style) (X ,)))) (X (X ``) (X (X (X (X (X Feeding) (X Frenzy)) (X '')) (X (X often) (X (X falls) (X short)))) (X (X of) (X (X gripping) (X (X reading) (X .)))))))))))
(X (X (X None) (X (X of) (X (X (X the) (X scams)) (X (X show) (X (X (X much) (X ingenuity)) (X (X :) (X Auditors))))))) (X (X found) (X (X (X crookery) (X (X (X the) (X first)) (X day))) (X (X on) (X (X (X the) (X job)) (X .))))))
(X (X (X (X (X Wedtech) (X (X 's) (X scammers))) (X simply)) (X (X bribed) (X them))) (X (X to) (X (X shut) (X (X up) (X .)))))
(X (X (X (X The) (X (X scammers) (X themselves))) (X (X were) (X (X (X garden-variety) (X (X low) (X lifes))) (X (X ,) (X (X (X conspicuous) (X consumers)) (X who)))))) (X (X wanted) (X (X (X (X big) (X houses)) (X (X ,) (X (X Mercedes) (X cars)))) (X (X ,) (X (X (X beautiful) (X women)) (X (X ,) (X (X (X expensive) (X clothes)) (X .))))))))
(X (X (X (X (X (X Among) (X the)) (X lot)) (X (X of) (X (X them) (X (X ,) (X (X not) (X one)))))) (X (X is) (X wrestling))) (X (X with) (X (X (X good) (X (X and) (X evil))) (X (X ,) (X (X (X or) (X (X especially) (X (X (X intelligent) (X or)) (X (X even) (X (X temporarily) (X insane)))))) (X .))))))
(X (X (X (X (X (X (X The) (X (X one) (X character))) (X (X at) (X (X least) (X (X somewhat) (X interesting))))) (X (X was) (X (X (X Irving) (X Louis)) (X Lobsenz)))) (X (X ,) (X (X (X a) (X pediatrician)) (X who)))) (X (X changed) (X (X his) (X name)))) (X (X to) (X (X (X (X (X (X Rusty) (X Kent)) (X London)) (X and)) (X (X became) (X (X (X (X a) (X master)) (X gambler)) (X (X and) (X author))))) (X (X of) (X (X (X a) (X book)) (X (X on) (X (X blackjack) (X .))))))))
(X (X He) (X (X enters) (X (X (X the) (X story)) (X (X toward) (X (X (X (X the) (X end)) (X (X ,) (X (X just) (X (X in) (X time))))) (X (X to) (X (X get) (X (X arrested) (X .)))))))))
(X (X (X (X (X (X Absorbed) (X (X in) (X (X doling) (X out)))) (X (X ``) (X (X (X (X (X (X Feeding) (X (X Frenzy) (X (X 's) (X '')))) (X tidbits)) (X (X ,) (X (X the) (X authors)))) (X (X gloss) (X (X over) (X (X the) (X root))))) (X causes)))) (X (X of) (X (X Wedtech) (X ,)))) (X (X namely) (X (X (X (X the) (X (X Section) (X (X 8) (X -LRB-)))) (X A)) (X (X -RRB-) (X (X federal) (X program)))))) (X (X under) (X (X (X whose) (X (X auspices) (X (X the) (X scandal)))) (X (X took) (X (X place) (X .))))))
(X (X They) (X (X do) (X (X (X (X (X (X (X at) (X least)) (X come)) (X around)) (X to)) (X saying)) (X (X that) (X (X (X (X (X (X the) (X courts)) (X might)) (X want)) (X (X to) (X end))) (X (X ``) (X (X (X rigid) (X (X affirmative) (X (X action) (X programs)))) (X (X .) (X '')))))))))
(X (X (X (X Programs) (X (X like) (X (X (X (X (X Section) (X (X 8) (X -LRB-))) (X A)) (X -RRB-)) (X (X are) (X (X a) (X little)))))) (X (X like) (X (X leaving) (X (X gold) (X (X in) (X (X (X (X (X the) (X street)) (X and)) (X then)) (X (X expressing) (X surprise)))))))) (X (X when) (X (X (X (X thieves) (X walk)) (X by)) (X (X to) (X (X (X scoop) (X it)) (X (X up) (X .)))))))
(X (X (X (X (X (X Numerous) (X (X other) (X scandals))) (X ,)) (X (X among) (X (X (X (X (X them) (X the)) (X ones)) (X (X at) (X HUD))) (X ,)))) (X (X have) (X (X (X the) (X same)) (X characteristics)))) (X (X as) (X (X Wedtech) (X .))))
(X (X (X They) (X (X take) (X (X (X place) (X (X in) (X (X government) (X programs)))) (X that)))) (X (X seem) (X (X tailor-made) (X (X for) (X (X corruption) (X .))))))
(X (X (X Why) (X (X are) (X programs))) (X (X like) (X (X (X this) (X not)) (X (X eliminated) (X ?)))))
(X (X (X ``) (X (X (X Feeding) (X Frenzy)) (X ''))) (X (X does) (X (X provide) (X (X (X (X a) (X few)) (X clues)) (X .)))))
(X (X (X (X (X In) (X (X and) (X (X (X around) (X all)) (X levels)))) (X (X of) (X (X government) (X (X in) (X (X the) (X U.S.)))))) (X (X are) (X (X groups) (X (X of) (X (X (X people) (X who)) (X (X can) (X (X best) (X (X be) (X described))))))))) (X (X as) (X (X belonging) (X (X to) (X (X (X a) (X (X political) (X (X (X insider) (X commercial)) (X party)))) (X .))))))
(X (X (X (X (X They) (X know)) (X that)) (X (X whenever) (X (X (X (X government) (X (X is) (X (X redistributing) (X wealth)))) (X (X ,) (X (X (X regulating) (X commerce)) (X or)))) (X (X maintaining) (X (X (X (X (X a) (X large)) (X defense)) (X establishment)) (X (X ,) (X there))))))) (X (X is) (X (X (X (X big) (X money)) (X (X to) (X (X (X (X be) (X made)) (X (X in) (X influencing))) (X (X ,) (X (X (X brokering) (X or)) (X (X selling) (X (X (X the) (X processes)) (X (X and) (X decisions))))))))) (X (X of) (X (X government) (X .))))))
(X (X They) (X (X are) (X (X (X (X our) (X version)) (X (X of) (X (X (X (X the) (X (X East) (X (X (X bloc) (X 's)) (X Nomenklatura)))) (X (X and) (X (X they) (X have)))) (X (X absolutely) (X (X no) (X wish)))))) (X (X to) (X (X see) (X (X (X anything) (X change)) (X .)))))))
(X (X (X (X (X (X How) (X (X many) (X government))) (X programs)) (X (X and) (X policies))) (X exist)) (X (X because) (X (X (X they) (X (X line) (X (X the) (X pockets)))) (X (X of) (X (X (X political) (X insiders)) (X ?))))))
(X (X This) (X (X is) (X (X (X (X (X the) (X real)) (X issue)) (X raised)) (X (X by) (X (X (X the) (X (X Wedtech) (X scandal))) (X .))))))
(X (X (X (X Mr.) (X Stern)) (X (X was) (X (X chairman) (X (X and) (X (X chief) (X (X executive) (X officer))))))) (X (X of) (X (X (X (X (X the) (X New)) (X York)) (X (X State) (X (X Urban) (X (X Development) (X Corp.))))) (X (X ,) (X (X 1983-85) (X .))))))
(X (X (X (X (X (X The) (X (X Finnish) (X government))) (X (X and) (X (X major) (X creditors)))) (X (X of) (X (X (X (X (X (X (X bankrupt) (X shipyard)) (X Waertsilae)) (X Marine)) (X Industries)) (X Oy)) (X (X agreed) (X (X in) (X principle)))))) (X to)) (X (X form) (X (X (X (X (X a) (X new)) (X company)) (X to)) (X (X complete) (X (X (X most) (X (X of) (X (X (X (X the) (X troubled)) (X shipyard)) (X (X 's) (X backlog))))) (X (X of) (X (X (X 15) (X ships)) (X .))))))))
(X (X (X (X (X (X The) (X (X new) (X company))) (X will)) (X attempt)) (X to)) (X (X limit) (X (X (X (X (X (X the) (X shipyard)) (X 's)) (X losses)) (X (X ,) (X participants))) (X (X said) (X .)))))
(X (X (X ``) (X (X (X The) (X situation)) (X is))) (X (X that) (X (X (X (X (X the) (X (X bankruptcy) (X court))) (X will)) (X (X get) (X out))) (X (X of) (X (X (X the) (X (X shipbuilding) (X business))) (X .))))))
(X (X (X (X Everything) (X (X will) (X (X (X be) (X (X (X taken) (X (X over) (X (X by) (X (X (X the) (X new)) (X company))))) (X (X ,) (X (X '') (X (X said) (X (X Christian) (X Andersson))))))) (X (X ,) (X (X executive) (X (X vice) (X president))))))) (X (X of) (X (X (X Oy) (X Waertsilae)) (X (X ,) (X (X former) (X parent)))))) (X (X of) (X (X (X Waertsilae) (X Marine)) (X .))))
(X (X (X Once) (X (X its) (X ownership))) (X (X is) (X (X (X finalized) (X (X ,) (X (X (X (X (X the) (X (X new) (X company))) (X will)) (X (X open) (X talks))) (X (X with) (X (X state-appointed) (X receivers)))))) (X (X to) (X (X buy) (X (X (X or) (X (X lease) (X (X Waertsilae) (X (X Marine) (X (X (X 's) (X shipyard)) (X facilities)))))) (X .)))))))
(X (X (X Subcontractors) (X (X will) (X (X be) (X (X (X offered) (X (X a) (X settlement))) (X (X and) (X (X a) (X (X swift) (X transition)))))))) (X (X to) (X (X (X (X (X new) (X management)) (X (X is) (X expected))) (X (X to) (X (X (X (X avert) (X (X an) (X exodus))) (X (X of) (X (X skilled) (X workers)))) (X (X from) (X (X (X (X (X Waertsilae) (X Marine)) (X 's)) (X (X two) (X (X big) (X shipyards)))) (X (X ,) (X (X government) (X officials)))))))) (X (X said) (X .)))))
(X (X (X (X (X Under) (X (X an) (X accord))) (X (X signed) (X yesterday))) (X (X ,) (X (X (X (X (X the) (X government)) (X and)) (X Union)) (X Bank)))) (X (X of) (X (X Finland) (X (X would) (X (X become) (X (X (X major) (X shareholders)) (X (X in) (X (X (X (X the) (X new)) (X company)) (X (X ,) (X (X (X (X each) (X (X injecting) (X (X (X 100) (X million)) (X Finnish)))) (X markkaa)) (X (X -LRB-) (X (X $) (X (X 23.5) (X (X (X million) (X -RRB-)) (X .)))))))))))))))
(X (X (X Oy) (X Waertsilae)) (X (X is) (X (X to) (X (X (X contribute) (X (X (X 200) (X million)) (X markkaa))) (X (X ,) (X (X (X (X most) (X (X of) (X it))) (X (X as) (X (X (X (X (X subordinated) (X debt)) (X ,)) (X and)) (X (X take) (X (X a) (X (X minority) (X stake))))))) (X (X in) (X (X (X (X the) (X new)) (X company)) (X .)))))))))
(X (X (X Customers) (X (X holding) (X (X contracts) (X (X for) (X (X Waertsilae) (X (X Marine) (X (X 's) (X (X undelivered) (X ships))))))))) (X (X are) (X (X expected) (X (X to) (X (X (X (X subscribe) (X (X most) (X (X of) (X (X (X (X the) (X remaining)) (X (X 170) (X million))) (X markkaa))))) (X (X in) (X (X (X share) (X capital)) (X (X ,) (X (X government) (X officials)))))) (X (X said) (X .)))))))
(X (X (X Waertsilae) (X (X Marine) (X (X (X 's) (X biggest)) (X creditor)))) (X (X is) (X (X (X (X (X (X Miami-based) (X Carnival)) (X Cruise)) (X Lines)) (X Inc)) (X .))))
(X (X (X Carnival) (X (X ,) (X (X which) (X (X has) (X (X (X three) (X ships)) (X (X on) (X order))))))) (X (X from) (X (X (X (X (X (X Waertsilae) (X Marine)) (X ,)) (X (X presented) (X claims))) (X (X for) (X (X $) (X (X 1.5) (X (X billion) (X damages)))))) (X (X in) (X (X (X the) (X (X bankruptcy) (X (X court) (X (X this) (X week))))) (X .))))))
(X (X (X (X Waertsilae) (X (X Marine) (X (X 's) (X (X bankruptcy) (X proceedings))))) (X (X began) (X Tuesday))) (X (X in) (X (X (X a) (X (X Helsinki) (X court))) (X .))))
(X (X (X (X (X Its) (X plans)) (X (X to) (X (X (X be) (X (X acquired) (X dashed))) (X (X ,) (X (X (X Comprehensive) (X Care)) (X Corp.)))))) (X (X said) (X (X it) (X plans)))) (X (X to) (X (X (X sell) (X (X most) (X (X of) (X (X (X its) (X psychiatric)) (X (X and) (X (X drug) (X (X abuse) (X facilities)))))))) (X (X in) (X (X California) (X (X and) (X (X (X (X some) (X (X other) (X assets))) (X to)) (X (X pay) (X (X (X (X its) (X debt)) (X and)) (X (X provide) (X (X (X working) (X capital)) (X .))))))))))))
(X (X (X (X (X (X In) (X all)) (X (X ,) (X (X the) (X company)))) (X hopes)) (X (X to) (X (X (X repay) (X (X $) (X (X 45) (X million)))) (X (X in) (X debt))))) (X (X through) (X (X (X (X the) (X sales)) (X (X ,) (X (X which) (X (X will) (X (X completely) (X (X discharge) (X (X its) (X (X secured) (X debt))))))))) (X (X ,) (X (X (X the) (X company)) (X (X said) (X .)))))))
(X (X (X (X In) (X addition)) (X (X ,) (X (X the) (X company)))) (X (X has) (X (X (X (X (X replaced) (X (X (X its) (X president)) (X (X and) (X (X chief) (X executive))))) (X (X ,) (X (X naming) (X (X (X W.) (X James)) (X Nichol))))) (X (X ,) (X (X head) (X (X of) (X (X (X (X the) (X company)) (X (X 's) (X (X contract) (X health)))) (X services)))))) (X (X ,) (X (X to) (X (X (X (X succeed) (X (X B.) (X Lee))) (X Karns)) (X .)))))))
(X (X (X Mr.) (X Nichol)) (X (X said) (X (X (X he) (X was)) (X (X ``) (X (X (X (X (X extremely) (X disappointed)) (X (X in) (X (X (X the) (X continuing)) (X deterioration)))) (X (X of) (X (X (X the) (X company)) (X (X 's) (X operations))))) (X (X while) (X (X (X it) (X attempted)) (X (X to) (X (X conclude) (X (X (X the) (X reorganization)) (X (X during) (X (X (X (X the) (X past)) (X (X four) (X months))) (X (X .) (X ''))))))))))))))
(X (X (X (X Concurrent) (X (X with) (X (X (X Mr.) (X (X Nichol) (X (X 's) (X appointment)))) (X (X ,) (X (X (X Comprehensive) (X Care)) (X (X moved) (X (X (X its) (X corporate)) (X headquarters)))))))) (X (X from) (X (X (X Irvine) (X (X ,) (X (X Calif.) (X ,)))) (X (X to) (X (X (X St.) (X Louis)) (X ,)))))) (X (X where) (X (X (X (X the) (X company)) (X (X maintained) (X (X (X its) (X contract)) (X (X services) (X offices))))) (X .))))
(X (X (X (X Mr.) (X Karns)) (X continues)) (X (X as) (X (X chairman) (X .))))
(X (X (X (X Comprehensive) (X Care)) (X (X had) (X (X (X agreed) (X (X to) (X (X be) (X acquired)))) (X (X by) (X (X (X closely) (X (X held) (X (X First) (X Hospital)))) (X Corp.)))))) (X (X of) (X (X (X Norfolk) (X (X ,) (X (X Va.) (X ,)))) (X (X but) (X (X (X (X (X the) (X sale)) (X sputtered)) (X almost)) (X (X from) (X (X (X (X the) (X beginning)) (X (X and) (X (X finally) (X (X collapsed) (X (X last) (X week)))))) (X .))))))))
(X (X (X (X In) (X (X composite) (X trading))) (X (X on) (X (X (X (X (X the) (X New)) (X York)) (X (X Stock) (X (X Exchange) (X yesterday)))) (X (X ,) (X (X (X Comprehensive) (X Care)) (X (X closed) (X (X at) (X (X (X $) (X (X 3.75) (X a))) (X share))))))))) (X (X ,) (X (X (X (X up) (X 12.5)) (X cents)) (X .))))
(X (X (X (X (X (X Ralston) (X Purina)) (X Co.)) (X (X reported) (X (X (X a) (X 47)) (X (X %) (X decline))))) (X (X in) (X (X (X fourth-quarter) (X earnings)) (X ,)))) (X (X reflecting) (X (X (X restructuring) (X costs)) (X (X as) (X (X well) (X (X as) (X (X (X (X a) (X (X more) (X (X (X difficult) (X pet)) (X food)))) (X market)) (X .))))))))
(X (X (X (X (X (X (X (X The) (X St.)) (X (X Louis) (X (X company) (X (X earned) (X $))))) (X (X 45.2) (X million))) (X (X ,) (X (X (X or) (X (X (X 65) (X cents)) (X a))) (X share)))) (X (X ,) (X compared))) (X (X with) (X (X (X $) (X (X 84.9) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 1.24) (X (X a) (X share)))))))) (X (X ,) (X (X (X a) (X (X year) (X earlier))) (X .))))
(X (X (X (X Sales) (X (X in) (X (X the) (X (X latest) (X period))))) (X (X were) (X (X (X $) (X (X 1.76) (X billion))) (X (X ,) (X (X (X a) (X (X 13) (X %))) (X increase)))))) (X (X from) (X (X (X (X last) (X year)) (X (X 's) (X $))) (X (X 1.55) (X (X billion) (X .))))))
(X (X (X (X (X (X (X (X For) (X the)) (X year)) (X (X ended) (X (X Sept.) (X (X (X 30) (X ,)) (X Ralston))))) (X (X earned) (X (X $) (X (X 422.5) (X million))))) (X (X ,) (X (X (X or) (X $)) (X (X 6.44) (X (X a) (X share)))))) (X (X ,) (X (X (X up) (X 8.9)) (X %)))) (X (X from) (X (X (X $) (X (X 387.8) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 5.63) (X (X a) (X (X share) (X .)))))))))
(X (X (X (X (X This) (X (X year) (X (X 's) (X results)))) (X (X included) (X (X a) (X gain)))) (X (X of) (X (X (X $) (X (X 70.2) (X million))) (X (X on) (X (X the) (X disposal)))))) (X (X of) (X (X (X seafood) (X operations)) (X .))))
(X (X (X Sales) (X (X for) (X (X (X (X the) (X full)) (X year)) (X (X were) (X (X (X $) (X (X 6.6) (X billion))) (X (X ,) (X (X up) (X (X 13) (X %))))))))) (X (X from) (X (X $) (X (X 5.8) (X (X billion) (X .))))))
(X (X (X Ralston) (X (X said) (X (X (X its) (X restructuring)) (X costs)))) (X (X include) (X (X (X the) (X phase-out)) (X (X of) (X (X (X a) (X (X battery) (X facility))) (X (X in) (X (X Greenville) (X (X ,) (X (X (X (X N.C.) (X (X ,) (X (X the) (X (X recent) (X closing))))) (X (X of) (X (X (X (X (X a) (X (X Hostess) (X cake))) (X bakery)) (X (X in) (X Cincinnati))) (X (X and) (X (X a) (X reduction)))))) (X (X in) (X (X (X staff) (X (X throughout) (X (X the) (X company)))) (X .))))))))))))
(X (X (X (X The) (X (X battery) (X plant))) (X (X ,) (X which))) (X (X makes) (X (X (X rechargeable) (X (X nickel) (X cadmium))) (X (X and) (X (X (X (X carbon) (X (X zinc) (X products))) (X (X ,) (X will))) (X (X be) (X (X (X closed) (X (X over) (X (X (X (X (X the) (X next)) (X year)) (X or)) (X so)))) (X (X ,) (X (X (X a) (X spokesman)) (X (X said) (X .)))))))))))
(X (X (X Ralston) (X (X attributed) (X (X (X its) (X fourth-quarter)) (X (X slump) (X partly))))) (X (X to) (X (X (X higher) (X costs)) (X (X of) (X (X (X (X ingredients) (X (X in) (X (X (X (X the) (X pet)) (X food)) (X business)))) (X (X as) (X well))) (X (X as) (X (X (X (X (X competitive) (X pressures)) (X ,)) (X which)) (X (X required) (X (X (X higher) (X advertising)) (X (X spending) (X .)))))))))))
(X (X (X (X (X For) (X the)) (X year)) (X (X ,) (X (X pet) (X (X food) (X volume))))) (X (X was) (X (X (X flat) (X (X ,) (X (X the) (X company)))) (X (X said) (X .)))))
(X (X (X (X (X (X Its) (X (X cereal) (X division))) (X (X realized) (X (X higher) (X (X operating) (X profit))))) (X (X on) (X (X volume) (X increases)))) (X ,)) (X (X but) (X (X also) (X (X spent) (X (X more) (X (X on) (X (X promotion) (X .))))))))
(X (X (X (X The) (X Continental)) (X (X Baking) (X (X business) (X benefited)))) (X (X from) (X (X (X (X higher) (X margins)) (X (X on) (X (X (X (X bread) (X and)) (X (X on) (X (X (X increased) (X cake)) (X sales)))) (X (X ,) (X it))))) (X (X added) (X .)))))
(X (X Ralston) (X (X said) (X (X (X (X its) (X (X Eveready) (X (X battery) (X unit)))) (X (X was) (X hurt))) (X (X by) (X (X (X continuing) (X (X economic) (X problems))) (X (X in) (X (X (X South) (X America)) (X .))))))))
(X (X Ralston) (X (X shares) (X (X (X (X closed) (X yesterday)) (X (X at) (X (X $) (X 80.50)))) (X (X ,) (X (X off) (X (X (X (X (X $) (X 1)) (X ,)) (X (X in) (X (X (X New) (X York)) (X Stock)))) (X (X Exchange) (X (X (X composite) (X trading)) (X .)))))))))
(X (X (X (X Companies) (X listed)) (X (X below) (X (X (X (X (X reported) (X quarterly)) (X profit)) (X substantially)) (X different)))) (X (X from) (X (X (X the) (X average)) (X (X of) (X (X (X analysts) (X (X ') (X estimates))) (X .))))))
(X (X (X The) (X companies)) (X (X are) (X (X followed) (X (X by) (X (X (X (X at) (X (X least) (X (X three) (X analysts)))) (X (X ,) (X (X and) (X (X had) (X (X (X a) (X (X minimum) (X five-cent))) (X change)))))) (X (X in) (X (X (X actual) (X earnings)) (X (X per) (X (X share) (X .))))))))))
(X (X (X Estimated) (X (X and) (X (X actual) (X results)))) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .))))))
(X (X (X (X The) (X (X percent) (X (X difference) (X (X compares) (X (X actual) (X profit)))))) (X (X with) (X (X (X the) (X 30-day)) (X estimate)))) (X (X where) (X (X (X at) (X (X least) (X (X three) (X analysts)))) (X (X have) (X (X (X issues) (X forecasts)) (X (X in) (X (X (X the) (X (X past) (X (X 30) (X days)))) (X .))))))))
(X (X (X (X Otherwise) (X (X ,) (X (X actual) (X profit)))) (X (X is) (X compared))) (X (X with) (X (X (X the) (X 300-day)) (X (X estimate) (X .)))))
(X (X (X (X First) (X Chicago)) (X Corp.)) (X (X said) (X (X (X it) (X (X completed) (X (X (X (X its) (X $)) (X (X 55.1) (X million))) (X (X cash-and-stock) (X acquisition))))) (X (X of) (X (X (X (X (X closely) (X (X held) (X (X Ravenswood) (X Financial)))) (X Corp.)) (X (X ,) (X (X another) (X (X Chicago) (X bank))))) (X (X holding) (X (X company) (X .))))))))
(X (X (X (X (X (X (X The) (X record)) (X corn-buying)) (X binge)) (X (X by) (X (X (X the) (X Soviet)) (X Union)))) (X is)) (X (X causing) (X (X (X serious) (X bottlenecks)) (X (X in) (X (X (X (X the) (X U.S.)) (X (X grain) (X pipeline))) (X .))))))
(X (X (X (X The) (X Soviet)) (X purchases)) (X (X are) (X (X (X so) (X massive)) (X (X that) (X (X (X exporters) (X (X are) (X (X (X (X (X struggling) (X to)) (X (X find) (X (X (X (X enough) (X river)) (X barges)) (X (X and) (X trains))))) (X (X to) (X (X move) (X (X (X (X the) (X recently)) (X harvested)) (X (X Midwest) (X crop)))))) (X (X to) (X ports))))) (X (X for) (X (X loading) (X (X onto) (X (X (X Soviet) (X ships)) (X .))))))))))
(X (X (X (X River) (X (X barge) (X rates))) (X (X have) (X (X soared) (X (X (X (X 40) (X %)) (X this)) (X fall))))) (X (X from) (X (X (X a) (X (X year) (X earlier))) (X .))))
(X (X (X (X Railroad) (X companies)) (X (X and) (X (X some) (X ports)))) (X (X are) (X (X (X reaping) (X (X (X a) (X sudden)) (X windfall))) (X (X of) (X (X business) (X .))))))
(X (X (X (X (X And) (X (X some) (X grain))) (X analysts)) (X (X are) (X predicting))) (X (X that) (X (X (X (X (X (X (X corn) (X prices)) (X (X might) (X (X gyrate) (X (X this) (X month))))) (X (X as) (X (X (X exporters) (X scrounge)) (X to)))) (X (X find) (X enough))) (X (X of) (X (X (X (X the) (X crop)) (X to)) (X (X meet) (X (X their) (X obligations)))))) (X (X to) (X (X (X the) (X Soviets)) (X .))))))
(X (X (X (X The) (X Soviet)) (X Union)) (X (X bought) (X (X (X (X (X (X roughly) (X (X 310) (X million))) (X bushels)) (X (X of) (X (X (X (X (X U.S.) (X corn)) (X (X in) (X October))) (X ,)) (X which)))) (X (X is) (X (X (X (X the) (X (X most) (X ever))) (X sold)) (X (X to) (X (X (X (X the) (X Soviet)) (X Union)) (X (X in) (X (X one) (X month)))))))) (X (X from) (X (X (X the) (X U.S.)) (X .))))))
(X (X (X (X The) (X Soviet)) (X Union)) (X (X wants) (X (X (X (X much) (X (X of) (X it))) (X delivered)) (X (X by) (X (X (X (X January) (X (X ,) (X which))) (X (X would) (X (X be) (X (X a) (X strain))))) (X (X in) (X (X (X most) (X years)) (X .))))))))
(X (X (X (X But) (X it)) (X (X is) (X (X (X particularly) (X (X difficult) (X (X this) (X autumn)))) (X (X because) (X (X of) (X (X (X (X low) (X (X water) (X levels))) (X (X on) (X (X (X the) (X Mississippi)) (X River)))) (X (X ,) (X on)))))))) (X (X which) (X (X (X flows) (X much)) (X (X of) (X (X (X the) (X (X U.S.) (X corn))) (X (X that) (X (X is) (X (X shipped) (X (X overseas) (X .))))))))))
(X (X (X ``) (X We)) (X (X are) (X (X (X (X (X (X shipping) (X the)) (X (X most) (X corn))) (X (X in) (X (X that) (X short)))) (X (X of) (X (X (X time) (X period)) (X (X to) (X (X (X (X one) (X customer)) (X (X on) (X record))) (X (X ,) (X (X '') (X (X said) (X (X William) (X Dunton)))))))))) (X (X ,) (X (X (X (X a) (X U.S.)) (X Agriculture)) (X (X Department) (X (X (X transportation) (X expert)) (X .))))))))
(X (X (X ``) (X It)) (X (X is) (X (X going) (X (X to) (X (X be) (X (X (X (X real) (X tight)) (X .)) (X '')))))))
(X (X (X Because) (X (X of) (X (X (X (X (X (X persistent) (X dry)) (X weather)) (X (X in) (X (X (X (X the) (X northern)) (X Plains)) (X (X ,) (X (X (X the) (X water)) (X level)))))) (X (X on) (X (X the) (X (X upper) (X section))))) (X (X of) (X (X (X the) (X Mississippi)) (X River)))))) (X (X is) (X (X (X so) (X low)) (X (X that) (X (X (X (X many) (X river)) (X operators)) (X (X are) (X (X (X (X already) (X (X trimming) (X (X the) (X number)))) (X (X of) (X (X barges) (X (X their) (X tows))))) (X (X push) (X (X at) (X (X (X one) (X time)) (X .)))))))))))
(X (X (X (X (X (X (X In) (X a)) (X (X few) (X weeks))) (X (X ,) (X (X (X many) (X barges)) (X probably)))) (X (X wo) (X (X (X n't) (X (X be) (X able))) (X (X to) (X (X (X operate) (X (X fully) (X (X loaded) (X south)))) (X (X of) (X (X St.) (X Louis)))))))) (X (X because) (X (X (X (X (X (X the) (X U.S.)) (X (X Army) (X Corps))) (X (X of) (X Engineers))) (X (X is) (X beginning))) (X (X to) (X (X (X (X reduce) (X (X the) (X flow))) (X (X of) (X (X (X (X the) (X Missouri)) (X River)) (X (X ,) (X which))))) (X feeds)))))) (X (X into) (X (X (X the) (X (X Mississippi) (X River))) (X .))))
(X (X (X (X The) (X Army)) (X Corps)) (X (X is) (X (X (X (X cutting) (X (X the) (X flow))) (X (X of) (X (X (X (X (X the) (X Missouri)) (X River)) (X (X about) (X (X two) (X (X weeks) (X earlier))))) (X (X than) (X normal))))) (X (X because) (X (X of) (X (X (X (X low) (X (X water) (X levels))) (X (X in) (X (X the) (X reservoirs)))) (X (X that) (X (X (X feed) (X it)) (X .)))))))))
(X (X (X (X Barge) (X rates)) (X (X on) (X (X (X (X the) (X Mississippi)) (X (X River) (X (X sank) (X yesterday)))) (X (X on) (X speculation))))) (X (X that) (X (X (X (X widespread) (X (X rain) (X (X this) (X week)))) (X (X in) (X (X the) (X Midwest)))) (X (X might) (X (X temporarily) (X (X alleviate) (X (X (X the) (X situation)) (X .))))))))
(X (X (X (X (X (X But) (X the)) (X Army)) (X Corps)) (X (X of) (X (X Engineers) (X (X expects) (X (X (X the) (X river)) (X level)))))) (X (X to) (X (X continue) (X (X (X falling) (X (X this) (X month))) (X .)))))
(X (X (X (X (X (X At) (X St.)) (X Louis)) (X (X ,) (X (X (X (X the) (X water)) (X level)) (X (X of) (X (X (X the) (X Mississippi)) (X River)))))) (X (X is) (X (X (X (X (X already) (X (X 6.5) (X feet))) (X (X below) (X (X normal) (X (X and) (X it))))) (X could)) (X (X drop) (X (X an) (X (X additional) (X (X 2.5) (X feet)))))))) (X (X when) (X (X (X (X the) (X flow)) (X (X of) (X (X (X (X the) (X Missouri)) (X River)) (X (X is) (X slowed))))) (X (X ,) (X (X (X an) (X (X Army) (X (X Corps) (X spokesman)))) (X (X said) (X .)))))))
(X (X (X (X (X Similar) (X levels)) (X (X hamstrung) (X (X barge) (X (X shipments) (X (X last) (X year)))))) (X (X in) (X (X the) (X wake)))) (X (X of) (X (X (X (X the) (X worst)) (X drought)) (X (X in) (X (X (X 50) (X years)) (X .))))))
(X (X (X (X (X So) (X far)) (X (X ,) (X (X (X (X the) (X (X grain) (X industry))) (X (X 's) (X budding))) (X (X logistical) (X problems))))) (X (X have) (X (X (X n't) (X (X been) (X (X a) (X (X major) (X factor))))) (X (X in) (X (X the) (X trading)))))) (X (X of) (X (X (X (X corn) (X contracts)) (X (X at) (X (X the) (X (X Chicago) (X Board))))) (X (X of) (X (X Trade) (X .))))))
(X (X (X (X (X Many) (X grain)) (X processors)) (X (X and) (X exporters))) (X (X use) (X (X (X (X (X the) (X price)) (X (X of) (X (X (X (X the) (X corn)) (X (X futures) (X (X contracts) (X (X traded) (X there))))) (X (X to) (X (X calculate) (X (X (X the) (X price)) (X they))))))) (X (X offer) (X (X to) (X (X buy) (X corn))))) (X (X from) (X (X farmers) (X .))))))
(X (X (X (X At) (X the)) (X Board)) (X (X of) (X (X (X (X (X Trade) (X (X yesterday) (X the))) (X price)) (X (X of) (X (X (X (X the) (X corn)) (X contract)) (X (X for) (X (X (X (X (X December) (X delivery)) (X slipped)) (X 3.5)) (X (X cents) (X (X a) (X bushel)))))))) (X (X to) (X (X settle) (X (X at) (X (X (X (X $) (X (X 2.375) (X a))) (X bushel)) (X .))))))))
(X (X (X (X (X Corn) (X prices)) (X (X have) (X (X been) (X (X (X sluggish) (X this)) (X fall))))) (X (X despite) (X (X (X (X the) (X huge)) (X Soviet)) (X orders)))) (X (X because) (X (X (X (X (X (X the) (X harvest)) (X has)) (X (X allowed) (X farmers))) (X (X to) (X (X rebuild) (X (X (X the) (X stockpiles)) (X depleted))))) (X (X by) (X (X (X (X the) (X 1988)) (X drought)) (X .))))))
(X (X (X (X (X (X (X (X With) (X the)) (X harvest)) (X winding)) (X (X down) (X (X ,) (X however)))) (X (X ,) (X (X some) (X analysts)))) (X (X are) (X speculating))) (X (X that) (X (X (X prices) (X (X might) (X (X jump) (X (X in) (X (X some) (X regions)))))) (X (X as) (X (X (X (X (X U.S.) (X (X exporters) (X try))) (X (X to) (X (X gather) (X (X (X (X the) (X corn)) (X they)) (X (X are) (X obligated)))))) (X to)) (X (X deliver) (X .)))))))
(X (X Farmers) (X (X are) (X (X (X in) (X (X (X the) (X best)) (X position))) (X (X of) (X (X (X (X many) (X years)) (X to)) (X (X push) (X (X up) (X (X (X corn) (X prices)) (X .)))))))))
(X (X (X (X (X (X (X Because) (X the)) (X drought)) (X (X reduced) (X (X U.S.) (X stockpiles)))) (X (X ,) (X (X they) (X (X have) (X (X more) (X (X than) (X (X enough) (X (X storage) (X space))))))))) (X (X for) (X (X (X (X their) (X (X new) (X crop))) (X ,)) (X (X and) (X that))))) (X (X permits) (X (X (X them) (X (X to) (X (X wait) (X (X for) (X prices))))) (X (X to) (X (X rise) (X .))))))
(X (X (X (X In) (X parts)) (X (X of) (X (X Iowa) (X (X ,) (X (X (X for) (X example)) (X (X ,) (X (X (X some) (X grain)) (X elevators)))))))) (X (X are) (X (X (X offering) (X (X (X farmers) (X $)) (X (X 2.15) (X (X a) (X bushel))))) (X (X for) (X (X corn) (X .))))))
(X (X (X (X (X (X (X Many) (X farmers)) (X probably)) (X (X would) (X n't))) (X (X sell) (X (X (X until) (X (X (X prices) (X rose)) (X (X at) (X (X (X (X least) (X (X 20) (X cents))) (X a)) (X bushel))))) (X (X ,) (X (X said) (X (X Lyle) (X Reed))))))) (X (X ,) (X (X president) (X (X of) (X (X (X (X (X (X Chicago) (X Central)) (X &)) (X Pacific)) (X Railroad)) (X Co.)))))) (X (X of) (X (X Waterloo) (X (X ,) (X (X Iowa) (X .))))))
(X (X It) (X (X is) (X (X (X (X (X n't) (X clear)) (X (X ,) (X however))) (X (X ,) (X (X who) (X would)))) (X (X win) (X (X (X (X a) (X waiting)) (X game)) (X .))))))
(X (X (X (X (X (X Although) (X (X U.S.) (X (X corn) (X stockpiles)))) (X shrank)) (X (X by) (X (X (X roughly) (X half)) (X (X in) (X (X the) (X wake)))))) (X (X of) (X (X (X the) (X drought)) (X (X ,) (X (X (X the) (X Agriculture)) (X (X Department) (X projects))))))) (X (X that) (X (X (X nearly) (X one-fifth)) (X (X of) (X (X (X (X the) (X harvest)) (X (X will) (X (X still) (X (X be) (X (X in) (X storage)))))) (X (X before) (X (X (X (X (X (X the) (X 1990)) (X corn)) (X harvest)) (X begins)) (X .))))))))
(X (X (X Some) (X analysts)) (X (X are) (X (X (X worried) (X (X that) (X reports))) (X (X of) (X (X (X (X (X (X the) (X (X grain) (X industry))) (X (X 's) (X problems))) (X (X might) (X (X spark) (X investors)))) (X (X to) (X (X begin) (X (X buying) (X (X corn) (X (X futures) (X contracts))))))) (X (X --) (X (X only) (X (X to) (X (X see) (X (X (X little) (X appreciation)) (X .)))))))))))
(X (X (X (X ``) (X (X (X (X The) (X public)) (X is)) (X (X buying) (X (X the) (X market))))) (X (X when) (X (X in) (X (X reality) (X there))))) (X (X is) (X (X (X plenty) (X (X of) (X grain))) (X (X to) (X (X (X (X be) (X shipped)) (X (X ,) (X (X '') (X (X said) (X (X Bill) (X Biedermann)))))) (X (X ,) (X (X (X Allendale) (X (X Inc.) (X (X research) (X director)))) (X .))))))))
(X (X (X (X (X Although) (X much)) (X (X of) (X (X (X (X this) (X (X country) (X 's))) (X (X export) (X corn))) (X goes)))) (X (X to) (X (X (X New) (X Orleans)) (X (X by) (X (X barge) (X (X ,) (X (X it) (X (X is) (X possible))))))))) (X (X for) (X (X exporters) (X (X to) (X (X (X sidestep) (X (X (X the) (X Mississippi)) (X River))) (X (X by) (X (X (X (X (X (X (X shipping) (X a)) (X larger-than-normal)) (X amount)) (X (X of) (X corn))) (X (X by) (X train))) (X (X to) (X (X (X the) (X port)) (X .))))))))))
(X (X (X Ports) (X (X in) (X (X (X (X the) (X Great)) (X Lakes)) (X (X and) (X (X Atlantic) (X Coast)))))) (X (X can) (X (X also) (X (X (X relieve) (X pressure)) (X (X on) (X (X (X New) (X Orleans)) (X .)))))))
(X (X (X (X One) (X railroad)) (X (X ,) (X (X (X for) (X example)) (X ,)))) (X (X is) (X (X (X already) (X (X increasing) (X (X its) (X (X grain) (X (X hauling) (X service)))))) (X (X from) (X (X Indiana) (X (X to) (X (X Baltimore) (X .))))))))
(X (X (X (X And) (X it)) (X (X is) (X (X n't) (X clear)))) (X (X that) (X (X (X (X (X the) (X Soviet)) (X Union)) (X (X will) (X stay))) (X (X on) (X (X (X its) (X record)) (X (X buying) (X (X pace) (X .))))))))
(X (X (X (X (X The) (X Soviet)) (X (X orders) (X (X were) (X compressed)))) (X (X into) (X (X (X the) (X month)) (X (X of) (X October))))) (X (X because) (X (X of) (X (X delays) (X .)))))
(X (X (X (X The) (X Soviet)) (X Union)) (X (X usually) (X (X begins) (X (X buying) (X (X (X U.S.) (X (X crops) (X earlier))) (X (X in) (X (X the) (X (X fall) (X .)))))))))
(X (X (X (X (X But) (X (X its) (X purchases))) (X apparently)) (X (X were) (X (X (X delayed) (X (X by) (X (X a) (X reorganization)))) (X (X of) (X (X its) (X (X agricultural) (X bureaucracy))))))) (X (X as) (X (X well) (X (X as) (X (X (X budget) (X problems)) (X .))))))
(X (X (X (X In) (X (X other) (X commodity))) (X (X markets) (X yesterday))) (X :))
(X (X (X (X (X ENERGY) (X :)) (X (X Crude) (X (X oil) (X (X futures) (X (X prices) (X increased)))))) (X (X in) (X (X (X moderate) (X trading)) (X ,)))) (X (X but) (X (X (X much) (X (X of) (X (X the) (X action)))) (X (X was) (X (X in) (X (X heating) (X (X oil) (X .))))))))
(X (X (X (X (X Prices) (X rose)) (X (X on) (X (X the) (X news)))) (X (X that) (X (X (X a) (X sizable)) (X (X West) (X (X German) (X refinery)))))) (X (X was) (X (X damaged) (X (X in) (X (X (X a) (X fire)) (X (X ,) (X (X tightening) (X (X (X (X an) (X (X already) (X tight))) (X (X European) (X market))) (X .)))))))))
(X (X (X (X (X Heating) (X oil)) (X (X for) (X (X (X (X November) (X delivery)) (X ended)) (X (X at) (X (X (X 58.64) (X (X cents) (X a))) (X gallon)))))) (X (X ,) (X (X up) (X (X one) (X cent))))) (X (X on) (X (X (X (X (X (X the) (X New)) (X York)) (X Mercantile)) (X Exchange)) (X .))))
(X (X (X (X (X West) (X Texas)) (X Intermediate)) (X (X for) (X (X (X December) (X (X delivery) (X advanced))) (X (X 22) (X cents))))) (X (X to) (X (X $) (X (X 19.94) (X (X (X a) (X barrel)) (X .))))))
(X (X (X Gasoline) (X (X futures) (X (X continued) (X (X a) (X sell-off))))) (X (X that) (X (X began) (X (X Monday) (X .)))))
(X (X (X (X (X (X PRECIOUS) (X METALS)) (X :)) (X (X Futures) (X prices))) (X eased)) (X (X as) (X (X (X (X increased) (X stability)) (X (X and) (X (X strength) (X came)))) (X (X into) (X (X (X the) (X (X securities) (X markets))) (X .))))))
(X (X (X (X (X (X (X December) (X delivery)) (X gold)) (X fell)) (X $)) (X (X 3.20) (X (X an) (X ounce)))) (X (X to) (X (X $) (X (X 377.60) (X .)))))
(X (X (X (X (X (X December) (X silver)) (X declined)) (X 6.50)) (X (X cents) (X (X an) (X ounce)))) (X (X to) (X (X $) (X (X 5.2180) (X .)))))
(X (X (X January) (X platinum)) (X (X was) (X (X down) (X (X (X $) (X (X 5.70) (X (X an) (X ounce)))) (X (X at) (X (X (X $) (X 494.50)) (X .)))))))
(X (X (X (X Precious) (X metals)) (X (X ,) (X (X gold) (X (X in) (X (X particular) (X (X ,) (X currently))))))) (X (X are) (X (X (X (X being) (X (X (X (X influenced) (X more)) (X (X by) (X (X (X stock) (X market)) (X gyrations)))) (X (X than) (X (X the) (X dollar))))) (X (X as) (X (X (X traders) (X (X seek) (X (X (X (X (X greater) (X investment)) (X stability)) (X (X ,) (X according))) (X (X to) (X (X William) (X O'Neill)))))) (X (X ,) (X (X vice) (X president)))))) (X (X of) (X (X research) (X (X at) (X (X (X Elders) (X Futures)) (X (X in) (X (X (X New) (X York)) (X .))))))))))
(X (X (X ``) (X (X (X (X The) (X (X recent) (X rally))) (X (X in) (X (X precious) (X metals)))) (X (X was) (X (X a) (X result))))) (X (X of) (X (X (X (X (X uncertainty) (X (X and) (X volatility))) (X (X in) (X equities))) (X (X ,) (X (X '') (X he)))) (X (X said) (X .)))))
(X (X Yesterday) (X (X ,) (X (X (X (X the) (X stock)) (X (X market) (X (X rose) (X strongly)))) (X (X ,) (X (X (X creating) (X (X a) (X (X more) (X (X defensive) (X attitude))))) (X (X among) (X (X (X (X precious) (X (X metals) (X traders))) (X (X ,) (X he))) (X (X said) (X .)))))))))
(X (X (X (X (X (X (X Silver) (X (X and) (X platinum))) (X ,)) (X which)) (X (X have) (X (X more) (X (X of) (X (X an) (X (X industrial) (X nature))))))) (X (X than) (X (X gold) (X ,)))) (X (X were) (X (X (X (X even) (X weaker)) (X (X ,) (X he))) (X (X said) (X .)))))
(X (X (X Silver) (X (X is) (X also))) (X (X under) (X (X (X pressure) (X of)) (X (X ``) (X (X (X (X (X (X extremely) (X high)) (X '')) (X inventories)) (X (X in) (X warehouses))) (X (X of) (X (X (X (X (X the) (X Commodity)) (X Exchange)) (X (X ,) (X he))) (X (X said) (X .)))))))))
(X (X (X (X Yesterday) (X (X ,) (X (X (X these) (X (X stocks) (X rose))) (X (X by) (X (X 170,262) (X ounces)))))) (X (X to) (X (X a) (X record)))) (X (X of) (X (X (X (X 226,570,380) (X ounces)) (X (X ,) (X according))) (X (X to) (X (X (X an) (X (X exchange) (X spokesman))) (X .))))))
(X (X (X (X COPPER) (X :)) (X (X Futures) (X (X (X prices) (X (X partially) (X recovered))) (X (X Monday) (X (X 's) (X declines)))))) (X (X because) (X (X (X Chilean) (X (X miners) (X voted))) (X (X to) (X (X strike) (X .))))))
(X (X (X (X The) (X (X December) (X (X (X contract) (X rose)) (X 1.20)))) (X (X cents) (X (X a) (X pound)))) (X (X to) (X (X $) (X (X 1.14) (X .)))))
(X (X (X (X In) (X Chile)) (X (X ,) (X (X (X (X (X workers) (X (X at) (X (X two) (X (X copper) (X mines))))) (X (X ,) (X (X Los) (X Bronces)))) (X (X and) (X (X El) (X Soldado)))) (X (X ,) (X (X which) (X belong)))))) (X (X to) (X (X (X (X (X (X the) (X Exxon-owned)) (X Minera)) (X Disputada)) (X (X ,) (X (X yesterday) (X voted)))) (X (X to) (X (X (X begin) (X (X (X a) (X full)) (X (X strike) (X tomorrow)))) (X (X ,) (X (X (X an) (X analyst)) (X (X said) (X .)))))))))
(X (X (X (X (X (X Reasons) (X (X for) (X (X the) (X walkout)))) (X (X ,) (X (X (X (X the) (X analyst)) (X said)) (X ,)))) (X (X included) (X (X (X (X a) (X number)) (X (X of) (X (X procedural) (X issues)))) (X (X ,) (X such))))) (X (X as) (X (X a) (X right)))) (X (X to) (X (X strike) (X .))))
(X (X (X (X The) (X analyst)) (X noted)) (X (X that) (X (X (X (X also) (X inherent)) (X (X in) (X (X (X all) (X (X metal) (X markets))) (X (X was) (X (X (X a) (X sympathetic)) (X reaction)))))) (X (X to) (X (X stocks) (X .))))))
(X (X (X (X (X In) (X the)) (X case)) (X (X of) (X (X (X (X copper) (X (X ,) (X he))) (X (X said) (X (X ,) (X (X the) (X (X upbeat) (X mood)))))) (X (X of) (X (X (X stocks) (X (X was) (X reflected))) (X (X in) (X (X demand) (X (X for) (X (X futures) (X contracts)))))))))) (X (X because) (X (X (X (X (X a) (X stronger)) (X economy)) (X (X means) (X (X greater) (X (X buying) (X interest))))) (X (X for) (X (X (X the) (X metal)) (X .))))))
(X (X (X (X Also) (X contributing)) (X (X to) (X (X (X (X (X (X (X the) (X firmness)) (X (X in) (X (X copper) (X (X ,) (X (X (X the) (X analyst)) (X noted)))))) (X ,)) (X (X was) (X (X a) (X report)))) (X (X by) (X (X (X (X Chicago) (X (X purchasing) (X (X agents) (X ,)))) (X which)) (X (X precedes) (X (X (X the) (X full)) (X (X purchasing) (X (X agents) (X (X ') (X report))))))))) (X (X that) (X (X is) (X (X (X due) (X (X out) (X today))) (X and))))))) (X (X gives) (X (X (X (X an) (X indication)) (X of)) (X (X what) (X (X (X (X the) (X (X full) (X report))) (X might)) (X (X hold) (X .)))))))
(X (X (X (X (X The) (X Purchasing)) (X Management)) (X Association)) (X (X of) (X (X (X Chicago) (X (X 's) (X (X October) (X (X index) (X rose))))) (X (X to) (X (X (X 51.6) (X %)) (X (X after) (X (X (X (X three) (X previous)) (X months)) (X (X of) (X (X readings) (X (X below) (X (X (X 50) (X %)) (X .))))))))))))
(X (X (X The) (X (X September) (X index))) (X (X was) (X (X 47.1) (X (X %) (X .)))))
(X (X (X (X (X A) (X (X reading) (X (X (X below) (X (X 50) (X %))) (X generally)))) (X (X indicates) (X (X (X a) (X slowing)) (X (X in) (X (X the) (X (X industrial) (X sector))))))) (X (X of) (X (X (X the) (X economy)) (X ,)))) (X (X while) (X (X (X (X (X a) (X reading)) (X (X above) (X (X 50) (X %)))) (X points)) (X (X to) (X (X expansion) (X .))))))
(X (X (X (X The) (X Chicago)) (X (X report) (X (X raised) (X (X the) (X possibility))))) (X (X that) (X (X (X (X the) (X (X October) (X survey))) (X (X of) (X (X (X (X (X the) (X National)) (X Association)) (X (X of) (X (X Purchasing) (X Management)))) (X would)))) (X (X also) (X (X show) (X (X (X (X a) (X reading)) (X (X above) (X (X 50) (X %)))) (X .)))))))
(X (X (X (X (X (X NCR) (X (X Corp.) (X (X unveiled) (X (X two) (X models))))) (X (X of) (X (X its) (X (X Tower) (X line))))) (X (X of) (X (X (X midrange) (X computers)) (X (X and) (X (X introduced) (X (X advanced) (X (X networking) (X software)))))))) (X to)) (X (X allow) (X (X (X (X the) (X (X Tower) (X family))) (X (X to) (X operate))) (X (X as) (X (X (X a) (X (X central) (X hub))) (X (X in) (X (X (X a) (X network)) (X (X of) (X (X computers) (X .))))))))))
(X (X (X (X The) (X new)) (X software)) (X (X is) (X (X based) (X (X on) (X (X (X (X Novell) (X Inc.)) (X (X 's) (X (X (X NetWare) (X (X (X network) (X operating)) (X system))) (X software)))) (X .))))))
(X (X (X (X USX) (X Corp.)) (X (X posted) (X (X (X (X a) (X 23)) (X (X %) (X drop))) (X (X in) (X (X (X third-quarter) (X profit)) (X ,)))))) (X (X as) (X (X (X (X (X improved) (X oil)) (X results)) (X failed)) (X (X to) (X (X (X offset) (X weakness)) (X (X in) (X (X steel) (X (X and) (X (X (X natural) (X (X gas) (X operations))) (X .))))))))))
(X (X (X (X (X (X (X (X (X The) (X nation)) (X 's)) (X largest)) (X steelmaker)) (X (X earned) (X (X $) (X (X 175) (X million))))) (X (X ,) (X (X (X or) (X (X (X 62) (X cents)) (X a))) (X share)))) (X (X ,) (X compared))) (X (X with) (X (X (X (X the) (X (X year-earlier) (X $))) (X (X 228) (X million))) (X (X ,) (X (X (X (X or) (X (X (X 80) (X cents)) (X a))) (X share)) (X .))))))
(X (X (X The) (X (X recent) (X quarter))) (X (X includes) (X (X (X (X pretax) (X gains)) (X (X of) (X (X (X $) (X (X 98) (X million))) (X (X from) (X (X (X asset) (X sales)) (X ,)))))) (X (X while) (X (X like) (X (X gains) (X (X in) (X (X (X (X the) (X (X year-earlier) (X quarter))) (X (X totaled) (X (X $) (X (X 61) (X million))))) (X .)))))))))
(X (X (X (X (X In) (X the)) (X 1988)) (X period)) (X (X ,) (X (X (X (X USX) (X also)) (X (X had) (X (X (X (X (X a) (X $)) (X (X 71) (X million))) (X after-tax)) (X gain)))) (X (X from) (X (X (X a) (X (X tax) (X (X dispute) (X settlement)))) (X .))))))
(X (X (X (X (X Sales) (X rose)) (X 5)) (X %)) (X (X to) (X (X (X $) (X (X 4.4) (X billion))) (X (X from) (X (X $) (X (X 4.2) (X (X billion) (X .))))))))
(X (X (X (X (X (X The) (X earnings)) (X drop)) (X (X appears) (X (X (X particularly) (X steep)) (X (X in) (X comparison))))) (X (X with) (X (X (X (X (X last) (X year)) (X (X 's) (X (X (X unusually) (X strong)) (X third)))) (X quarter)) (X ,)))) (X (X when) (X (X (X (X the) (X company)) (X (X was) (X (X riding) (X (X an) (X (X industrywide) (X boom)))))) (X (X in) (X (X demand) (X (X and) (X (X pricing) (X .))))))))
(X (X (X (X However) (X (X ,) (X (X (X (X (X third-quarter) (X (X operating) (X profit))) (X (X fell) (X 14))) (X %)) (X ,)))) (X (X as) (X (X (X (X USX) (X (X sold) (X (X sizable) (X chunks)))) (X (X of) (X (X (X its) (X diversified)) (X (X and) (X (X steel) (X segments)))))) (X ,)))) (X (X eliminating) (X (X income) (X (X from) (X (X (X those) (X operations)) (X .))))))
(X (X (X Among) (X segments)) (X (X that) (X (X continue) (X (X to) (X (X (X operate) (X ,)) (X (X though) (X (X (X ,) (X (X (X (X the) (X company)) (X (X 's) (X (X steel) (X division)))) (X continued))) (X (X to) (X (X suffer) (X (X from) (X (X (X soft) (X demand)) (X (X for) (X (X (X (X its) (X (X tubular) (X goods))) (X (X serving) (X (X the) (X (X oil) (X industry))))) (X (X and) (X (X (X other) (X markets)) (X .))))))))))))))))
(X (X (X (X Peter) (X Marcus)) (X (X ,) (X (X an) (X analyst)))) (X (X with) (X (X (X (X PaineWebber) (X Inc.)) (X (X ,) (X said))) (X (X that) (X (X (X (X (X a) (X downturn)) (X (X in) (X (X the) (X (X appliance) (X industry))))) (X (X ,) (X coupled))) (X (X with) (X (X (X (X sluggish) (X automotive)) (X sales)) (X (X ,) (X (X (X (X hurt) (X USX)) (X results)) (X .))))))))))
(X (X (X (X Moreover) (X (X ,) (X (X (X (X (X USX) (X exports)) (X (X more) (X (X than) (X (X other) (X steelmakers))))) (X ,)) (X (X and) (X (X (X the) (X overseas)) (X market)))))) (X (X has) (X been))) (X (X under) (X (X (X more) (X (X severe) (X pricing))) (X (X pressure) (X .)))))
(X (X (X (X (X (X (X (X (X The) (X company)) (X (X attributed) (X lower))) (X sales)) (X (X and) (X earnings))) (X (X for) (X (X (X the) (X steel)) (X segment)))) (X (X to) (X (X the) (X loss)))) (X (X of) (X (X results) (X (X from) (X (X (X (X the) (X Lorain)) (X (X ,) (X (X (X Ohio) (X (X ,) (X (X plant) (X ,)))) (X (X which) (X now))))) (X (X is) (X (X a) (X (X 50-50) (X (X joint) (X venture)))))))))) (X (X with) (X (X (X (X (X Japan) (X (X 's) (X Kobe))) (X Steel)) (X Ltd)) (X .))))
(X (X (X (X (X (X In) (X the)) (X steel)) (X division)) (X (X ,) (X (X (X (X operating) (X profit)) (X dropped)) (X (X 11) (X %))))) (X (X to) (X (X (X $) (X (X 85) (X million))) (X .))))
(X (X (X (X Profit) (X (X per) (X ton))) (X (X of) (X (X steel) (X (X shipped) (X dropped))))) (X (X to) (X (X (X about) (X (X (X (X $) (X 33)) (X a)) (X ton))) (X (X from) (X (X (X (X (X (X (X $) (X 42)) (X a)) (X (X ton) (X (X last) (X year)))) (X (X and) (X (X (X $) (X (X 53) (X a))) (X ton)))) (X (X in) (X (X (X the) (X second)) (X quarter)))) (X (X ,) (X (X analysts) (X (X said) (X .)))))))))
(X (X (X Still) (X (X ,) (X (X (X USX) (X (X fared) (X better))) (X (X than) (X (X (X (X (X other) (X (X major) (X steelmakers))) (X ,)) (X (X earning) (X (X more) (X (X per) (X ton))))) (X (X of) (X (X steel) (X shipped)))))))) (X (X than) (X (X (X (X (X (X either) (X (X (X Bethlehem) (X Steel)) (X Corp.))) (X ,)) (X which)) (X (X posted) (X (X (X a) (X 54)) (X (X %) (X drop))))) (X (X in) (X (X (X net) (X income)) (X (X ,) (X (X (X or) (X (X Inland) (X (X Steel) (X (X Industries) (X Inc.))))) (X (X ,) (X (X (X whose) (X profit)) (X (X plummeted) (X (X (X 70) (X %)) (X .))))))))))))
(X (X (X (X (X (X (X In) (X New)) (X York)) (X Stock)) (X (X Exchange) (X (X composite) (X (X trading) (X yesterday))))) (X (X ,) (X USX))) (X (X shares) (X (X (X (X (X closed) (X (X up) (X (X $) (X 1.25)))) (X (X ,) (X (X at) (X (X $) (X 34.625))))) (X ,)) (X (X as) (X (X (X (X (X the) (X reported)) (X earnings)) (X (X exceeded) (X projections))) (X (X by) (X (X (X (X (X some) (X analysts)) (X who)) (X (X had) (X (X n't) (X expected)))) (X (X as) (X (X (X great) (X (X a) (X volume))) (X (X of) (X (X (X asset) (X sales)) (X .))))))))))))
(X (X (X (X (X The) (X rise)) (X (X in) (X (X (X (X (X (X the) (X stock)) (X 's)) (X price)) (X may)) (X also)))) (X (X reflect) (X (X the) (X fact)))) (X (X that) (X (X (X (X USX) (X (X 's) (X (X steel) (X segment)))) (X (X fared) (X better))) (X (X than) (X (X (X some) (X (X other) (X steelmakers))) (X (X ') (X .)))))))
(X (X (X (X Charles) (X Bradford)) (X (X ,) (X (X an) (X analyst)))) (X (X with) (X (X (X (X (X (X (X (X Merrill) (X Lynch)) (X Capital)) (X Markets)) (X (X ,) (X (X said) (X (X USX) (X may))))) (X have)) (X (X received) (X (X orders) (X lost)))) (X (X by) (X (X (X competitors) (X who)) (X (X were) (X (X involved) (X (X in) (X (X (X labor) (X (X (X contracts) (X earlier)) (X (X this) (X year)))) (X .))))))))))
(X (X (X He) (X (X said) (X (X USX) (X (X also) (X appeared))))) (X (X to) (X (X (X sell) (X (X (X a) (X (X richer) (X mix))) (X (X of) (X (X (X steel) (X products)) (X (X ,) (X such)))))) (X (X as) (X (X (X (X (X the) (X (X more) (X (X profitable) (X pipe)))) (X (X and) (X (X galvanized) (X (X coated) (X sheet))))) (X ,)) (X (X than) (X (X (X lower-priced) (X (X structural) (X goods))) (X .))))))))
(X (X (X (X The) (X (X energy) (X segment))) (X ,)) (X (X with) (X (X (X (X a) (X (X 15) (X (X %) (X rise)))) (X (X in) (X (X (X operating) (X profit)) (X ,)))) (X (X is) (X (X clearly) (X (X (X the) (X (X company) (X (X 's) (X strongest)))) (X .)))))))
(X (X (X (X (X Higher) (X (X crude) (X (X oil) (X prices)))) (X helped)) (X (X boost) (X (X operating) (X profit)))) (X (X for) (X (X (X (X (X (X the) (X Marathon)) (X Oil)) (X (X Co.) (X unit))) (X (X to) (X (X $) (X (X 198) (X million))))) (X (X from) (X (X $) (X (X 180) (X (X million) (X .))))))))
(X (X (X (X (X (X (X (X The) (X Texas)) (X Oil)) (X &)) (X (X Gas) (X division))) (X continues)) (X (X to) (X (X operate) (X (X in) (X (X (X the) (X red)) (X ,)))))) (X (X although) (X (X (X losses) (X narrowed)) (X (X to) (X (X (X $) (X (X 9) (X million))) (X (X from) (X (X $) (X (X 15) (X (X million) (X .))))))))))
(X (X (X USX) (X (X announced) (X (X (X in) (X October)) (X (X that) (X (X it) (X (X was) (X (X soliciting) (X bids)))))))) (X (X to) (X (X sell) (X (X (X (X TXO) (X (X 's) (X oil))) (X (X and) (X (X gas) (X reserves)))) (X .)))))
(X (X (X Proceeds) (X (X of) (X (X that) (X sale)))) (X (X are) (X (X (X to) (X (X be) (X used))) (X (X to) (X (X reduce) (X (X (X debt) (X and)) (X (X buy) (X (X back) (X (X shares) (X .))))))))))
(X (X (X (X The) (X company)) (X noted)) (X (X that) (X (X (X (X it) (X (X has) (X (X (X reduced) (X debt)) (X (X by) (X (X (X $) (X (X 1.6) (X billion))) (X (X since) (X (X the) (X end)))))))) (X (X of) (X (X (X 1988) (X and)) (X (X bought) (X (X (X back) (X (X about) (X (X 15.5) (X million)))) (X shares)))))) (X (X of) (X (X (X (X common) (X stock)) (X (X since) (X (X (X the) (X fourth)) (X quarter)))) (X (X of) (X (X 1987) (X .))))))))
(X (X USX) (X (X has) (X (X (X (X (X about) (X $)) (X (X 5.5) (X billion))) (X (X in) (X (X long-term) (X debt)))) (X (X and) (X (X 257) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))
(X (X (X (X The) (X (X announced) (X sale))) (X (X of) (X (X (X the) (X reserves)) (X (X was) (X followed))))) (X (X by) (X (X (X (X news) (X that)) (X (X investor) (X (X Carl) (X Icahn)))) (X (X had) (X (X (X (X increased) (X (X his) (X stake))) (X (X in) (X USX))) (X (X to) (X (X (X 13.1) (X %)) (X (X and) (X (X (X threatened) (X (X (X a) (X takeover)) (X (X or) (X (X other) (X (X business) (X combination)))))) (X .))))))))))
(X (X (X (X Mr.) (X Icahn)) (X (X has) (X (X (X said) (X he)) (X (X believes) (X (X USX) (X (X would) (X (X be) (X (X worth) (X more))))))))) (X (X if) (X (X (X broken) (X up)) (X (X into) (X (X steel) (X (X and) (X (X (X energy) (X segments)) (X .))))))))
(X (X (X (X (X Profit) (X (X for) (X (X (X the) (X (X nine) (X months))) (X (X jumped) (X (X 21) (X %)))))) (X (X to) (X (X (X $) (X (X 721) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 2.62) (X (X a) (X share)))))))) (X ,)) (X (X from) (X (X (X $) (X (X 598) (X million))) (X (X ,) (X (X (X or) (X $)) (X (X 2.07) (X (X a) (X (X share) (X .)))))))))
(X (X (X (X (X Sales) (X rose)) (X 10)) (X %)) (X (X to) (X (X (X $) (X (X 13.8) (X billion))) (X (X from) (X (X $) (X (X 12.5) (X (X billion) (X .))))))))
(X (X (X (X (X (X John) (X F.)) (X Barrett)) (X (X ,) (X (X (X (X (X 40) (X ,)) (X (X formerly) (X (X executive) (X (X vice) (X president))))) (X (X and) (X (X chief) (X (X financial) (X officer))))) (X ,)))) (X (X was) (X (X (X (X named) (X president)) (X (X and) (X (X (X chief) (X operating)) (X officer)))) (X (X ,) (X posts))))) (X (X which) (X (X had) (X (X been) (X (X vacant) (X .))))))
(X (X (X (X (X (X Leon) (X J.)) (X Level)) (X (X ,) (X (X (X vice) (X president)) (X (X and) (X (X chief) (X (X financial) (X officer))))))) (X (X of) (X (X (X (X (X (X this) (X computer)) (X services)) (X concern)) (X (X ,) (X (X (X and) (X (X F.) (X (X Warren) (X McFarlan)))) (X (X ,) (X (X (X (X a) (X professor)) (X (X at) (X (X Harvard) (X (X University) (X (X 's) (X Graduate)))))) (X School)))))) (X (X of) (X (X (X Business) (X ,)) (X (X were) (X (X (X elected) (X directors)) (X (X ,) (X (X increasing) (X (X board) (X membership))))))))))) (X (X to) (X (X nine) (X .))))
(X (X (X (X (X (X (X (X David) (X A.)) (X DiLoreto)) (X (X ,) (X president))) (X (X of) (X (X (X (X metal) (X container)) (X division)) (X ,)))) (X (X was) (X named))) (X (X to) (X (X the) (X (X additional) (X post))))) (X (X of) (X (X (X (X (X (X group) (X vice)) (X president)) (X (X ,) (X (X (X packaging) (X products)) (X (X ,) (X (X at) (X (X this) (X packaging))))))) (X (X ,) (X (X (X (X (X industrial) (X (X and) (X (X aerospace) (X products)))) (X concern)) (X (X ,) (X (X (X (X succeeding) (X (X Delmont) (X A.))) (X Davis)) (X (X ,) (X who))))) (X (X was) (X (X (X named) (X president)) (X (X and) (X (X (X chief) (X operating)) (X officer)))))))) (X (X in) (X (X August) (X .))))))
(X (X (X (X Two) (X (X leading) (X (X constitutional-law) (X experts)))) (X (X said) (X (X President) (X Bush)))) (X (X does) (X (X (X (X n't) (X (X have) (X (X (X the) (X legal)) (X authority)))) (X to)) (X (X exercise) (X (X (X (X a) (X line-item)) (X veto)) (X .))))))
(X (X (X (X (X (X (X Professors) (X Philip)) (X Kurland)) (X (X of) (X (X the) (X University)))) (X (X of) (X (X (X Chicago) (X (X and) (X (X Laurence) (X Tribe)))) (X (X of) (X (X (X Harvard) (X Law)) (X School)))))) (X (X said) (X (X (X (X any) (X effort)) (X (X by) (X (X President) (X Bush)))) (X (X to) (X (X (X (X claim) (X (X authority) (X (X for) (X (X (X a) (X line-item)) (X veto))))) (X (X would) (X (X contradict) (X (X the) (X text))))) (X (X of) (X (X (X the) (X Constitution)) (X (X and) (X (X the) (X intent)))))))))) (X (X of) (X (X (X (X (X (X its) (X authors)) (X ,)) (X (X as) (X well))) (X (X as) (X (X the) (X views)))) (X (X of) (X (X (X previous) (X presidents)) (X .))))))
(X (X (X (X A) (X line-item)) (X veto)) (X (X is) (X (X (X (X (X a) (X procedure)) (X (X that) (X would))) (X (X allow) (X (X (X a) (X president)) (X (X to) (X (X veto) (X part)))))) (X (X of) (X (X (X (X (X a) (X big)) (X (X congressional) (X (X spending) (X bill)))) (X without)) (X (X having) (X (X to) (X (X scuttle) (X (X (X (X the) (X entire)) (X measure)) (X .))))))))))
(X (X (X (X Mr.) (X Bush)) (X (X has) (X (X (X (X (X said) (X (X (X he) (X would)) (X like))) (X to)) (X (X be) (X able))) (X to)))) (X (X use) (X (X (X this) (X procedure)) (X .))))
(X (X (X (X (X (X (X A) (X White)) (X (X House) (X spokesman))) (X (X said) (X (X (X last) (X week)) (X (X that) (X (X the) (X president)))))) (X (X is) (X (X considering) (X declaring)))) (X (X that) (X (X (X the) (X Constitution)) (X implicitly)))) (X (X gives) (X (X (X (X him) (X (X the) (X authority))) (X (X for) (X (X (X a) (X line-item)) (X veto)))) (X (X to) (X (X provoke) (X (X (X (X a) (X test)) (X case)) (X .)))))))
(X (X (X (X (X (X But) (X the)) (X (X two) (X legal))) (X experts)) (X (X ,) (X responding))) (X (X to) (X (X (X (X (X (X (X an) (X inquiry)) (X (X by) (X (X (X Sen.) (X Edward)) (X (X Kennedy) (X (X -LRB-) (X D.)))))) (X (X ,) (X (X (X Mass.) (X -RRB-)) (X ,)))) (X (X wrote) (X (X in) (X (X a) (X (X joint) (X letter)))))) (X (X that) (X (X (X (X the) (X president)) (X ``)) (X (X lacks) (X (X (X the) (X constitutional)) (X authority)))))) (X (X to) (X (X exercise) (X (X (X (X (X a) (X line-item)) (X veto)) (X .)) (X '')))))))
(X (X (X The) (X (X two) (X professors))) (X (X represent) (X (X (X (X (X (X different) (X ends)) (X (X of) (X (X the) (X (X political) (X spectrum))))) (X (X --) (X (X Mr.) (X Kurland)))) (X (X is) (X (X (X (X a) (X (X conservative) (X and))) (X Mr.)) (X Tribe)))) (X (X is) (X (X a) (X (X liberal) (X .)))))))
(X (X (X The) (X (X two) (X professors))) (X (X said) (X (X (X (X (X the) (X Constitution)) (X (X authorizes) (X (X the) (X president)))) (X (X to) (X (X veto) (X (X entire) (X bills))))) (X (X ,) (X (X not) (X (X (X partial) (X measures)) (X .)))))))
(X (X (X (X (X Moreover) (X (X ,) (X they))) (X (X said) (X (X (X (X (X (X the) (X first)) (X (X appropriations) (X (X bill) (X (X passed) (X (X 200) (X (X years) (X ago))))))) (X (X covered) (X (X (X many) (X different)) (X items)))) (X ,)) (X (X and) (X there))))) (X (X was) (X (X no) (X discussion)))) (X (X of) (X (X (X (X a) (X line-item)) (X veto)) (X .))))
(X (X (X (X (X They) (X also)) (X said)) (X (X that) (X (X (X (X (X (X more) (X (X than) (X a))) (X dozen)) (X presidents)) (X (X have) (X (X (X (X called) (X (X for) (X (X line-item) (X (X veto) (X authority))))) (X (X since) (X (X (X the) (X Civil)) (X War)))) (X (X ,) (X and))))) (X (X ``) (X (X (X all) (X (X have) (X (X shared) (X (X the) (X view))))) (X (X that) (X (X (X such) (X (X lawmaking) (X power))) (X is)))))))) (X (X beyond) (X (X (X (X the) (X reach)) (X '')) (X (X of) (X (X (X the) (X president)) (X .))))))
(X (X (X (X (X Sen.) (X Kennedy)) (X (X said) (X (X (X (X in) (X (X a) (X (X separate) (X statement)))) (X (X that) (X he))) (X (X supports) (X legislation))))) (X to)) (X (X give) (X (X (X (X (X (X the) (X president)) (X (X line-item) (X (X veto) (X power)))) (X ,)) (X (X but) (X (X (X (X that) (X (X it) (X would))) (X (X be) (X (X a) (X (X ``) (X (X reckless) (X course)))))) (X (X of) (X (X (X action) (X '')) (X (X for) (X (X President) (X Bush)))))))) (X (X to) (X (X claim) (X (X (X the) (X authority)) (X (X without) (X (X (X congressional) (X approval)) (X .)))))))))
(X (X (X (X (X Trinity) (X Industries)) (X Inc.)) (X (X said) (X (X it) (X (X reached) (X (X a) (X (X preliminary) (X agreement))))))) (X (X to) (X (X (X sell) (X (X 500) (X (X railcar) (X platforms)))) (X (X to) (X (X (X (X Trailer) (X Train)) (X Co.)) (X (X of) (X (X Chicago) (X .))))))))
(X (X Terms) (X (X were) (X (X (X n't) (X disclosed)) (X .))))
(X (X (X Trinity) (X (X said) (X (X it) (X plans)))) (X (X to) (X (X (X begin) (X (X delivery) (X (X in) (X (X (X the) (X first)) (X quarter))))) (X (X of) (X (X (X next) (X year)) (X .))))))
|
ae1c291e08d6281394e1b5f6cf50ffcd248a5c8a | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/2dof_controller/dc/place/scilab/motor_pd.sce | 2f5a785e478e1d37aebd172a511b0e773709ad9a | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,222 | sce | motor_pd.sce | // Updated(1-8-07)
// 9.21
// Motor control problem
// Transfer function
a = [-1 0; 1 0]; b = [1; 0]; c = [0 1]; d = 0;
G = syslin('c',a,b,c,d); Ts = 0.25;
[B,A,k] = myc2d(G,Ts);
[Ds,num,den] = ss2tf(G);
// Transient specifications
rise = 3; epsilon = 0.05;
phi = desired(Ts,rise,epsilon);
// Controller design
Delta = 1; //No internal model of step used
[Rc,Sc] = pp_pid(B,A,k,phi,Delta);
// continuous time controller
getf pd.sci;
[K,taud,N] = pd(Rc,Sc,Ts);
numb = K*[1 taud*(1+1/N)]; denb = [1 taud/N];
numf = 1; denf = 1;
// simulation parameters
st = 1; // desired change in position
t_init = 0; // simulation start time
t_final = 20; // simulation end time
st1 = 0;
// continuous controller simulation: g_s_cl3.cos
num1 = 0; den1 = 1;
// discrete controller simulation: g_s_cl2.cos
// u1: -0.1 to 0.8
// y1: 0 to 1.4
C = 0; D = 1; N = 1; gamm = 1; Tc = Sc;
[Tcp1,Tcp2] = cosfil_ip(Tc,1); // Tc/1
[Np,Rcp] = cosfil_ip(N,Rc); // N/Rc
[Scp1,Scp2] = cosfil_ip(Sc,1); // Sc/1
[Cp,Dp] = cosfil_ip(C,D); // C/D
Numb = polyno(numb,'s');
Denb = polyno(denb,'s');
Numf = polyno(numf,'s');
Denf = polyno(denf,'s');
Num1 = polyno(num1,'s');
Den1 = polyno(den1,'s');
|
94c9799ba6e495ac88645f5131c47186d7f42b0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH7/EX7.1/7_1.sce | db902fe7944a32ea4545ce67b55ad41dce109e90 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 201 | sce | 7_1.sce | q=4.0*10^-3;//quantity of electricity in coulombs//
e=1.6*10^-19;//charge of an electron in coulombs//
N=q/e;//no. of electrons per second//
printf('No. of electrons per second=N=%f=2.5*10^16',N);
|
b139d82b5251c7e546ae9e35c2a15eebb1bd8e73 | 4ed576b765859807d6c29665521e0697d6f9bae7 | /archive/01/mistakes_errors.sce | b7d9039ffb6ca66cbea7b2ddd6d2bb5dc895cdc8 | [] | no_license | sbednarz/scilab | 96b9182730fa48d11f27840fc197d151adb01e2c | 28f81c58bc4972eeb41f403cb157fb989e809f41 | refs/heads/master | 2021-07-11T04:42:04.289126 | 2021-05-17T20:55:19 | 2021-05-17T20:55:19 | 100,467,366 | 3 | 1 | null | 2020-06-19T06:49:18 | 2017-08-16T08:37:06 | Scilab | UTF-8 | Scilab | false | false | 22 | sce | mistakes_errors.sce | // mistakes & errors
|
09f697a3f9f222643839af5998f8d00932b6ccb6 | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_6/Scilab_codes/parte.sce | 171cfece58520c6219f6a5774427556994d87624 | [] | no_license | TheShiningVampire/EE324_Controls_Lab | 8ff1720b852bf24dca3c172082f5f898f80f69f3 | 9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8 | refs/heads/main | 2023-07-09T17:30:38.041544 | 2021-08-23T12:14:29 | 2021-08-23T12:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sce | parte.sce | clear
clc
s = poly(0,'s');
G = 1/((s+3)*(s+4)*(s+12));
for k = 1:50:1000
T = k*G/(1+k*G);
t = 0:0.1:20;
T1 = syslin('c',T);
ts = csim('step' ,t, T1);
plot(t , ts);
end
|
329b3020298d184fe232ee31ea483ee7db9b543f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH5/EX5.4/ex5_4.sce | 73cfe6dde4babe814cf499e7d50da50e553cb32c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | ex5_4.sce | //Part A Chapter 5 Example 4
clc;
clear;
close;
T1=827+273;//K
T2=27+273;//K
T3=-13+273;//K
Q1=2000;//kJ
Q2=545.45;//kJ
WE=Q1-Q2;//kJ
Q3BYQ4=T3/T2;
WE_sub_WR=300;//kJ
WR=WE-WE_sub_WR;//kJ
Q43=WR;//kJ(Q4-Q3=WR)
Q4=WR/(1-Q3BYQ4);//kJ
Q3=Q4-Q43;//kJ
Qt=Q2+Q4;//kJ
disp("Heat transfered to refrigerant = "+string(Q3)+" kJ");
disp("Total heat transfered to low temperaturereservoir = "+string(Qt)+" kJ");
//Answer is not accurate in the book.
|
01b8773323cfbfff57d3d6dc5bc84f052677a9a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH4/EX4.24/EX4_24.sce | 8de1acae6b9e6acb33686c5f79a1ca18aed8ad0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 828 | sce | EX4_24.sce | //Calculate speed of motor and maximium torque
//Chapter 4
//Example 4.24
//page 321
clear;
clc;
disp("Example 4.24")
V=400; //supply voltage in volts
f=50; //frequency in hertz
P=6; //number of poles
ph=3; //three phase supply
R2=0.03; //rotor resistance in ohms
X20=0.4; //rptor reactance in ohms
Nr=960; //full load speed in rpm
Ns=(120*f)/P;
printf("synchronous speed=%drpm",Ns)
S=(Ns-Nr)/Ns; //corresponding slip
//maximium torque Tm occurs at S=(R2/X20)
//we get Tm=k/(2*X20)
a=R2/X20;
//r=Tm/T
r=(a^2+S^2)/(2*a*S);
Sm=(R2/X20);
printf("\nSlip at maximium torque,Sm=%f",Sm);
//corresponding speed
Nr2=Ns*(1-Sm);
printf("\nRotor speed at maximium torque=%drpm",Nr2)
|
974248769e2062a5f6ccdf01321ff6d2bff8ba44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH9/EX9.4/Ex9_4.sce | 922ae5d396a6a5141d21464c0cb8b65919289932 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 648 | sce | Ex9_4.sce | //Example 9.4
g=9.80;//Acceleration due to gravity (m/s^2)
w_a=2.50*g;//Weight of forearm, m*g, (N)
w_b=4.00*g;//Weight of load, m*g, (N)
r1=4*10^-2;//Distance of force exerted by biceps from elbow (m)
r2=16*10^-2;//Distance of CG of forearm from elbow (m)
r3=38*10^-2;//Distance of load from elbow (m)
F_B=(r2*w_a+r3*w_b)/r1;//Force exerted by biceps (N)
printf('Force exerted by biceps = %0.1f N',F_B)
ratio=F_B/(w_a+w_b);
printf('\nRatio of force exerted by biceps to the total weight = %0.2f',ratio)
//Answer varies due to round off error
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
5d0a03fc6086d591290d231a02a1d49ff6f92d52 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /xcos_blocks/meas_volt.sci | cece1ba8f0d96b757b7319532220bf2ba6e1ea6f | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 1,762 | sci | meas_volt.sci | function [x,y,typ]=meas_volt(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then //** GET INPUTS
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1;
graphics=arg1.graphics;exprs=graphics.exprs
model=arg1.model;
while %t do
[ok, W, S, N, exprs] = scicos_getvalue('MITE ADC (14 bits, 200 SPS)',['Variable Name';'Sample Rate (0-200 Hz)';'Number of Waveforms'],list("str",-1, 'vec', 1, 'vec', 1),exprs)
if ~ok then break,end
if S < 0 then
block_parameter_error(msprintf(gettext("Wrong value for ''Sample Rate'' parameter: %s."), S), ..
gettext("Strictly positive value expected."));
ok = %f
end
if ok then
model.in = N
model.rpar = [S,N]
model.opar=list(W)
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model;
break
end
end
case 'define' then
W="output"
S = 1
N = 1
model=scicos_model()
model.sim=list('output_func',5)
model.in=1
model.in2=1
model.intyp=-1
model.opar=list(W)
model.rpar=[S,N]
model.blocktype='d'
model.dep_ut=[%t %t]
exprs=[W; string(S); string(N)]
gr_i=['txt='' Measure Voltage '';';'xstringb(orig(1),orig(2),txt,sz(1),sz(2),''fill'')']
x=standard_define([4 2],model, exprs,gr_i)
end
endfunction
|
9264771da3f60f5be0350cbecda2b8611250822e | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH8/EX8.9/8_9.sce | 9ba6353334d3dc2d6a10df43743d9f088b506d7d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,313 | sce | 8_9.sce | clear;
clc;
printf("\t\t\tExample Number 8.9\n\n\n");
// effective emissivity of finned surface
// Example 8.9 (page no.-409-410)
// solution
// for unit depth in the z-dimension we have
A1 = 10;// [square meter]
A2 = 5;// [square meter]
A3 = 60;// [square meter]
// the apparent emissivity of the open cavity area A1 is given by equation(8-47) as
// Ea1 = E*A3/[A1+E*(A3-A1)]
// for constant surface emissivity the emitted energy from the total area A1+A2 is
// e1 = Ea1*A1+E*A2*Eb
// and the energy emitted per unit area for that total area is
// e_t = [(Ea1*A1+E*A2)/(A1+A2)]*Eb
// the coefficient of Eb is the effective emissivity, E_eff of the combination of the surface and open cavity. inserting
// above equations gives the following values
// for E = 0.2
E = 0.2;
Ea1 = E*A3/[A1+E*(A3-A1)];
E_eff = [(Ea1*A1+E*A2)/(A1+A2)];
printf("For emissivity of 0.2 the value of effective emissivity is %f ",E_eff);
// for E = 0.5
E = 0.5;
Ea1 = E*A3/[A1+E*(A3-A1)];
E_eff = [(Ea1*A1+E*A2)/(A1+A2)];
printf("\n\n For emissivity of 0.5 the value of effective emissivity is %f ",E_eff);
// for E = 0.8
E = 0.8;
Ea1 = E*A3/[A1+E*(A3-A1)];
E_eff = [(Ea1*A1+E*A2)/(A1+A2)];
printf("\n\n For emissivity of 0.8 the value of effective emissivity is %f ",E_eff);
|
fc03a6737cffe511eb250a892b8e7d9eb9b42be9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1328/CH17/EX17.4/17_4.sce | e39675bc4c4a8942634401877614cef74317a657 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 724 | sce | 17_4.sce | printf("\t example 17.4 \n");
printf("\t approximate values are mentioned in the book \n");
// The area between the saturation line and the operating line represents the potential for heat transfer
// at T=79.3F
Hs=43.4; // fig 17.12
H=30.4; // fig 17.12
d1=(Hs-H);
printf("\t difference is : %.1f \n",d1);
//at t=85
Hs=50; // fig 17.12
H=35.7; // fig 17.12
d2=Hs-H;
printf("\t difference is : %.1f \n",d2);
d=(d1+d2)/(2);
printf("\t average of difference is : %.2f \n",d);
dT=(85-79.3); // F
nd1=(dT/d);
printf("\t nd1 is : %.3f \n",nd1);
// similarly calculating nd at each temperature and adding them will give you total nd value
nd=1.72;
printf("\t number of diffusing units : %.2f \n",nd);
// end
|
7df10897abd0a56bb332c48ba8691fa531fa7626 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH8/EX8.10/8_10.sce | c6dd92db21a8adb94e5b70636f965c32f341ecb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,115 | sce | 8_10.sce | //To find velocity, torque and acceleration
clc
//Given:
NAO=100 //rpm
OA=150/1000,AB=600/1000,BC=350/1000,CD=150/1000,DE=500/1000 //m
dA=50/1000,dB=dA,rA=dA/2,rB=dB/2 //m
pF=0.35 //N/mm^2
DF=250 //mm
//Solution:
//Refer Fig. 8.21
//Calculating the angular speed of the crank AO
omegaAO=2*%pi*NAO/60 //rad/s
//Calculating the velocity of A with respect to O
vAO=omegaAO*OA //m/s
vA=vAO
//By measurement from the velocity diagram, Fig. 8.21(b),
vBA=1.65,vBC=0.93,vB=vBC,vED=0.18,vEO=0.36,vE=vEO,vF=vE //m/s
//Calculating the velocity of D with respect to C
vDC=vBC*CD/BC //m/s
//Calculating the angular velocity of B with respect to A
omegaBA=vBA/AB //rad/s
//Calculating the angular velocity of B with respect to C
omegaBC=vBC/BC //rad/s
//Calculating the rubbing velocity of pin at A
vrA=(omegaAO-omegaBA)*rA //The rubbing velocity of pin at A, m/s
//Calculating the rubbing velocity of pin at B
vrB=(omegaBA+omegaBC)*rB //The rubbing velocity of pin at B, m/s
//Calculating the force at the pump piston at F
FF=pF*%pi/4*DF^2 //N
//Calculating the force required at the crankshaft A
FA=FF*vF/vA //N
//Calculating the torque required at the crankshaft
TA=FA*OA //N-m
//Calculating the radial component of the acceleration of A with respect to O
arAO=vAO^2/OA //m/s^2
//Calculating the radial component of the acceleration of B with respect to A
arBA=vBA^2/AB //m/s^2
//Calculating the radial component of the acceleration of B with respect to C
arBC=vBC^2/BC //m/s^2
//Calculating the radial component of the acceleration of E with respect to D
arED=vED^2/DE //m/s^2
//By measurement from the acceleration diagram, Fig. 8.21(c),
aBC=9.2,aB=aBC,aBA=9,aE=3.8 //m/s^2
//Calculating the acceleration of D
aD=aBC*CD/BC //m/s^2
//Results:
printf("\n\n The velocity of the cross-head E, vE = %.2f m/s.\n",vE)
printf(" The rubbing velocity of pin at A = %.3f m/s.\n",vrA)
printf(" The rubbing velocity of pin at B = %.3f m/s.\n",vrB)
printf(" The torque required at the crankshaft, TA = %d N-m.\n",TA)
printf(" The acceleration of the crosshead E, aE = %.1f m/s^2.\n\n",aE) |
112b38eb1d1be3ee6d44d199bcfe26741b5db2eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /833/CH15/EX15.8/Ex15_8.sce | 5d466c0aa64c73c908b5421fd9f0542e16fd9602 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | Ex15_8.sce | //Caption: (a)Power alternator can supply (b)Power factor of synchronous motor (c)Load taken by motor
//Exa:15.8
clc;
clear;
close;
P=500//Load supplied by alternator(inKW)
pf=0.8//Power factor
e=0.9
L=P/pf
Ps=L-P
disp(Ps,'(a)Power alternator can supply(in KW)=')
Pr=P*tand(acosd(pf))
pfm=cosd(atand(Pr/Ps))
disp(pfm,'(b)Power factor of synchronous motor=')
l=Ps*e
disp(l,'(c)Load taken by motor(in Kw)=') |
128e83e5e298721b800ecd282fa070c117505de8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH10/EX10.3/Example_10_3.sce | de461bd022dfe8a57bb176aa6432385f2d90d15f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,017 | sce | Example_10_3.sce | //Caption: Rank Correlation
//Test of Significance of rank correlation coefficient
//Example10.3
//Page375
X = [1,2,3,4,5,6,7,8,9,10];//rating by judge-1
Y = [2,4,5,1,3,6,7,9,10,8];//rating by judge-2
n = length(X);
rs = 0;
for i = 1:n
rs = rs+(X(i)-Y(i))^2;
end
rs = 1-6*(rs/(n*(n^2-1)));
disp(rs,'The rank correlation coefficient is rs=');
t = rs*sqrt((n-2)/(1-rs^2));
disp(t,'The Calculated t statistic t=')
t_stand = 2.306;
disp(t_stand,'The table t value for 8 degrees of freedom and significance level = 0.025')
if (t<t_stand) then
disp('Accept Null Hypothesis')
else
disp('The caculated t statistic is > table t value, reject Null hypothesis')
end
//Result
//The rank correlation coefficient is rs=
//
// 0.8303030
//
// The Calculated t statistic t=
//
// 4.2138888
//
// The table t value for 8 degrees of freedom and significance level = 0.025
//
// 2.306
//
// The caculated t statistic is > table t value, reject Null hypothesis |
fe4e764b8e82acd70f2c1807d225e38a94b8d62d | 449d555969bfd7befe906877abab098c6e63a0e8 | /557/CH14/EX14.9/9.sce | 3f9a772fc65b8b4d9f588c7edb48b2609bd5e49a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 695 | sce | 9.sce | clc; funcprot(0);//Example 14.9
//Initializing the variables
As = 6;
d = 0.02;
f =0.01;
L = 1.5;
K = 0.9;
g = 9.81;
//Calculations
Ap = %pi*d^2/4;
function[y] = Qinv(h)
y = sqrt((4*f*L/d +K+1)/(2*g*h))/Ap;
endfunction
//By direct integration
t = -As*intg(3.5,2.25,Qinv); // Discharge is 2 m below
disp(t, "Time of discharge by direct integration (s): ");
// By numerical integrations
interval = [0.250 0.125 0.0083 0.0063 0.005 0.0042];
for(i=1:length(interval))
start=3.5;piece=3.5:-interval(i):2.25;
X=-As*integrate('Qinv(h)','h',start,piece);
disp(X(length(X)),"Value of t (s) : ",interval(i),"______For Interval(Dh in m)_____");
end |
b4508b1bb0fb82eefd7a6a8f826d187359239df8 | da5f041febe4b5e738a88500e6b5c0eeea4da116 | /signals (1)/СХЕМА.sce | 8189d95d5910b1ae02a345fa3d77abeabc1c9f2d | [] | no_license | djouani/scilab-project | 283a5d7467957851787288bb0505a6ceac8b0e07 | 01331434dff090bdff27d416c57ee54484cd2c47 | refs/heads/main | 2023-07-25T04:49:09.341708 | 2021-09-08T11:39:39 | 2021-09-08T11:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,622 | sce | СХЕМА.sce | clear,clc, xdel(winsid());
pathname = get_absolute_file_path("СХЕМА.sce")
chdir(pathname)
winnum=1; win=string(winnum); //Создаем рабочую панель
cf=figure(winnum);
set(cf,'figure_name','ОКНО УПРАВЛЕНИЯ');
cf.figure_position=[200,100]
cf.figure_size=[1500,600]
startButton_Nazvanie = uicontrol(cf,'unit','normalized','BackgroundColor',[-1,-1,-1],...
'FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontWeight','bold',...
'ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','Position',[0.0001,0.95,0.9999,0.05],...
'Relief','default','String','Система передачи сигнала в Wi-fi канале','Style','text','VerticalAlignment','middle')
startButton_IS = uicontrol("Style","pushbutton",... //Создаём кнопку ИС
"String","ИС",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.02 0.5 0.07 0.2],...
"callback", "Ishodniy_Signal");
startButton_Coder = uicontrol("Style","pushbutton",... //Создаём кнопку Кодер
"String","Кодер",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.145 0.5 0.07 0.2],...
"callback", "Coder");
startButton_Signal_Modul = uicontrol("Style","pushbutton",... //Создаём кнопку Вывод сигнала с Модуляцией
"String","Сигнал после QAM",...
"fontSize", 13, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.270 0.7 0.1 0.1],...
"callback", "Signal_Modul");
startButton_Modul = uicontrol("Style","pushbutton",... //Создаём кнопку Модуляция
"String","Модуляция",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.270 0.5 0.1 0.2],...
"callback", "Modul");
startButton_OFDM = uicontrol("Style","pushbutton",... //Создаём кнопку OFDM
"String","OFDM",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.425 0.5 0.07 0.2],...
"callback", "OFDM");
startButton_Channel = uicontrol("Style","pushbutton",... //Создаём кнопку Wi-fi канал
"String","Wi-fi Канал",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.55 0.5 0.15 0.2],...
"callback", "Channel");
startButton_Shum = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],... //Создаём надпись шум
'FontAngle','italic','FontName','Tahoma','FontSize',[15],'FontWeight','normal',...
'ForegroundColor',[1,1,1],'HorizontalAlignment','center','Position',[0.6,0.72,0.05,0.05],...
'Relief','default','String','Шум','Style','text','VerticalAlignment','middle')
startButton_Demodul = uicontrol("Style","pushbutton",... //Создаём кнопку Демодуляция
"String","Демодуляция",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.75 0.5 0.12 0.2],...
"callback", "Demodul");
startButton_Decod = uicontrol("Style","pushbutton",... //Создаём кнопку Декод
"String","Декод",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.92 0.5 0.07 0.2],...
"callback", "Decod");
startButton_Schetchik_Oshibok = uicontrol("Style","pushbutton",... //Создаём кнопку Счётчик
"String","Счётчик",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.92 0.2 0.07 0.2],...
"callback", "Schetchik_Oshibok");
startButton_Exit = uicontrol("Style","pushbutton",... //Создаём кнопку Выход
"String","Выход",...
"fontSize", 18, ...
"ForegroundColor", [0.7,0,0], ...
"units", "normalized", ...
"position", [0.92 0.01 0.07 0.07],...
"callback", "Exit");
// верхняя линия
Line1 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.0887,0.6,0.0578,0.008],'Style','frame')
Line2 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.213,0.6,0.058,0.008],'Style','frame')
Line3 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.369,0.6,0.057,0.008],'Style','frame')
Line4 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.4935,0.6,0.058,0.008],'Style','frame')
Line5 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.699,0.6,0.053,0.008],'Style','frame')
Line6 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.869,0.6,0.0529,0.008],'Style','frame')
Line7 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.952,0.398,0.004,0.103],'Style','frame')
// нижняя линия
Line8 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.08,0.25,0.08,0.008],'Style','frame')
Line9 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.20,0.25,0.08,0.008],'Style','frame')
Line10 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.32,0.25,0.08,0.008],'Style','frame')
Line11 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.44,0.25,0.08,0.008],'Style','frame')
Line12 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.56,0.25,0.08,0.008],'Style','frame')
Line13 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.68,0.25,0.08,0.008],'Style','frame')
Line14 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.80,0.25,0.08,0.008],'Style','frame')
Line15 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.90,0.25,0.021,0.008],'Style','frame')
// левые линии
Line16 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.06,0.398,0.004,0.103],'Style','frame')
Line17 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,1,0],'ForegroundColor',[-1,-1,-1],'Position',[0.06,0.25,0.004,0.103],'Style','frame')
// линии канала
Line18 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.52,0.70,0.001,0.25],'Style','frame')
Line19 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.52,0.3,0.001,0.20],'Style','frame')
Line20 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.52,0.01,0.001,0.18],'Style','frame')
Line21 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.725,0.70,0.001,0.25],'Style','frame')
Line22 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.725,0.3,0.001,0.20],'Style','frame')
Line23 = uicontrol(cf,'unit','normalized','BackgroundColor',[0,0,0],'ForegroundColor',[-1,-1,-1],'Position',[0.725,0.01,0.001,0.18],'Style','frame')
// Отключаем кнопки, чтобы поочередно включались на схеме
set(startButton_Coder,"enable","off")
set(startButton_Modul,"enable","off")
set(startButton_Signal_Modul,"enable","off")
set(startButton_OFDM,"enable","off")
set(startButton_Channel,"enable","off")
set(startButton_Demodul,"enable","off")
set(startButton_Decod,"enable","off")
set(startButton_Schetchik_Oshibok,"enable","off")
k_slider = 0; // начальное значение коэффициента слайдера
// чтобы не было пустым множеством для С6
priznakf3 = 0;
function Ishodniy_Signal()
exec("C1.sce");
set(startButton_Coder,"enable","on");
endfunction
function Coder()
exec("C4.sce");
set(startButton_Modul,"enable","on");
endfunction
function Modul()
exec("C5.sce");
set(startButton_OFDM,"enable","on");
set(startButton_Signal_Modul,"enable","on");
endfunction
function Signal_Modul()
exec("C6.sce");
endfunction
function OFDM()
exec("C_ofdm.sce");
set(startButton_Channel,"enable","on");
endfunction
function Channel()
exec("C1337.sce");
set(startButton_Demodul,"enable","on");
endfunction
function Demodul()
exec("C5.sce");
set(startButton_Decod,"enable","on");
endfunction
function Decod()
exec("C_decod.sce");
set(startButton_Schetchik_Oshibok,"enable","on");
endfunction
function Schetchik_Oshibok()
exec("C_schetchik_oshibok.sce");
endfunction
function Exit()
xdel(winsid())
return
endfunction
|
45a109b28fa0a24910713de5d81f8271518ab7df | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH12/EX12.12/Ex12_12.sce | 56f16d1000bb54d4af25b1630af6ec50d483342a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 348 | sce | Ex12_12.sce | Vgs1=-5;
Vgs2=-0.75;
Gm01=0.006;
Gm02=0.002;
Vgsoff1=-8;
Vgsoff2=-2;
Gm1=Gm01*(1-(Vgs1/Vgsoff1));
Gm2=Gm02*(1-(Vgs2/Vgsoff2));
RD=8200;
RL=100000;
rD=(RD*RL)/(RD+RL);
Avmax=rD*Gm1;
Avmin=rD*Gm2;
disp(' ',Avmax,"Avmax=")//The answers vary due to round off error
disp(' ',Avmin,"Avmin=")//The answers vary due to round off error
|
afed5f533b88f13ab59473cba8851165ffbcb2ed | 3ab7c3ba0b53c896747be95b21d2a39dc0ba021a | /newton.sce | 1f5003e1cdff64891cdc7bc8612b716d8630e05d | [] | no_license | Farber98/MetodosNumericos | 0752f090eb596926f05bff0730a088eb70e77033 | 5c1be0d0e8274d204b41d0b91778847e6469e6bb | refs/heads/master | 2021-04-23T12:58:07.339435 | 2020-03-25T08:41:32 | 2020-03-25T08:41:32 | 249,926,955 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sce | newton.sce | exec('path', -1)
x=[0:.1:10];
deff('z=f(x)','z=exp(x)-3*x');
deff('z=fp(x)','z=exp(x)-3');
z=newton(f,fp,0.25,10,0.001)
|
f9d0c0e1c83839b427850f429d9d0ff7593ec38e | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH20/EX20.21/20_21.sce | 67d67f53ced2c25b031f2140ebf7a1f91309b9bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | 20_21.sce | //Problem 20.21: The output stage of an amplifier has an output resistance of 112 ohm. Calculate the optimum turns ratio of a transformer which would match a load resistance of 7 ohm to the output resistance of the amplifier.
//initializing the variables:
R1 = 112; // in Ohms
RL = 7; // in Ohms
//calculation:
//The equivalent input resistance, R1 of the transformer needs to be 112 ohm for maximum power transfer.
//R1 = RL*(tr^2)
// tr = N1/N2 turn ratio
tr = (R1/RL)^0.5
printf("\n\n Result \n\n")
printf("\n the optimum turns ratio is %.0f ", tr) |
149fd0193e76741203cbc91a8c0c0c7114c405ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH7/EX7.7w/7_7w.sce | 52a405eec0c495e22c6c18115c6b855ee05d8071 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | 7_7w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 7.7w
//calculation of the value of force exerted by the air on the plane
//given data
v=900*10^3/(60*60)//speed(in m/s) of the fighter plane
r=2000//radius(in m)of the vertical circle
M=16000//mass(in kg)
g=9.8//gravitational acceleration(in m/s^2) of the earth
//calculation
//from Newton's second law
//F-M*g = M*v*v/r
//from above equation,we get
F=M*(g+(v*v/r))
printf(' the force exerted by the air,on the plane in upward direction is %3.2e N',F)
|
cea2bf1ff02c8e2dfa57c0533812cb110c46d475 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/errcatch.tst | e3cdd85b71d68c5d7df6c264517a7eba58cae205 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,952 | tst | errcatch.tst | clear;
errcatch(4,'continue','nomessage')
a
if iserror(4)==1 then errclear(-1),else pause,end
a;b=1;
errclear(-1),if b<>1 then pause,end
b=[];for k=1:3,b(1,k)=k;a,end
errclear(-1),if or(b<>(1:3)) then pause,end
deff('foo()','x=a','n')
foo();if iserror(4)==1 then errclear(-1),else pause,end
deff('foo()','x=a')
foo();if iserror(4)==1 then errclear(-1),else pause,end
deff('b=foo()','x=a;b=1','n')
b=foo();errclear(-1),if b<>1 then pause,end
deff('b=foo()','x=a;b=1');b=foo();errclear(-1)
deff('b=foo()',['x=a';'b=1'])
b=foo();errclear(-1),if b<>1 then pause,end
deff('b=foo()','b=[];for k=1:3,b(1,k)=k;a,end','n')
b=foo();errclear(-1),if or(b<>(1:3)) then pause,end
deff('b=foo()',['b=[]';'for k=1:3';'b(1,k)=k;a';'end'])
b=foo();errclear(-1),if or(b<>(1:3)) then pause,end
errcatch(47,'continue','nomessage')
deff('b=foo()','if %t then b=1')
if iserror(47)<>1 then pause,else errclear(-1);end
errcatch(37,'continue','nomessage')
deff('b=foo(','if %t then b=1')
if iserror(37)<>1 then pause,else errclear(-1);end
clear
errcatch(-1)
if execstr('a','errcatch')<>4 then pause,end
ierr=execstr('a;b=1','errcatch');if ierr<>4 then pause,end
ierr=execstr(['b=[]';'for k=1:3';'b(1,k)=k';'end';'a'],'errcatch');
if ierr<>4|or(b<>(1:3)) then pause,end
clear;errcatch(4,'continue','nomessage')
execstr('a;if iserror(4)==1 then errclear(-1),else pause,end')
clear;errcatch(-1)
deff('b=foo()',['b=[]';
'errcatch(4,''continue'',''nomessage'')'
'for k=1:3'
' b(1,k)=k'
' a'
' if iserror(4)==1 then errclear(-1),end'
'end'],'n')
b=foo();if or(b<>(1:3)) then pause,end
deff('b=foo()',['b=[]';
'errcatch(4,''continue'',''nomessage'')'
'for k=1:3'
' b(1,k)=k'
' a'
' if iserror(4)==1 then errclear(-1),end'
'end'])
b=foo();if or(b<>(1:3)) then pause,end
|
d9bac6deb7ac79f4fe6744b69774a1d24da16d0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH3/EX3.21/EX3_21.sce | 62f6d131bc5b21dcb477d3d47d788c5ae024282b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | EX3_21.sce | //Example 3.21
//Determine the response of the below relaxed system.
clc;
close;
n=-10:.01:10;
for i=1:length(n)
if n(i)<0 then
h(i)=0;x(i)=0;
else
h(i)=(1/3)^n(i);
x(i)=2^n(i);
end
end
y=convol(h,x);
//figure
f=scf(0);
plot(n,h,'black');
xtitle('input response1','n','h(n)');
xs2jpg(0, 'problem29-plot-a.jpg');
// figure
f=scf(1);
plot(n,x,'red');
xtitle('input response2','n','x(n)');
xs2jpg(1, 'problem29-plot-b.jpg');
// figure
f=scf(2);
n1=-20:.01:20;
plot(n1,y,'green');
xtitle('output response','n','y(n)');
xs2jpg(2, 'problem29-plot-c.jpg');
|
12e2416b5034618ff85d192d20b74f99c7fd1ad2 | 3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc | /Área 2/Aula 10 - Quadratura Gaussiana/Calculadora_de_pesos_da_quadratura.sce | e4843123de3edff2b06095226e6293ecf0217ce7 | [
"MIT"
] | permissive | JPedroSilveira/numerical-calculus-with-scilab | 32e04e9b1234a0a82275f86aa2d6416198fa6c81 | 190bc816dfaa73ec2efe289c34baf21191944a53 | refs/heads/master | 2023-05-10T22:39:02.550321 | 2021-05-11T17:17:09 | 2021-05-11T17:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | sce | Calculadora_de_pesos_da_quadratura.sce | //Exemplo: Sejam os nós x [0 0.6 1]. Encontre os pesos Ai da quadratura I = A1*f(x1) + A2 * f(x2) + A3 * f(x3) tal que o erro seja o menor possível
//para integrar f no intervalo 0 a 1
//Primeiro calcula A que neste caso com os valores 0, 0.6 e 1 será "A = [1 1 1; 0 0.6 1; 0 (0.6)^2 1]"
//Depois de calcula b, que no intervalo 0 a 1 será "b = [1 - 0; (1^2 - 0)/2; (1^3 - 0)/3]"
//Por fim calcula-se inv(A)*b e se obterá o vetor w
function w=calcula_pesos(x,a,b)
A = []
v_b = []
len_x = size(x)(2)
for i = 1:len_x
A = cat(2,A,[1])
end
for i = 1:len_x - 1
A = cat(1,A,x.^i)
end
for i = 1:len_x
v_b = cat(1,v_b,(b^i - a^i)/i)
end
w = inv(A)*v_b
endfunction
|
f5260050a3567d813592f082c054f0e25bf09f75 | d8be154f94daec7c0bf6e452bfd38c0d324c8ae2 | /scripts/complexe.sci | 540d7b8324b1c336519a3f574dd128c66a1fb312 | [] | no_license | BasileBr/Tatouage | bead5b85415ed359d899ce2fb211501586c9d53f | 8ac0922899085b168f78faacd24a34b55cd1b783 | refs/heads/master | 2020-03-29T02:20:49.262172 | 2018-05-10T17:38:30 | 2018-05-10T17:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sci | complexe.sci | function [mod,phase] = complexe(matrice)
[N,M] = size(matrice)
for x = 1:N
for y = 1:M
mod(x,y) = abs(matrice(x,y))
phase(x,y) = atan(imag(matrice(x,y)),real(matrice(x,y)))
end
end
endfunction
|
21823dee5f67d2046ac641911a6a927bf2af7096 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH11/EX11.2/2.sce | a1be2da55045560c03ab2a9878e41af7362eb2f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | sce | 2.sce | clc
p1=75.882; //cm of Hg
T1=286; //K
V1=0.08; //m^3
p2=76; //cm of Hg
T2=288; //K
V2=p1*V1*T2/p2/T1;
m=28; //kg
c=4.18;
t2=23.5; //0C
t1=10; //0C
Q_received=m*c*(t2-t1);
HCV=Q_received/V2;
disp("Higher calorific value =")
disp(HCV)
disp("kJ/m^3")
amt=0.06/0.08; //Amount of vapour formed per m^3 of gas burnt
LCV=HCV-2465*amt;
disp("Lower calorific value =")
disp(LCV)
disp("kJ/kg") |
6ba3e789ce2b7a72b8975f692dbb9d67441d3ea7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1/Unix/scilab-2.1/macros/xdess/zgrid.sci | fa4669215ce26cb7b946037fd218842a950d8a41 | [
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sci | zgrid.sci | //<>=zgrid()
//
xselect();
square(-1.1,-1.1,1.1,1.1);
xtitle( ['loci with constant damping and constant frequencies';...
'in discrete plane'],' ',' ');
//
xsi=0:0.1:1 //
// 2 2
//roots of s + 2*xsi*w0*s +w0
//given by : w0*(-xsi+-%i*sqrt(1-sxi*xsi))
raci=((0:0.05:1)*%pi)'*(-xsi+%i*sqrt(ones(xsi)-xsi.*xsi))
// continuous --> discrete
raci=exp(raci);[mr,nr]=size(raci);
for l=1:nr,
xstring(real(raci(mr-10,l)),-imag(raci(mr-10,l)),' '+string(xsi(l)),0,0);
end;
plot2d(real(raci),imag(raci),-1*ones(1,nr),"001");
plot2d(real(raci),-imag(raci),-1*ones(1,nr),"001");
//
w0=(0:0.1:1)*%pi; //
e_itheta=exp(%i*(%pi/2:0.05:%pi)')
zw=exp(e_itheta*w0);[mz,nz]=size(zw)
for l=1:nz,
xstring(real(zw(1,l)),imag(zw(1,l)),' '+string(w0(l)/(2*%pi)),0,0);
end;
//-- the curves
plot2d(real(zw),imag(zw),-1*ones(1,nr),"001");
plot2d(real(zw),-imag(zw),-1*ones(1,nr),"001");
//end
|
2a3dc40e377c06f26116b9c009104e6ac806dd56 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/BIPO/RU62HEJ/ATWM1_Working_Memory_MEG_RU62HEJ_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | d9e423593ca80393514b1e4ffdf47552a5c0d791 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
42 61 292 292 399 125 1792 2992 2442 fixation_cross gabor_104 gabor_158 gabor_069 gabor_180 gabor_104 gabor_158_alt gabor_069 gabor_180_alt "1_1_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_104_158_069_180_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_134_framed blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_120 gabor_100 gabor_172 gabor_039 gabor_120 gabor_100 gabor_172_alt gabor_039_alt "1_2_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_120_100_172_039_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_039_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_131 gabor_163 gabor_054 gabor_073 gabor_131 gabor_163_alt gabor_054_alt gabor_073 "1_3_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_131_163_054_073_target_position_2_3_retrieval_position_2" gabor_circ gabor_163_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_163 gabor_074 gabor_042 gabor_096 gabor_163_alt gabor_074_alt gabor_042 gabor_096 "1_4_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_163_074_042_096_target_position_1_2_retrieval_position_2" gabor_circ gabor_119_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_113 gabor_152 gabor_091 gabor_128 gabor_113_alt gabor_152_alt gabor_091 gabor_128 "1_5_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_113_152_091_128_target_position_1_2_retrieval_position_1" gabor_065_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2242 2992 2592 fixation_cross gabor_145 gabor_026 gabor_081 gabor_102 gabor_145 gabor_026 gabor_081_alt gabor_102_alt "1_6_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_145_026_081_102_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_102_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_014 gabor_038 gabor_122 gabor_103 gabor_014 gabor_038_alt gabor_122_alt gabor_103 "1_7_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_014_038_122_103_target_position_2_3_retrieval_position_2" gabor_circ gabor_177_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1792 2992 2042 fixation_cross gabor_129 gabor_047 gabor_092 gabor_152 gabor_129 gabor_047_alt gabor_092_alt gabor_152 "1_8_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2050_gabor_patch_orientation_129_047_092_152_target_position_2_3_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2242 fixation_cross gabor_036 gabor_144 gabor_008 gabor_166 gabor_036_alt gabor_144 gabor_008_alt gabor_166 "1_9_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_036_144_008_166_target_position_1_3_retrieval_position_1" gabor_036_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2242 2992 1992 fixation_cross gabor_174 gabor_013 gabor_068 gabor_087 gabor_174 gabor_013 gabor_068_alt gabor_087_alt "1_10_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_174_013_068_087_target_position_3_4_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_013_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2442 fixation_cross gabor_065 gabor_172 gabor_017 gabor_090 gabor_065 gabor_172_alt gabor_017_alt gabor_090 "1_11_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_065_172_017_090_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_017_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_092 gabor_031 gabor_047 gabor_113 gabor_092_alt gabor_031 gabor_047_alt gabor_113 "1_12_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_092_031_047_113_target_position_1_3_retrieval_position_1" gabor_092_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_135 gabor_010 gabor_178 gabor_090 gabor_135 gabor_010_alt gabor_178 gabor_090_alt "1_13_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_135_010_178_090_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2192 2992 1992 fixation_cross gabor_120 gabor_030 gabor_172 gabor_058 gabor_120_alt gabor_030_alt gabor_172 gabor_058 "1_14_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2000_gabor_patch_orientation_120_030_172_058_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_058_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_058_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_146 gabor_170 gabor_031 gabor_008 gabor_146 gabor_170_alt gabor_031 gabor_008_alt "1_15_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_146_170_031_008_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_058_framed blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_015 gabor_134 gabor_105 gabor_086 gabor_015_alt gabor_134_alt gabor_105 gabor_086 "1_16_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_015_134_105_086_target_position_1_2_retrieval_position_1" gabor_062_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_102 gabor_086 gabor_147 gabor_020 gabor_102 gabor_086_alt gabor_147 gabor_020_alt "1_17_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_102_086_147_020_target_position_2_4_retrieval_position_2" gabor_circ gabor_036_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_146 gabor_168 gabor_092 gabor_120 gabor_146_alt gabor_168_alt gabor_092 gabor_120 "1_18_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_146_168_092_120_target_position_1_2_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_056 gabor_142 gabor_072 gabor_013 gabor_056_alt gabor_142 gabor_072_alt gabor_013 "1_19_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_056_142_072_013_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_072_framed gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_072_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2542 fixation_cross gabor_175 gabor_113 gabor_146 gabor_087 gabor_175 gabor_113 gabor_146_alt gabor_087_alt "1_20_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_175_113_146_087_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_039_framed blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 1942 fixation_cross gabor_020 gabor_159 gabor_083 gabor_043 gabor_020 gabor_159_alt gabor_083 gabor_043_alt "1_21_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_020_159_083_043_target_position_2_4_retrieval_position_2" gabor_circ gabor_110_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2592 fixation_cross gabor_155 gabor_010 gabor_025 gabor_043 gabor_155_alt gabor_010 gabor_025 gabor_043_alt "1_22_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2600_gabor_patch_orientation_155_010_025_043_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1742 2992 2592 fixation_cross gabor_046 gabor_122 gabor_102 gabor_013 gabor_046 gabor_122_alt gabor_102 gabor_013_alt "1_23_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2600_gabor_patch_orientation_046_122_102_013_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 1942 fixation_cross gabor_179 gabor_108 gabor_136 gabor_069 gabor_179 gabor_108_alt gabor_136_alt gabor_069 "1_24_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_179_108_136_069_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2242 2992 2142 fixation_cross gabor_092 gabor_123 gabor_107 gabor_002 gabor_092_alt gabor_123_alt gabor_107 gabor_002 "1_25_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2150_gabor_patch_orientation_092_123_107_002_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_002_framed blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_032 gabor_053 gabor_083 gabor_102 gabor_032_alt gabor_053 gabor_083_alt gabor_102 "1_26_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_032_053_083_102_target_position_1_3_retrieval_position_1" gabor_032_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2342 fixation_cross gabor_114 gabor_177 gabor_141 gabor_034 gabor_114_alt gabor_177 gabor_141_alt gabor_034 "1_27_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_114_177_141_034_target_position_1_3_retrieval_position_1" gabor_114_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_117 gabor_082 gabor_162 gabor_048 gabor_117_alt gabor_082 gabor_162 gabor_048_alt "1_28_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_117_082_162_048_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2442 fixation_cross gabor_134 gabor_065 gabor_177 gabor_048 gabor_134 gabor_065_alt gabor_177 gabor_048_alt "1_29_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_134_065_177_048_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2142 2992 2442 fixation_cross gabor_154 gabor_031 gabor_065 gabor_010 gabor_154 gabor_031_alt gabor_065_alt gabor_010 "1_30_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_154_031_065_010_target_position_2_3_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_010 gabor_144 gabor_100 gabor_028 gabor_010 gabor_144 gabor_100_alt gabor_028_alt "1_31_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_010_144_100_028_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_028_framed blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_114 gabor_007 gabor_029 gabor_084 gabor_114 gabor_007 gabor_029_alt gabor_084_alt "1_32_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_114_007_029_084_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_029_framed gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1742 2992 1992 fixation_cross gabor_021 gabor_140 gabor_169 gabor_060 gabor_021 gabor_140 gabor_169_alt gabor_060_alt "1_33_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_021_140_169_060_target_position_3_4_retrieval_position_2" gabor_circ gabor_001_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_001_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_029 gabor_097 gabor_011 gabor_058 gabor_029 gabor_097_alt gabor_011 gabor_058_alt "1_34_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_029_097_011_058_target_position_2_4_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 1992 fixation_cross gabor_123 gabor_009 gabor_098 gabor_070 gabor_123 gabor_009 gabor_098_alt gabor_070_alt "1_35_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_123_009_098_070_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_098_framed gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_030 gabor_079 gabor_098 gabor_055 gabor_030 gabor_079_alt gabor_098_alt gabor_055 "1_36_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_030_079_098_055_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_144_framed gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_086 gabor_013 gabor_162 gabor_042 gabor_086_alt gabor_013_alt gabor_162 gabor_042 "1_37_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_086_013_162_042_target_position_1_2_retrieval_position_1" gabor_131_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2192 2992 2542 fixation_cross gabor_152 gabor_133 gabor_088 gabor_021 gabor_152 gabor_133_alt gabor_088 gabor_021_alt "1_38_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2550_gabor_patch_orientation_152_133_088_021_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_043_framed gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_043_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_034 gabor_142 gabor_096 gabor_052 gabor_034 gabor_142_alt gabor_096 gabor_052_alt "1_39_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_034_142_096_052_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_052_framed blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_091 gabor_048 gabor_032 gabor_164 gabor_091 gabor_048_alt gabor_032 gabor_164_alt "1_40_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_091_048_032_164_target_position_2_4_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_001 gabor_020 gabor_064 gabor_083 gabor_001 gabor_020 gabor_064_alt gabor_083_alt "1_41_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_001_020_064_083_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_083_framed blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2142 2992 2242 fixation_cross gabor_007 gabor_069 gabor_179 gabor_090 gabor_007 gabor_069 gabor_179_alt gabor_090_alt "1_42_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_007_069_179_090_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_130_framed gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1742 2992 2192 fixation_cross gabor_070 gabor_144 gabor_006 gabor_113 gabor_070 gabor_144 gabor_006_alt gabor_113_alt "1_43_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2200_gabor_patch_orientation_070_144_006_113_target_position_3_4_retrieval_position_2" gabor_circ gabor_144_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_144_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_095 gabor_052 gabor_028 gabor_135 gabor_095_alt gabor_052 gabor_028_alt gabor_135 "1_44_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_095_052_028_135_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_028_framed gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2042 fixation_cross gabor_083 gabor_017 gabor_132 gabor_153 gabor_083 gabor_017_alt gabor_132 gabor_153_alt "1_45_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_083_017_132_153_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 1992 fixation_cross gabor_050 gabor_121 gabor_076 gabor_010 gabor_050_alt gabor_121 gabor_076 gabor_010_alt "1_46_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2000_gabor_patch_orientation_050_121_076_010_target_position_1_4_retrieval_position_1" gabor_050_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1892 2992 1892 fixation_cross gabor_002 gabor_139 gabor_071 gabor_033 gabor_002 gabor_139_alt gabor_071 gabor_033_alt "1_47_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_1900_gabor_patch_orientation_002_139_071_033_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_071_framed gabor_circ blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_071_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_131 gabor_075 gabor_146 gabor_162 gabor_131 gabor_075 gabor_146_alt gabor_162_alt "1_48_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_131_075_146_162_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_162_framed blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_163 gabor_111 gabor_092 gabor_030 gabor_163_alt gabor_111 gabor_092 gabor_030_alt "1_49_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_163_111_092_030_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_075_framed blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_137 gabor_103 gabor_020 gabor_158 gabor_137_alt gabor_103 gabor_020 gabor_158_alt "1_50_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_137_103_020_158_target_position_1_4_retrieval_position_1" gabor_087_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2342 fixation_cross gabor_010 gabor_156 gabor_071 gabor_097 gabor_010 gabor_156_alt gabor_071_alt gabor_097 "1_51_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_010_156_071_097_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_121_framed gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_168 gabor_097 gabor_059 gabor_081 gabor_168 gabor_097 gabor_059_alt gabor_081_alt "1_52_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_168_097_059_081_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2242 2992 2492 fixation_cross gabor_021 gabor_149 gabor_087 gabor_176 gabor_021_alt gabor_149 gabor_087_alt gabor_176 "1_53_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2500_gabor_patch_orientation_021_149_087_176_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_131_framed blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2242 2992 1942 fixation_cross gabor_051 gabor_081 gabor_162 gabor_105 gabor_051_alt gabor_081_alt gabor_162 gabor_105 "1_54_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_051_081_162_105_target_position_1_2_retrieval_position_2" gabor_circ gabor_081_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2192 fixation_cross gabor_139 gabor_058 gabor_180 gabor_073 gabor_139_alt gabor_058_alt gabor_180 gabor_073 "1_55_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_139_058_180_073_target_position_1_2_retrieval_position_2" gabor_circ gabor_058_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2542 fixation_cross gabor_038 gabor_103 gabor_023 gabor_077 gabor_038_alt gabor_103 gabor_023_alt gabor_077 "1_56_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_038_103_023_077_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_162_framed gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1992 2992 2242 fixation_cross gabor_141 gabor_034 gabor_106 gabor_167 gabor_141_alt gabor_034 gabor_106 gabor_167_alt "1_57_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2250_gabor_patch_orientation_141_034_106_167_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_060_framed gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_060_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_094 gabor_157 gabor_032 gabor_017 gabor_094_alt gabor_157 gabor_032 gabor_017_alt "1_58_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_094_157_032_017_target_position_1_4_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_162 gabor_087 gabor_123 gabor_108 gabor_162_alt gabor_087_alt gabor_123 gabor_108 "1_59_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_162_087_123_108_target_position_1_2_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2542 fixation_cross gabor_025 gabor_099 gabor_130 gabor_083 gabor_025_alt gabor_099_alt gabor_130 gabor_083 "1_60_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_025_099_130_083_target_position_1_2_retrieval_position_1" gabor_164_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1792 2992 1892 fixation_cross gabor_123 gabor_058 gabor_103 gabor_179 gabor_123 gabor_058 gabor_103_alt gabor_179_alt "1_61_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_1900_gabor_patch_orientation_123_058_103_179_target_position_3_4_retrieval_position_2" gabor_circ gabor_058_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_058_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_151 gabor_025 gabor_045 gabor_065 gabor_151 gabor_025 gabor_045_alt gabor_065_alt "1_62_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_151_025_045_065_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_045_framed gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2192 fixation_cross gabor_088 gabor_113 gabor_065 gabor_175 gabor_088 gabor_113 gabor_065_alt gabor_175_alt "1_63_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_088_113_065_175_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_126 gabor_096 gabor_162 gabor_076 gabor_126 gabor_096_alt gabor_162 gabor_076_alt "1_64_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_126_096_162_076_target_position_2_4_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_021 gabor_004 gabor_082 gabor_037 gabor_021 gabor_004 gabor_082_alt gabor_037_alt "1_65_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_021_004_082_037_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_037_framed blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_087 gabor_110 gabor_129 gabor_069 gabor_087 gabor_110 gabor_129_alt gabor_069_alt "1_66_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_087_110_129_069_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_175_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2042 2992 2292 fixation_cross gabor_112 gabor_082 gabor_050 gabor_163 gabor_112_alt gabor_082_alt gabor_050 gabor_163 "1_67_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_2300_gabor_patch_orientation_112_082_050_163_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_023_framed blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_023_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_140 gabor_158 gabor_018 gabor_084 gabor_140_alt gabor_158_alt gabor_018 gabor_084 "1_68_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_140_158_018_084_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_173 gabor_013 gabor_146 gabor_093 gabor_173_alt gabor_013_alt gabor_146 gabor_093 "1_69_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_173_013_146_093_target_position_1_2_retrieval_position_1" gabor_173_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1942 2992 1942 fixation_cross gabor_132 gabor_069 gabor_001 gabor_108 gabor_132_alt gabor_069 gabor_001 gabor_108_alt "1_70_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_1950_gabor_patch_orientation_132_069_001_108_target_position_1_4_retrieval_position_2" gabor_circ gabor_069_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_069_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
0d8055234a277617824ba600b8ed3664c29251d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH3/EX3.4/4.sce | bf9cba2f996de990709b6d47fad22d829237ab5f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | 4.sce | clc
clear
//INPUT DATA
h=1//miller indices with respect to x axis
k=1//miller indices with respect to y axis
l=0//miller indices with respect to z axis
d=2.86*10^-10//the distance between miller indices in m
//CALCULATION
a=(d*(sqrt(h^2+k^2+l^2)))/10^-10//The lattice constant in m *10^-10
//OUTPUT
printf('The lattice constant is %3.3f*10^-10 m',a)
|
4474c7418831058e4962d488c98460f8bdff402a | 7c3f5d0908e4b8296e6f510e1b52197d07f7aa50 | /tabelaPosicoes.sce | a51f2759a3f8050635d0bee35fdf5a217ed0f5f9 | [] | no_license | mtxslv/Projetos-Calculo-Numerico | 883da40114255c871b47fb1882e3890a63d71d9d | 96949e60d384d973f048712a5222796dc989a088 | refs/heads/master | 2020-03-26T08:43:46.551491 | 2018-09-01T23:19:56 | 2018-09-01T23:19:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 671 | sce | tabelaPosicoes.sce | clc
C_x = [485 490 545 611 606 596 567 546] // x do Centro
C_y = [308 312 315 335 351 352 343 344] // y do Centro
P_x = [524 317 169 582 758 867 1004 515] // x do movimento pendular
P_y = [1271 1254 1194 1302 1299 1274 1178 1276] // y do movimento pendular
tmps = [0 106 305 644 745 815 1020 1393] // tempos do movimento
T_degC = [-40 -30 -20 -10 0 10 20 30 40 50 60 70 80 90 100];
T_K = T_degC + 273.15;
T_degF = T_degC * (9/5) + 32;
mprintf("\nTempos(ms)\t Centro\t Pendulo\n");
for i=1:length(tmps)
mprintf("%d \t\t <%d,%d> \t <%d,%d> \n", tmps(i), C_x(i),C_y(i),P_x(i),P_y(i));
end
mprintf("Centro_medio = <%d,%d>", mean(C_x), mean(C_y))
|
a252112b89a5283e5e591feeeb7ebb4674ec3f8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH5/EX5.22/ex5_22.sce | 16e567e68478d86fa2ca9cea4992c053b8bf027e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 948 | sce | ex5_22.sce | //Chapter-5, Example 5.22, Page 182
//=============================================================================
clc
clear
//INPUT DATA
Z1=7+((%i)*5);//impedance of branch1 in ohms
Z2=10-((%i)*8);//impedance of branch2 in ohms
V=230;//supply voltage in volts
f=50;//frequency in hz
//CALCULATIONS
Y1=1/(Z1);//admittance of branch1 in mho
Y2=1/(Z2);//admittance of branch2 in mho
Y=Y1+Y2;//admittance of combined circuit
disp(Y);
g=abs(Y);//conductance in mho;
B=atan(imag(Y)/real(Y));//susceptance in mho
I=V*(Y);//current
disp(I);//total current taken from mains in A
z=atan(imag(I)/real(I));
pf=cos(z);//power factor
mprintf("thus conductance and susceptance of the circuit is %1.3f mho and %1.3f mho respectively\n",g,B);
mprintf("power factor is %1.3f lagging",pf)
//=================================END OF PROGRAM======================================================================================================
|
5664e8ddefa0b555dc717a886eb529d1085b67ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2666/CH4/EX4.4/4_4.sce | 6f23cb3731c4595fda91709d4a6b83c7992b4085 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | 4_4.sce | clc
//initialisation of variables
t=1200//F
t1=1660//F
p1=39.7//lbf
p2=14.7//lbf
cp=0.24//Btu
v1=4930000//ft
//CALCULATIONS
T=(t1)/(p1/p2)^(0.4/1.4)//R
V=cp*(t1-T)//Btu
V2=sqrt(v1)//ft per sec
//RESULTS
printf('the steady of flow equation reduces=% f ft per sec',V2)
|
603814c10ec03c1dd445e2cc50fbe86d174539c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH9/EX9.2.2/9_2_2.sce | 99bdc13fb868557ba3b895eec057ce3af3311410 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | 9_2_2.sce | clc
//initialisation of variables
A= 600 //ft^2
W= 40 //lbf/ft^2
n= 75 //percent
r= 10
v= 300 //miles/hour
//CALCULATIONS
L= W*A
D= L/r
P= D*v*5280/(60*33000)
hp= P*100/n
//RESULTS
printf (' brake horse-power of the engines= %.f h.p',hp)
|
bc43690155b0592cb8492febb73aeae9cbef8215 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH23/EX23.7/C23P7.sce | 304ea5b89a3fec090b6affa0cfece11e519b6132 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,045 | sce | C23P7.sce | clear
clc
//to find change in internal energy
//Given:
//refer to figure 23-17 from page no. 529
//refer to problem 23-4
//final volume
vf = 1.0//in m^3
//initial volume
vi = 4.0//in m^3
//initialvolume
pi = 10//in Pa
//value of constant for monoatomic gas
gama = 1.66
//number of moles of ideal gas
n = 0.11//in mol
//molar gas constant
R = 8.31//in J/mol.K
//Solution:
//applying laws of thermodynamics
//applying adiabatic relationship
//final pressure of gas
pf = (pi*(vi^gama))/(vf^gama)//in Pa
//initial temperature of gas
Ti = (pi*vi)/(n*R)//in K
//final temperature of gas
Tf = (pf*vf)/(n*R)//in K
//applying internal energy formula
//change in internal energy
delta_Eint = (3/2)*(n*R*(Tf-Ti))//in J
pf = round(pf)
Ti = round(Ti)
printf ("\n\n Final pressure of gas pf = \n\n %3i Pa" ,pf);
printf ("\n\n Initial temperature of gas Ti = \n\n %2i K" ,Ti);
printf ("\n\n Final temperature of gas Tf = \n\n %3i K" ,Tf);
printf ("\n\n Change in internal energy delta_Eint = \n\n %2i J" ,delta_Eint);
|
a9cdfdc07c0b421907cb0d4ab8d01426e1a2ec06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH11/EX11.2/example11_2.sce | 27ace5acc84670eeb43406f5b0e7977a0deb6f85 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 434 | sce | example11_2.sce | disp("Part a");
r1=5*10^(-2);
r2=7*10^(-2);
n=400;
i=2;
f=1.5*10^(-4);
d=r2-r1;
a=%pi*d^2/4;
b=f/a;
mmf=n*i;
r=(r1+r2)/2;
l=2*%pi*r;
h=mmf/l;
mu=b/h;
disp("the permeability of the iron core (in Wb/At.m) is");disp(mu);
disp("Part b");
mu0=4*%pi*10^(-7);
mu1=mu/mu0;
disp("the relative permeability is"); disp(mu1);
disp("Part c");
mur=600;
b1=mur*mu0*h;
disp("the flux density in the core (in T) is"); disp(b1);
|
e97c2777411fe9e9552d10d01f8d385a678f20d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3825/CH5/EX5.10/Ex5_10.sce | 37ea5997860bfdbaa675bd2d2be313dfa9deb5d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 284 | sce | Ex5_10.sce | clc
P1=100*10^3
v1=1
v2=1/16
n=1.25
T1=300
P2=P1*((v1/v2)^n)
mprintf("P2=%fMPa\n",P2/(10^6))
T2=(T1*P2*v2)/(P1*v1)
mprintf("T2=%fK\n",T2)
R=8.314
W=(R*(T1-T2))/(n-1)
mprintf("W=%fkJ/mol\n",W/1000)
gama=1.4
q=((R*(T2-T1))/(gama-1))+W
mprintf("q=%fkJ/mol",q/1000)
|
b2415e6f38d9462c2049e2dcea072b56c529589e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH16/EX16.2/Chapter16_example2.sce | 4c006fe68d02442e1608811b722859f995b09d0e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 987 | sce | Chapter16_example2.sce | clc
clear
//Input data
d=0.175;//The diameter of the bore in m
pi=3.141;//The mathematical constant of pi
L=0.32;//The length of the stroke in m
p=6.5;//Mean effective pressure in bar
pp=0.4;//Pumping loop mean effective pressure in bar
N=510;//The speed of the engine in rpm
pm=0.65;//Diagrams from the dead cycle give a mep in bar
n=55;//Firing strokes per minute
//Calculations
pmi=p-pp;//The net imep at full load in bar
c=((N/2)-n);//Dead cycles per minute at no load
ipw=pmi*10^5*L*(pi/4)*d^2*(n/60)*(1/1000);//Indicating power for working cycles in kW
Pp=pm*10^5*L*(pi/4)*d^2*(c/60)*(1/1000);//Pumping power of dead cycles in kW
fp=ipw-Pp;//Power in kW
fip=pmi*10^5*L*(pi/4)*d^2*(N/(2*60))*(1/1000);//Full load indicated power in kW
fbp=fip-fp;//Full load break power in kW
nm=(fbp/fip)*100;//Mechanical efficiency in percent
//Output
printf(' The full load break power = %3.2f kW \n The mechanical efficiency of the engine = %3.1f percent ',fbp,nm)
|
4f9d970f67ea1d05dbb32c59a0293c75059ae333 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /NT ACE LEFT CLOSE SHORT 5BOT.sce | 11ca6df5c9a1454a95ce7238fa181e315f28ff65 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 47,620 | sce | NT ACE LEFT CLOSE SHORT 5BOT.sce | Name=NT ACE LEFT CLOSE SHORT 5BOT
PlayerCharacters=Counter-StrikerplayerNT
BotCharacters=Counter-Striker BotNT.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Counter-StrikerplayerNT
AddedBots=Counter-Striker BotNT.bot;Counter-Striker BotNT.bot;Counter-Striker BotNT.bot;Counter-Striker BotNT.bot;Counter-Striker BotNT.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0
PlayerTeam=2
BotTeams=1;1;1;1;1
MapName=ntcloseshortleft.map
MapScale=5.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=0.0
ScorePerDamage=0.0
ScorePerKill=100.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Counter-strike, Valorant
WeaponHeroTag=Rifle
DifficultyTag=3
AuthorsTag=keki4
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=ONESHOT ACE
GameVersion=2.0.1.0
ScorePerDistance=0.05
MBSEnable=false
MBSTime1=0.1
MBSTime2=0.25
MBSTime3=0.75
MBSTime1Mult=0.1
MBSTime2Mult=0.1
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=true
LockedFOVMin=80.0
LockedFOVMax=110.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=cs
MinReactionTime=0.18
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.007
MaxSelfMovementCorrectionTime=0.035
FlickFOV=10.0
FlickSpeed=1.0
FlickError=3.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.25
MaxRecenterTime=0.4
OptimalAimFOV=35.0
OuterAimPenalty=1.1
MaxError=35.0
ShootFOV=1.0
VerticalAimOffset=-5.0
MaxTolerableSpread=2.0
MinTolerableSpread=0.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Counter-Striker BotNT
DodgeProfileNames=nt
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=cs;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Counter-StrikerBOTNT
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=0.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Counter-StrikerplayerNT
MaxHealth=100.0
WeaponProfileNames=LG2;M4A1-S;;USP-S;AK-47;;;
MinRespawnDelay=0.0001
MaxRespawnDelay=0.0001
StepUpHeight=75.0
CrouchHeightModifier=0.75
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=800.0
MaxCrouchSpeed=250.0
Acceleration=6000.0
AirAcceleration=16000.0
Friction=7.5
BrakingFrictionFactor=1.25
JumpVelocity=800.0
Gravity=4.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=1.000 Z=1.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=1.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=250.0
MainBBRadius=25.0
MainBBHasHead=true
MainBBHeadRadius=15.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=250.0
ProjBBRadius=35.0
ProjBBHasHead=true
ProjBBHeadRadius=15.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=256.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Counter-StrikerBOTNT
MaxHealth=100.0
WeaponProfileNames=AK-47;M4A1-S;;USP-S;;;;
MinRespawnDelay=0.0001
MaxRespawnDelay=0.0001
StepUpHeight=75.0
CrouchHeightModifier=0.75
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=true
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=800.0
MaxCrouchSpeed=250.0
Acceleration=6000.0
AirAcceleration=16000.0
Friction=7.5
BrakingFrictionFactor=1.25
JumpVelocity=800.0
Gravity=100.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=1.000 Z=1.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=1.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=250.0
MainBBRadius=25.0
MainBBHasHead=true
MainBBHeadRadius=15.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=250.0
ProjBBRadius=35.0
ProjBBHasHead=true
ProjBBHeadRadius=15.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=256.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=nt
MaxTargetDistance=100000.0
MinTargetDistance=100000.0
ToggleLeftRight=false
ToggleForwardBack=true
MinLRTimeChange=0.0
MaxLRTimeChange=1.0
MinFBTimeChange=0.0
MaxFBTimeChange=0.0
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.15
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.1
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=0.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=FollowAimAtTarget
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=LG2
Type=Hitscan
ShotsPerClick=1
DamagePerShot=999.0
KnockbackFactor=2.0
TimeBetweenShots=0.046
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=7.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.05
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=true
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=M4A1-S
Type=Hitscan
ShotsPerClick=1
DamagePerShot=33.0
KnockbackFactor=0.1
TimeBetweenShots=0.1
Pierces=false
Category=FullyAuto
BurstShotCount=2
TimeBetweenBursts=0.1
ChargeStartDamage=0.1
ChargeStartVelocity=X=1500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=3000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=3000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=3.0
MagazineMax=20
AmmoPerShot=1
ReloadTimeFromEmpty=1.37
ReloadTimeFromPartial=1.37
DamageFalloffStartDistance=3000.0
DamageFalloffStopDistance=7000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.1
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=410.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=10.3
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.1
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=4.0,15.0,-9.0,2.5
SpreadSCA=4.0,15.0,-9.0,2.5
SpreadMSA=4.0,15.0,-9.0,2.5
SpreadMCA=4.0,15.0,-9.0,2.5
SpreadSSH=1.5,27.0,-9.0,1.0
SpreadSCH=1.5,27.0,-9.0,0.0
SpreadMSH=100.0,1000.0,5.0,20.0
SpreadMCH=4.0,15.0,-9.0,1.8
MaxRecoilUp=0.3
MinRecoilUp=0.3
MinRecoilHoriz=-0.3
MaxRecoilHoriz=0.3
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.0001
TimeToRecoilReset=0.075
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=2.0
AADeadZone=0.0
AAFOV=15.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=90.0
PSRCapRight=90.0
PSRCapLeft=90.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=35.0
PSR0=0.4,-0.1
PSR1=0.4,0.0
PSR2=0.9,0.4
PSR3=1.0,-0.5
PSR4=1.0,0.6
PSR5=1.2,0.3
PSR6=0.7,-0.6
PSR7=0.8,-0.5
PSR8=0.3,-1.3
PSR9=0.8,0.5
PSR10=0.3,1.0
PSR11=-0.4,1.2
PSR12=0.0,1.1
PSR13=0.1,1.0
PSR14=-0.2,-0.4
PSR15=0.4,0.1
PSR16=-0.4,1.0
PSR17=0.4,-1.0
PSR18=0.0,1.0
PSR19=-0.1,-1.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=USP-S
Type=Hitscan
ShotsPerClick=1
DamagePerShot=35.0
KnockbackFactor=1.0
TimeBetweenShots=0.17
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=12
AmmoPerShot=1
ReloadTimeFromEmpty=2.2
ReloadTimeFromPartial=2.2
DamageFalloffStartDistance=300.0
DamageFalloffStopDistance=1000.0
DamageAtMaxRange=33.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=1.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=400.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=5.0,25.0,0.2,7.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,25.0,2.0,7.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.3
MinRecoilUp=0.0
MinRecoilHoriz=-0.2
MaxRecoilHoriz=0.2
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.0001
TimeToRecoilReset=0.075
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.1
AAMaxSpeed=5.0
AADeadZone=0.0
AAFOV=50.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=AK-47
Type=Hitscan
ShotsPerClick=1
DamagePerShot=36.0
KnockbackFactor=0.2
TimeBetweenShots=0.1
Pierces=false
Category=FullyAuto
BurstShotCount=2
TimeBetweenBursts=0.1
ChargeStartDamage=0.1
ChargeStartVelocity=X=1500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=3000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=3000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=4.0
MagazineMax=30
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=4000.0
DamageFalloffStopDistance=7500.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.02
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.1
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-40.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.2
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=390.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=10.3
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.1
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=4.0,15.0,-9.0,2.5
SpreadSCA=4.0,15.0,-9.0,2.5
SpreadMSA=4.0,15.0,-9.0,2.5
SpreadMCA=4.0,15.0,-9.0,2.5
SpreadSSH=2.0,27.0,-9.0,1.5
SpreadSCH=2.0,27.0,-9.0,0.0
SpreadMSH=100.0,1000.0,5.0,20.0
SpreadMCH=4.0,15.0,-9.0,1.8
MaxRecoilUp=0.3
MinRecoilUp=0.3
MinRecoilHoriz=-0.3
MaxRecoilHoriz=0.3
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.0001
TimeToRecoilReset=0.075
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.1
AAMaxSpeed=5.0
AADeadZone=0.0
AAFOV=10.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=10
PSRViewRecoilTracking=0.45
PSRCapUp=90.0
PSRCapRight=90.0
PSRCapLeft=90.0
PSRTimeToPeak=0.16
PSRResetDegreesPerSec=35.0
PSR0=0.5,0.0
PSR1=1.2,-0.1
PSR2=1.7,0.2
PSR3=1.7,0.2
PSR4=1.7,-0.85
PSR5=1.3,-0.45
PSR6=1.3,-0.75
PSR7=0.9,0.75
PSR8=-0.4,2.55
PSR9=0.75,0.95
PSR10=0.75,0.4
PSR11=-0.6,0.4
PSR12=0.35,1.0
PSR13=0.4,0.25
PSR14=-0.9,-1.5
PSR15=0.4,-1.0
PSR16=0.5,-1.3
PSR17=0.1,-1.6
PSR18=-0.7,-1.25
PSR19=0.2,-0.5
PSR20=0.2,0.1
PSR21=0.0,0.5
PSR22=0.3,0.1
PSR23=0.2,0.5
PSR24=0.5,-1.0
PSR25=-0.1,1.2
PSR26=-0.3,1.1
PSR27=-1.2,2.0
PSR28=0.1,1.4
PSR29=-0.1,0.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera Dust2
Float sky.skyAngle 0.000000
Float fogDistanceStart 8192.000000
String256 title Dust2
UInt8 playersMax 8
brush
vertices
1664.000000 956.000000 2320.000000
1844.000000 956.000000 2320.000000
1844.000000 956.000000 2304.000000
1664.000000 956.000000 2304.000000
1664.000000 352.000000 2320.000000
1844.000000 352.000000 2320.000000
1844.000000 352.000000 2304.000000
1664.000000 352.000000 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1600.000000 948.000000 2368.000000
1664.000000 948.000000 2368.000000
1664.000000 948.000000 2304.000000
1600.000000 352.000000 2368.000000
1664.000000 352.000000 2304.000000
1664.000000 352.000000 2368.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1808.000000 964.000000 2300.000000
1828.000000 964.000000 2300.000000
1828.000000 964.000000 1792.000000
1808.000000 964.000000 1792.000000
1808.000000 288.000000 2300.000000
1828.000000 288.000000 2300.000000
1828.000000 288.000000 1792.000000
1808.000000 288.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1272.000000 744.000000 1728.000000
1600.000000 744.000000 1728.000000
1600.000000 744.000000 1720.000000
1272.000000 744.000000 1720.000000
1272.000000 256.000000 1728.000000
1600.000000 256.000000 1728.000000
1600.000000 256.000000 1720.000000
1272.000000 256.000000 1720.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
256.000000 752.000000 3072.000000
1808.000000 752.000000 3072.000000
1808.000000 752.000000 1728.000000
256.000000 752.000000 1728.000000
256.000000 744.000000 3072.000000
1808.000000 744.000000 3072.000000
1808.000000 744.000000 1728.000000
256.000000 744.000000 1728.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
3934.000000 -78.000000 190.000000
3962.000000 -78.000000 190.000000
3962.000000 -78.000000 162.000000
3934.000000 -78.000000 162.000000
3934.000000 -126.000000 190.000000
3962.000000 -126.000000 190.000000
3962.000000 -126.000000 162.000000
3934.000000 -126.000000 162.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip
brush
vertices
1600.000000 316.000000 1728.000000
1664.000000 1020.000000 1792.000000
1664.000000 1020.000000 1728.000000
1664.000000 316.000000 1792.000000
1600.000000 1020.000000 1728.000000
1664.000000 316.000000 1728.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 2 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1664.000000 1032.000000 1792.000000
1808.000000 1032.000000 1792.000000
1808.000000 1032.000000 1776.000000
1664.000000 1032.000000 1776.000000
1664.000000 320.000000 1792.000000
1808.000000 320.000000 1792.000000
1808.000000 320.000000 1776.000000
1664.000000 320.000000 1776.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
254.000000 170.000000 2060.000000
306.000000 170.000000 2060.000000
306.000000 170.000000 2028.000000
254.000000 170.000000 2028.000000
254.000000 102.000000 2060.000000
306.000000 102.000000 2060.000000
306.000000 102.000000 2028.000000
254.000000 102.000000 2028.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
236.000000 128.000000 2992.000000
252.000000 128.000000 2992.000000
252.000000 128.000000 2280.000000
236.000000 128.000000 2280.000000
236.000000 96.000000 2992.000000
252.000000 96.000000 2992.000000
252.000000 96.000000 2280.000000
236.000000 96.000000 2280.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1694.000000 144.000000 1838.000000
1696.000000 144.000000 1838.000000
1696.000000 144.000000 1836.000000
1694.000000 144.000000 1836.000000
1694.000000 142.000000 1838.000000
1696.000000 142.000000 1838.000000
1696.000000 142.000000 1836.000000
1694.000000 142.000000 1836.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
200.000000 -224.000000 2438.000000
224.000000 -224.000000 2438.000000
224.000000 -224.000000 2416.000000
200.000000 -224.000000 2416.000000
200.000000 -226.000000 2438.000000
224.000000 -226.000000 2438.000000
224.000000 -226.000000 2416.000000
200.000000 -226.000000 2416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
212.000000 98.000000 2548.000000
236.000000 98.000000 2548.000000
236.000000 98.000000 2508.000000
212.000000 98.000000 2508.000000
212.000000 96.000000 2548.000000
236.000000 96.000000 2548.000000
236.000000 96.000000 2508.000000
212.000000 96.000000 2508.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
185.501221 128.000000 2444.013184
201.498810 128.000000 2444.292480
204.254211 128.000000 2286.316162
188.256668 128.000000 2286.036865
185.501221 96.000000 2444.013184
201.498810 96.000000 2444.292480
204.254211 96.000000 2286.316162
188.256668 96.000000 2286.036865
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-400.000000 86.000000 2992.000000
-400.000000 96.000000 2992.000000
-400.000000 96.000000 2272.000000
-400.000000 86.000000 2272.000000
252.000000 96.000000 2272.000000
252.000000 96.000000 2992.000000
252.000000 86.000000 2992.000000
252.000000 86.000000 2272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
-386.000000 392.000000 2992.000000
322.000000 392.000000 2992.000000
322.000000 392.000000 2896.000000
-386.000000 392.000000 2896.000000
-386.000000 96.000000 2992.000000
322.000000 96.000000 2992.000000
322.000000 96.000000 2896.000000
-386.000000 96.000000 2896.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
97.397697 128.000000 2443.872803
121.394073 128.000000 2444.291504
124.184387 128.000000 2284.315674
100.188057 128.000000 2283.896973
97.397697 96.000000 2443.872803
121.394073 96.000000 2444.291504
124.184387 96.000000 2284.315674
100.188057 96.000000 2283.896973
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-242.602295 128.000000 2445.872803
-218.605927 128.000000 2446.291504
-215.815613 128.000000 2286.315674
-239.811951 128.000000 2285.896973
-242.602295 96.000000 2445.872803
-218.605927 96.000000 2446.291504
-215.815613 96.000000 2286.315674
-239.811951 96.000000 2285.896973
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-400.000000 81.999969 2548.000000
-400.000000 96.000000 2548.000000
-400.000000 96.000000 2051.000000
-400.000000 81.999969 2051.000000
320.000000 96.000000 2051.000000
320.000000 96.000000 2548.000000
320.000000 81.999969 2548.000000
320.000000 81.999969 2051.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
234.000000 96.000000 2286.000000
234.000000 392.000000 2286.000000
234.000000 392.000000 2002.000000
250.001007 96.000000 2002.000000
250.001007 392.000000 2002.000000
248.000000 96.000000 2274.000000
266.000000 392.000000 2013.999023
234.000000 96.000000 2002.000000
268.000000 394.000000 2286.000000
266.000000 96.000000 2013.999023
252.000000 96.000000 2286.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 8 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 8 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 4 8 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 8 9 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 10 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 6 9 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 1 0 10 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 3 9 10 5 10 0 7 0x00000000 common/materials/stone/brick
brush
vertices
306.000000 398.000000 2960.000000
322.000000 398.000000 2960.000000
322.000000 398.000000 2011.000000
306.000000 398.000000 2011.000000
306.000000 96.000000 2960.000000
322.000000 96.000000 2960.000000
322.000000 96.000000 2011.000000
306.000000 96.000000 2011.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-403.000000 392.000000 2991.000000
-387.000000 392.000000 2991.000000
-387.000000 392.000000 2042.000000
-403.000000 392.000000 2042.000000
-403.000000 90.000000 2991.000000
-387.000000 90.000000 2991.000000
-387.000000 90.000000 2042.000000
-403.000000 90.000000 2042.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-400.040039 392.000000 2410.299072
-400.597290 392.000000 2426.287109
252.006927 392.000000 2449.078125
252.565430 392.000000 2433.088623
-400.040039 92.000000 2410.299072
-400.597290 92.000000 2426.287109
252.006927 92.000000 2449.078125
252.565430 92.000000 2433.088623
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-387.000000 392.000000 2286.000000
236.000000 392.000000 2286.000000
236.000000 392.000000 2190.000000
-387.000000 392.000000 2190.000000
-387.000000 96.000000 2286.000000
236.000000 96.000000 2286.000000
236.000000 96.000000 2190.000000
-387.000000 96.000000 2190.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-64.602303 128.000000 2432.872803
-40.605927 128.000000 2433.291504
-37.815613 128.000000 2273.315674
-61.811943 128.000000 2272.896973
-64.602303 96.000000 2432.872803
-40.605927 96.000000 2433.291504
-37.815613 96.000000 2273.315674
-61.811943 96.000000 2272.896973
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
306.000000 212.000000 2091.000000
322.000000 212.000000 2091.000000
322.000000 212.000000 2013.000000
306.000000 212.000000 2013.000000
306.000000 128.000000 2091.000000
322.000000 128.000000 2091.000000
322.000000 128.000000 2013.000000
306.000000 128.000000 2013.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type CameraPath
UInt32 entityIdAttachedTo 1244
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 284.000000 100.000000 2152.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 144.000000 100.000000 2354.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
|
3ce557e8d4e2ff1e25f6c3e40ba06d9c7238f386 | f1d98f30cf89c5cd6339af6cecba8f945b5ec75a | /Project/Chapt3/movavew.sci | 9badf12e7033cf82fed180cba159e1ac30f36968 | [] | no_license | robin29man/scilab_practice | 1a43a27b7fd732fb8ad8a34e0665351467a10678 | 5dbd37cd3a0f35d238bd1cc519f903924036ed51 | refs/heads/master | 2020-05-24T16:34:56.604967 | 2019-05-22T13:32:39 | 2019-05-22T13:32:39 | 187,362,476 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sci | movavew.sci | function [y,q]=movavew(x,m,w)
n=length(x)
y=zeros(1:n-2*m)
q=0
for i=1:n-2*m
y(i)=0
for j=1:2*m+1
y(i)=y(i)+x(i+j-1)*w(j)
end
q=q+abs(x(i+m)-y(i))
end
q=q/(n-2*m)
endfunction
|
41497565100963dff7b0e3c8a83554eeb64e85e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH14/EX14.01/14_01.sce | bf6d193881c00c0ae95cf0b1451af3af87fc37e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sce | 14_01.sce | //Problem 14.01: Determine the periodic time for frequencies of (a) 50 Hz and (b) 20 kHz
//initializing the variables:
f1 = 50; // in Hz
f2 = 20000; // in Hz
//calculation:
T1 = 1/f1
T2 = 1/f2
printf("\n\n Result \n\n")
printf("\n (a) Periodic time T = %.2f secs",T1)
printf("\n (b) Periodic time T = %.2E secs\n",T2) |
68f46ddaba08a1132be515e06ea18e62188edcb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH8/EX8.6/Ex8_6.sce | 674109f0aa6222d22ddb6a627c77db835c4fc299 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,411 | sce | Ex8_6.sce | //chapter-8 page 338 example 8.4
//==============================================================================
clc;
clear;
//For a reflex klystron
n=2;//peak mode value
V0=500;//beam voltage in V
Rsh=20000;//Shunt resistance in ohms
L=0.001;//distance in m
f=8*10^(9);////Operation frequency in Hz
V1=200;//microwave gap voltage in V
x=1.759*10^11;//e/m value in C/kg
J1=0.582;
//CALCULATION
disp('Assume the gap transit time and beam loading are neglected');
w=2*(%pi)*f;//angular frequency in rad
VR=(V0+((sqrt(8*V0/x)*w*L)/((2*(%pi)*n)-((%pi)/2))));//Repeller voltage in V
disp('Assuming output coupling coefficient Bo=1');
I0=(V1/(2*J1*Rsh))/10^(-3);//Beam current necessary to obtain an microwave gap voltafe of 200V in mA
v0=0.593*10^6*sqrt(V0);//velocity of electron in m/sec
t0=((w*2*L*v0)/(x*(VR+V0)));//transit angle in rad
Bi=1;//beam coupling coefficient [assume]
X=((Bi*V1*t0)/(2*V0));
disp('Since X=1.51, from graph,J1(X)=0.84');
XJ1=0.84;
Eff=((2*(XJ1))/((2*n*(%pi))-((%pi)/2)))*100//Efficiency in %
//OUTPUT
mprintf('\nRepeller voltage is VR=%3.2f V \nThe dc necessary to give an microwave gap voltafe of 200V is I0=%1.2f mA \nElectronic Efficiency is Eff=%2.2f percentage',VR,I0,Eff);
//=========================END OF PROGRAM===============================
//Note: Check the answer for VR once
//Correct answer is Repeller voltage is VR=1189.36 V
|
6cff05a63ad7e73977212d3c5f5366ca233e15d8 | 381be712cd10ab88d51ef144b1781befee729ab9 | /Project1/Mux16.tst | 91958eecf3b47fdf802ca9a9d1f06cd5eef96287 | [] | no_license | ryoua/OS | 125846d9c121124f6487ea043db43c22e6aafd79 | 1b6de0cc2fbf2e432a552b9c99b0be63a4fdb6c9 | refs/heads/master | 2020-03-26T21:40:05.884264 | 2018-11-19T12:37:00 | 2018-11-19T12:37:00 | 145,401,691 | 14 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 476 | tst | Mux16.tst | load Mux16.hdl,
output-file Mux16.out,
output-list a%B1.16.1 b%B1.16.1 sel%D2.1.2 out%B1.16.1;
set a 0,
set b 0,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0000000000000000,
set b %B0001001000110100,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B1001100001110110,
set b %B0000000000000000,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B1010101010101010,
set b %B0101010101010101,
set sel 0,
eval,
output;
set sel 1,
eval,
output; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.