﻿document.write('<div style="text-align: center; padding: 20px auto; line-height:25px;margin-top:10px;">Copyright &copy 2010 - ' + (new Date()).getFullYear() + ' 深圳市英果信息技术有限公司 版权所有 .<a href="http://www.miibeian.gov.cn/" target="_blank">沪ICP备10006340号</a></div>');
//if ($) {//账号不同IP地址不能同时登陆
//    $(function() {
//        window.setInterval(IsLogin, 1000 * 60);
//    });
//}

//function IsLogin() {
//    var arr = document.cookie.match(new RegExp("(^| )365EMEUSERNAME=([^;]*)(;|$)"));
//    if (arr != null) {
//        var userName = unescape(arr[2]);
//        if (userName.length > 0) {
//            $.getJSON("http://365eme.i.com/GetLoginState.ashx?" + Math.random(), function(data) {
//                if (data.IsLogin) {
//                    alert("您的帐号在另一地点登录，您已被迫下线。");
//                    self.location.href = data.Url;
//                }
//            });
//        }
//    }
//}
