// make this "live" for live site and "practice" for practice site
var tabulaEnv = "live";



if (tabulaEnv == "live"){
  var turnToConfig = {
    host: "www.turnto.com",
    siteKey: "rRfwtzfCHrpmhKPsite",
    ttClientUrl: "/tabula/assets/images/tra/tt_client-0.5.htm",
    xipClientUrl: "/tabula/assets/images/tra/xip_client-0.5.htm"};
  document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://") + turnToConfig.host + "/tra/tra-0.5.js'  type='text/javascript'%3E%3C/script%3E"));
    
} else {
  var turnToConfig = {
    host: "www.turntotest.com", 
    siteKey: "aTiYznZ12dKC8UVsite",
    ttClientUrl: "/tabula/assets/images/tra/tt_client-0.5.htm",
    xipClientUrl: "/tabula/assets/images/tra/xip_client-0.5.htm"};
  document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://") + turnToConfig.host + "/tra/tra-0.5.js'  type='text/javascript'%3E%3C/script%3E"));    
}