//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]="Ohav Zedek Announcements and Events";
messages[1]="Lunch & Learn with Rabbi Nemetsky will not meet this Monday";
messages[2]="Operation Warm-Up: New and gently used warm outerwear are being collected at the shul to help those less fortunate";
messages[3]="US Census is hiring for the 2010 Census - paying $11 to $14 an hour plus mileage. Call the shul office for details";
messages[4]="We thank the Eruv checkers for their time and effort this week";
messages[5]="Men are asked to make every effort to attend minyan during the week. Your help is needed.";


// 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>';