﻿    window.AIConfig = {};
    window.AIConfig.useExistingJQuery = true;
    window.AIConfig.pollingPerPage = 1;
    window.AIConfig.accountId = 'radvision';
    if (jQuery && jQuery("input#txtEmail").length) {
        window.AIConfig.mailTextField = 'txtEmail';
    } else {
        window.AIConfig.mailTextField = 'AskAQuestion1$txtEmail';
    }
    window.AIConfig.mailButton = 'Submit';
    document.write(unescape("%3Cscript src='http://test.activeinsight.net/trw.js' type='text/javascript'%3E%3C/script%3E"));

