/*
Mike's DHTML scroller (By Mike Hall)
Permission granted to Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
var myScroller1 = new Scroller(0, 0, 400, 160, 0, 3);
myScroller1.setColors("#000000", "#FFFFFF", "#FFFFFF");
myScroller1.setFont("Verdana,Arial,Helvetica", 1);
myScroller1.addItem("Believer Music has been a real blessing to me and to many Christians. Through the guidance and patience of the coaches, I\'ve learnt how to play the guitar to worship God. It\'s really a wonderful dream come true for me, for I once thought I could never play the guitar. Really Thank and Praise God for this place, and for all the coaches here.<br><b>Joy, Trinity Christian Centre</b>");
myScroller1.addItem("Having absolutely no music background when signing up for the course made me a little skeptical of what I could achieve in 8 weeks. Under the very gifted and patient instruction of the Believer Music team, I was up and running before the course was over. Now, I\'m actually able to lead worship in my cell group. Praise the Lord for this dedicated team who have devoted their gift of worship to the ministry of equipping the Body of Christ!<br><b>Andrew Phang, St Andrew\'s Community Chapel</b>");
myScroller1.addItem("I am in the church worship ministry. Most of the time, I use my singing talent to sing on stage as a vocalist. I often find myself singing out of tune and upon realising, I would start to sing softer. My school choir background led to pride, thinking highly of my own voice. After joining Believer Music\'s Vocal class, I realised there was more room for improvement. Although there have been compliments of my singing improving, I still believe that worshipping God is still the ultimate aim for being a member of His kingdom or as a earthly vocalist. Remember never to use our own strength because without Him, we can accomplish nothing. Amen!<br><b>Melissa, Bethesda Community</b>");
myScroller1.addItem("I think the lessons are structured and organized, which is good. At the same time, I think the tutorial and e-mail is a useful reminder for students and I personally think it\'s practical and useful. I believe the coach is the one that plays the most important role in the guitar lessons. I\'m glad that we have a coach who is encouraging and patient and he also makes the class fun for us. I enjoy the lessons and am glad to learn how to play the guitar in this program, the right way.<br><b>Jacqueline Yee, Covenant Evangelical Reformed Church</b>");
myScroller1.addItem("What sets this guitar program apart from others is the fact that the emphasis is on worshipping our Lord Jesus, which is most important. Secondly, the course focuses on getting you off the ground and start playing instead of overloading you with a lot of theory. Most of all, you have a purpose and mission to enable the body of Christ to worship God. God bless your ministry.<br><b>Terence Kew, Yishun Christian Church Anglican</b>");
myScroller1.addItem("<a href='http://www.believermusic.com/testimony.asp'>Click here</a> to read more...");
myScroller1.setPause(4000)

function runmikescroll() {

  var layer;
  var mikex, mikey;

  // Locate placeholder layer so we can use it to position the scrollers.

  layer = getLayer("placeholder");
  mikex = getPageLeft(layer);
  mikey = getPageTop(layer);

  // Create the first scroller and position it.

  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(mikex, mikey);
  myScroller1.setzIndex(100);
  myScroller1.show();
}

window.onload=runmikescroll
