// 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 = '/pekanredirect.php';

// lekaneServerURL is the URL and port that the Lekane TalkNow server is running on.
var lekaneServerURL = 'http://internetapteekki.lekane.net';

// localTalkNowURL is the relative URL to the talknow resources on the customer webserver
//http://www.internetapteekki.fi
//var localTalkNowURL = 'http://enterprise166.kotisivut.com';

var localTalkNowURL = 'http://www.internetapteekki.fi';

// This is the search pattern to target specific users in a domain that have a group attribute of 'LekaneWeb'
var searchPattern = 'ua.domain=Origodesign'; 

// This is the deploymentId unique identifier
var talkNowDeploymentId = 'Origodesign';
var talkNowLang = 'fi';

// TalkNow Active vars
var pageId = '';
var talkNowTemplate = '';
var talkNowEntityId = 'Origodesign';

//This is the data that is sent over as part of the call request
var data = new Array();
data[0] = new Array( 'key1' );
data[1] = new Array( 'value1' );
var metadata = new Array();
metadata[0] = new Array( 'MdRequestType' );
metadata[1] = new Array( 'notes' );
