//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='<div style="font: normal 12px Verdana; padding: 3px 0px 3px 15px;">'; //set opening tag, such as font declarations

// your messages follow this line... do not change the above two lines!

messages[0]="BALLET BULLETINS - Check here for the latest news!!!";
messages[1]="Please support our generous advertisers...click on <a href='AdvertisersPage.pdf' target='_blank'>'Support'!</a>"
messages[2]="Our 25th Anniversary Ballerina Pin by Liztech makes a great gift! To order <a href='PinOrderForm.pdff' target='_blank'>'Click Here'!</a>"


//messages[1]="Register for Fall Dance Classes... <a href='images/DBC_Combined_Reg_Form.pdf' target='_blank'>'Click Here'!</a>"
//messages[3]="Check out our latest news... <a href='images/BalletBulletin.pdf' target='_blank'>'click here for the Ballet Bulletin Newsletter'!</a>"
//messages[0]="In case of bad weather, the Friday School Show will follow the Wilkes-Barre School District schedule.";
//messages[1]="If Wilkes-Barre Area closes, the performance is canceled.";
//messages[2]="If Wilkes-Barre Area delays, the show will delay by the same number of hours.";

// your messages should preceed this line...

// messages[1]="Register for Fall Classes ... <a href='CinderellaCast2008.pdf' target='_blank'>Click here for form</a>";
//

//message line formats:

// (message and link example)
// messages[#]="your message text goes here <a href='your url address goes here target='_blank'>Click here</a>";

// (message only example)
//messages[#]="your message text goes here";

// do not change the next line!
closetag='</div>';