// marqueeload.js

var ml_diag = 0;
var no_panes = 0;
marquee_pane = new Array();

function marquee_add ( pane )
{
    marquee_pane[no_panes] = pane;
    no_panes++;

    if ( ml_diag == 1 )
        alert ( ' pane\n' + marquee_pane[no_panes-1] );
}

function marqueeload ()
{
    var config;

    config = '';
    config = config
        + '<div id="marqueecontainer" onmouseover="copyspeed=pausespeed" onmouseout="copyspeed=marqueespeed">'
        + '<div id="vmarquee" style="position: absolute; width: 98%;">';

    for ( var i = 0; i < no_panes; i++ )
    {
        if ( i > 0 )
            config = config 
                + '<br>&nbsp;';

        config = config 
            + '<hr width="66%" align="left" width="3">';

        config = config 
            + marquee_pane[i];
    }
    config = config 
        + '<br>&nbsp;';
        
    config = config 
        + '<hr width="66%" align="left" width="3">';

    config = config 
        + '</div>';
        
    config = config 
        + '</div>';
        
    document.write(config);

    if  ( ml_diag == 1 )
        alert ( ' header1\n' + config );
}
/*
marquee_add ( '<b>Master Class - River North Dance Company in Chicago</b><br>21 June 2009 at The Woodlands Dance Force<br><a href="2009woodlandsDanceForceMasterClass.pdf">(Click Here)</a>');


marquee_add ( '<b>Tuesday Night Technique at Oak</b><br>**Update of Class Time as of 08.04.09**<br>Thursday - Aug 6th from 6-9pm<br>Tuesday - Aug 11th from 6-9pm<br>Thursday - Aug 13th from 6-9pm<br>Tuesday - Aug 18th from 6-9pm');

marquee_add ( '1 <b>What you need to have for Dance I and II:</b><ul><li>BLACK t-shirt or leotard and BLACK capris or pants.<li>Ballet Shoes or Socks required for Dance II.<li>$10 course fee (includes receiving a KOHS Dance T-shirt that can be worn in class)</li></ul>2 <b>Summer Dance Training Requirements</b> for<br>&nbsp;&nbsp;&nbsp;&nbsp;KODanceCo, IBDance, and Strutters<br>&nbsp;&nbsp;&nbsp; Dance Technique Classes held this summer on<br>&nbsp;&nbsp;&nbsp;&nbsp;Tuesday nights from June 16th-Aug 18th<br>&nbsp;&nbsp;&nbsp; Ballet 6-7:30pm and Jazz/Modern/Contemp<br>&nbsp;&nbsp;&nbsp;&nbsp;7:30-9pm<br>&nbsp;&nbsp;&nbsp;&nbsp;Downstairs Dance Studio<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="SummerDanceHours09.pdf">(Click here)</a> for packet<br>&nbsp;<br>3 <b>Dance Letterjackets</b> should be available on<br>&nbsp;&nbsp;&nbsp;&nbsp;June 30th between 5:30-9pm!!<br>&nbsp;&nbsp;&nbsp;&nbsp;Please pass the word!!');
*/                
marquee_add ( 'KO has been accepted to participate in the <b>\"Studio To Stage\"</b> Learning Partnership with Houston Ballet and is accepting donations / sponsorships to help make this opportunity happen.<br>&nbsp;<br>2009-10  <b>Performance Field Trips</b> Planned to Houston Ballet\'s Nutcracker and SPA\'s STOMP.<br>&nbsp;<br><b>Artists in Residence</b> with KODanceCo for 2009-10:  Laura Ely (Modern), Alex Arizpe (Jazz), and Lauren Anderson (Ballet)  - Confirmed these three for 6 week stays / once a week!!' );
                        
marquee_add ( '<b>Ever wonder how to really WATCH a dance performance?</b><br><a href="watching_dance.pdf">(Click Here)</a> to read a few tips.' );

//marquee_add ( '<b>**NEW COURSE BEGINS FALL 2008**<br>DANCE COMPOSITION</b>, an advanced course for Juniors and Seniors only, begins next year.<br>(Click here) for more information.' );

//marquee_add ( 'The <b>ANNUAL DANCE PROGRAM FUND RAISER</b> will begin on Tuesday, October 14, 2008 and will last for 2 weeks with a goal to help pay for costumes, music, supplies and guest artists.<br> Checks should be made payable to KOHS Dance with item delivery occurring in mid to late November.<br> Shop for your holiday baking treats now<b>!</b>' );

marquee_add ( '<b>NEED DANCE CLOTHES FOR CLASS?</b><br><a href="dance_links_dance_attire.htm">(Click Here)</a> for DANCE ATTIRE.' );

marquee_add ( '<b>DANCE CLASS WISH LIST:</b><ul><li>Band aids &nbsp;</li><li>Bobby &amp; safety pins&nbsp;</li><li>Crayons / map pencils &nbsp;</li><li>Fabric softener sheets&nbsp;</li><li>Hair ties &nbsp;</li><li>Kleenex &nbsp;</li><li>Glue / glue sticks &nbsp;</li><li>Lotion &nbsp;</li><li>Baby wipes &nbsp;</li><li>Hair spray &nbsp;</li><li>Pant hangars &nbsp;</li></ul>' );

marquee_add ( '<b>EXTRA CREDIT:</b><br> Planning on attending a professional dance, music or theater performance?<br> <i>Want Extra Credit?</i><br> Prepare a typed 1 or 2 page paper discussing the costumes, dancers / musicians / actors, music, scenery and story. Then attach your ticket or program and turn in for Extra Credit.' );
    
/*marquee_add ( '<img src="journey_continues.jpg" alt="THE JOURNEY CONTINUES" border="0" align=""><br>&nbsp;<br> <b>&quot;THE JOURNEY CONTINUES&quot;</b> - Annual Dance Concert / Thursday, May 8th 7:00pm KO Auditorium / $5.00 admission / T-shirts for sale / Performances by KODanceCo, KO Strutters, and Dance II as well as Guest Artists from Sam Houston State University Dance Dept and Professional Ballroom Dancers Laura and Martin.' );

marquee_add ( '<b>LETTER TO PARENTS AND STUDENTS<br>&nbsp;&nbsp;&nbsp;UPCOMING DANCE CONCERT</b><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="lettertoparents2-08.pdf">(Click Here)</a> &nbsp;&nbsp;<a href="http://www.adobe.com/products/acrobat/readstep2.html"><img src="acrobat_reader.gif" width="88" height="31" alt="" border="0" align="absmiddle"></a>' );

marquee_add ( '<b>KODANCECO (DANCE 3-4) AND IB AUDITIONS:</b> Tuesday, April 15 from 3-5pm / <a href="kodance_auditions.htm">Click Here</a> for information.' );*/
