﻿//COMMENT OUT WHEN NOT IN USE!

//jQuery(document).ready(function() {

//    //set maintenance message
//    var message = "";  // "RMIS will be performing maintenance on our telephone system September 29th.<br/><br/>If you have difficulty reaching us, please use the online chat feature.  Thank you."; //" If you have any questions please call us at 800-400-4924."

//    //check to see if maintenance is not empty and notified cookie has not been set.
//    if ((message != "") && $.cookie("hasBeenNotified") != "yes") 
//    {

//        //set notified cookie
//        $.cookie("hasBeenNotified", "yes", { expires: 1 });

//        //display maintenance message
//        $.fancybox(
//		            "<img src='/images/RegistryMonitoring.png' style=' text-align:center;' /><h2 style='font-family:Verdana, Arial; color:#000000; text-align:center;'>Maintenance Message</h2><p style='font-family:Verdana, Arial; color:#000000;  text-align:center;'>" + message + "</p>",
//		            {
//		                'autoDimensions': false,
//		                'height': '400',
//		                'width': '700',
//		                'transitionIn': 'fade',
//		                'transitionOut': 'none',
//		                'showCloseButton': true

//		            }
//	            );
//    }

//});
