function pc_a_s()
{
    var t_u = window.location.host;
    var pc_b = 'http://www.basicwebchat.nl/chatviewer0016/BasicWebChat/';
    var s_d = document.getElementById("pc_S_d");
    if(!s_d)
               return;
    var st = document.createElement('script');
    st.src = pc_b + 'BasicWebChatResourceHandler.ashx?h=' + escape(t_u);
    st.type = "text/javascript";
    if(s_d.childNodes.length > 0)
               s_d.removeChild(s_d.childNodes[0]);
    s_d.appendChild(st);
}
window.setTimeout('pc_a_s();', 1);
