head_externalJS.jspf

 

<%-- Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2001, 2004, 2006 - All Rights reserved.

        NOTE: See notes in Default.jsp for information regarding editing theme JSP fragments.   

--%>

<%--  
          External javascript files are all combined into this monolithic js.jsp file. This prevents the browser from issuing a billion requests
          to download all our javascript. 
 --%>             
<portal-logic:urlFindInTheme file="./js.jsp" id="jsJSP" />
<script type="text/javascript" src='<portal-core:cacheProxyUrl forwardurl="<%=jsJSP.toString()%>" />'></script>