//是否停服，是：true / 否：false
var stopServer=false;

//停服公告显示文字，支持中文空格，英文空格请用 "&nbsp;"　，换行用：<br/>
var stopMessage="Dear Commanders:<br/><br/>" +　
                "　　" +
                "The server is under a short maintenance now. Please take a break and check back a little bit later.We are sorry for the inconvenience. See you on the battlefield soon!" +
                "<br/>" +
                "<br/>" +
                "　　　　　　　　　　　　　　　　　　　　"　+
                "Joyfort Team<br>" +
                "<a href='http://the-stratagems.joyfort.com/' target='_blank'>Website</a>    <a href='http://forums.joyfort.com'  target='_blank'>Forum</a>";

