function getonme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "onme1" ;
}
}

function getoffme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "offme";
}
}

document.onmouseover = getonme ;
document.onmouseout = getoffme ;


var axel = Math.random() + "";
var ord = axel * 1000000000000000000;
var ord1 = ord + 5000;

//var axel = Math.random() + "";
//var ord1 = axel * 1000000000000000000 + "?";

//This part of script alleviates a Netscape document.write bug

NS4 = document.layers;
if (NS4) {
origWidth = innerWidth;
origHeight = innerHeight;
}
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if (NS4) onresize = reDo;

