function dhtmlLoadScript(url, pos)
{
   //var e = document.createElement("script");
   //e.src = url;
   //e.type="text/javascript";
   //document.getElementById(pos).appendChild(e);
   document.write("<SCR" + "IPT language=JavaScript src=" + url + " type=text/javascript></SCR" + "IPT>");   
}

dhtmlLoadScript('http://content-resources.sympatico.ca/content/channels/video/js/brightcove.js','BC_Calls_JS');
dhtmlLoadScript('http://content-resources.sympatico.ca/content/channels/video/js/externalAd.js','BC_Calls_JS');
dhtmlLoadScript('http://admin.brightcove.com/js/BrightcoveExperiences.js','BC_Calls_JS');
dhtmlLoadScript('http://admin.brightcove.com/js/APIModules_all.js','BC_Calls_JS');
dhtmlLoadScript('http://files.brightcove.com/jsr_class.js','BC_Calls_JS');
dhtmlLoadScript('http://content-resources.sympatico.ca/content/channels/video/js/bcplaylist.js','BC_Calls_JS');
dhtmlLoadScript('http://content-resources.sympatico.ca/content/channels/video/js/bcplayer_creation.js','BC_Calls_JS');
dhtmlLoadScript('http://content-resources.sympatico.ca/content/channels/video/brightcove/js/MobileCompatibilityEmbed.js','BC_Calls_JS');
