CINXE.COM
BBC - Wales - Doctor Who in Wales
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"><head profile="http://dublincore.org/documents/dcq-html/"><title>BBC - Wales - Doctor Who in Wales </title><style type="text/css"> #archive-mothballed-message a:hover span { text-decoration:underline; } #blq-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #ttd-masthead #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #k-masthead-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #archived-mothball-message a { display:block; height:56px; background:url(/globalresources/mothball-images/i.gif) 100px 10px no-repeat; color:#666; text-decoration:none; padding-left:160px; padding-top:12px; font-size:20px; font-family: verdana,helvetica,arial,sans-serif; font-weight: normal; } </style><!--Note - All these variables are optional. You should only use them if you wish to override the default behaviour--><!--Set as 'true' if you have no local navigation--><!--TODO Not yet in use--><!--Set as 'black' or 'white' to change footer colour--><!-- Glow cachebust: --><!-- Barlesque 2.72.5 --><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><link rel="index" href="http://www.bbc.co.uk/a-z/" title="A to Z"><link rel="copyright" href="http://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="http://www.bbc.co.uk/favicon.ico" type="image/x-icon"><meta name="viewport" content="width = 974"><link rel="stylesheet" type="text/css" href="/staticarchive/c808749ad4d537416e40591def8e05c130d72722.css"><script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON') ); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/bbccookies/0.6.6/script/bbccookies.js"><\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script><script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/staticarchive/21f604032d29edfa0a166f89bd41c95004718ed2.js"></script><script type="text/javascript"> bbcRequireMap = {"jquery-1":"/staticarchive/6cabfa9be6f12b6fec5ddf61c2dca1dde868555e", "jquery-1.4":"/staticarchive/cce0a0919c693f9473535d6941613bad16a4b40f", "jquery-1.9":"/staticarchive/14a082a42c1074b40bedae2666d3204e142899f5", "swfobject-2":"/staticarchive/b02e05aa3b12cfe8510390c7eccecd0af315b0a6", "demi-1":"/staticarchive/a916559c328a465dafcc30056734651ac8fdbb4b", "gelui-1":"/staticarchive/0159feca9179b145c659298e302b55dc76dfa15d", "cssp!gelui-1/overlay":"/staticarchive/fee6b4a3b22c51a59dd3ddebfb1b765049c683f6.css", "istats-1":"/staticarchive/b2d7be33eb67fa4b938cfa94238f8af9e929e4ae", "relay-1":"/staticarchive/ab39b61cf0980994246594bebe70fe460df87a42", "clock-1":"/staticarchive/7b8bb05c3fa19067c2c4c99144d21702cc15704f", "canvas-clock-1":"/staticarchive/703fd8b8a1b4ecf9cf624195bfb9691c648d3919", "cssp!clock-1":"/staticarchive/85ca997ae2f6bd2990765422dcc5b1c386c9d0cb.css", "jssignals-1":"/staticarchive/238f1d675d1626860f85815b7ab638cd41811a06", "jcarousel-1":"/staticarchive/3b38690b91f14468826c5f05f6e3da9beb55f4b1", "bump-3":"//emp.bbci.co.uk/emp/bump-3/bump-3.js", "gelui-1/widget": "/staticarchive/fcf01fd866ac629bad5a92592c208c3b04184cd3", "gelui-1/carousel": "/staticarchive/562f83c33cfe04062d95de8024ba03636cd0af4c", "gelui-1/core": "/staticarchive/d69cc93987af4e17f910996164dc15516614353e", "gelui-1/overlay": "/staticarchive/84bd061f5e14f0728caa8c933fe6d758b54fec5a", "gelui-1/autosuggest": "/staticarchive/ca81d8400ee443b0c31a47f1eea1c6872091dd48"}; require({ baseUrl: 'http://'+location.host+'/', paths: bbcRequireMap, waitSeconds: 30 }); </script><script type="text/javascript" src="/staticarchive/1b2549937977a29e048af5c307e7f73044570f03.js"></script><!--[if (IE 6)|(IE 7)|(IE 8)]> <style type="text/css"> html{font-size:125%} body{font-size:50%} .blq-tooltipped:hover {background-position:0 0} #blq-autosuggest ul li { zoom:normal; } .skylightTheme #blq-mast-home, .doveTheme #blq-mast-home, .tealTheme #blq-mast-home, .aquaTheme #blq-mast-home, .greenTheme #blq-mast-home, .violetTheme #blq-mast-home, .purpleTheme #blq-mast-home, .pinkTheme #blq-mast-home, .oliveTheme #blq-mast-home, .suedeTheme #blq-mast-home, .redTheme #blq-mast-home, .orangeTheme #blq-mast-home { filter: none; -ms-filter: ""; } #blq-nav-main { background-position: 96% 17px; } </style> <![endif]--><!--[if IE 7]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/style/ie7.css" type="text/css" /> <style type="text/css"> .blq-clearfix {display: inline-block} </style> <![endif]--><!--[if IE 6]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/style/ie6.css" type="text/css" /> <style type="text/css"> .blq-js #blq-nav-foot div {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/img/panel.png', sizingMethod='image');margin-top:-139px} #blq-container {height: 15%} #blq-mast-home span.blq-home { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png');} #blq-mast #blq-search-btn { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/img/blq-search_grey_alpha.png', sizingMethod='image'); } </style> <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <![endif]--><script type="text/javascript"> blq.assetPath="http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/"; blqOnDomReady(function() { blq.suggest_short = false; blq.addAutoSuggest(); }); blq.setEnvironment('live'); if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script><script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { var defaultThreshold = 0, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold, activeThreshold; w.oqs = w.oqs || {}; /* we support cookie override for testing */ if ( w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\d.]+)/) ) { activeThreshold = RegExp.$1; } /* we support clientside override */ else if (typeof w.oqs_usePulseThreshold !== 'undefined') { activeThreshold = w.oqs_usePulseThreshold; } else { activeThreshold = usePulseThreshold; } w.oqs.usePulse = (w.Math.random() < activeThreshold); if (!w.oqs.usePulse) { w.document.write('<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.72.5/desktop/2.8/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script><!-- ISTATS --><script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "http://www.bbc.co.uk/" }); /* ]]> */ </script><script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'http://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'http://static.bbci.co.uk/id/0.23.4/modules/idcta/idcta-1'; require({paths: map}); define('id-config', {"idapp":{"version":"0.63.23","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.29.1"},"identity":{"baseUrl":"https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"http:\/\/static.bbci.co.uk\/idapp\/0.63.23\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script><link href="/staticarchive/770b3e61d1ce1c86a87a310fdf84d566589a5683.css" rel="stylesheet" type="text/css"><link href="/staticarchive/3ca7f337fb94c84b52223d915852161929098210.css" rel="stylesheet" type="text/css"><link href="/staticarchive/8b42a92e804ce010836bc73911251c33933731e9.css" rel="stylesheet" type="text/css"><meta name="template name" content="shtml"><meta name="created" content="20091007"><meta name="updated" content="20100614"><meta name="description" content="A guide to some of the key Welsh locations used in the BBC television series Doctor Who, on the BBC Wales Arts website."><meta name="keywords" content="doctor who, dr who, locations, wales, welsh, places, cardiff, swansea"><script type="text/javascript" src="/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><!-- START MAP HERE --><script type="text/javascript" src="http://www.bbc.co.uk/glow/gloader.js"></script><script type="text/javascript"> gloader.load(["glow", "1", "glow.anim", "glow.net", "glow.widgets", "glow.widgets.Panel", "glow.widgets.InfoPanel", "glow.widgets.Carousel"]); </script><script type="text/javascript" src="/staticarchive/8d70c9911bd64580641233636245c925ba3bca8b.js"></script><script type="text/javascript" src="/staticarchive/c51cade66101cafec15c4d73f4c323786fd075ff.js?v=020609"></script><script type="text/javascript" src="/staticarchive/8a0110776ea6eeeb687412d3bb20bb5990b9bd34.js?v=020609"></script><link rel="stylesheet" type="text/css" href="/staticarchive/a14905e3df4ce7d3f7c748800a4ca9c140884fdf.css"><!--[if lte IE 7]> <link href="/wales/style/map/map-generic-ie7.css" rel="stylesheet" type="text/css" /> <![endif]--><!-- STOP MAP HERE --><!-- Live Stats Variable --><!-- End of Live Stats Variable Settings --></head><body> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.23.0&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="http://static.bbci.co.uk/archive_stats/modules/stats-1.0.0.js"></script> <div id="blq-container" class="blq-lang-en-GB blq-gvl-2-8"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-d"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script><script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script><span id="blq-mast-background"></span> <div id="blq-container-inner" lang="en-GB"> <div id="blq-acc" class="blq-rst"> <p id="blq-mast-home" class="blq-no-images"><a href="/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png" alt="BBC" id="blq-blocks" width="84" height="24"><span class="blq-span">Home</span> </span> </a></p> <p class="blq-hide"><strong><a id="page-top">Accessibility links</a></strong></p> <ul id="blq-acc-links"><li><a href="#blq-content">Skip to content</a></li> <li><a href="#blq-nav-main">Skip to bbc.co.uk navigation</a></li> <li><a href="#blq-search">Skip to bbc.co.uk search</a></li> <li><a href="/accessibility/">Accessibility Help</a></li> </ul></div> <div id="archived-mothball-message" style=" background:url(/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/globalresources/mothballing" style=" "> This page has been archived and is no longer updated. <span style=" display:block; font-size:0.5em; padding:10px 0 0 70px; font-weight:bold; "> <span style=" color:#1A75BB; margin-left:100px; ">Find out more about page archiving.</span> </span> </a> </div><div id="blq-main" class="blq-clearfix"> <div id="header"> <h1 title="Wales Arts"> <a id="headerlink" href="/wales/arts/" title="Wales Arts">Wales Arts</a> </h1> <div class="rhsimg"> <a href="/wales/" title="Go to Wales homepage"> <img width="130" height="56" alt="BBC Cymru Wales" src="/staticarchive/cac44d99ab6617ea0efaa40aff50982db4adbf7c.gif"></a> </div> <div style="clear:both;"></div> <!-- local navigation --> <div id="local-navigation"> <ul id="navigation-list"><li class="navigation-button-first"><a href="/wales/arts/">Wales Arts home</a></li> <li class="navigation-button"><a href="/wales/arts/sites/themes/">People and genres</a></li> <li class="navigation-button"><a href="/wales/arts/sites/local/">Local arts</a></li> <li class="navigation-button"><a href="/wales/arts/galleries/">Photo galleries</a></li> <li class="navigation-button"><a href="/wales/arts/yourvideo/">Your Video</a></li> <li class="navigation-button-last"><a href="/blogs/walesarts/">Blog</a></li> </ul></div> <!-- end local navigation --> </div> <div id="blq-content"> <div id="column-container"> <div id="breadcrumb"> <ul><li class="first"><a href="/wales/arts/">Wales Arts</a></li> <li class="last">Doctor Who in Wales</li> </ul></div> <div id="content"> <div class="fullwidth hide"> </div> <!-- START MAP HERE --> <div class="centre-content-large"> <h1>Doctor Who in Wales</h1> <div class="lhs"> <div class="contentBlockMap"> <div class="textboxMap"> <p></p><p class="first">Welcome to the Doctor Who in Wales guide. Use this interactive map to explore some of the key locations that featured in the programme, from the 1960s to the present day.</p> <p>We've got information on the Welsh places and how they were used in the episodes, quotations from the cast and crew, and behind-the-scenes videos and photos to show how the team transformed parts of Wales for the show.</p> <h2>Using this site</h2> <p>Click on a TARDIS icon to watch find out more information about a place, watch a video clip or view a photo.</p> <p>Zoom in and out to get a closer view of the map and location. If you get lost, press the Reset Map button to start your journey again.</p> <p>We'll be adding more locations and clips very shortly, so do please keep coming back!</p> <h2>Elsewhere on the BBC</h2> <p><a href="/doctorwho/">Doctor Who: the official site</a></p> <h2>Elsewhere on the web</h2> <p><a href="http://www.doctorwhoexhibitions.com/">Doctor Who Exhibitions</a><br><a href="http://www.drwho-online.co.uk/">Doctor Who Online</a> (fan site)<br><a href="http://www.doctorwholocations.net/">Doctor Who Locations</a> (fan site)</p> </div> </div> <div class="Textblock"></div> </div> <div class="map-holder"> <div class="map_main_content"> <div class="map-block"> <div class="map-key"> <ul><li class="doctorwhowales"><p>Explore the map locations</p></li> <li class="cluster"><p>Click to see more</p></li> </ul></div> <div id="map" class="map"></div> </div> </div> </div> </div> <div class="clear"></div> <!-- STOP HERE --> <div class="fullwidth carousel"> <script type="text/javascript" src="/staticarchive/5962bfce44fc586b409852fd1a6c68351647f022.js?v=2"></script><div class="mp-carousel-container"> <h2>Choose a location</h2> <div class="mp-carousel"> <ul id="mp-carousel-1" class="g-mp-carousel g-cc-4-1-1-1"><li class="odd first"> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/port-talbot-margam-country-park"> <img src="/staticarchive/3d8976f00d727d907dced12f84e2fc7d1044f8c4.jpg" alt="The Doctor in the episode The Sontaran Stratagem" title="The Doctor in the episode The Sontaran Stratagem"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/port-talbot-margam-country-park"> Margam Country Park, Port Talbot </a> </h4> <p>The Sontaran Stratagem/The Poison Sky (2007)<br> The Beast Below (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/gwynedd-portmeirion"> <img src="/staticarchive/a4e2ebe569041b7eaa7c7fde72b30921a031752f.jpg" alt="Gareth Armstrong, Tom Baker and Elisabeth Sladen in a scene from the episode The Masque Of Mandragora" title="Gareth Armstrong, Tom Baker and Elisabeth Sladen in a scene from the episode The Masque Of Mandragora"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/gwynedd-portmeirion"> Portmeirion, Gwynedd </a> </h4> <p>The Masque Of Mandragora (1976)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-llandaff-village"> <img src="/staticarchive/0b5df8571f2fc3f2b9f6c6ee1ae991fbd993f499.jpg" alt="The Doctor and Amy Pond in the episode The Eleventh Hour" title="The Doctor and Amy Pond in the episode The Eleventh Hour"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-llandaff-village"> Llandaff village, Cardiff </a> </h4> <p>Human Nature/The Family Of Blood (2006)<br> The Eleventh Hour (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-coal-exchange-mount-stuart-square"> <img src="/staticarchive/f1c77ba090839ae7b4abe6db4b9c978c79603f20.jpg" alt="Cybermen in the episode Doomsday" title="Cybermen in the episode Doomsday"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-coal-exchange-mount-stuart-square"> Coal Exchange and Mount Stuart Square, Cardiff Bay </a> </h4> <p>Various episodes, from 2005</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/llanarthne-national-botanic-garden"> <img src="/staticarchive/c91820085a78dcedde93ddd4c93c95984940f0f8.jpg" alt="Scene from the episode The Waters Of Mars" title="Scene from the episode The Waters Of Mars"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/llanarthne-national-botanic-garden"> National Botanic Garden of Wales, Llanarthne </a> </h4> <p>The Waters of Mars (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/tredegar-trefil-quarry"> <img src="/staticarchive/b9836987121a47e14094fdf5d7952ff4afadacd4.jpg" alt="Scene from the episode Planet Of The Ood" title="Scene from the episode Planet Of The Ood"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/tredegar-trefil-quarry"> Trefil Quarry, Tredegar </a> </h4> <p>Planet Of The Ood (2007)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/welshpool-powis-castle"> <img src="/staticarchive/89f7cba68ecfdaeadab300343f6c2dbd46e782f0.jpg" alt="Scene from the episode Warriors' Gate" title="Scene from the episode Warriors' Gate"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/welshpool-powis-castle"> Powis Castle, Welshpool </a> </h4> <p>Warriors' Gate (1980)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/gower-worms-head"> <img src="/staticarchive/4f6e54e423134a0c55f7dc1e8f8b30b743217457.jpg" alt="David Tennant on the set of the episode New Earth" title="David Tennant on the set of the episode New Earth"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/gower-worms-head"> Worm's Head, Rhossili, Gower </a> </h4> <p>New Earth (2005)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-valley-craig-y-nos-castle"> <img src="/staticarchive/6eb25050308b6ed1caea67ba510cd49ecf6aa4ed.jpg" alt="Scene from the episode Tooth And Claw" title="Scene from the episode Tooth And Claw"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-valley-craig-y-nos-castle"> Craig-y-Nos Castle, Swansea Valley </a> </h4> <p>Tooth And Claw (2005)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/treorchy-parc-dare-theatre"> <img src="/staticarchive/4b31a894ee06977cfde03dc292287d055a16dd6d.jpg" alt="Scene from the episode Evolution Of The Daleks" title="Scene from the episode Evolution Of The Daleks"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/treorchy-parc-dare-theatre"> Parc Dare & Theatre, Treorchy </a> </h4> <p>Daleks In Manhattan/Evolution Of The Daleks (2006)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-kardomah-cafe"> <img src="/staticarchive/d347c72c7dc56151934e8a308aedbb6bfeefb914.jpg" alt="David Tennant and Bernard Cribbins in the episode The End Of Time" title="David Tennant and Bernard Cribbins in the episode The End Of Time"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-kardomah-cafe"> Kardomah Cafe, Swansea </a> </h4> <p>The End Of Time (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/cardiffsinger/sites/2007/pages/china_final_prize.shtml"> <img src="/staticarchive/ef542c3ceb302ab052766f9f04826e47adcf525b.jpg" alt="Deborah Watling as Victoria Waterfield in the episode The Abominable Snowmen" title="Deborah Watling as Victoria Waterfield in the episode The Abominable Snowmen"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/nant-ffrancon-pass"> Nant Ffrancon Pass, Gwynedd </a> </h4> <p>The Abominable Snowmen (1967)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-library"> <img src="/staticarchive/3002536d6a6786de640e0b06708e7b1f24252d5a.jpg" alt="The Doctor in the episode Silence In The Library" title="The Doctor in the episode Silence In The Library"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-library"> Old Swansea Central Library </a> </h4> <p>Silence In The Library/Forest Of The Dead (2008)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-plantasia"> <img src="/staticarchive/e191b032f6332caa7f6cddeaf7c40e306857dcbc.jpg" alt="The Doctor in the episode The Doctor's Daughter" title="The Doctor in the episode The Doctor's Daughter"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-plantasia"> Plantasia, Swansea </a> </h4> <p>The Doctor's Daughter (2007)<br> Cold Blood (2009)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/southerndown-beach"> <img src="/staticarchive/c5d7560f1cf121b3dd5053b2d297eecb52b6634a.jpg" alt="The Doctor and Amy Pond in the episode The Time Of Angels" title="The Doctor and Amy Pond in the episode The Time Of Angels"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/southerndown-beach"> Southerndown beach, Vale of Glamorgan </a> </h4> <p>Army of Ghosts/Doomsday (2006)<br> Journey's End (2008)<br> The Time Of Angels/Flesh And Stone (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/pontypridd-market-street"> <img src="/staticarchive/3126ea7e0684d719fdea71a119d31474d2d403cb.jpg" alt="David Tennant as the Doctor in episode Smith and Jones" title="David Tennant as the Doctor in episode Smith and Jones"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/pontypridd-market-street"> Market Street, Pontypridd </a> </h4> <p>Smith And Jones (2006)<br> The Stolen Earth (2008)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/newport-tredegar-house"> <img src="/staticarchive/6f9c6a6b1c6e15518e249775f77e9b0408b94d3f.jpg" alt="Rose Tyler in the episode The Girl In The Fireplace" title="Rose Tyler in the episode The Girl In The Fireplace"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/newport-tredegar-house"> Tredegar House, Newport </a> </h4> <p>Various episodes, from 2005</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/newport-victoria-place"> <img src="/staticarchive/ecd3b9cb9b760cb59e821ca31c44961ac544a968.jpg" alt="Victoria Place in Newport" title="Victoria Place in Newport"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/newport-victoria-place"> Victoria Place, Newport </a> </h4> <p>The Waters Of Mars (2009)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/barry-island-railway"> <img src="/staticarchive/3b1d2907ea0df11f11a61cc57998e8adc6aeceb6.jpg" alt="The Doctor in the episode The Doctor Dances" title="The Doctor in the episode The Doctor Dances"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/barry-island-railway"> Barry Island Railway </a> </h4> <p>The Empty Child/The Doctor Dances (2005)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-bute-park"> <img src="/staticarchive/622236e582b1f88397a85777f0dde5415c97c5f5.jpg" alt="The Doctor and Martha Jones in the episode Daleks In Manhattan" title="The Doctor and Martha Jones in the episode Daleks In Manhattan"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-bute-park"> Bute Park, Cardiff </a> </h4> <p>Daleks in Manhattan; Evolution of the Daleks (2006)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/swansea-library"> <img src="/staticarchive/98ab0994ca00b7242638465c8a7c7ac5755bfe21.jpg" alt="John Simm as the Master in The End Of Time" title="John Simm as the Master in The End Of Time"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/caerphilly-castle"> Caerphilly Castle </a> </h4> <p>The End Of Time (2009)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/dyffryn-gardens"> <img src="/staticarchive/32cb3b5c2e0efbbe6d316cc3a9d2a2902fe93408.jpg" alt="The Doctor in the episode The Girl In The Fireplace" title="The Doctor in the episode The Girl In The Fireplace"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/dyffryn-gardens"> Dyffryn Gardens, St Nicholas </a> </h4> <p>Tooth And Claw (2005)<br> The Girl In The Fireplace (2005)<br> Forest Of The Dead (2008)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/penarth-harbour-view-road-arcot-street"> <img src="/staticarchive/900a8119c94e3e7e795b3fe07b08ecc0a5807373.jpg" alt="The Doctor and Donna Noble in the episode The Stolen Earth" title="The Doctor and Donna Noble in the episode The Stolen Earth"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/penarth-harbour-view-road-arcot-street"> Harbour View Road and Arcot Street, Penarth </a> </h4> <p>The Sound Of Drums (2007)<br> The Stolen Earth/Journey's End (2008)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-national-museum-of-wales"> <img src="/staticarchive/9ab22b6f4b4121c8629d82bce4c1556c0ebb4835.jpg" alt="The Doctor and Martha Jones in the episode The Lazarus Experiment" title="The Doctor and Martha Jones in the episode The Lazarus Experiment"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-national-museum-of-wales"> National Museum of Wales, Cardiff </a> </h4> <p>Dalek (2004)<br> The Lazarus Experiment (2006)<br> Planet Of The Dead (2009)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-st-fagans-natural-history-museum"> <img src="/staticarchive/65a4f942e503e12beda7afe3059ac47c3c6e070a.jpg" alt="The Doctor and Joan Redfern in the episode Human Nature" title="The Doctor and Joan Redfern in the episode Human Nature"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-st-fagans-natural-history-museum"> St Fagans Natural History Museum, Cardiff </a> </h4> <p>Human Nature/The Family of Blood (2006-2007)</p> </div> </li> <li class=""> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-st-mary-street"> <img src="/staticarchive/637bd83372fa1db1c97c7bed76fed1248e201460.jpg" alt="The Doctor and Donna Noble in the episode The Runaway Bride" title="The Doctor and Donna Noble in the episode The Runaway Bride"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-st-mary-street"> St Mary Street, Cardiff </a> </h4> <p>Rose (2004)<br> The Runaway Bride (2006)<br> Planet Of The Dead (2009)</p> </div> </li> <li class="odd "> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-temple-of-peace"> <img src="/staticarchive/64afcb7856993c5dc095a899fa23facc494eb765.jpg" alt="The Doctor and Donna Noble in the episode The Fires Of Pompeii" title="The Doctor and Donna Noble in the episode The Fires Of Pompeii"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-temple-of-peace"> Temple of Peace, Cardiff </a> </h4> <p>The End Of The World (2004-2005)<br> Gridlock (2006)<br> The Fires Of Pompeii (2007)</p> </div> </li> <li class="last"> <div class="navlist_img"> <a href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-working-street"> <img src="/staticarchive/83ffcb9cbb06ff56def5240382e599a355bbfa4a.jpg" alt="Camille Coduri as Jackie Tyler in the episode Rose" title="Camille Coduri as Jackie Tyler in the episode Rose"></a> </div> <div class="navlist_text"> <h4> <a class="" href="/wales/arts/sites/doctor-who-wales/alllocations/cardiff-working-street"> Working Street, Cardiff </a> </h4> <p>Rose (2004)</p> </div> </li> </ul></div> </div> </div> <div id="column4"></div><div id="column5"></div><div id="column6"></div> </div> </div> </div> </div> <div id="blq-mast" class="blq-rst blq-default-domestic blq-new-nav" lang="en-GB"> <div id="blq-sign-in"> <div id="id-status" class="blq-id-v4"> <div class="id-out id-gel"> <h2 class="blq-hide">BBC iD</h2> <a href="https://ssl.bbc.co.uk/id/status" id="blq-idstatus-link"> <span class="id-icon"> <span></span> </span> <span id="blq-idstatus-text"> BBC iD </span> <span class="id-spinner"></span> <span class="blq-dropdown-arrow"> <span></span> </span> </a> </div> <div id="id-status-nav"> <div class="id-in blq-rst"> <ul><li> <a name="idDash" class="blq-nogo has-ptrt idDash" href="https://ssl.bbc.co.uk/id/settings"> Settings </a> </li> <li> <a name="idSignout" class="blq-nogo has-ptrt idSignout" href="https://ssl.bbc.co.uk/id/signout"> Sign out </a> </li> </ul></div> </div> </div> </div> <form method="get" id="blq-search-form" action="http://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search"> <input type="hidden" name="go" value="toolbar"><input type="hidden" name="uri" value="/wales/arts/map/doctor-who-wales/"><label for="blq-search" class="blq-hide">Search term:</label> <input id="blq-search" type="text" name="q" value="" maxlength="128"><input id="blq-search-btn" type="submit" value="Search"></p> </form> <h2 class="blq-hide">BBC navigation</h2> <ul id="blq-nav-main" class="blq-not-uk"><li id="blq-nav-n"><a href="http://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="http://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="http://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More…</a></li> </ul></div> <div id="blq-nav" class="blq-orange"> <div id="blq-nav-links" class="blq-clearfix" lang="en-GB"> <div id="blq-nav-links-inner"> <ul class="blq-nav-sub blq-first"><li><a href="/cbbc/">CBBC</a></li> <li><a href="/cbeebies/">CBeebies</a></li> <li><a href="/comedy/">Comedy</a></li> <li><a href="/food/">Food</a></li> <li><a href="/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/learning/">Learning</a></li> <li><a href="/music/">Music</a></li> <li><a href="/science/">Science</a></li> <li><a href="/nature/">Nature</a></li> <li><a href="/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/northernireland/">Northern Ireland</a></li> <li><a href="/scotland/">Scotland</a></li> <li><a href="/wales/">Wales</a></li> <li id="blq-az"><a href="/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul></div> </div> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="http://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here…</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-grey"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul><li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="http://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/terms/">Terms of Use</a></li> <li><a href="/aboutthebbc/">About the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/privacy/">Privacy</a></li> <li><a href="/accessibility/">Accessibility Help</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/privacy/cookies/about">Cookies</a></li> <li><a href="/contact/">Contact the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/guidance/">Parental Guidance</a></li> </ul></li> </ul></div> <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="/staticarchive/a8e42f8fe987b7cc9bf2d43b74b2c74b2448d2e3.png" width="84" height="24" alt="BBC"></div> <p id="blq-disclaim"><span id="blq-copy">BBC © 2014</span> <a href="/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script><!-- Live Stats Include --><div><!-- LiveStats --> <div class="blq-hide"><img id="livestats" width="1" height="1" alt="" src="/staticarchive/56d45f8a17f5078a20af9962c992ca4678450765.gif"></div> </div><!-- End of Live Stats Include --> </body></html>