
	/*
		Enter scheduled maintenance times below as New York server times

		Noon must be entered as 12:00pm !!

		Syntax is:

		  new ScheduleMaintenance (postMessageStartingAt, maintenanceStartDateAndTime, maintenanceEndDateAndTime, msgIdentifier, promptEveryLogin, letIntoSite);

	*/

	//new ScheduleMaintenance(1, "August 1 2008 8:00pm", "August 1 2008 10:00pm");
	//new ScheduleMaintenance(1, "August 2 2008 10:00am", "August 2 2008 12:00pm");
	//new ScheduleMaintenance(1, "August 9 2008 7:30am", "August 9 2008 12:00pm");
	//new ScheduleMaintenance(1, "August 23 2008 7:30am", "August 23 2008 12:00pm");
	//new ScheduleMaintenance(1, "September 6 2008 7:30am", "September 20 2008 1:30pm");
	//new ScheduleMaintenance(1, "September 20 2008 7:30am", "September 20 2008 12:00pm");
	//new ScheduleMaintenance(1, "October 4 2008 7:30am", "October 4 2008 1:00pm");
	//new ScheduleMaintenance(1, "October 18 2008 7:30am", "October 18 2008 12:00pm");
	//new ScheduleMaintenance(1, "November 1 2008 7:30am", "November 1 2008 2:00pm");
	//new ScheduleMaintenance(1, "November 15 2008 7:30am", "November 15 2008  5:00pm");
	//new ScheduleMaintenance(1, "November 29 2008 7:30am", "November 29 2008 12:00pm");
	//new ScheduleMaintenance(1, "December 13 2008 7:30am", "December 13 2008 12:30pm");
	//new ScheduleMaintenance(1, "December 27 2008 7:30am", "December 27 2008 12:30pm");
	//new ScheduleMaintenance(1, "January  10 2009 7:30am", "January  10 2009 12:30pm");
	//new ScheduleMaintenance(2, "January  17 2009 7:00am", "January  17 2009  11:59pm");
	//new ScheduleMaintenance(1, "January  24 2009 6:30am", "January  24 2009  11:30am");
	//new ScheduleMaintenance(1, "February  7 2009 6:30am", "February 7 2009 6:00pm");
	//new ScheduleMaintenance(1, "February  21 2009 6:30am", "February 21 2009 12:30pm");
	//new ScheduleMaintenance(1, "February  28 2009 6:30am", "February 28 2009 12:30pm");
	//new ScheduleMaintenance(1, "March 7 2009 6:30am", "March 7 2009 11:30am");
	//new ScheduleMaintenance(2, "March 18 2009 6:00am", "March 20 2009 11:30pm", "data center move", true, true);
	//new ScheduleMaintenance("March 27 2009 6:00pm", "March 28 2009 6:30am", "March 28 2009 11:30am");
	//new ScheduleMaintenance("April 10 2009 5:00pm", "April 11 2009 6:30am", "April 11 2009 11:30am");
	//new ScheduleMaintenance("April 24 2009 5:00pm", "April 25 2009 6:30am", "April 25 2009 11:30am");
	//new ScheduleMaintenance("May 8 2009    5:00pm", "May 9 2009    6:30am", "May 9 2009    11:30am");
	//new ScheduleMaintenance("May 22 2009   5:00pm", "May 23 2009   6:30am", "May 23 2009    2:00pm");
	//new ScheduleMaintenance("June 5 2009   5:00pm", "June 6 2009   6:30am", "June 6 2009   12:00pm");
	//new ScheduleMaintenance("June 19 2009  5:00pm", "June 20 2009  6:30am", "June 20 2009  12:00pm");

	//new ScheduleMaintenance("July 2 2009   5:00pm", "July 3 2009   6:30am", "July 3 2009    6:00pm", "sluggish", false, true);
	//new ScheduleMaintenance("July 17 2009   5:00pm", "July 18 2009   6:30am", "July 18 2009    5:00pm", "sluggish", false, true);
	//new ScheduleMaintenance("July 31 2009   5:00pm", "August 1 2009   6:30am", "August 1 2009    5:00pm", "sluggish", false, true);
	//new ScheduleMaintenance("August 14 2009   5:00pm", "August 15 2009   6:30am", "August 15 2009    5:00pm", "sluggish", false, true);
	//new ScheduleMaintenance("October 21 2009   4:00pm", "October 21 2009   6:00pm", "October 21 2009   6:00pm", "Difficulties", false, true);

	new ScheduleMaintenance(/* post starting */"October 24 2009 12:01am", /* start */"October 24 2009 6:30am", /* end */"October 24 2009 10:00am", /* message set */"routine", /* always prompt */true, /* let login */false);

	new ScheduleMaintenance(/* post starting */"October 24 2009 12:01am", /* start */"February 5 2009 11:00pm", /* end */"February 6 2009 4:00pm", /* message set */"routine", /* always prompt */false, /* let login */true);
	//Start time:  Friday, Feb. 5, at 11pm (EST)
	//End Time:  Saturday, Feb. 6, at 3pm (EST)



	/*
		new ScheduleMaintenance (postMessageStartingAt, maintenanceStartDateAndTime, maintenanceEndDateAndTime, msgIdentifier, promptEveryLogin, letIntoSite);

		Text of these messages can be changed as needed, but:

		- Keep the message numbers as 5, 6 and 7
		- Don't delete any of the three
		- Don't add any more messages, eg. 8, 9, 10
		- End each line with the continuation character \
		- Don't include any double-quotes
		- End each statement (not each code line) with a ;

		#SD is a placeholder for the start date
		#ST is a placeholder for the start time
		#ET is a placeholder for the end time
		#PL is a placeholder for the program level: Alpha, Training or Development

	*/

	// ------------------------------------------------------------------------------------------------------
	// 
	// 			 "routine"  (System is off-line / disallow logins ... this is the default)
	// 
	// ------------------------------------------------------------------------------------------------------

	maintMsgs["routine"] = new Array ();

	// ...one day leading up to scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this first time client logs in)

	maintMsgs["routine"][1] = "Media Monitors will be performing routine maintenance #SD.\
<p>All reports will be off-line between #ST and #ET Eastern.\
<p>We apologize in advance for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ...day of scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this each time client logs in)

	maintMsgs["routine"][2] = "Media Monitors will be performing routine maintenance <b>later today</b>.\
<p>All reports will be off-line between #ST and #ET Eastern.\
<p>We apologize in advance for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ...during scheduled maintenance, DISALLOW LOGIN with this:
	// (show this each time client attempts to log in)

	maintMsgs["routine"][3] = "Media Monitors is currently performing routine maintenance.\
<p><b>All reports will be off-line until #ET Eastern.</b>\
<p>We apologize for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ------------------------------------------------------------------------------------------------------
	// 
	// 			 "sluggish"  (allow log-ins but warn of sluggish behavior)
	// 
	// ------------------------------------------------------------------------------------------------------

	maintMsgs["sluggish"] = new Array ();

	// ...one day leading up to scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this first time client logs in)

	maintMsgs["sluggish"][1] = "Media Monitors will be performing routine maintenance #SD.\
<p>During the maintenance window of #ST to #ET Eastern, performance may be slower than usual. \
<p>We apologize in advance for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ...day of scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this each time client logs in)

	maintMsgs["sluggish"][2] = "Media Monitors will be performing routine maintenance <b>later today</b>.\
<p>During the maintenance window of #ST to #ET Eastern, performance may be slower than usual. \
<p>We apologize in advance for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ...during scheduled maintenance, DISALLOW LOGIN with this:
	// (show this each time client attempts to log in)

	maintMsgs["sluggish"][3] = "Media Monitors is currently performing routine maintenance.\
<p>Performance may be slower than usual until #ET Eastern. \
<p>We apologize for any inconvenience. \
Thank you for your continued support of MediaMonitors.com.";

	// ------------------------------------------------------------------------------------------------------
	// 
	// 			 "sluggish"  (allow log-ins but warn of sluggish behavior)
	// 
	// ------------------------------------------------------------------------------------------------------

	maintMsgs["Difficulties"] = new Array ();

	// ...one day leading up to scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this first time client logs in)

	maintMsgs["Difficulties"][1] = "We are experiencing technical difficulties with our site that may result in delays.\
<p>We expect to have the issue resolved shortly. ";

	// ...day of scheduled maintenance, ANNOUNCE & ALLOW logging in with this:
	// (show this each time client logs in)

	maintMsgs["Difficulties"][2] = "We are experiencing technical difficulties with our site that may result in delays.\
<p>We expect to have the issue resolved shortly. ";

	// ...during scheduled maintenance, DISALLOW LOGIN with this:
	// (show this each time client attempts to log in)

	maintMsgs["Difficulties"][3] = "We are experiencing technical difficulties with our site that may result in delays.\
<p>We expect to have the issue resolved shortly. ";

	// ------------------------------------------------------------------------------------------------------
	// 
	// 			 "data center move"
	// 
	// ------------------------------------------------------------------------------------------------------

	maintMsgs["data center move"] = new Array ();

	maintMsgs["data center move"][1] = "\
Beginning #SD, \
MediaMonitors.com will be in Maintenance Mode while we perform a major upgrade of our servers. \n\n\
During this maintenance period, Previously-available data and settings will remain accessible, but no <u>new</u> data will be added to the site. \n\n\
Some settings changes, such as creating or changing panels and dayparts, will also be disabled. \n\n\
We should conclude our work in time for MediaMonitors.com to resume normal operations by the end of Friday, March 20th.  \n\n\
Data will become current by Monday, March 23rd. \n\n\
Thank you for your loyalty!";

	maintMsgs["data center move"][2] = "\
<font color='dodgerblue'><b>Beginning later this morning</b></font>, \
MediaMonitors.com will be in Maintenance Mode while we perform a major upgrade of our servers. \n\n\
During this maintenance period, Previously-available data and settings will remain accessible, but no <u>new</u> data will be added to the site. \n\n\
Some settings changes, such as creating or changing panels and dayparts, will also be disabled. \n\n\
We should conclude our work in time for MediaMonitors.com to resume normal operations by the end of Friday, March 20th.  \n\n\
Data will become current by Monday, March 23rd. \n\n\
Thank you for your loyalty!";

	maintMsgs["data center move"][3] = "\
<font color='dodgerblue'><b>The MediaMonitors.com site is presently in maintenance mode while we upgrade our servers.</b></font> \n\n\
During this maintenance period, Previously-available data and settings will remain accessible, but no <u>new</u> data will be added to the site. \n\n\
Some settings changes, such as creating or changing panels and dayparts, will also be disabled until after our upgrades are completed on Friday. \n\n\
Data will become current by Monday. \n\n\
Thank you!";

	// ------------------------------------------------------------------------------------------------------



/*



Beginning Monday morning at 6AM:
		"March 16 2009 6:00am"

Beginning this Wednesday, Media Monitors will be performing a major upgrade of our servers. 
During this maintenance period, no new data will be added to the site but you will be able 
to access existing data. Also, you will not be able to make settings changes such as 
creating or changing panels. We should conclude our work during Friday and return to normal 
operations by Monday, March 23rd. Thank you for your loyalty!




Beginning Tuesday morning at 6AM:
		"March 17 2009 00:00am"

Beginning tomorrow, MediaMonitors.com will be in maintenance mode while we upgrade our 
servers. During this period, no new data will be added to the site and you will not be able 
to change personalized settings like panels or your password. MediaMonitors.com will resume 
normal operations by the end of Friday and data will become current by Monday. Thank you for 
your loyalty!




Beginning Wednesday morning at 12M:
		"March 18 2009 12:01am"

Beginning later this morning, MediaMonitors.com will be in maintenance mode while we upgrade our 
servers. During this period, no new data will be added to the site and you will not be able 
to change personalized settings like panels or your password. MediaMonitors.com will resume 
normal operations by the end of Friday and data will become current by Monday. Thank you for 
your loyalty!




During the move (beginning Wednesday morning at 6AM - until??):
		"March 18 2009 6:00am"

The MediaMonitors.com site is presently in maintenance mode while we upgrade our servers. 
Previously-available data and settings remain accessible but new data will not be added and 
your panel and other settings cannot be changed until after our upgrade completes on Friday. 
Thank you!



*/
