/*
 * Set these values here instead of the main body of code and deploy first
 * Michael Powe, WebTrends Professional Services
 * 
 */

// location of SDC server
var gDomain="sdc.aopa.org";
// site identifier
var gDcsId="dcsjzmeph8uewfhfv6qz4of7e_5i5d";
// Name of the FPC
var gFpc="WT_FPC";
// use the document.write() below
var gConvert=true;
// set the cookie domain
var gFpcDom=".aopa.org";

// writes this to the page when gConvert==true:
// <script type='text/javascript' src="http://sdc.aopa.org/dcs9zd8c68uewfto2g98zm9iv_4j3y/wtid.js"></script>
if ((typeof(gConvert)!="undefined")&&gConvert&&(document.cookie.indexOf(gFpc+"=")==-1)&&(document.cookie.indexOf("WTLOPTOUT=")==-1)){
	document.write("<SCR"+"IPT TYPE='text/javascript' SRC='"+"http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+"/"+gDcsId+"/wtid.js"+"'><\/SCR"+"IPT>");
}
