/***********************************
*   http://javascripts.vbarsan.com/
*   This notice may not be removed
***********************************/

//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var swidth=180;

//scroller height: change to your own;
var sheight=195;

//background color: change to your own;
var sbcolor="#DAF1FE";

//scroller's speed: change to your own;
var sspeed=2;
var restart=sspeed;
rspeed=sspeed;

//text: change to your own

wholemessage=
'<BR><div align="center" class=tabb><a class=tabb href="sunday.htm">Sunday Celebrations</a></div>'+
'<div align="center" class=tab>Here is the schedule for Sunday celebrations</div>'+
'<div align="center" class=tabb><a class=tabb href="contact.htm">Need Directions?</a></div>'+
'<div align="center" class=tab>This link will take you to the map and driving directions to join us.</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Guest Musician</a></div>'+
'<div align="center" class=tab>Sunday March 21st  we welcome Bridget Wolf for Special Music and a wonderful Lesson</div>'+


'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Sacred Healing Meditation</a></div>'+
'<div align="center" class=tab>Saturday Mar 13th at noon we invite you to join us for this experience of Divine Love, and </div>'+
'<div align="center" class=tab>Saturday Apr 10th at noon plan to participate in this experience of Divine Love</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Movie and Desert<BR>6:30 pm</a></div>'+
'<div align="center" class=tab>Saturday Mar 13th "Ocean of Pearls"</div>'+
'<div align="center" class=tab>Saturday Apr 10th "Counting Backwards"</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Karaoke with Jim Montegna</a></div>'+
'<div align="center" class=tab>Saturday Mar 6th &amp; 20th at 7:00 pm we start up the Karaoke machine, again!  It is great fun for the whole family!</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="newsletter.htm">Newsletter <BR>Mar-Apr 2010</a></div>'+
'<div align="center" class=tab>The 2010 March - April Newsletter is now available for download.  Click on the link above.  BTW we have added a feature... Birthdays are listed.... do we have yours?</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="abundance/index.html" target="ba">Need a Prosperity boost?</a></div>'+
'<div align="center" class=tab>FREE email course entitled <b><em>Abundance  and The Power of Prosperity</b></em> - Take the course and help others by inviting them to take it as well</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Platter Chatter&acute;s</a></div>'+
'<div align="center" class=tab>Friday Mar 12th  and Apr 10th  at 11:30 a.m.  - Call the office for location or contact Joyce Robinson on Sunday</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="classes.htm">Wednesday&acute;s 11:30 am<BR>The Gospel of Mark</a></div>'+
'<div align="center" class=tab>Immediately following the Silent Unity Prayer Service join this metaphysical discussion group</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="special.htm">Karaoke with Jim Montegna</a></div>'+
'<div align="center" class=tab>Saturday April 3rd and 17th  at 7:00 pm we start up the Karaoke machine, again!  It is great fun for the whole family!</div>'+

'<BR><div align="center" class=tabb><a class=tabb href="av/comments.html" target="ba">Share Your Vision !</a></div>'+
'<div align="center" class=tab>We are taught that a people without VISION will perish... So we ask you to share your vision for Christ Unity Church.  Do it today!</div>'

;

//Or you may do a slide show running up any number of images too!
//Preload is recommended (no downloading check) - otherwise you may skip this:
//preload1 = new Image();
//preload1.src = "../images/businesscard.jpg";
//preload2 = new Image();
//preload2.src = "http://...";
//preload3 = new Image();
//preload3.src = "http://...";
// ...

//if no preloading, replace below '+ preload... +' with the actual Images path "..."

//wholemessage='<img src='+preload1.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload2.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload3.src+' width=... height=... alt="..."><br>'+
//'<img ... >';

//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function start(){if(document.getElementById)ns6marquee(document.getElementById('slider'));else if(document.all)iemarquee(slider);else if(document.layers)ns4marquee(document.slider1.document.slider2);}function iemarquee(whichdiv){iediv=eval(whichdiv);iediv.style.pixelTop=sheight;iediv.innerHTML=wholemessage;sizeup=iediv.offsetHeight;ieslide();}function ieslide(){if(iediv.style.pixelTop>=sizeup*(-1)){iediv.style.pixelTop-=sspeed;setTimeout("ieslide()",100);}else{iediv.style.pixelTop=sheight;ieslide();}}function ns4marquee(whichlayer){ns4layer=eval(whichlayer);ns4layer.top=sheight;ns4layer.document.write(wholemessage);ns4layer.document.close();sizeup=ns4layer.document.height;ns4slide();}function ns4slide(){if(ns4layer.top>=sizeup*(-1)){ns4layer.top-=sspeed;setTimeout("ns4slide()",100);}else{ns4layer.top=sheight;ns4slide();}}function ns6marquee(whichdiv){ns6div=eval(whichdiv);ns6div.style.top=sheight;ns6div.innerHTML=wholemessage;sizeup=ns6div.offsetHeight;ns6slide();}function ns6slide(){if(parseInt(ns6div.style.top)>=sizeup*(-1)){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6slide()",100);}else{ns6div.style.top=sheight;ns6slide();}}
//-- end Algorithm -->