12345678910111213141516171819202122 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <html>
- <head>
- <meta name="Copyright" content="(C) Copyright IBM Corp. 2005, 2011."/>
- <meta name="Trademark" content="Licensed Material - Property of IBM Corp. IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide."/>
- </head>
- <script type="text/javascript">
- function closeWindow(){
- setTimeout("window.open('','_self','');window.close();",300);
- }
- </script>
- <body style="background-color:#ffffff" onload="closeWindow()">
- </body>
- </html>
|