// we deliberately do not use any of the ASJ.toInit or on-dom-ready functions, as we want this to get loaded
// statically. The GWT confluence.bootstrap file (*.nocache.js) does some stuff that makes dynamic script instantiation problematic

var path = document.getElementById('confluence-context-path').getAttribute('content');

var taskdockJs = path + '/plugins/servlet/taskdock/resources/war/taskdock/taskdock.nocache.js';
document.write("<script src='" + taskdockJs + "' language='javascript' type='text/javascript' ></script>");


