function tmdis(){
if (!document.all&&!document.getElementById)
return 
thelement=document.getElementById? document.getElementById("ctdisplay"): document.all.ctdisplay
var Ticker=new Date()
var hours=Ticker.getHours()
var minutes=Ticker.getMinutes()
var seconds=Ticker.getSeconds()
if (hours==13)hours=1
if (hours==14)hours=2
if (hours==15)hours=3
if (hours==16)hours=4
if (hours==17)hours=5
if (hours==18)hours=6
if (hours==19)hours=7
if (hours==20)hours=8
if (hours==21)hours=9
if (hours==22)hours=10
if (hours==23)hours=11
if (hours==24)hours=12
if (hours==0)hours=12
if (minutes<=9)minutes="0"+minutes
if (seconds<=9)seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "
thelement.innerHTML=ctime
setTimeout("tmdis()",1000)
}
window.onload=tmdis;

function homelink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Home"
}

function djlink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="DJ/Karaoke Services"
}

function decallink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Decals"
}

function gallink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Image Gallery"
}

function aboutlink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="About the Companies"
}

function rateslink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Rates"
}

function conlink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Contact Information"
}

function misclink(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOver=linkdisplay.innerHTML="Other Links"
}

function eraser(){
if (!document.all&&!document.getElementById)
return
linkdisplay=document.getElementById? document.getElementById("linker"): document.all.linker
onMouseOut=linkdisplay.innerHTML=""
return false
}
