//<cgwyllie@googlemail.com>
var items = [
	"blessed peace reigns in your heart... pause for a moment and feel peace - the Divine is with you...",
	"stillness connects you to the heart of Creation... be still now and enter the Divine",
	"the Angels, Devas and Masters gather here... be one with us now",
	"let Mother Mary touch your heart... Bless you seeker of truth, I am with you now... Mother Mary",
	"patience is more than a virtue, it is THE KEY to your enlightenment. Be patient in every moment",
	"Let these words awaken you into presence now and feel the vitality of life effervescing within",
	"I Am That I Am, I Am That I Am, I Am That I Am Complete"];
//<Fade time in milliseconds>	
var fadingMessagesDelay = 12000;

function $my(a){return document.getElementById(a);}function $a(t,o){var s=$my(t).style;s.opacity=(o/100);s.MozOpacity=(o/100);s.KhtmlOpacity=(o/100);s.filter="alpha(opacity="+o+")";}var h;var fader={init:function(a,b){t=a;c=b;g=0;d=0;e=0;f=24;$a(t, d);this.doFade();},doFade:function(){clearInterval(h);if (d==0){$my(t).innerHTML=c[g];g=(g+1)%c.length;h=setInterval(fader.fadeIn,100);}else if(d==100){h=setInterval(fader.fadeOut,100);}},fadeIn:function(){if(e<=f){d=(e/f)*100;$a(t,d);e++;}else{e=0;clearInterval(h);h=setInterval(fader.doFade,fadingMessagesDelay);}},fadeOut:function(){if(this.e<=this.f){this.d=100-((e/f)*100);$a(this.t,this.d);this.e++;}else{this.e=0;clearInterval(h);h=setInterval(fader.doFade,1000);}}}