function LmOver(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#FFFFFF"; elem.style.cursor = 'hand'} function LmOut(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#808080";} function LmOut2(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#008080";} function LmDown(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#FFFFFF";} function LmUp(path) {location.href = path;} rnd.today=new Date(); rnd.seed=rnd.today.getTime(); function rnd() { rnd.seed = (rnd.seed*9301+49297) % 233280; return rnd.seed/(233280.0); } function rand(number) { return Math.ceil(rnd()*number); }