Revision 857 (by jcostell, 2008/06/27 21:10:34) Update 2007 copyright to 2008
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!--
  ~ Copyright (c) 2001-2008, TIBCO Software Inc.
  ~ Use, modification, and distribution subject to terms of license.
  -->
<html xmlns="http://www.w3.org/1999/xhtml" style="border-width:0px;overflow:hidden;">
<head>
  <title>@gi.productname.text@</title>
</head>

<body bgcolor="#9898a5" scroll="no"
      style="position:absolute;width:100%;height:100%;left:0px;top:0px;padding:0px;margin:0px;border-width:0px;overflow:hidden;">

<div id="jsxmain" style="position:absolute;left:0px;top:0px;width:100%;height:100%;">
  <script type="text/javascript">
//<![CDATA[
    var url = window.location.href;
    var appPath = (url && url.search(/[?&]jsxapppath=([^&]+)/)) ? RegExp.$1 : "";
    try {
      // Firefox doesn't like this in XHTML mode:
      document.write('<script type="text/javascript" src="JSX/js/JSX30.js" ' +
          'jsxapppath="' + appPath + '"><'+'/script>');
    } catch (e) {
      window.setTimeout(function() {
        var script = document.createElement("script");
        script.setAttribute("type", "text/javascript");
        script.setAttribute("src", "JSX/js/JSX30.js");
        script.setAttribute("jsxapppath", appPath);
        document.getElementById("jsxmain").appendChild(script);
      }, 0);
    }
//]]>
  </script>
</div>

</body>
</html>