/*
* Set these values here instead of the main body of code and deploy first
*
*/
// location of SDC server
var gDomain="sdc.aopa.org";
// site identifier
var gDcsId="dcs1i5j5e9uewf5ilznnm0qw7_7h2v";
// Name of the FPC
var gFpc="WT_FPC";
// use the document.write() below
var gConvert=true;
// set the cookie domain
var gFpcDom=".aopaia.com";
// writes this to the page when gConvert==true:
//
if ((typeof(gConvert)!="undefined")&&gConvert&&(document.cookie.indexOf(gFpc+"=")==-1)&&(document.cookie.indexOf("WTLOPTOUT=")==-1)){
document.write("<\/SCR"+"IPT>");
}