
<!-- Beginning of JavaScript -
var thissize=7
var textfont="verdana"

var textcolor= new Array()

textcolor[0]="AAAAAA"
textcolor[1]="AAAAAA"
textcolor[2]="808080"
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]="<img border=0 src=mobillosning.jpg width=650 height=40>"
message[1]="<img border=0 src=los_3.gif width=650 height=40>"



var i_blurstrength=120
var i_message=0
var i_textcolor=1

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:700px;top:0px;left:100px;filter:blur(add=0,strength="+i_blurstrength+",direction=30);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()",12)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurit1' style='position:relative;visibility:visible;width:700px; top:0px;left:100px;filter:blendTrans(duration=9);font-family:"+textfont+";font-size:"+thissize+"pt;color:080808'>"+message[i_message]+"</span>";
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=120
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",2500)
}
}	
}
// - End of JavaScript - -->

