CINXE.COM
BBC ON THIS DAY | 23 | 1984: Scientist finds Aids virus
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>BBC ON THIS DAY | 23 | 1984: Scientist finds Aids virus</title> <meta name="keywords" content="BBC, News, BBC News, news online, world, uk, international, foreign, british, online, service, archive, history, media" /> <meta name="OriginalPublicationDate" content="1984/04/23 00:00:00" /> <meta name="UKFS_URL" content="/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm" /> <meta name="IFS_URL" content="/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm" /> <meta name="HTTP-EQUIV" content="text/html;charset=iso-8859-1" /> <meta name="Headline" content="1984: Scientist finds Aids virus" /> <meta name="Section" content="23" /> <meta name="Description" content="The discovery of a virus which may cause Aids, the fatal disease sweeping through America, is hailed as a "monumental breakthrough" in medical research." /> <script language="JavaScript" src="/onthisday/js/onthisday.js"></script> <script type="text/javascript"> <!-- var _SERVERLOC="THDO"; var _userLocation = 'INTERNATIONAL'; --> </script> <!--newsi library v1.28--> <script src="http://news.bbcimg.co.uk/js/newsi/latest/newsi.js?9" type="text/javascript"></script> <!-- SITEVERSION = (none) --> <!-- ADDED FOR OLD V3 PAGES TO CALL IN GLOADER --> <script type="text/javascript" src="http://www.bbc.co.uk/glow/gloader.js"></script> <script type="text/javascript" src="http://news.bbcimg.co.uk/js/app/shared/bbc_fmtj.js"></script> <script src="http://news.bbcimg.co.uk/js/app/tracker/tracker.js?v2" language="JavaScript"></script> <link rel="stylesheet" type="text/css" href="/onthisday/css/onthisdaystylesheet.css"> </head> <body bgcolor="#ffffff" text="#000000" link="#000066" alink="#000066" vlink="#993333" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <a name="top" id="top"></a> <link type="text/css" rel="stylesheet" href="/css/screen/shared/v3masthead.css" /> <!-- toolbar 3.0.0 --> <ul class="bbcpageHide"> <li><a href="#startcontent" accesskey="2">Skip to main content</a></li> <li><a href="http://news.bbc.co.uk/text_only.stm">Low Graphics</a></li> <li><a href="http://www.bbc.co.uk/accessibility/accesskeys/keys.shtml" accesskey="0">Access keys help</a></li> </ul> <div id="toolbarContainer"> <table id="bbcpageToolbarTable" width="100%" cellpadding="0" cellspacing="0" border="0" lang="en"> <tr valign="middle"> <td width="200" id="bbcpageBlocks"><font size="2"><a href="http://www.bbc.co.uk/go/toolbar/-/home/d/" accesskey="1"><img src="http://newsimg.bbc.co.uk/shared/img/v3/masthead/bbc.gif" width="77" height="22" alt="BBC" border="0" hspace="2" vspace="0" /> Home</a></font></td> <td width="295" align="right"><form method="get" action="http://www.bbc.co.uk/cgi-bin/search/results.pl" accept-charset="utf-8" class="onthisday"><input type="text" id="bbcpageSearch" name="q" style="font-family:arial,helvetica,sans-serif;" title="BBC Search" accesskey="4" /></td> <td width="105"><input type="submit" name="Search" value="Search" id="bbcpageSearchButton" /><input type="hidden" name="uri" value="/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm" /></form></td> <td width="170" align="right" class="bbcpageorange"><font size="2" id="bbcpageExplore"><a href="http://www.bbc.co.uk/go/toolbar/-/a-z/">Explore the BBC</a></font></td> </tr> </table> </div> <!-- end toolbar 3.0.0 --> <!-- Begin iStats CPS v3 Legacy code 20110330 (UX-CMC 1.1009.3) --> <script type="text/javascript"> // <![CDATA[ function countername(u) { var countername = []; u = u.replace(/\.[^.\/]+$/, ''); u = u.replace(/[#][^#]+$/, '' ); u = u.replace(/[\?][^\?]+$/, '' ); u = u.replace(/\/newsid_\d+/g, '/'); u = u.replace(/\/[12]\//, '/'); u = u.replace(/\/reviews\//, '/'); u = u.replace(/\/sport[12]\//, '/sport/'); u = u.replace(/\/bbc_sport\//, '/sport/'); u = u.replace(/\/(hi|mobile)\//, '/'); u = u.replace(/\/(uk|i)fs\//, '/'); var path = u.split('/').slice(3); var asset_id_re = /(\d+)\/?$/; var asset_id = ''; if (matches = asset_id_re.exec( path[path.length-1] )) { asset_id = matches[1]; } var prod_name = 'news'; var prod = new Array(); prod['sport'] = /sport/; prod['weather'] = /weather/; prod['cbbc'] = /cbbc/; for (var name in prod) { if (u.match(prod[name])) { prod_name = name; break; } } countername.push(prod_name); for (var i=0; i<path.length; i++) { var part = path[i]; if (part && (part != prod_name) && (part != asset_id) && (part != 'default')) { countername.push(part); } } if (asset_id) {countername.push(asset_id);} countername.push('page'); return countername.join('.'); } function prod_name(c) {return c.replace(/^(.+?)\..*$/, "$1");} function geo_edition(u) { var geo_edition = 'uk'; if (u.match(/\/(sport2|2|ifs)\//)) { geo_edition = 'int'; } return geo_edition; } function sitestat(n){var j=document,f=j.location,b="";if(j.cookie.indexOf("st_ux=")!=-1){var k=j.cookie.split(";");var e="st_ux",h=document.domain,a="/"; if(typeof ns_!="undefined"&&typeof ns_.ux!="undefined"){e=ns_.ux.cName||e;h=ns_.ux.cDomain||h;a=ns_.ux.cPath||a}for(var g=0,f=k.length;g<f;g++){var m=k[g].indexOf("st_ux="); if(m!=-1){b="&"+unescape(k[g].substring(m+6))}}document.cookie=e+"=; expires="+new Date(new Date().getTime()-60).toGMTString()+"; path="+a+"; domain="+h}ns_pixelUrl=n; n=ns_pixelUrl+"&ns__t="+(new Date().getTime())+"&ns_c="+((j.characterSet)?j.characterSet:j.defaultCharset)+"&ns_ti="+escape(j.title)+b+"&ns_jspageurl="+escape(f&&f.href?f.href:j.URL)+"&ns_referrer="+escape(j.referrer);if(n.length>2000&&n.lastIndexOf("&")){ n=n.substring(0,n.lastIndexOf("&")+1)+"ns_cut="+n.substring(n.lastIndexOf("&")+1,n.lastIndexOf("=")).substring(0,40)}(j.images)? new Image().src=n:j.write('<p><i'+'mg src="'+n+'" height="1" width="1" alt="" /><\/p>')}; if (document.cookie.indexOf('NO-SA=') == -1) { var countername = countername(location.href), tld = prod_name(countername); sitestat("//sa.bbc.co.uk/bbc/bbc/s?name="+countername+"&ml_name=news-legacy-js&ml_version=20110330&app_type=web&app_name="+tld+"&prod_name="+tld); } // ]]> </script> <noscript><p><img src="//sa.bbc.co.uk/bbc/bbc/s?name=(none).legacy.no-javascript.page&ml_name=(none)-legacy-js&ml_version=20110330" height="1" width="1" alt="" /></p></noscript> <!-- End iStats (UX-CMC) --> <table width="760" cellspacing="0" cellpadding="0" border="0"> <tr> <td colspan="3" bgcolor="#7AA6C8"><img src="/shared/img/o.gif" width="760" height="3" alt="" border="0" /></td> </tr> <tr> <td width="252"><a href="/onthisday/default.stm"><img src="/onthisday/img/otd.gif" width="252" height="47" alt="" border="0" /></a></td> <td width="389" align="right"> <font size="6" color="#cc3333"><span class="otdd">23 April</span></font> </td> <td width="119" align="right"><a href="http://news.bbc.co.uk/1/hi.html"><img src="/onthisday/img/red_logo.gif" width="119" height="48" alt="" border="0" /></a></td> </tr> <tr> <td colspan="3"><img src="/shared/img/o.gif" width="1" height="2" alt="" /></td> </tr> </table> <table bgcolor="#7aa6c8" width="760" cellspacing="0" cellpadding="0" border="0" class="hs"> <tr> <td class="t"><img src="/shared/img/o.gif" width="10" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="215" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="70" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="120" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="40" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="295" height="3" alt="" /></td> </tr> <tr> <td colspan="8" class="m"><img src="/shared/img/o.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td class="m"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> <td class="m"><b><font size="2" color="#deedfb">Search ON THIS DAY by date</font></b></td> <td class="m"><font size="2"> <form name="top"> <select name="first" style="width:60px;"> <option value="Day"> Day </option> <option value="1"> 1 </option> <option value="2"> 2 </option> <option value="3"> 3 </option> <option value="4"> 4 </option> <option value="5"> 5 </option> <option value="6"> 6 </option> <option value="7"> 7 </option> <option value="8"> 8 </option> <option value="9"> 9 </option> <option value="10"> 10 </option> <option value="11"> 11 </option> <option value="12"> 12 </option> <option value="13"> 13 </option> <option value="14"> 14 </option> <option value="15"> 15 </option> <option value="16"> 16 </option> <option value="17"> 17 </option> <option value="18"> 18 </option> <option value="19"> 19 </option> <option value="20"> 20 </option> <option value="21"> 21 </option> <option value="22"> 22 </option> <option value="23" selected> 23 </option> <option value="24"> 24 </option> <option value="25"> 25 </option> <option value="26"> 26 </option> <option value="27"> 27 </option> <option value="28"> 28 </option> <option value="29"> 29 </option> <option value="30"> 30 </option> <option value="31"> 31 </option> </select></font> </td> <td class="m"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="m"><font size="2"><select name="second" style="width:110px;"> <option value="Month"> Month </option> <option value="January"> January </option> <option value="February"> February </option> <option value="March"> March </option> <option value="April" selected> April </option> <option value="May"> May </option> <option value="June"> June </option> <option value="July"> July </option> <option value="August"> August </option> <option value="September"> September </option> <option value="October"> October </option> <option value="November"> November </option> <option value="December"> December </option> </select></font> </td> <td class="m"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="m"><input value="GO" type="button" onClick="navigate('top','hi')"></td> <td class="m"> <a onMouseOver="rollover('/onthisday/img/bck_aro_on.gif','aronavbcktop')" href="/onthisday/hi/dates/stories/april/22/default.stm" onMouseOut="rollover('/onthisday/img/bck_aro.gif','aronavbcktop')"><img name="aronavbcktop" width="8" height="13" border="0" hSpace="5" src="/onthisday/img/bck_aro.gif" alt="Go back one day"></a> <a onMouseOver="rollover('/onthisday/img/fwd_aro_on.gif','aronavfwdtop')" href="/onthisday/hi/dates/stories/april/24/default.stm" onMouseOut="rollover('/onthisday/img/fwd_aro.gif','aronavfwdtop')"><img name="aronavfwdtop" width="8" height="13" border="0" hSpace="5" src="/onthisday/img/fwd_aro.gif" alt="Go forward one day"></a> </td> </tr> <tr> <td colspan="8" class="m"><img src="/shared/img/o.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td class="b" colspan="8"><img src="/shared/img/o.gif" width="1" height="3" alt="" /></td> </tr> </form> </table> <table border="0" width="760" cellspacing="0" cellpadding="0"> <tr> <td> <table cellspacing="0" width="460" border="0" cellpadding="0" class="tn"> <tr> <td width ="8"><img src="/shared/img/o.gif" width="8" height="1" alt="" /></td> <td width="452" valign="middle"> <a class="notactive" href="/onthisday/default.stm"><b>Front Page</b></a><span class="pipe"> | </span> <a class="notactive" href="/onthisday/hi/years/default.stm"><b>Years</b></a><span class="pipe"> | </span> <a class="notactive" href="/onthisday/hi/themes/default.stm"><b>Themes</b></a><span class="pipe"> | </span> <a class="notactive" href="/onthisday/hi/witness/default.stm"><b>Witness</b></a> </td> </tr> </table> </td> <td> <table cellspacing="0" width="300" border="0" cellpadding="0" class="tn"> <tr> <td width="290" align="right" valign="middle"> <a href="/onthisday/bsp/about_this_site.stm">About This Site</a> | <a href="/onthisday/low/dates/stories/april/23/newsid_2524000/2524039.stm">Text Only</a> </td> <td><img src="/shared/img/o.gif" width="10" height="1" alt="" /></td> </tr> </table> </td> </tr> </table> <table width="760" cellspacing="0" cellpadding="0" border="0"> <tr> <td><img src="/shared/img/o.gif" width="10" height="10" alt="" /></td> <td><img src="/shared/img/o.gif" width="238" height="10" alt="" /></td> <td><img src="/shared/img/o.gif" width="10" height="10" alt="" /></td> <td><img src="/shared/img/o.gif" width="238" height="10" alt="" /></td> <td><img src="/shared/img/o.gif" width="10" height="10" alt="" /></td> <td bgcolor="#deedfb"><img src="/shared/img/o.gif" width="3" height="10" alt="" /></td> <td bgcolor="#deedfb"><img src="/shared/img/o.gif" width="248" height="10" alt="" /></td> <td bgcolor="#deedfb"><img src="/shared/img/o.gif" width="3" height="10" alt="" /></td> </tr> <tr> <td valign="top"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> <td valign="top"><font size="2"><div class="bodytext"> <font size="3"><div class="hpad"><b>1984: Scientist finds Aids virus</b></div></font> <!-- S BO -->The discovery of a virus which may cause Aids, the fatal disease sweeping through America, has been hailed as a "monumental breakthrough" in medical research. <P> The development was announced in Washington by US Health Secretary Margaret Heckler. <P> She said the virus was a variant of a known human cancer virus called HTLV-3. A blood test has also been developed, which, she said, would be available within six months, preventing the tragedy of transfusion patients contracting the disease through tainted blood products. <P> </font> <table cellspacing="0" width="0" border="0" bgcolor="#deedfb" cellpadding="0"> <tr><td><font size="2"> <div class="cb"> </font> <table width="228" cellspacing="0" cellpadding="0" border="0" class="iq"> <tr> <td width="20"><img src="/shared/img/o.gif" width="20" height="6" alt="" /></td> <td width="188"><img src="/shared/img/o.gif" width="188" height="1" alt="" /></td> <td width="20"><img src="/shared/img/o.gif" width="20" height="1" alt="" /></td> </tr> <tr> <td valign="top"><img src="/onthisday/img/t_quo.gif" width="15" height="12" alt="" /></td> <td><font size="2">To hear that there is a possible vaccine that could come out in two or three years is no good news for these people<br></font></td> <td valign="bottom" align="right"><img src="/onthisday/img/b_quo.gif" width="15" height="12" alt="" /></td> </tr> </table> <font size="2"> <div>Aids sufferer Bob Scheckey <br></div> </div> </font></td></tr> <tr><td bgcolor="#ffffff"><img src="/shared/img/o.gif" width="1" height="15" border="0" alt=""></td></tr> </table> <font size="2"> <P> She also suggested that a vaccine to prevent Aids might be ready for testing in two years' time. <P> "Today's discovery represents the triumph of science over a dreaded disease," she said. <P> Aids, or Acquired Immune Deficiency Syndrome, weakens the immune system, leaving its victims open to a series of wasting diseases. Those people who appear to be more at risk of contracting Aids include homosexuals, haemophiliacs, drug users and those who have received blood transfusions. <P> It has been causing widespread panic in the United States, where 4,000 people have been infected since the discovery of the disease in 1981. Almost half have died. <P> The findings in the United States are similar to the discovery in France last week of a virus called LAV, although French researchers stopped short of saying it was definitely the one which causes Aids. <P> Reaction to the news among victims was philosophical. Bob Scheckey has lived with the disease for two years - far longer than his doctors predicted. He welcomed the news from Washington, but said a possible vaccine was too far off to offer comfort. <P> "I am working with people with Aids on a daily basis," he said. "To hear that there is a possible vaccine that could come out in two or three years is no good news for these people. Most of the people we're working with now will be dead by that time." <P> <!-- E BO --> <p> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1"><img src="/shared/img/o.gif" width="1" height="1" alt=" " border="0"></td> <td width="237"><img src="/shared/img/999999.gif" width="237" height="1" alt="" border="0"></td> </tr> <tr> <td height="18"><img src="/shared/img/o.gif" width="1" height="1" alt=" " border="0"></td> <td align="left"><font size="2"><a class="index" onClick="popUpPage('http://newsvote.bbc.co.uk/mpapps/pagetools/email/news.bbc.co.uk/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm','status=no,scrollbars=yes,resizable=yes,width=370,height=445','Mailer')" href="http://newsvote.bbc.co.uk/mpapps/pagetools/email/news.bbc.co.uk/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm" target="Mailer"><img src="/shared/img/icons/mail_icon_blu.gif" width="13" height="9" alt="" border="0"> <span><b>E-mail this story to a friend</b></span> </a></font></td> </tr> <tr> <td width="1"><img src="/shared/img/o.gif" width="1" height="1" alt=" " border="0"></td> <td width="237"><img src="/shared/img/999999.gif" width="237" height="1" alt="" border="0"></td> </tr> </table> </div></font></td> <td valign="top"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> <td valign="top"><font size="2"><div class="bodytext"> <table width="238" cellspacing="0" cellpadding="0" border="0" class="wl"> <tr> <td align="center" class="b"><img src="/shared/img/999999.gif" width="230" height="1" alt="" /><br /><img src="/shared/img/999999.gif" width="234" height="1" alt="" /></td> </tr> <tr> <td class="c"> <div class="inlineimage"> <img src="/media/images/38609000/jpg/_38609409_hiv238.jpg" width="238" height="178" alt="HIV infecting a T-cell" border="0" vspace="0"> <div class="caption"><font size="1">The HTLV-3 virus is a variant of a known human cancer virus</font><br></div> </div> </td> </tr> <tr> <td align="center" class="b"><img src="/shared/img/999999.gif" width="234" height="1" alt="" /><br /><img src="/shared/img/999999.gif" width="230" height="1" alt="" /><br /><img src="/shared/img/o.gif" width="1" height="15" alt="" /></td> </tr> </table> </font> <table cellspacing="0" align="center" width="0" border="0" bgcolor="#deedfb" cellpadding="0"> <tr><td bgcolor="#7aa6c8"><div class="fbh"><font size="2">In Context</font></div></td></tr> <tr><td><font size="2"> <div class="cb"> The HTLV-3 virus was discovered to be the same as the LAV virus discovered in France. To avoid confusion, it was re-named HIV in 1987. <P> An estimated 24 million people, both homosexual and heterosexual, have died of Aids since the disease emerged in the United States. It has now reached pandemic proportions in some parts of southern Africa, where two million died in 2001 alone. <P> No successful vaccine has yet been developed, although billions of dollars have been spent trying. <P> Only eight potential vaccines are currently being tested on humans, and just one, developed by US firm VaxGen, has reached end-stage trials. <P> The trials were held in North America, Europe and Thailand and involved thousands of volunteers at high risk from Aids. <p> But preliminary results announced in November 2003 from the AIDSVAX trial in Thailand showed it does not work. <p> Nevertheless since the start of the HIV epidemic, a series of drugs have been developed which significantly prolong the lives of people who are HIV positive. <br> </div> </font></td></tr> <tr><td bgcolor="#ffffff"><img src="/shared/img/o.gif" width="1" height="15" border="0" alt=""></td></tr> </table> <font size="2"> </div></font></td> <td valign="top"><img src="/shared/img/o.gif" width="10" height="1" alt="" /></td> <td valign="top" bgcolor="#deedfb"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> <td valign="top" bgcolor="#deedfb"> <div class="g"><font size="2"><b>Stories From 23 Apr </b></font></div> <div class="piitb"><font size="2"><div class="arorhs"><a href="/onthisday/hi/dates/stories/april/23/newsid_2523000/2523959.stm"><span>1979: Teacher dies in Southall race riots</span></a><br></div> </font></div> <div class="piitb"><font size="2"><div class="arorhs"><a href="/onthisday/hi/dates/stories/april/23/newsid_2524000/2524039.stm"><span>1984: Scientist finds Aids virus</span></a><br></div> </font></div> <div class="piitb"><font size="2"><div class="arorhs"><a href="/onthisday/hi/dates/stories/april/23/newsid_4444000/4444991.stm"><span>2001: Royal aide on trial for murder</span></a><br></div> </font></div> <div class="piitb"><font size="2"><div class="arorhs"><a href="/onthisday/hi/dates/stories/april/23/newsid_2523000/2523895.stm"><span>1968: Decimal coins reach the high street</span></a><br></div> </font></div> <div class="piitb"><font size="2"><div class="arorhs"><a href="/onthisday/hi/dates/stories/april/23/newsid_2914000/2914267.stm"><span>1998: Martin Luther King killer dies</span></a><br></div> </font></div> <br /> <br /> <div class="puffbox"> <table width="248" cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="/shared/img/o.gif" width="16" height="1" alt=""/></td> <td><img src="/shared/img/o.gif" width="232" height="1" alt=""/></td> </tr> <tr> <td colspan="2" class="mps"><font size="2">On This Day</font></td> </tr> <tr> <td class="mpb" valign="top"><img src="/onthisday/img/aropuff.gif" width="16" height="14" border="0" alt="0" /></td> <td class="mpb" valign="top"><font size="2"><a href="/onthisday/hi/dates/stories/december/10/newsid_4020000/4020391.stm"><img height="51" hspace="0" width="68" border="0" alt="AIds virus under the microscope" src="/media/images/40617000/jpg/_40617253_aids_68.jpg" align="RIGHT"><b>10 December 1981</b><br />Mystery disease kills homosexuals</a><br clear="all"></font></td> </tr> </table> <br /> <img src="/shared/img/o.gif" width="1" height="10" alt=""><br /> <table width="248" cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="/shared/img/o.gif" width="16" height="1" alt=""/></td> <td><img src="/shared/img/o.gif" width="232" height="1" alt=""/></td> </tr> <tr> <td colspan="2" class="mpn"><font size="2">BBC News >></font></td> </tr> <tr> <td class="mpnb" valign="top"><img src="/onthisday/img/aropuff.gif" width="16" height="14" border="0" alt="0" /></td> <td class="mpnb" valign="top"><font size="2"><a href="http://news.bbc.co.uk/2/shared/spl/hi/africa/03/biology_of_aids/html/default.stm"><img height="51" hspace="0" width="68" border="0" alt="Photo of Aids ribbon" src="/media/images/38574000/jpg/_38574005_ribbon68.jpg" align="RIGHT"><b>The biology of Aids</b><br />Background on the virus and its treatment</a><br clear="all"></font></td> </tr> </table> <br /> <img src="/shared/img/o.gif" width="1" height="10" alt=""><br /></div> </td> <td valign="top" bgcolor="#deedfb"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> </tr> <tr> <td colspan="5"><img src="/shared/img/o.gif" width="1" height="10" alt="" /></td> <td colspan="3" bgcolor="#deedfb"><img src="/shared/img/o.gif" width="1" height="10" alt="" /></td> </tr> </table> <table bgcolor="#7aa6c8" width="760" cellspacing="0" cellpadding="0" border="0" class="hs"> <tr> <td class="t"><img src="/shared/img/o.gif" width="10" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="215" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="70" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="120" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="40" height="3" alt="" /></td> <td class="t"><img src="/shared/img/o.gif" width="295" height="3" alt="" /></td> </tr> <tr> <td colspan="8" class="m"><img src="/shared/img/o.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td class="m"><img src="/shared/img/o.gif" width="1" height="1" alt="" /></td> <td class="m"><b><font size="2" color="#deedfb">Search ON THIS DAY by date</font></b></td> <td class="m"><font size="2"> <form name="footer"> <select name="first" style="width:60px;"> <option value="Day"> Day </option> <option value="1"> 1 </option> <option value="2"> 2 </option> <option value="3"> 3 </option> <option value="4"> 4 </option> <option value="5"> 5 </option> <option value="6"> 6 </option> <option value="7"> 7 </option> <option value="8"> 8 </option> <option value="9"> 9 </option> <option value="10"> 10 </option> <option value="11"> 11 </option> <option value="12"> 12 </option> <option value="13"> 13 </option> <option value="14"> 14 </option> <option value="15"> 15 </option> <option value="16"> 16 </option> <option value="17"> 17 </option> <option value="18"> 18 </option> <option value="19"> 19 </option> <option value="20"> 20 </option> <option value="21"> 21 </option> <option value="22"> 22 </option> <option value="23" selected> 23 </option> <option value="24"> 24 </option> <option value="25"> 25 </option> <option value="26"> 26 </option> <option value="27"> 27 </option> <option value="28"> 28 </option> <option value="29"> 29 </option> <option value="30"> 30 </option> <option value="31"> 31 </option> </select></font> </td> <td class="m"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="m"><font size="2"><select name="second" style="width:110px;"> <option value="Month"> Month </option> <option value="January"> January </option> <option value="February"> February </option> <option value="March"> March </option> <option value="April" selected> April </option> <option value="May"> May </option> <option value="June"> June </option> <option value="July"> July </option> <option value="August"> August </option> <option value="September"> September </option> <option value="October"> October </option> <option value="November"> November </option> <option value="December"> December </option> </select></font> </td> <td class="m"><img src="/shared/img/o.gif" width="5" height="1" alt="" /></td> <td class="m"><input value="GO" type="button" onClick="navigate('footer','hi')"></td> <td class="m"> <a onMouseOver="rollover('/onthisday/img/bck_aro_on.gif','aronavbckfooter')" href="/onthisday/hi/dates/stories/april/22/default.stm" onMouseOut="rollover('/onthisday/img/bck_aro.gif','aronavbckfooter')"><img name="aronavbckfooter" width="8" height="13" border="0" hSpace="5" src="/onthisday/img/bck_aro.gif" alt="Go back one day"></a> <a onMouseOver="rollover('/onthisday/img/fwd_aro_on.gif','aronavfwdfooter')" href="/onthisday/hi/dates/stories/april/24/default.stm" onMouseOut="rollover('/onthisday/img/fwd_aro.gif','aronavfwdfooter')"><img name="aronavfwdfooter" width="8" height="13" border="0" hSpace="5" src="/onthisday/img/fwd_aro.gif" alt="Go forward one day"></a> </td> </tr> <tr> <td colspan="8" class="m"><img src="/shared/img/o.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td class="b" colspan="8"><img src="/shared/img/o.gif" width="1" height="3" alt="" /></td> </tr> </form> </table> <img src="/shared/img/o.gif" width="1" height="15" alt="" /><br /> <table width="760" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="33" rowspan="3" valign="top"><a href="/1/hi/help/3281849.stm"><img src="/onthisday/img/bbc_c.gif" width="48" height="9" alt="" vspace="3" hspace="20" border="0" /></a></td> <td width="687"><span class="pipe"><font color="#cc3300"><b>^^</b></font></span> <a href="#top" class="footer">back to top</a></td> </tr> <tr> <td><a href="/onthisday/default.stm" class="footer"><b>Front Page</b></a><span class="pipe"> | </span> <a href="/onthisday/hi/years/default.stm" class="footer"><b>Years</b></a><span class="pipe"> | </span> <a href="/onthisday/hi/themes/default.stm" class="footer"><b>Themes</b></a><span class="pipe"> | </span> <a href="/onthisday/hi/witness/default.stm" class="footer"><b>Witness</b></a> </td> </tr> <tr> <td class="pxtb"><a href="/1/hi/help/3281849.stm" class="footer">©MMVIII</a><span class="pipenormal"> | </span><a href="/1/hi/help/3281815.stm" class="footer">News Sources</a><span class="pipenormal"> | </span><a href="http://www.bbc.co.uk/privacy/" class="footer">Privacy & Cookies Policy</a><br /><br /></td> </tr> </table> </body> </html>