<!--

/*
Visit http://www.louisvilleghs.com
*/

var message="Children Of The Grave"
var basecolor="#404040"
var textcolor="#808080"
var flashspeed=100  //in milliseconds

///Visit The Louisville Ghost Hunters Society Official Website/////

var n=0
if (document.all||document.getElementById){
document.write('<P ALIGN=\"center\">')
document.write('<h2><A HREF=\"http://www.spookedproductions.com/cotg.html" TARGET=\"_blank\" title=\"Opens new window\"><font face=\"Copperplate Gothic Bold,Verdana\" size=\"5\" color="'+basecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="paranormal'+m+'">'+message.charAt(m)+'</span>')
document.write('</font></A></h2>')
document.write('</P>')
}
else
document.write(message)

function crossref(number){
var crossobj=document.all? eval("document.all.paranormal"+number) : document.getElementById("paranormal"+number)
return crossobj
}

function lghs(){

//
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.paranormal"+m).style.color=basecolor
crossref(m).style.color=basecolor
}

//
crossref(n).style.color=textcolor

if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("begin()",1500)
return
}
}

function begin(){
if (document.all||document.getElementById)
flashing=setInterval("lghs()",flashspeed)
}
begin()


//  End -->