var cdn_domain_path = cdn_domain_production;

var cdn_domain_production = "http://media.kelloggs.com/canada/ricekrispies/trishmagwood";
var cdn_domain_staging = "http://media.internet-staging.com/canada/ricekrispies/trishmagwood";

/*************************************************************************
 *
 * Please ignore the following code.  It's purpose is to change
 * the cdn_domain_path value for the dev/staging environments.  All paths 
 * should be changed by changing the URLs above and not through the code below
 *
 *************************************************************************/
 if (document.location.href.indexOf("arcleo.com") > -1) cdn_domain_path = "/flash";
 if (document.location.href.indexOf("stagek.ca") > -1) cdn_domain_path = cdn_domain_staging;
