function kwtool_track() {
    //var src = 'http://192.168.24.91/kwtool/track';  // target URL
    var src = 'http://emilics.com/kwtool/track';  // target URL
    src += '?title=' + encodeURIComponent(document.title);
    src += '&amp;location=' + encodeURIComponent(location.href);
    src += '&amp;referrer=' + encodeURIComponent(document.referrer);
    src += '&amp;user_agent=' + encodeURIComponent(navigator.userAgent);
    src += '&amp;platform=' + encodeURIComponent(navigator.platform);
    document.write('<script type="text/javascript" src="' + src + '"></script>\n');
}

kwtool_track();
