CINXE.COM

CBBC Newsround | The Team

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>CBBC Newsround | The Team</title> <meta name="contentFlavor" content="INDEX" /> <meta name="description" content="CBBC Newsround - Your stories, your world - first!" /> <meta name="keywords" content="Newsround, News round, CBBC Newsround, kids news, news for kids, children news, news for children, current events, news stories, press packs, Sonali Shah, Hayley Cutts, Ore Oduba, Leah Gooding, Ricky Boleto" /> <meta name="OriginalPublicationDate" content="2011/01/10 15:18:57" /> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /> <!-- TEAM --> <link type="text/css" rel="stylesheet" href="/cbbcnews/v3/css/cnews_r3.css?v2" /> <script language="JavaScript" src="/cbbcnews/v3/js/cbbcnews.js"></script> <script language="JavaScript" src="/cbbcnews/v3/js/cbbcsurvey.js"></script> <map name="newsroundteam"> <area alt="Ellie" coords="45,44,101,136" href="/cbbcnews/hi/newsid_3970000/newsid_3972500/3972523.stm"> <area alt="Lizo" coords="108,54,166,153" href="/cbbcnews/hi/newsid_3970000/newsid_3972700/3972729.stm"> <area alt="Laura" coords="169,45,219,159" href="/cbbcnews/hi/newsid_3970000/newsid_3972600/3972687.stm"> <area alt="Gavin" coords="222,9,271,97" href="/cbbcnews/hi/newsid_5290000/newsid_5299200/5299268.stm"> <area alt="Lizzie" coords="242,100,322,188" href="/cbbcnews/hi/newsid_3970000/newsid_3972800/3972827.stm"> <area alt="Adam" coords="272,20,325,98" href="/cbbcnews/hi/newsid_3970000/newsid_3972700/3972775.stm"> <area alt="Sonali" coords="333,76,412,191" href="/cbbcnews/hi/newsid_4940000/newsid_4943200/4943206.stm"> </map> </head> <body id="theteam"> <div class="centerbody"> <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="(none)"><input type="hidden" name="scope" value="cnews" /> <input type="hidden" name="tab" value="cnews" /><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="/cbbcnews/hi/the_team/default.stm" /></form></td> <td width="170" align="right" class="bbcpagelime"><font size="2" id="bbcpageExplore"><a href="http://www.bbc.co.uk/go/toolbar/-/cbbc/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&amp;ml_name=(none)-legacy-js&ml_version=20110330" height="1" width="1" alt="" /></p></noscript> <!-- End iStats (UX-CMC) --> <h1 class="cbbcLogo2"><a href="http://www.bbc.co.uk/cbbc/" title="CBBC - The home page of CBBC"><img src="http://newsimg.bbc.co.uk/cbbcnews/v3/img/nav/new_cbbc.gif" width="102" height="63" border="0" alt="CBBC" hspace="0" vspace="0" /></a></h1> <div id="topnavbox2"> <h2 class="logo"><a href="http://news.bbc.co.uk/cbbcnews/default.stm" title="CBBC Newsround" accesskey="5"><img src="http://newsimg.bbc.co.uk/cbbcnews/v3/img/nav/newsround_logo_v2.gif" width="261" height="49" border="0" alt="CBBC Newsround" hspace="0" vspace="0" /></a></h2> <ul id="topnav2"> <li id="tnclub" style="border:1px"><a href="/cbbcnews/hi/club/default.stm" title="Reports">Reports</a></li> <li id="tnchat" style="border:1px"><a href="/cbbcnews/hi/chat/default.stm" title="Chat">Chat</a></li> <li id="tnvote" style="border:1px"><a href="/cbbcnews/hi/vote/default.stm" title="Vote" >Vote</a></li> <li id="tnquiz" style="border:1px"><a href="/cbbcnews/hi/quiz/default.stm" title="Quiz">Quiz</a></li> <li id="tngames" style="border:1px"><a href="/cbbcnews/hi/games/default.stm" title="Games">Games</a></li> </ul> </div> <!-- PULSE SURVEY INVITE CODE - LAST UPDATED 29/01/2010 - SAM - NO NEED TO CHANGE --> <!-- END PULSE SURVEY INVITE CODE --> <table cellspacing="0" width="100%" class="sectionstraph" border="0" cellpadding="0"><tr> <td> <div class="sech"> The Team </div> </td> </tr></table> <table cellspacing="0" border="0" cellpadding="0" width="760"> <tr> <td valign="top" width="131"> <table cellspacing="0" border="0" cellpadding="0" width="131"> <tr> <td valign="top" width="121"> <div id="lhsnavbox"> <ul id="lhsnav"> <li id="lhshome"> <a href="/cbbcnews/default.stm" title="Home">Home</a> </li> <li id="lhsclips"> <a href="/cbbcnews/hi/clips/default.stm" title="Clips">Clips</a> </li> <li id="lhspictures"> <a href="/cbbcnews/hi/pictures/default.stm" title="Pictures">Pictures</a> </li> <li id="lhsuk"> <a href="/cbbcnews/hi/uk/default.stm" title="UK">UK</a> </li> <li id="lhsworld"> <a href="/cbbcnews/hi/world/default.stm" title="World">World</a> </li> <li id="lhssport"> <a href="/cbbcnews/hi/sport/default.stm" title="Sport">Sport</a> </li> <li id="lhsshowbiz"> <a href="/cbbcnews/hi/showbiz/default.stm" title="Showbiz">Showbiz</a> </li> <li id="lhsanimals"> <a href="/cbbcnews/hi/animals/default.stm" title="Animals">Animals</a> </li> <li id="lhsextrastuff"> <a href="/cbbcnews/hi/extra_stuff/default.stm" title="Extra Stuff">Extra Stuff</a> </li> <li id="lhsreviews"> <a href="/cbbcnews/hi/reviews/default.stm" title="Reviews">Reviews</a> </li> <li class="selected" id="lhstheteam"> <a class="selected" href="/cbbcnews/hi/the_team/default.stm" title="TheTeam">The Team</a> </li> <li class="sub" id="lhscontactus"> <a class="sub" href="/cbbcnews/hi/contact_us/default.stm" title="Contact Us">Contact Us</a> </li> <li class="sub" id="lhshelp"> <a class="sub" href="/cbbcnews/hi/help/default.stm" title="Help">Help</a> </li> <li class="sub" id="lhsteachers"> <a class="sub" href="/cbbcnews/hi/teachers/default.stm" title="Teachers">Teachers</a> </li> </ul> </div> <script language="JavaScript">getRssUrl()</script> <img alt="" id="livestats" src="http://stats.bbc.co.uk/o.gif?~RS~s~RS~vision~RS~t~RS~HighWeb_Index~RS~i~RS~0~RS~p~RS~67638~RS~a~RS~Domestic~RS~u~RS~/cbbcnews/hi/the_team/default.stm~RS~r~RS~(none)~RS~q~RS~~RS~z~RS~14~RS~"/></td><td valign="top" class="" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td> </tr> </table> </td><td valign="top" width="629"> <a name="startcontent"></a><h2 id="date"><strong>Last Updated: </strong>Monday January 10 2011 15:18 GMT</h2> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="426"> <table cellspacing="0" border="0" cellpadding="0" width="426"> <tr> <td valign="top" width="416"> </td> </tr> </table> </td><td valign="top" width="203"> </td> </tr> </table> <div><img src="/media/images/45376000/jpg/_45376127_banner_visit_pages.jpg" width="629" height="21" alt="Click on the presenters to visit their profile pages" border="0"></div> <img src="/shared/img/o.gif" width="1" height="10" alt="" border="0" vspace="0" class="" hspace="0"><br /> <!-- S BO --> <!-- S IINC --><map name="1253784446"><area alt="All about Sonali" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_4940000/newsid_4943200/4943206.stm" coords="248,64,365,297" shape="rect" /><area alt="All about Ore" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm" coords="67,4,156,175" shape="rect" /><area alt="All about Ore" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm" coords="6,99,109,299" shape="rect" /><area alt="All about Ore" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm" coords="99,159,127,204" shape="rect" /><area alt="All about Ore" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm" coords="105,194,117,263" shape="rect" /><area alt="All about Ore" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm" coords="120,168,140,190" shape="rect" /><area alt="All about Ricky" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7540000/newsid_7540900/7540929.stm" coords="468,31,623,300" shape="rect" /><area alt="All about Hayley" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8230000/newsid_8237900/8237971.stm" coords="366,47,468,299" shape="rect" /><area alt="All about Leah" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8170000/newsid_8175000/8175055.stm" coords="157,71,246,297" shape="rect" /><area alt="All about Leah" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8170000/newsid_8175000/8175055.stm" coords="130,192,156,297" shape="rect" /><area alt="All about Leah" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8170000/newsid_8175000/8175055.stm" coords="119,207,130,300" shape="rect" /><area alt="All about Leah" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8170000/newsid_8175000/8175055.stm" coords="111,267,122,300" shape="rect" /><area alt="All about Leah" href="http://news.bbc.co.uk/cbbcnews/hi/newsid_8170000/newsid_8175000/8175055.stm" coords="142,178,164,198" shape="rect" /></map><IMG SRC="/cbbcnews/v3/spl/hi/image_maps/09/1253000000/1253784446/img/presenters.gif" usemap="#1253784446" border="0" class="imgmap" /><!-- E IINC --> <!-- E BO --> <img src="/shared/img/o.gif" width="1" height="10" alt="" border="0" vspace="0" class="" hspace="0"><br /> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> </td><td valign="top" width="203"> </td><td valign="top" width="203"> </td> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> </td><td valign="top" width="203"> </td><td valign="top" width="203"> </td> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> </td><td valign="top" width="203"> </td><td valign="top" width="203"> </td> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> </td><td valign="top" width="203"> </td><td valign="top" width="203"> </td> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> <!-- Get the minutes and seconds for weighted puffs --> <!-- Get the hour and minute of the day --> <!-- Get the day of week plus time--> <div class="pb"> <div class="o"> <a class="pbl" href="/cbbcnews/hi/newsid_7550000/newsid_7556400/7556408.stm"> <img src="/media/images/44916000/jpg/_44916114_ore6666.jpg" align="left" width="66" height="66" alt="Ore" border="0" vspace="0" class="imvr" hspace="0"> <b>Find out more about Newsround's Ore</b> </a> <br clear="all" /> </div> </div> </td><td valign="top" class="gpromo" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="203"> <!-- Get the minutes and seconds for weighted puffs --> <!-- Get the hour and minute of the day --> <!-- Get the day of week plus time--> <div class="pb"> <div class="o"> <a class="pbl" href="/cbbcnews/hi/newsid_8150000/newsid_8155900/8155941.stm"> <img src="/media/images/46199000/jpg/_46199368_leah6666bbc.jpg" align="left" width="66" height="66" alt="Newsround presenter Leah" border="0" vspace="0" class="imvr" hspace="0"> <b>Pics - NR's Leah when she was little </b> </a> <br clear="all" /> </div> </div> </td><td valign="top" class="gpromo" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="203"> <!-- Get the minutes and seconds for weighted puffs --> <!-- Get the hour and minute of the day --> <!-- Get the day of week plus time--> <div class="pb"> <div class="o"> <a class="pbl" href="/cbbcnews/hi/newsid_8640000/newsid_8640000/8640056.stm"> <img src="/media/images/47872000/jpg/_47872984_joe66.jpg" align="left" width="66" height="66" alt="Joe" border="0" vspace="0" class="imvr" hspace="0"> <b>Find out all about Newsround's Joe</b> </a> <br clear="all" /> </div> </div> </td> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> </tr> </table> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> </tr> </table> <img src="/shared/img/o.gif" width="629" height="10" alt="" border="0"><br /> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="309"> <!-- Get the minutes and seconds for weighted puffs --> <!-- Get the hour and minute of the day --> <!-- Get the day of week plus time--> <table cellspacing="0" border="0" cellpadding="0" class="quiz imodh"> <tr> <td valign="top"><img src="/cbbcnews/v3/img/puff_int_tl.gif" align="left" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> <td valign="top"><img src="/cbbcnews/v3/img/puff_int_tr.gif" align="right" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> </tr> <tr> <td valign="top" colspan="2"> <div class="mxlr"> <h3><a class="" href="/cbbcnews/hi/quiz/default.stm">Quiz</a></h3> <a href="/cbbcnews/hi/newsid_8190000/newsid_8199300/8199346.stm"><img src="/media/images/46200000/jpg/_46200180_ricky_quiz_416.jpg" align="left" width="66" height="66" alt="Newsround's Ricky" border="0" vspace="0" class="mxr" hspace="0"></a> <p> <a href="/cbbcnews/hi/newsid_8190000/newsid_8199300/8199346.stm"> Ricky </a> </p> How much do you know about our presenter? <div class="button"> <a href="/cbbcnews/hi/newsid_8190000/newsid_8199300/8199346.stm">Start</a> </div> <ul class="arrow"> </ul> </div> </td> </tr> <tr> <td valign="bottom"><img src="/cbbcnews/v3/img/puff_int_bl.gif" align="left" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> <td valign="bottom"><img src="/cbbcnews/v3/img/puff_int_br.gif" align="right" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> </tr> </table> </td><td valign="top" class="" width="11"><img src="/shared/img/o.gif" width="11" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="309"> <!-- Get the minutes and seconds for weighted puffs --> <!-- Get the hour and minute of the day --> <!-- Get the day of week plus time--> <table cellspacing="0" border="0" cellpadding="0" class="games imodh"> <tr> <td valign="top"><img src="/cbbcnews/v3/img/puff_int_tl.gif" align="left" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> <td valign="top"><img src="/cbbcnews/v3/img/puff_int_tr.gif" align="right" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> </tr> <tr> <td valign="top" colspan="2"> <div class="mxlr"> <h3><a class="" href="/cbbcnews/hi/games/default.stm">Games</a></h3> <a href="http://news.bbc.co.uk/cbbcnews/hi/static/games/roving_reporter/index.stm"><img src="/media/images/40178000/gif/_40178964_roving_reporter_66.gif" align="left" width="66" height="66" alt="Play Roving Reporter" border="0" vspace="0" class="mxr" hspace="0"></a> <p> <a href="http://news.bbc.co.uk/cbbcnews/hi/static/games/roving_reporter/index.stm"> Roving Reporter </a> </p> Play this game and get the story <div class="button"> <a href="http://news.bbc.co.uk/cbbcnews/hi/static/games/roving_reporter/index.stm">Play</a> </div> <ul class="arrow"> </ul> </div> </td> </tr> <tr> <td valign="bottom"><img src="/cbbcnews/v3/img/puff_int_bl.gif" align="left" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> <td valign="bottom"><img src="/cbbcnews/v3/img/puff_int_br.gif" align="right" width="7" height="10" alt="" border="0" vspace="0" hspace="0"></td> </tr> </table> </td> </tr> </table> <img src="/shared/img/o.gif" width="629" height="10" alt="" border="0"><br /> <table cellspacing="0" border="0" cellpadding="0" width="629"> <tr> <td valign="top" width="203"> </td><td valign="top" class="" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="132"> </td><td valign="top" class="" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="132"> </td><td valign="top" class="" width="10"><img src="/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="132"> </td> </tr> </table> </td> </tr> </table> <div> <ul id="serviceBar"> <li class="copyright2"><div class="logo"><a href="http://news.bbc.co.uk/cbbcnews/hi/newsid_7020000/newsid_7026100/7026162.stm">BBC Copyright Notice</a></div><div class="copyrightdate">MMIX<!-- 2024 --></div></li> <li class="footertotop"><a href="#top">Back to top ^^</a></li> </ul> <div id="f"> <a href="http://www.bbc.co.uk" title="Home of the BBC on the Internet">BBC Homepage &gt;&gt;</a> | <a href="http://www.bbc.co.uk/cbbc/" title="Home of the CBBC on the Internet">CBBC Homepage &gt;&gt;</a> <br /><br /> <a href="/cbbcnews/hi/the_team/default.stm">Meet the Team</a> | <a href="/cbbcnews/hi/help/default.stm">Help</a> | <a href="/cbbcnews/hi/contact_us/default.stm">Contact Us</a> | <a href="/1/hi/help/3281815.stm">News sources</a> | <a href="http://www.bbc.co.uk/privacy/">Privacy &amp; Cookies Policy</a> </div> <img src="/sol/shared/img/timezone/z.zzz" width="0" height="0" alt="" /> <br /> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10