/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke
ISBN: 067231763X
Publisher Sams CopyRight 2000
+----------------+------------------------------------------------------------+
Property Description
+----------------+------------------------------------------------------------+
name A name that provides access to the anchor from a link.
+----------------+------------------------------------------------------------+
text The text that appears between the <a> and </a> tags.
+----------------+------------------------------------------------------------+
x The x-coordinate of the anchor.
+----------------+------------------------------------------------------------+
y The y-coordinate of the anchor.
+----------------+------------------------------------------------------------+
*/
|