Having trouble converting to Roman numerals? This script should do the trick!
M = 1000
D = 500
C = 100
L = 50
X = 10
V = 5
I = 1
The JavaScript Source: Miscellaneous: Roman Numeral Converter
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!!!