/**
 * sitelife.js
 *
 * Master controls for Pluck SiteLife integration.  When and if the
 * integration needs to be turned off, this is the file to modify.
 *
 */

var SITELIFE_ENABLED = true;
var SITELIFE_DEBUG = true;

document.domain = "washingtonpost.com";

/** Configuration must be loaded before this script is called.  Configuration is in slconfig.js. **/

document.write("<scr" + "ipt type=\"text/javascript\" src=\"" + "/wp-srv/javascript/community/community.js?123" + "\"></scr" + "ipt>\n");

/** Include SiteLife **/
if (SITELIFE_ENABLED) {
	document.write("<scr" + "ipt type=\"text/javascript\" src=\"" + daapiProxyServerUrl + "\"></sc" + "ript>\n");
	// If you know that the page is DAAPI content only, then this next include is not needed.
	// document.write("<scr" + "ipt type=\"text/javascript\" src=\"" + jsProxyServerUrl + "\"></sc" + "ript>\n");
}
