  
/**
 * 版面配置信息
 */
var BoardConfig = {
    "init":""

    /**
     * 是否允许匿名发表主贴
     */
    ,"isAllowGuestPostThread":function() {
        return false;
    }
    /**
     * 是否允许匿名发表主贴
     */
    ,"isAllowGuestPostReply":function() {
        return false;
    }
}

var boardid = "agu";

  
