<!-- 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]="<Font size=1 color='#202020'><B>We have been using ecGold to sell our products since 1999, we find the software easy to use. We find the help desk services effecient with the ability to resolve promptly<i> - Fromeast.co.uk</i></B></Font>"
message[1]="<Font size=1 color='#000080'><B>We were able to build and go live with our e-commerce web site with in 48 hours. Amazing product <B> – Wholesale-Jewelry.co.uk</B></Font>"
message[2]="<Font size=1 color='#D51717'><B>We have built many web-sites using ecSilver and ecGold. We find the solution easy to use for integration and new web-sites. The support staff are friendly and helpful.- <i>New Generation Technologies Ltd (ngt.co.uk)</i></B></Font>"
message[3]="<Font size=1 color='#202020'><B>I'm really pleased with the product, we have even had a few orders within days, which is great<i> - anglingclassics.co.uk</i></B></Font>"
message[4]="<Font size=1 color='#000080'><B>We were able to build and go live with our e-commerce web site with in 48 hours. Amazing product <B> – Wholesale-Jewelry.co.uk</B></Font>"
message[5]="<Font size=1 color='#D51717'><B>We have built many web-sites using ecSilver and ecGold. We find the solution easy to use for integration and new web-sites. The support staff are friendly and helpful.- <i>New Generation Technologies Ltd (ngt.co.uk)</i></B></Font>"
message[6]="<Font size=1 color='#202020'><B>We are very happy with what you have done and thank you for your efforts.Your service is second to none!.- <i>coconut-Connections.com</i></B></Font>"

var i_blurstrength=10
var i_message=0
var i_textcolor=0
GetMsg()

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;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;top:5px;left:5px;filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"pt;color:000000'>"+message[i_message]+"</span>";
GetMsg()
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",5000)
}
}	
}

function GetMsg()
{
	i_message=Math.round(Math.random()*message.length-1);  
	if (i_message < 0) {i_message = 1}
}
// - End of JavaScript - -->		