Alias Name: Bold Vowels

Purpose: Renders each vowel in bold face, but leaves all consonants
in plain text.  A cute, and non-obtrusive script to use regularly.
This script is also easily altered to make all vowels one color, or
capital vowels, etc.

________ what to do _______________________________

Copy the lines below to your aliases section.
  
	Note: DO NOT CHANGE THE LENGTH OF THE LINES even if
	the lines are longer than your screen width!  You 
	should be viewing this file with NotePad and NOT with
	a regular wordprocessor.  Turn OFF all line wrap func-
	tions, mark the text below as a block, and paste it
	anywhere in your aliases section.

_______copy below here, but not this line __________

/bv {
  set %bv $$?1="enter text:" *2
  %bv = $replace(%bv,a, a )
  %bv = $replace(%bv,e, e )
  %bv = $replace(%bv,i, i )
  %bv = $replace(%bv,o, o )
  %bv = $replace(%bv,u, u )
  say %bv
  unset %bv
}

_______ do not paste this line _____________________

To use:

At the beginning of a blank line type: /bv <text> <enter>

_______ credits ____________________________________

Sorry... I do not know who originally wrote this script.  If 
you find out, please let me know and I will be glad to so
document.