// JavaScript Document
<!-- Beginning of JavaScript -
var thissize=12
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]=" Welcome to <a href=http://www.congoculture.com/>congoculture.com</a>"
message[1]="promoting <b>culture & heritage</b> of"
message[2]=" the Democratic Republic Of Congo"
message[3]="discover an unspoiled Africa. "
message[4]="Music <b>|</B> Arts <b>|</B> Dance <b>|</B> people "
message[5]="Tourism <b>|</B> Travel & Tours"
message[6]="learn about Congo at"
message[7]="<a href=http://www.congoculture.com/>congoculture.com</a>"
message[8]="congolese cultural events "
message[9]="in Congo and throughout the world."
message[10]="planning a visit to the Congo?"
message[11]="advice on planning a safe and enjoyable trip?"
message[12]="all information you need is HERE!"
message[13]="click on <a href=http://www.congoculture.com/visit_the_democratic_republic_of_congo.php>VISIT CONGO</a> or "
message[14]="thinking of investing in the congo?"
message[15]="contact <a href=http://www.congoculture.com/contact_congo_culture.php>congoculture .com</a> to find out how.."


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:absolute;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:absolute;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()",2000)
}
}	
}
// - End of JavaScript - -->
