// proxyURL is a local proxy that is expected to understand HttpPost requests
// with a parameter named url whose value is the remote URL to retrieve.
var proxyURL = '/talknow/LekaneProxy.ashx';

// lekaneServerURL is the URL and port that the Lekane TalkNow server is running on.
var lekaneServerURL = 'http://talknow.autoalanverkkopalvelu.fi:8080';

// localTalkNowURL is the relative URL to the talknow resources on the customer webserver
var localTalkNowURL = '';

// This is the search pattern to target specific users in a domain that have a group attribute of 'LekaneWeb'
var talkNowSearchPattern = 'ua.domain=Bilia Oy Ab'; 

// This is the deploymentId unique identifier
var talkNowDeploymentId = 'Bilia';

// Entity identifier (pro-active entity identifier)
var talkNowEntityId = 'Bilia';

// Default language for TalkNow fragments
var talkNowLang = 'fi';

//This is the data that is sent over as part of the call request
var talkNowData = new Array();
talkNowData[0] = new Array();
talkNowData[1] = new Array();
var talkNowMetadata = new Array();
talkNowMetadata[0] = new Array( 'MdRequestType' );
talkNowMetadata[1] = new Array( 'TalkNowActive' );