
<!-- Beginning of JavaScript -
var thissize=11
var textfont="Verdana"

var textcolor= new Array()
textcolor[0]="EEEEEE"
textcolor[1]="DDDDDD"
textcolor[2]="CCCCCC"
textcolor[3]="AAAAAA"
textcolor[4]="888888"
textcolor[5]="666666"
textcolor[6]="555555"
textcolor[7]="444444"
textcolor[8]="333333"
textcolor[9]="222222"
textcolor[10]="111111"
textcolor[11]="000000"

var message = new Array()

		message[0]="<a href='justIn.php#' class='ji_ticker'></a>"
			message[1]="<a href='justIn.php#' class='ji_ticker'></a>"
			message[2]="<a href='justIn.php#Laura salutes our Police, Firemen and Military' class='ji_ticker'>Laura salutes our Police, Firemen and Military</a>"
			message[3]="<a href='justIn.php#' class='ji_ticker'></a>"
			message[4]="<a href='justIn.php#Laura supports ACS' annual gala event' class='ji_ticker'>Laura supports ACS' annual gala event</a>"
			message[5]="<a href='justIn.php#Laura supports the Forgotten Soldiers' class='ji_ticker'>Laura supports the Forgotten Soldiers</a>"
			message[6]="<a href='justIn.php#2009 Teen, Miss and Mrs. Crowning Reception' class='ji_ticker'>2009 Teen, Miss and Mrs. Crowning Reception</a>"
			message[7]="<a href='justIn.php#Check back soon for new events' class='ji_ticker'>Check back soon for new events</a>"
	
var i_blurstrength=10
var i_message=0
var i_textcolor=0

function blurtext() {		
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurpit1' style='position:relative;visibility:visible;width:600px;top:5px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",60)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurit1' style='position:relative;visibility:visible;width:600px; top:5px;left:5px;filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"pt;color:000000'>"+message[i_message]+"</span>";
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",5000)
}
}	
}