<!--
// preload images:
if (document.images) {
home = new Image; home.src = "/buttons/normal/home.gif";
hhome = new Image; hhome.src = "/buttons/hover/hhome.gif";
phome = new Image; phome.src = "/buttons/pressed/phome.gif";

jokes = new Image; jokes.src = "/buttons/normal/jokes.gif";
hjokes = new Image; hjokes.src = "/buttons/hover/hjokes.gif";
pjokes = new Image; pjokes.src = "/buttons/pressed/pjokes.gif";

cards = new Image; cards.src = "/buttons/normal/cards.gif";
hcards = new Image; hcards.src = "/buttons/hover/hcards.gif";
pcards = new Image; pcards.src = "/buttons/pressed/pcards.gif";

feedback = new Image; feedback.src = "/buttons/normal/feedback.gif";
hfeedback = new Image; hfeedback.src = "/buttons/hover/hfeedback.gif";
pfeedback = new Image; pfeedback.src = "/buttons/pressed/pfeedback.gif";

pranks = new Image; pranks.src = "/buttons/normal/pranks.gif";
hpranks = new Image; hpranks.src = "/buttons/hover/hpranks.gif";
ppranks = new Image; ppranks.src = "/buttons/pressed/ppranks.gif";

battle = new Image; battle.src = "/buttons/normal/battle.gif";
hbattle = new Image; hbattle.src = "/buttons/hover/hbattle.gif";
pbattle = new Image; pbattle.src = "/buttons/pressed/pbattle.gif";

games = new Image; games.src = "/buttons/normal/games.gif";
hgames = new Image; hgames.src = "/buttons/hover/hgames.gif";
pgames = new Image; pgames.src = "/buttons/pressed/pgames.gif";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}



//-->
