Using this in script, it echos ON or OFF (depending on the value of the command) on the screen. Is there a way to turn it off or customize the echo?

 Code:
SetOption("WOW64AlternateRegView", "ON")
$READREG = ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Websense\Agent", "InstallPath")
SetOption("WOW64AlternateRegView", "OFF")

"WEBSENSE ENDPOINT [DIR]: " + $READREG


Returns:
OFFONWEBSENSE ENDPOINT [DIR]: C:\Program Files\Websense


Rather have nothing or something like:
WOW64AlternateRegView = OFF
WEBSENSE ENDPOINT [DIR]: C:\Program Files\Websense
WOW64AlternateRegView = ON