
//Variables for cookies and urls
var LC_CEC = "LC_CEC";
var LC_VIC = "LC_VIC";
var LC_DND = "LC_DND";
var LC_IGN = "LC_IGN";
var liveChatStatus= "live_chat_status";
var LC_onlineImg = "trans.gif";
var LC_offlineImg = "trans.gif";
var lc_image_swap=false;
var lc_typing_status=true; //**/
var _trackURL = "http://www.thelivechatsoftware.com:8089/Default.aspx";
var _offlineURL = "http://www.thelivechatsoftware.com:8089/OfflineMessage.aspx";
var _chatURL = "http://www.thelivechatsoftware.com:8085/VisitorService/ChatService.svc/";
var _imageURL = "http://www.thelivechatsoftware.com/milaninstitute/";
var _convURL = "http://www.thelivechatsoftware.com:8088/Conversation.aspx";
var lc_img_anchor = true;
var lc_anchor = document.createElement("a");
    lc_anchor.setAttribute("href", "#");
	lc_anchor.setAttribute("id","live_chat_anchor")
	lc_anchor.style.border="none";
// document.getElementById(liveChatStatus).appendChild(lc_anchorTag);