var thissize=12
var textfont="Arial"

var textcolor= new Array()
textcolor[0]="ffffff"
textcolor[1]="EEEEEE"
textcolor[2]="DDDDDD"
textcolor[3]="CCCCCC"
textcolor[4]="AAAAAA"
textcolor[5]="999999"
textcolor[6]="888888"
textcolor[7]="777777"
textcolor[8]="666666"
textcolor[9]="555555"
textcolor[10]="444444"
textcolor[11]="333333"
textcolor[12]="222222"
textcolor[13]="111111"

var message = new Array()
message[0]="Seduction Love Boutique - 577 Yonge Street, Toronto, Ontario"
message[1]="Boutique Seduction  - 5220 Metropolitain Est, Montreal, Quebec"
message[2]="Boutique Romance - 14 rue du Pont-Viau, Laval, Quebec"
message[3]="Boutique Romance (Erotim) - 723 Mont-Royal Est, Montreal, Quebec"
message[4]="X-Tasy - 211 Ste-Catherine Est, Montreal, Quebec"
message[5]="Krissy  - 8870 Sherbrooke Est, Montreal, Quebec"
message[6]="Lingerie Romance - 38 Ste-Catherine Ouest, Montreal, Quebec"
message[7]="La Sexerie - 145 Curé-Labelle, Suite 10, Chomedey, Laval Québec"

var i_blurstrength=8
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;filter:blur(add=0,strength="+i_blurstrength+",direction=90);FONT-WEIGHT: bold;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()",50)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurit1' style='position:relative;visibility:visible;filter:blendTrans(duration=4.2);FONT-WEIGHT: bold;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()",2750)
}

}	
}
