<!--
if (document.images) {

blank = new Image();
blank.src = "http://www.rangifer.net/rangifer/images/blank.gif"; 

unhome = new Image();
unhome.src = "http://www.rangifer.net/rangifer/images/unhome.gif"; 

unabout = new Image();
unabout.src = "http://www.rangifer.net/rangifer/images/unabout.gif"; 

unnew = new Image();
unnew.src = "http://www.rangifer.net/rangifer/images/unnew.gif"; 

uncontact = new Image();
uncontact.src = "http://www.rangifer.net/rangifer/images/uncontact.gif"; 

unsearch = new Image();
unsearch.src = "http://www.rangifer.net/rangifer/images/unsearch.gif"; 
}

function roll(imgName) {
if (document.images) 
document.images.text.src = eval(imgName +".src");
}

function move() {
if (document.images)
document.images.text.src = blank.src;
}
//-->
