//<![CDATA[
        //scroller width
        var swidth=160;
        //scroller height
        var sheight=200;
        //background color
        var sbcolor='#314396';
        //scroller's speed
        var sspeed=2;
        var msg=''
        //Your messages go below:
        msg +=

		'<ul><li>TESTIMONIAL<\/li>'+
			'<li>In the space of just three months<\/li>'+
			'<li>West Coast Aikido has instilled in my children confidence discipline and positive values so rarely seen these days    Vincent Brown 2010<\/li>'+
			'<li><a href="testimonials.html" title="">Read more testimonials<\/a><\/li>'+
            '<li> <\/li><\/ul>'+   


		'<ul><li>CALENDAR OF EVENTS<\/li><\/ul>'+
		
      	'<ul><li><a href="events.html" title="">Sunday December 4th<\/a><\/li>'+
            '<li>Super Summer Seminar<\/li>'+
			'<li>Topics covered will be<\/li>'+
			'<li>Aikido Fitness; Atemi (Striking/kicking); Ukemi (Falling); Randori (Free sparring); Kata (Forms) and Syllabus requirements<\/li>'+
            '<li> <\/li><\/ul>'+

		'<ul><li><a href="events.html" title="">Saturday December 10th<\/a><\/li>'+
            '<li>Grading Day<\/li>'+
			'<li>Normal class times<\/li>'+
            '<li> <\/li><\/ul>'+

			'<ul><li><a href="events.html" title="">Saturday December 17th<\/a><\/li>'+
            '<li>Belt Presentation Day<\/li>'+
			'<li>Arrive 9:30am for a 10:00am start<\/li>'+
			'<li>Demos, Fun and activities for the kids, Bouncy Castle<\/li>'+
            '<li> <\/li><\/ul>'+

			'<ul><li><a href="events.html" title="">Thursday December 22nd<\/a><\/li>'+
            '<li>School Closes for the Christmas and New Year break<\/li>'+
			'<li>The team at West Coast Aikido wishes everyone a Merry Christmas and a Happy New Year<\/li>'+
            '<li> <\/li><\/ul>'+

		'<ul><li><a href="events.html" title="">Monday January 9th 2012<\/a><\/li>'+
            '<li>Training Commences for 2012<\/li>'+
            '<li> <\/li><\/ul>'+

			'<ul><li><a href="events.html" title="">Friday January 13th<\/a><\/li>'+
            '<li>Black Belt Training Commences<\/li>'+
			 '<li>Every Friday 6pm to 7pm<\/li>'+
			  '<li>Brown Belt and above<\/li>'+
            '<li> <\/li><\/ul>'+

		'<ul><li><a href="events.html" title="">Friday January 27th<\/a><\/li>'+
            '<li>Womens Self Defence<\/li>'+
			'<li>Womens Self defence 6 week course commences<\/li>'+
			'<li>Every Friday 7:00pm to 8:30pm<\/li>'+
			'<li> <\/li><\/ul>'+

		'<ul><li><a href="events.html" title="">Monday January 30th<\/a><\/li>'+
            '<li>Adults Tip Testing<\/li>'+
			'<li>Normal class times<\/li>'+
			'<li>Make sure you bring your syllabus<\/li>'+
			'<li> <\/li><\/ul>'+

			'<ul><li><a href="events.html" title="">Tuesday January 31st<\/a><\/li>'+
            '<li>Childrens Tip Testing<\/li>'+
			'<li>Normal class times<\/li>'+
			'<li>Make sure you bring your syllabus<\/li>'+
			'<li> <\/li><\/ul>'+
			'';
					
         //End of your messages
        // Begin the ticker code

        var resumesspeed=sspeed
        function start() {
                if (document.all) iemarquee(ticker);
                else if (document.getElementById)
                        ns6marquee(document.getElementById('ticker'));
        }
        
        function iemarquee(whichdiv){
                iediv=eval(whichdiv)
                sheight += 50;
                iediv.style.pixelTop=sheight
                iediv.innerHTML=msg 
                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 ns6marquee(whichdiv){
                ns6div=eval(whichdiv)
                sheight += 50;
                ns6div.style.top=sheight + "px";
                ns6div.innerHTML=msg
                sizeup=ns6div.offsetHeight
                ns6slide()
        }
        function ns6slide(){
                if (parseInt(ns6div.style.top)>=sizeup*(-1)){
                        theTop = parseInt(ns6div.style.top)-sspeed
                        ns6div.style.top = theTop + "px";
                        setTimeout("ns6slide()",100)
                }
                else {
                        ns6div.style.top = sheight + "px";
                        ns6slide()
                }
        }



//]]>
