The document discusses script loading techniques. It analyzes the limitations of existing approaches like using <script> tags and document.write(). It also reviews past script loaders like LABjs and argues for a standardized general script loader. Such a loader should support parallel loading, ordered execution, and work across all browsers without hacks or exceptions. Future areas of focus could include preloading, modules, and leveraging new browser capabilities through standards.