/* This file should only be used to set the s_account variable (report suite variable) as the "s" object will not have been created at this point.
To overwrite default variables, modify /js/local_s_code.js */

var s_account = "canwestglobal,canwestdose"

var host=window.location.host;
if (host.search("qa.")!=-1 || host.search("dev.")!=-1 || host.search("staging.")!=-1 || host.search("new.")!=-1) {
	s_account = "canpublishing,canwestglobaldev"
}