CINXE.COM
BBC - History - Newsletter
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bbc.co.uk:80/history/about/newsletter.shtml","20060701105320","https://web.archive.org/","web","/_static/", "1151751200"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - History - Newsletter</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Author" content="British Broadcasting Corporation"> <meta name="Keywords" content="History, newsletter, British history, tudors, victorians, romans, vikings, Scottish history, Britain, timelines, prehistory, world war one, world war two, military history, WWII, WWI, oral history, games"> <meta name="Description" content="Newsletter page of the BBC History website"> <!-- base href needed as form actions are https: --> <base href="https://web.archive.org/web/20060701105320/http://www.bbc.co.uk/"> <!-- set path to your local includes below (note: no initial '/' before history): --> <!-- .site cascade overrides: --> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> <style type="text/css"> <!-- body {margin:0;} form {margin:0;padding:0;} .bbcpageShadow {background-color:#828282;} .bbcpageShadowLeft {border-left:2px solid #828282;} .bbcpageBar {background:#999999 url(/web/20060701105320im_/http://www.bbc.co.uk/images/v.gif) repeat-y;} .bbcpageSearchL {background:#623f94 url(/web/20060701105320im_/http://www.bbc.co.uk/images/sl.gif) no-repeat;} .bbcpageSearch {background:#623f94 url(/web/20060701105320im_/http://www.bbc.co.uk/images/st.gif) repeat-x;} .bbcpageSearch2 {background:#623f94 url(/web/20060701105320im_/http://www.bbc.co.uk/images/st.gif) repeat-x 0 0;} .bbcpageSearchRa {background:#999999 url(/web/20060701105320im_/http://www.bbc.co.uk/images/sra.gif) no-repeat;} .bbcpageSearchRb {background:#999999 url(/web/20060701105320im_/http://www.bbc.co.uk/images/srb.gif) no-repeat;} .bbcpageBlack {background-color:#000000;} .bbcpageGrey, .bbcpageShadowLeft {background-color:#999999;} .bbcpageWhite,font.bbcpageWhite,a.bbcpageWhite,a.bbcpageWhite:link,a.bbcpageWhite:hover,a.bbcpageWhite:visited {color:#ffffff;text-decoration:none;font-family:verdana,arial,helvetica,sans-serif;padding:1px 4px;} .bbcpageTopleftlink,a.bbcpageTopleftlink,a:link.bbcpageTopleftlink,a:hover.bbcpageTopleftlink,a:visited.bbcpageTopleftlink {background:#623f94;color:#ffffff;text-decoration:underline;} .bbcpageToplefttd {background:#623f94;color:#ffffff;} --> </style> <style type="text/css"> @import '/web/20060701105320cs_/http://www.bbc.co.uk/includes/tbenh.css'; </style> <script language="JavaScript" type="text/javascript"> <!-- function popmailwin(x, y) {window.open(x,y,'status=no,scrollbars=yes,resizable=yes,width=350,height=400');} // --> </script> <style type="text/css"></style> <!-- ########################################## Begin JSTools includes - $Revision: 1.36 $ ########################################## --> <script src="/web/20060701105320js_/http://www.bbc.co.uk/cs/jst/mod/1/jst_core.js" type="text/javascript" language="JavaScript"></script> <script type="text/javascript" language="JavaScript"> <!-- // bbcjs.client_ip = "209.237.238.235"; bbcjs.today = new Date(2006, (07-1), 1); // --> </script> <script src="/web/20060701105320js_/http://www.bbc.co.uk/cs/jst/mod/1/jst_forms.js" type="text/javascript" language="JavaScript"></script> <script src="/web/20060701105320js_/http://www.bbc.co.uk/cs/jst/mod/1/jst_img.js" type="text/javascript" language="JavaScript"></script> <script src="/web/20060701105320js_/http://www.bbc.co.uk/cs/jst/mod/1/jst_css.js" type="text/javascript" language="JavaScript"></script> <!-- ##################### End JSTools includes. ##################### --> <!-- stylesheets --> <script language="JavaScript" type="text/javascript"> <!-- function ifl_getCSS(){ } function ifl_pbCombos(){ } //--> </script> <script language="JavaScript1.1" src="/web/20060701105320js_/http://www.bbc.co.uk/eoltools/css/ifl_getCSS.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- <![CDATA[ ifl_getCSS('/history/css/','history','257,129,130,66,9,10,17,18,33,34'); // ]]> --> </script> <link rel="stylesheet" type="text/css" href="/web/20060701105320cs_/http://www.bbc.co.uk/history/css/indexes.css"/> <link rel="stylesheet" type="text/css" href="/web/20060701105320cs_/http://www.bbc.co.uk/history/css/community.css"/> <!-- end stylesheets --> <!--newsletter stuff--> <script language="JavaScript" type="text/javascript"><!-- //check if email is in right format function sendIt(form,no) { for (i = 0;i < no; i++) { if (no == 1) {ctrl = form.email;} else if (i == 0) {ctrl = form.oldemail;} else if (i == 1) {ctrl = form.newemail;} if ((ctrl.value.indexOf('@') == -1) || (ctrl.value.indexOf('.') == -1)) { alert ('You need an "@" symbol\nand a "." in an\nemail address'); if (form.focus) {ctrl.focus();} return (false); } } form.submit(); return true; } // function to clear the form boxes when selected to enter text function clearform(text,which){ if (which.value==text) which.value=''} // --> </script> <!--newsletter stuff--> <style> FORM { margin-top:5px; margin-bottom:5px; } </style> </head> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"> <!-- page layout templates v2.66 --><!-- GLOBAL NAVIGATION --><a name="top" id="top"></a><!-- toolbar 1.44 header.page 623f94 --><table width="100%" cellpadding="0" cellspacing="0" border="0" lang="en"><tr> <td class="bbcpageShadow" colspan="2"><a href="#startcontent" accesskey="2"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="590" height="2" alt="Skip to main content" title="" border="0"/></a></td><td class="bbcpageShadow"><a href="/web/20060701105320/http://www.bbc.co.uk/cgi-bin/education/betsie/parser.pl"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt="Text Only version of this page" title="" border="0"/></a><br/><a href="/web/20060701105320/http://www.bbc.co.uk/accessibility/accesskeys/keys.shtml" accesskey="0"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt="Access keys help" title="" border="0"/></a></td></tr><form method="get" action="https://web.archive.org/web/20060701105320/http://www.bbc.co.uk/cgi-bin/search/results.pl" accept-charset="utf-8"><tr><td class="bbcpageShadowLeft" width="94"><a href="https://web.archive.org/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/home/d/" accesskey="1"><img src="/web/20060701105320im_/http://www.bbc.co.uk/images/logo042.gif" width="90" height="30" alt="bbc.co.uk" border="0" hspace="2" vspace="0"/></a></td><td class="bbcpageGrey" align="right"><table cellpadding="0" cellspacing="0" border="0" style="float:right"><tr><td><font size="1"><b><a href="https://web.archive.org/web/20060701105320/http://www.bbc.co.uk/go/toolbar/text/-/home/d/" class="bbcpageWhite">Home</a></b></font></td><td class="bbcpageBar" width="6"><br/></td><td><font size="1"><b><a href="/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/tv/d/" class="bbcpageWhite">TV</a></b></font></td><td class="bbcpageBar" width="6"><br/></td><td><font size="1"><b><a href="/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/radio/d/" class="bbcpageWhite">Radio</a></b></font></td><td class="bbcpageBar" width="6"><br/></td><td><font size="1"><b><a href="/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/talk/" class="bbcpageWhite">Talk</a></b></font></td><td class="bbcpageBar" width="6"><br/></td><td><font size="1"><b><a href="/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/whereilive/" class="bbcpageWhite">Where I Live</a></b></font></td><td class="bbcpageBar" width="6"><br/></td><td><nobr><font size="1"><b><a href="/web/20060701105320/http://www.bbc.co.uk/go/toolbar/-/a-z/" class="bbcpageWhite" accesskey="3">A-Z Index</a></b></font></nobr></td><td class="bbcpageSearchL" width="8"><br/></td><td class="bbcpageSearch2" width="100"><input type="text" id="bbcpageSearchbox" name="q" size="6" style="margin:3px 0 0;font-family:arial,helvetica,sans-serif;width:100px;" title="BBC Search" accesskey="4"/></td><td class="bbcpageSearch"><input type="image" src="/web/20060701105320im_/http://www.bbc.co.uk/images/srchb2.gif" name="go" value="go" alt="Search" width="64" height="25" border="0"/></td><td class="bbcpageSearchRa" width="1"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="30" alt=""/></td></tr></table></td><td class="bbcpageSearchRb"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt=""/><input type="hidden" name="uri" value="/history/about/newsletter.shtml"/></td></tr></form><tr><td class="bbcpageBlack" colspan="2"><table cellpadding="0" cellspacing="0" border="0"><tr><td width="110"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="110" height="1" alt=""/></td><td width="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="10" height="1" alt=""/></td><td id="bbcpageblackline" width="650"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="650" height="1" alt=""/></td></tr></table></td><td class="bbcpageBlack" width="100%"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt=""/></td></tr></table><!-- end toolbar 1.42 --><table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td class="bbcpageToplefttd" width="110"><table cellspacing="0" cellpadding="0" border="0"><tr><td width="8"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="8" height="1" alt=""/></td><td width="102"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="102" height="1" alt=""/><br clear="all"/><font face="arial, helvetica, sans-serif" size="1" class="bbcpageToplefttd">1 July 2006<br/><a class="bbcpageTopleftlink" style="text-decoration:underline;" href="/web/20060701105320/http://www.bbc.co.uk/accessibility/">Accessibility help</a><br/><a class="bbcpageTopleftlink" style="text-decoration:underline;" href="/web/20060701105320/http://www.bbc.co.uk/cgi-bin/education/betsie/parser.pl">Text only</a></font></td></tr></table></td><td width="100%" valign="top"><table cellspacing="0" cellpadding="0" border="0" width="660" height="70" class="mainStickState"><tr> <td width="20"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="1" width="20" border="0" alt="" hspace="0" vspace="0"/></td><td valign="top"><img src="/web/20060701105320im_/http://www.bbc.co.uk/history/images/banners/b_c_newsletter.gif" width="450" height="70" alt="Newsletter" border="0"></td><td valign="middle" align="right"><a href="/web/20060701105320/http://www.bbc.co.uk/history/"><img src="/web/20060701105320im_/http://www.bbc.co.uk/history/images/banners/b_purple_url.gif" width="175" height="70" alt="bbc.co.uk/history" border="0"> </a></td><td width="5"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="1" width="5" border="0" alt="" hspace="0" vspace="0"/></td> </tr></table></td></tr></table><table style="margin:0px;" cellspacing="0" cellpadding="0" border="0" align="left" width="110"><tr><td class="bbcpageCrumb" width="8"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="8" height="1" alt=""/></td><td class="bbcpageCrumb" width="100"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="100" height="1" alt=""/><br clear="all"/><font face="arial, helvetica,sans-serif" size="2"><a class="bbcpageCrumb" href="/web/20060701105320/http://www.bbc.co.uk/" lang="en">BBC Homepage</a><br/></font></td><td width="2" class="bbcpageCrumb"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="2" height="1" alt=""/></td><td class="bbcpageGutter" valign="top" width="10" rowspan="4"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="10" height="1" vspace="0" hspace="0" alt="" align="left"/></td></tr><tr><td class="bbcpageLocal" colspan="3"><div id="leftnav"> <h4><a href="/web/20060701105320/http://www.bbc.co.uk/history/">History Homepage</a></h4> <h5>Topics</h5> <ul> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/ancient/">Ancient</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/state/">Church & State</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/discovery/">Science & Discovery</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/society_culture/">Society & Culture</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/war/">Wars & Conflict</a></li> </ul> <h5>Resources</h5> <ul> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/programmes/">History TV & Radio </a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/multimedia_zone/">Interactive Content</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/reading_room/">Reading Room</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/timelines/">Timelines</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/historic_figures/">Historic Figures</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/forkids/">History for Kids</a></li> </ul> <h5>Practical History</h5> <ul> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/archaeology/">Archaeology</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/familyhistory/">Family History</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/trail/">History Trails</a></li> </ul> <h5>Community</h5> <ul> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/talk_history/">Messageboard</a></li> <li class="stick"><a href="/web/20060701105320/http://www.bbc.co.uk/history/about/newsletter.shtml">Newsletter</a></li> <li><a href="/web/20060701105320/http://www.bbc.co.uk/history/about/">About This Site</a></li> </ul> </div></td></tr><tr><td class="bbcpageLocal" colspan="3"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="5" alt=""/></td></tr><tr><td class="bbcpageServices"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt=""/></td><td class="bbcpageServices"><hr width="50" align="left"/><font face="arial, helvetica, sans-serif" size="2"><a class="bbcpageServices" href="/web/20060701105320/http://www.bbc.co.uk/feedback/">Contact Us</a><br/><br/><font size="1">Like this page?<br/><a class="bbcpageServices" onclick="popmailwin('/cgi-bin/navigation/mailto.pl?GO=1&REF=http://www.bbc.co.uk/history/about/newsletter.shtml','Mailer')" href="/web/20060701105320/http://www.bbc.co.uk/cgi-bin/navigation/mailto.pl?GO=1&REF=http://www.bbc.co.uk/history/about/newsletter.shtml" target="Mailer">Send it to a friend!</a></font><br/> </font></td><td class="bbcpageServices"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="1" height="1" alt=""/></td></tr></table><table width="650" cellspacing="0" cellpadding="0" border="0" style="margin:0px;" style="float:left;"><tr><td><!-- End of GLOBAL NAVIGATION --><a name="startcontent" id="startcontent"></a> <!-- main content area //--> <table cellspacing="0" cellpadding="0" border="0" width="635"> <tr> <td colspan="3" height="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="10" width="1" border="0" alt="" hspace="0" vspace="0"/></td></tr> <tr> <td valign="top" width="635"> <table cellspacing="0" cellpadding="0" border="0" width="635"> <tr> <td class="cellStickState" width="100%"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="middle" class="bodyTextWhite" width="100%"><h1 class="panelContrast1_1">History Newsletter</h1></td> <td width="15"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="1" width="15" border="0" alt="" hspace="0" vspace="0"/></td> <td width="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="1" width="10" border="0" alt="" hspace="0" vspace="0"/></td> </tr> </table> </td> </tr> <!-- spacer --> <tr> <td valign="top" height="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="10" width="1" border="0" alt="" hspace="0" vspace="0"/></td> </tr> <!-- end spacer --> <tr> <td valign="top"><p class="bodyPadding">The History Newsletter, featuring current highlights from the history site, is published every other Thursday. This is a free service and will be sent to your chosen email address when you subscribe.</p></td> </tr> <!-- spacer --> <tr> <td valign="top" height="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="10" width="1" border="0" alt="" hspace="0" vspace="0"/></td> </tr> <!-- end spacer --> <tr><td valign="top" width="620" class="panelContrast3" style="padding-top:12;padding-bottom:15px;"> <!-- Begin Main content area --> <!-- subscribe begin --> <p class="bodyPaddingForm"> <span class="defaultTextColour">To receive the newsletter, enter your email address and press 'Submit': <form name="subscribe" method="get" action="https://web.archive.org/web/20060701105320/https://ssl.bbc.co.uk/apps/ifl/newsletters/subscribe/log2results" onsubmit="sendIt(this,'1');return false"> <input type="hidden" name="listid" value="history"/> <input type="hidden" name="L2REndPage" value="/history/about/subscribe_success.shtml"/> <input type="text" name="email" value="Enter email address" onfocus="clearform('Enter email address',this); return false" style="width:185px;margin-right:5px" size="15"/> <input type="submit" name="Submit" value="Submit"> </form> </span> </p> <!-- subscribe end --> <!-- unsubscribe begin --> <p class="bodyPaddingForm"> <span class="defaultTextColour">To cancel it simply fill in this box with your email address and press 'Submit': <form name="unsubscribe" method="get" action="https://web.archive.org/web/20060701105320/https://ssl.bbc.co.uk/apps/ifl/newsletters/unsubscribe/log2results" onsubmit="sendIt(this,'1');return false"> <input type="hidden" name="listid" value="history"/> <input type="hidden" name="L2REndPage" value="/history/about/unsubscribe_success.shtml"/> <input type="text" name="email" value="Enter email address" onfocus="clearform('Enter email address',this); return false" style="width:185px;margin-right:5px" size="15"/> <input type="submit" name="Submit" value="Submit"> </form> </span> </p> <!-- unsubscribe end --> <!-- end main content area --> </td></tr> <tr><td valign="top"><span class="smallertext"><br/>Your email address will be kept confidential, and will only be used to send you this newsletter. The Data Protection Act 1998 regulates the processing of personal information, setting rules for processing and increasing individuals' rights to control how information about them is used. Within the conditions of this Act, we require your consent to hold your personal details within our systems. Your details will not be given to anyone inside or outside the BBC without your permission.</span></td></tr> </table> </td> <td valign="top" width="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" height="1" width="10" border="0" alt="" hspace="0" vspace="0"/></td> </tr> </table> <!-- end promoarea --> <!-- end main content area //--> <!-- begin footer --></td></tr></table><!--if no nav or stretchy but not both --><br clear="all"/><table cellpadding="0" cellspacing="0" border="0" lang="en"><tr><td class="bbcpageFooterMargin" width="110"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="110" height="1" alt=""/></td><td class="bbcpageFooterGutter" width="10"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="10" height="1" alt=""/></td><td class="bbcpageFooter" width="650" align="center"><img src="/web/20060701105320im_/http://www.bbc.co.uk/f/t.gif" width="650" height="1" alt=""/><br/><font face="arial, helvetica, sans-serif" size="1"><a class="bbcpageFooter" href="/web/20060701105320/http://www.bbc.co.uk/info/">About the BBC</a> | <a class="bbcpageFooter" href="/web/20060701105320/http://www.bbc.co.uk/help/">Help</a> | <a class="bbcpageFooter" href="/web/20060701105320/http://www.bbc.co.uk/terms/">Terms of Use</a> | <a class="bbcpageFooter" href="/web/20060701105320/http://www.bbc.co.uk/privacy/">Privacy & Cookies Policy</a><br/> </font></td></tr></table><br clear="all"/><script src="/web/20060701105320js_/http://www.bbc.co.uk/includes/linktrack.js?2" type="text/javascript"></script><!-- end footer --> </body> </html><!-- FILE ARCHIVED ON 10:53:20 Jul 01, 2006 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:33:15 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.475 exclusion.robots: 0.022 exclusion.robots.policy: 0.014 esindex: 0.01 cdx.remote: 17.222 LoadShardBlock: 193.533 (3) PetaboxLoader3.datanode: 163.445 (4) PetaboxLoader3.resolve: 120.783 (2) load_resource: 136.144 -->