
<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "<b>bane</b>: that which destroys life, which is poisonous, destructive, evil, dangerous";
quotes[2] = "<b>censer</b>: a heat-proof container in which incense is smoldered. an incense burner. it symbolizes the Element of Air.";
quotes[3] = "<B>cowan</b>: a non-Witch. formerly used in a very derogatory manner. still used in Masonic Ritual to indicate the non initiate and/or pretender to 'real craft'. not often used today among most Witches.";
quotes[4] = "<B>blood of the moon</b>: a woman's menstrual cycle. a woman's time of greatest energy or power is during the peak of her ovulations.";
quotes[5] = "<b>evocation</b>: to call something out from within.";
quotes[6] = "<b>sigil</b>: a magicakally oriented seal, sign, or glyph that us used in magickal workings or rituals.";
quotes[7] = "<B>abracadabra</b>: a magickal word of medieval times to rid illness, misfortune & demons";
quotes[8] = "<b>maloccio</b>: also know as 'the evil eye' or the 'overlook' ";
quotes[9] = "<b>mithras</a>: ancient Persian God of light and Truth";
quotes[10] = "<B>rede</b>: rule or law.";
quotes[11] = "<b>witch's bottle</b>: a container filled with sharp objects, vinegar & mirror parts that is kept near the home to protect against negativity. ";
quotes[12] = "<b>concavation</b>: tunnel effect experienced leaving the body during an astral projection.";
quotes[13] = "<b>gnome</b>: a primitive entity of the realm of the Earth element.";
quotes[14] = "<b>psionics</b>: .the use of psychic power to manipulate or affect the physical world.";
quotes[15] = "<b>Aradia</b>: daughter of the Roman Goddess Diana.  Legend tells that she is the origin of all witches.";
quotes[16] = "<b>aisling</b>: of Celtic origin.  Means dream or vision.";
quotes[17] = "<b>rede</b>: a rule or law.";
quotes[18] = "<b>right-hand path</b>: practice of beneficial magick.";
quotes[19] = "<b>left-hand path</b>: practice of reckless, selfish magick.";
quotes[20] = "<b>lithomancy</b>: divination by stones.";
quotes[21] = "<b>ward</b>: a protection spell.";
quotes[22] = "<b>widdershind</b>: counter-clockwise.";
quotes[23] = "<b>aka</b>:cord between the astral body and spiritual body.  Sometimes described as silver..";
quotes[24] = "<b>deosil</b>: clockwise.";
quotes[25] = "<b>akasha</b>: the fifth element.  the Otherworld.  the spiritual realm..";
quotes[26] = "<b>thelema</b>: religious beliefs that are founded on magic within the Christian pantheon.";
quotes[27] = "<b>rite</b>: a ritual..";
quotes[28] = "<b>wort</b>: an herb.";
quotes[29] = "<b>pallomancy</b>: divination with a pendulum.";
quotes[30] = "<b>philtre</b>: a potion.  especially a love potion.";
quotes[31] = "<b>augury</b>: .divination based on omens or signs.";

document.write('<b>Occult Terminology</b><br>');
document.write('<i>' + quotes[day] + '</i><br>');
//  End --> 


