/*
|---------------------------------------------------
| USWeb JavaScript Commenting Tool
| v1.2.2
|---------------------------------------------------
*/

// server where images and css is hosted
var uswAssetHost = 'http://comments.usweb.com';

// server where js scripts are hosted
var uswJavaScriptHost = 'http://comments.usweb.com';

// server where backend files are hosted
var uswBackendHost = 'http://comments.usweb.com';

// call commenting script
jQuery(document).ready(function(){
    
    // request remote commenting script once document is ready
    jQuery.getScript(uswJavaScriptHost+"/capella/comments/tool.js");
    
});