// these arrays are the messages that appear as options in the 
// select lists, visible on the status form. These are the same
// messages that will appear on the bb.hunter.cuny.edu page
// as well. The messages MUST by in the array in the order
// of importance, ranging from 0 (normal operation) to 2 (not operating)

// these are the status image used on the actual page

var bbStatusImages = new Array(
	"bbstatus-green.gif",
	"bbstatus-yellow.gif",
	"bbstatus-red.gif",
	"bbstatus-white.gif"
);

// these are the status image used on the actual page

var portalStatusImages = new Array(
	"cunystatus-green.gif",
	"cunystatus-yellow.gif",
	"cunystatus-red.gif",
	"cunystatus-white.gif"
);

