Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
75 lines (65 sloc)
2.29 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" | |
| content="text/html; charset=iso-8859-1"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 2.0"> | |
| <title>Congressional Language</title> | |
| </head> | |
| <body background="images2/Speckled.gif" bgcolor="#FFFFFF"> | |
| <p><img | |
| src="images2/Akamai.gif" width="150" | |
| height="137" ><font face="arial" color="#FF0000" size="4"><b>Congressional | |
| Language</b></font></p> | |
| <p><img src="images2/Shiny_Red_Bar539.gif" align="top" | |
| width="894" height="2"></p> | |
| <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 ALIGN="CENTER" BGCOLOR="Beige" width=80%> | |
| <TR> | |
| <td> | |
| <blockquote> | |
| <font size="6"><B>T</B></font>o continue Tripler Medical Centers | |
| Leadership in telemedicine and teleradiology. $2.5 million | |
| will be used by the University of Hawaii at Manoa John A. | |
| Burns Medical School to develop an education curriculum for | |
| telemedicine. $2.7 million will be used to investigate new | |
| technologies including dual mode hyperspectral fluorescence | |
| imaging, and up to $10,000,000 may be used to support | |
| operational modeling of theater medical information | |
| infrastructure for forward deployed forces in Alaska and | |
| Korea. | |
| </blockquote> | |
| </td></tr></table> | |
| | |
| <hr size=1> | |
| <font color="Black" size=-1> | |
| Updated: | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| <!-- | |
| function makeArray() { | |
| var args = makeArray.arguments; | |
| for (var i = 0; i < args.length; i++) { | |
| this[i] = args[i]; | |
| } | |
| this.length = args.length; | |
| } | |
| function fixDate(date) { | |
| var base = new Date(0); | |
| var skew = base.getTime(); | |
| if (skew > 0) | |
| date.setTime(date.getTime() - skew); | |
| } | |
| function getString(date) { | |
| var months = new makeArray("January", "February", "March", | |
| "April", "May", "June", | |
| "July", "August", "September", | |
| "October", "November", "December"); | |
| return months[date.getMonth()] + " " + | |
| date.getDate() + ", 19" + date.getYear(); | |
| } | |
| var cur = new Date(); | |
| fixDate(cur); | |
| var str = getString(cur); | |
| document.write(str); | |
| // --> </SCRIPT></font> | |
| </body> | |
| </html> |