function itemNoAvailableMsg(x){ var arrMsg = []; arrMsg[0] = "Varsity Registration Form currently not available."; arrMsg[1] = "Novice Registration Form currently not available."; arrMsg[2] = "Itinerary currently not available."; arrMsg[3] = "Directions currently not available."; return arrMsg[x]; }

