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 main="Click here to return to the main page."; var bio="Click here to view my Misfits bio."; var link="Click here to see my links."; var lyrics="Click here to see the lyrics to all of the Misfits songs."; var mp3="Click here to download the Mp3 of the month."; var pics="Click here to see some Misfits pictures."; var contact="Click here to contact me.";