function createDiv(text) { var txt=''; txt='
'; txt +='
'; txt +='
' + text + '
'; txt +="
"; document.write(txt); } function MoveDiv() { document.getElementById("mcdKFchat").style.top=(document.documentElement.scrollTop + 50)+"px"; document.getElementById("mcdKFchat").style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById("mcdKFchat").offsetWidth-5)+"px"; setTimeout("MoveDiv();",80); } var strUrl=encodeURIComponent(document.referrer); createDiv(''); MoveDiv("mcdKFchat"); function chatclose() { var obj = document.getElementById('mcdKFchat'); obj.style.display='none'; } function openWindow() { document.frames["iframemcdchat"].OpenChatWindow(); }