//instructions...
//the lines which begin messages[ are for you to change... do not change any other lines
//you may add messages lines, but the numbers in the messages brackets must be sequential starting with 0
//to comment a line, preceed the line with //
//if there is no link then just don't put one in....
//when finished, save this file to your C: drive and then upload the file to ballet northeast
var messages=new Array();
begintag='
'; //set opening tag, such as font declarations
// your messages follow this line... do not change the above two lines!
messages[0]="Welcome to Ballet Northeast";
messages[1]="To purchase tickets call 570.821.8525";
messages[2]="Tickets are $20.00 for adults,";
messages[3]="$15.00 for students and children,";
messages[4]="and $15.00 for Seniors.";
messages[5]="Major credit cards accepted.";
//messages[5]="
'DBC 2011 Summer Session Schedule'";
// your messages should preceed this line...
//
//message line formats:
// (message and link example)
// messages[#]="your message text goes here
Click here";
// (message only example)
//messages[#]="your message text goes here";
// do not change the next line!
closetag='
';