﻿var mId=100009;
var webimId=1017;
var codetype=2;
var chat_title="汉高创作团队";
var roomName="logodesign";
var industry="行业";
var url="http://www.biaozhiwang.com";
var category="3";
var md5="f65ccf581ba23e6cf3135e071b0db484";
var chat_skin="default1";
var siteAdmin="汉高";
var showPlace="1";
var showType="1";
var trashWords="";
function getRoomName ()
{
    if (typeof roomName != "undefined")
        return roomName;
    else 
        return "sodao";
}
function getMID ()
{
    if (typeof mId != "undefined")
        return mId;
    else 
        return "1";
}
function getwebImId ()
{
    if (typeof webimId != "undefined")
        return webimId;
    else 
        return "1";
}
function getClientId ()
{
    if (typeof webimcid != "undefined")
        return webimcid;
    else 
        return "sodao";
}
function getCategory ()
{
    if (typeof category != "undefined")
        return category;
    else 
        return "0";
}
function getSiteAdmin ()
{
    if (typeof siteAdmin != "undefined")
        return siteAdmin;
    else 
        return "sodao";
}
function getSkin ()
{
    if (typeof chat_skin != "undefined")
        return chat_skin;
    else 
        return "default1";
}
function getTrashWords ()
{
    if (typeof trashWords != "undefined")
        return trashWords;
    else 
        return "";
}
function getRoomTitle ()
{
    if (typeof chat_title != "undefined")
        return chat_title;
    else 
        return "搜道";
}
function getRoomIndustry ()
{
    if (typeof industry != "undefined")
        return industry;
    else 
        return "媒体";
}

