CINXE.COM
BBC - Awards for World Music 2008
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- begin IPS 2.52 rev.080731 tplid:4225572 pgid:108683 pd:Mon, 18 Aug 2008 15:41:21 GMT--><html lang="en"><head><title>BBC - Awards for World Music 2008</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><meta name="description" content="Awards for World Music 2008"><meta name="keywords" content="radio 3,radio 3 awards for world music 2008,world music"><meta name="author" content="BBC"><meta name="created" content="20080818"><meta name="updated" content="20080818"><!-- added matc: 12/10/2011 --><!-- bbcpage_survey: (none) bbcpage_surveysite: (none) --><!-- Glow cachebust: --><!-- Barlesque 2.72.2 --><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);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){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;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===" "){c=c.substring(1,c.length)}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().replace(/"/g,'\\"')+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;eval("o = {"+str+"}");return o}})(); /*]]>*/</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/d59662762550f5cb2a29abc9a10c0e502ab34287", "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", "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.2/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.2/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.2/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.2/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.2/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.2/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><!-- ## Begin JSTools ## --><script src="/staticarchive/22a8aa10c43e36582cf13c9b5d14c9bd6f2eeddb.js" type="text/javascript"></script><!-- ## End JSTools ## --><!-- Flash Detect SSITool (Multi-clip pt1 of 2) v2.2 : do not copy, see http://intracat/ssi/ for usage --><script type="text/javascript"> <!-- // var ssit_FlashPresent = 0; var ssit_FlashVersion = 0; var ssit_MSDetect = "false"; if (navigator.plugins && navigator.plugins.length) { var ssit_NavX = navigator.plugins["Shockwave Flash"]; if (ssit_NavX) { ssit_FlashPresent = 2; if (ssit_NavX.description) { var ssit_NavY = ssit_NavX.description; //ssit_FlashVersion = ssit_NavY.charAt(ssit_NavY.indexOf('.')-1); ssit_FlashVersion = /(\d+)\./.exec(ssit_NavY)[1]; } } else ssit_FlashPresent = 1; } else if (navigator.mimeTypes && navigator.mimeTypes.length) { var ssit_NavX = navigator.mimeTypes['application/x-shockwave-flash']; if (ssit_NavX && ssit_NavX.enabledPlugin) ssit_FlashPresent = 2; else ssit_FlashPresent = 1; } else ssit_MSDetect = "true"; if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1) && (navigator.userAgent.indexOf('Opera') == -1)){ document.writeln(' <script language="VBScript"> '); document.writeln(' on error resume next '); document.writeln(' If ssit_MSDetect = "true" Then '); document.writeln(' For ssit_Flashi = 2 to 6 '); document.writeln(' If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & ssit_Flashi))) Then '); document.writeln(' Else '); document.writeln(' ssit_FlashPresent = 2 '); document.writeln(' ssit_FlashVersion = ssit_Flashi '); document.writeln(' End If '); document.writeln(' Next '); document.writeln(' End If '); document.writeln(' If ssit_FlashPresent = 0 Then '); document.writeln(' ssit_FlashPresent = 1 '); document.writeln(' End If '); document.writeln(' <\/script> '); } // --> </script><script type="text/javascript"> <!-- if (document.layers) { var oW=innerWidth; var oH=innerHeight;onresize=function(){if(innerWidth!=oW||innerHeight!=oH){window.location = window.location}} } // --> </script><!-- END Flash Detect SSITool --><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><link type="text/css" rel="stylesheet" href="/staticarchive/6008d439d2fbf849d2c76ee3d1f0766ca61761f6.css"><link type="text/css" rel="stylesheet" href="/staticarchive/f5bc574ab7da25ec25691dff0a527cee3cb1c43e.css"><style type="text/css" media="screen"> @import '/staticarchive/b050e8ade609d76dddd9c1fa68e82a131736dc68.css'; @import '/staticarchive/fb8e15dc98aa34e1709cfd7b555b0e9c8d641f29.css'; </style><!--[if gt IE 6]> <style> @import '/radio3/style/blq-navigation-gtie6.css'; </style> <![endif]--><meta name="robots" content="all"></head><body bgcolor="#ffffff" text="#181235" link="#181235" vlink="#181235" alink="#181235" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" style="margin:0px"> <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.21.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-local-nav">Skip to local navigation</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"> <!-- # include virtual="/radio3/include/default_site.sssi" --> <div id="masthead"> <div id="on-air-now"> <!-- if expr="$HTTP_COOKIE = /sn=e/" --> <!-- <div class="js-expanded"> --> <!-- else --> <div class="js-collapsed"> <!-- endif --> <div class="glance"> <p class="title" title="On Radio 3 Now:"><span></span>On Radio 3 Now</p> <div class="js-rotate-title"> <p id="js-rotate-title"><a href="/programmes/b03j9l9q">In Tune</a></p> <!-- no depping text: (none) --> </div> <ul><li class="listen"><a class="radio-player" href="http://www.bbc.co.uk/radio/player/bbc_radio_three">Listen Live</a></li> </ul></div> <div class="full"> <div id="now-service-details"> <img src="http://www.bbc.co.uk/iplayer/images/episode/b03j9l9q_120_68.jpg" alt="In Tune"><p class="time"> <span class="start">16:30</span> - <span class="end">17:30</span> </p> <p id="short-description" title="Sean Rafferty presents a selection of music and guests from the arts world.">Sean Rafferty presents a selection of music and guests from the arts world.</p> </div> <div id="now-service-supporting-links"> <!-- no link: (none) --> </div> <div id="next-service-details"> <p class="title" title="Next On Air"><span>Next On Air</span></p> <p class="details">17:30 <span class="title"><a href="/programmes/b03j9l9s/">Opera on 3</a></span></p> <p class="schedule"><a href="/radio3/programmes/schedules/2011/w39/grid/ataglance">View full schedule</a></p> </div> </div> <!-- end full --> </div> <!-- end js-collapsed js-expanded --> </div> </div> <div id="masterhead"> </div> <div id="nav" class="cm"> <div class="nav_outer"> <div class="nav_inner"> <div class="nav_content cm"> <ul><li><a href="/radio3/">Home</a></li> <li><a href="/radio3/programmes/">Programmes</a></li> <li><a href="/radio3/programmes/schedules/2011/w39/grid">Schedule</a></li> <li><a href="/radio3/presenters/">Presenters</a></li> <li><a href="/radio3/podcasts/">Download</a></li> <li><a href="/radio3/classical/">Classical</a></li> <li><a href="/radio3/jazz/">Jazz</a></li> <li><a href="/radio3/newmusic/">New Music</a></li> <li><a href="/radio3/worldmusic/">World</a></li> <li><a href="/radio3/speechanddrama/">Speech & Drama</a></li> <li><a href="/blogs/radio3/" id="last">Blog</a></li> </ul></div> </div> </div> </div> <script type="text/javascript" src="/staticarchive/cd2a7581b638c02bd63b58192297a80c04ed95db.js"></script><script type="text/javascript" src="/staticarchive/7c46f1176338a7962927f227f8e3c59adc7b04a2.js"></script><div id="blq-content"><div id="content-background" class="cm"><!-- ***** MAIN CONTENT ***** --><table width="635" border="0" cellpadding="0" cellspacing="0"><tr><td width="420" valign="top"><!-- optional event image --><img src="/staticarchive/bfa51b3aa08d9c4051817d41a85c732948005c54.jpg" alt="Awards for World Music 2008" width="420" border="0" height="110"><br><font size="1"> </font><br><!-- end optional event image --><!-- optional image --><img src="/staticarchive/47b04ba2f194268984119dd3627a3c3388ae92a5.jpg" alt="Simphiwe Dana" width="205" height="205" align="right" hspace="0" vspace="0" border="0"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" alt="" width="8" height="215" align="right" hspace="0" vspace="0" border="0"><!-- optional image end --><div class="content-title-pad-rm"><font size="2"><div class="title-rm">SIMPHIWE DANA (South Africa)<br> The one love movement<br><img alt="Simphiwe Dana album cover" src="/staticarchive/ed213d7e4a5583dd011613399a24e6067946f843.jpg" height="100" width="100" border="0"></div></font><!-- realmedia link --><div class="icon-rm"><font size="2"><a href="/radio3/worldmusic/a4wm2008/ram/ZA_A06_06_04578_simphiwe_dana_bantu_biko_street_or_voc.ram"><img src="/staticarchive/e0d2c28ad0c50b85db68483870e3258542600a4d.gif" alt="" width="30" height="18" border="0" hspace="1" vspace="0" align="absmiddle">Listen to 'Bantu Biko Street'</a></font><br clear="left"></div><!-- end realmedia link --><!-- comments --><div class="icon-rm"><font size="2"><a href="#comment"><img src="/staticarchive/d0df434487610074e057d4062aa657d03d433a46.gif" alt="" width="30" height="18" border="0" hspace="1" vspace="0" align="absmiddle">Have your say</a></font><br clear="left"></div><!-- end comments --><div class="content-padtop-rm"><div class="content-rm"><font size="2">The past year has been a great one for South Africa's brightest new singing star, and this nomination must seem like icing on the cake. Having released a long-delayed second album, cleaned up at the SAMAS (South African Music Awards) and made a storming UK debut at London's ICA, Simphiwe Dana seems invincible. With her strong penchant for jazz, a soulful, wavering voice and proud political stance, it's hardly surprising this elegant young singer and song writer is often compared to her compatriot Miriam Makeba. But she's biding her time on that score:<br><br> 'I feel it's really unfair on her, because she has achieved a lot. I just need more time to stretch my wings even more, and then maybe later in life, I might deserve that accolade. But so far I feel it's a bit premature' she told me in May, 2007.<br><br> Growing up in rural Transkei, Dana began singing ceremonial circumcision and wedding songs to herself during solitary walks to fetch water. She also soaked up influences from local artists such as Madosini and Amampondo, who she heard on the radio, and the gospel singing in her local Zion church. All of this and more can be heard on her two albums to date Zandisile (2004) and The One Love Movement On Bantu Biko Street (2007) although neither quite prepares you for the peerless poise and charisma and the raw power of her voice onstage. It makes sense, then, that the live arena is where she first made her mark; after studying IT and graphic design in Port Elizabeth, she moved to Johannesburg, where her appearances at open-mike sessions started her on the path that eventually led to her first recordings. She credits her mother who sang to heal the pain of life under apartheid as her biggest inspiration, so a little explanation of her Xhosa lyrics is in order:<br><br> 'I sing about finding yourself, accepting yourself so you can change yourself for the better, loving yourself. I sing this especially to the African, to the young one, because we can only start there in our quest to save this beautiful continent.'<br><br> Jon Lusk<br><br><a href="http://www.myspace.com/simphiwedanaofficial">www.myspace.com/simphiwedanaofficial</a><br><a href="http://www.bbc.co.uk/music/release/3w4h/">CD Review on BBC Music</a><br><br></font></div></div></div><!-- comments group --><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="410" height="1" alt="" border="0"></div><div class="content-pad-rm"><div class="content-rm"><font size="2"><strong>Read other people's comments then </strong><a href="#comment" class="icon-rm"><img src="/staticarchive/d0df434487610074e057d4062aa657d03d433a46.gif" alt="" width="30" height="18" border="0" hspace="1" vspace="0" align="absmiddle">Tell us what you think:</a><br><br><!-- radio3 2008_simphiwe_dana --><!-- Star Comments --><span class="acs_star"> </span> <!-- All Comments --> <p> <span class="acs_name">Disco (South African In Netherlands)</span><br><span class="acs_text">Simphiwe is a Divah!!!She gave a great show on valentine's eve in Amsterdam.Wow!what a brilliant performance!!</span> </p> <p> <span class="acs_name">Odirilwe currently Netherlands</span><br><span class="acs_text">I love Simphiwe, she made a great show in Amsterdam yesterday, it was lovely-her voice get you thinking really hard, its amazing</span> </p> <p> <span class="acs_name">zazichombo@yahoo.com</span><br><span class="acs_text">A great and unique sound, voice; mix of natural instruments.</span> </p> </font></div></div><div class="hdots-1-rm"><a name="comment"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="410" height="1" alt="" border="0"></a></div><div class="content-pad-rm"><form method="post" action="http://www.bbc.co.uk/cgi-store/commentscps/addcomment.pl"><input type="hidden" name="category" value="radio3"><input type="hidden" name="list" value="2008_simphiwe_dana"><div class="title-rm"><font size="2"><b>Tell us what you think:</b><br><br></font></div><div class="content-rm"><font size="2"><b>Your Name and Location:</b><br><input class="comments-rm" type="text" name="name" size="30"><br><b>Your comments:</b><br><textarea class="comments-rm" cols="35" rows="6" name="comment"></textarea><br></font><font size="1">Disclaimer: The BBC will put up as many of your comments as possible but we cannot guarantee that all e-mails will be published. The BBC reserves the right to edit comments that are published<br><br></font><input type="image" src="/staticarchive/52e9d2b2f495932e57b93ee7ebef1312d4cd7f27.gif" width="40" height="18" alt="Send" border="0"></div></form></div><!-- end comments group --><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="410" height="1" alt="" border="0"></div><div class="backtotop-rm"><font size="1"><a href="#top">BACK TO THE TOP<img src="/staticarchive/262299b0a9d0be4fe26a679e432dc025bc100c6c.gif" alt="" width="30" height="18" hspace="0" vspace="0" border="0" align="absmiddle"></a></font></div><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="410" height="1" alt="" border="0"></div></td> <td width="10"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="10" height="500" alt="" border="0"></td> <td width="205" valign="top"><p><!-- begin IPS 2.52 rev.071102 tplid:1267075 pgid:108319 pd:Wed, 12 Dec 2007 14:24:51 GMT--></p><table width="205" border="0" cellpadding="0" cellspacing="0"><tr><td width="205" valign="top" class="a4wmgenrerhnbg-rm"><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="195" height="1" alt="" border="0"></div><div class="genrerhnbox-rm"><div class="title-rm"><font size="2"></font></div><div class="subtitle-rm"><font size="2"></font></div><div class="list-rm"><font size="2"><strong>Awards 2008</strong></font></div><div class="listhome-rm"><font size="2"><a href="/radio3/worldmusic/a4wm2008/index.shtml">Homepage</a><br><a href="/radio3/worldmusic/a4wm2008/nominees.shtml">2008 Nominees</a><br><a href="/radio3/worldmusic/a4wm2008/winners.shtml">2008 Winners</a><br><a href="/radio3/worldmusic/a4wm2008/video_audio.shtml">Watch Online</a><br><a href="/radio3/worldmusic/a4wm2008/audience_award.shtml">Audience Award</a><br><a href="/radio3/worldmusic/a4wm2008/awards_gallery.shtml">View Gallery</a><br><a href="/radio3/worldmusic/a4wm2008/worldshaker.shtml">Worldshaker</a><br><a href="/radio3/worldmusic/a4wm2008/faq.shtml">FAQ</a><br><a href="/radio3/worldmusic/a4wm2008/jury.shtml">The Jury</a><br><a href="/radio3/worldmusic/a4wm2008/planet.shtml">About the Award</a><br></font></div></div><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="195" height="1" alt="" border="0"></div><div class="genrerhnbox-rm"><div class="title-rm"><font size="2">Related Links</font></div><div class="subtitle-rm"><font size="2">our partners <br></font></div><div class="list-rm"><font size="2"> <a href="http://www.serious.org.uk/">Serious</a><br><a href="http://www.womex.com/">WOMEX </a><br><a href="http://www.frootsmag.com/">fRoots magazine </a><br><a href="http://www.songlines.co.uk/">Songlines magazine </a><br><a href="http://www.roughguides.com">The Rough Guide to World Music </a><br><a href="/worldservice/index.shtml">BBC World Service </a><br></font></div><div class="subtitle-rm"><font size="2"><br> on bbc.co.uk</font></div><div class="list-rm"><font size="2"><a href="/radio3/worldroutes/index.shtml">World Routes</a><br><a href="/radio3/latejunction/">Late Junction</a><br><a href="/music/genres/world/albums/">World music CD reviews</a><br><a href="/asiannetwork/pathaansmusicalrickshaw/">Pathaan's Musical Rickshaw</a><br><a href="/radio3/worldmusic/a4wm2007/">R3 Awards 2007</a><br><a href="/radio3/worldmusic/a4wm2006/index.shtml">R3 Awards 2006</a><br><a href="/radio3/world/awards2005/">R3 Awards 2005</a><br><a href="/radio3/world/awards2004/">R3 Awards 2004</a><br><a href="/radio3/world/awards2003/">R3 Awards 2003</a><br><a href="/radio3/world/worldawards.shtml">R3 Awards 2002 </a><br><br></font></div> <div class="subtitle-rm"><font size="2">on the web</font></div> <div class="list-rm"> <font size="2"> <a href="http://www.theworld.org/">The World</a><br><a href="http://www.worldmusic.net/index_flash.html">World Music Network</a><br><a href="http://worldmusic.nationalgeographic.com/worldmusic/view/page.basic/home">National Geographic - World Music</a><br><a href="http://www.soas.ac.uk/">School of Oriental and African Studies</a><br><br> visit our pages on myspace, youtube and facebook<br><p align="left"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=364730286"><img src="http://www.bbc.co.uk/radio3/worldmusic/a4wm2008/images/myspace_logo.gif%0D%0A" alt="myspace logo" width="115" height="35" border="0"></a></p> <p align="left"> <a href="http://www.youtube.com/watch?v=jk8bYomqmXg"><img src="http://www.bbc.co.uk/radio3/worldmusic/a4wm2008/images/yotube_logo.jpg%0D%0A" alt="youtube logo" width="105" height="35" border="0"></a></p> <p align="left"> <a href="http://www.facebook.com/pages/Awards-for-World-Music/14646916567"><img src="http://www.bbc.co.uk/radio3/worldmusic/a4wm2008/images/facebook_logo.gif%0D%0A" alt="facebook logo" width="40" height="40" border="0"></a></p> </font> </div> <divclass><font size="2"></font></divclass></div><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="195" height="1" alt="" border="0"></div><div class="genrerhnbox-rm"><div class="title-rm"><font size="2">Artist profiles and music</font></div><div class="subtitle-rm"><font size="2"></font></div><div class="subtitle-rm"><font size="2"></font></div><div class="listhome-rm"><font size="2"><a href="/radio3/worldmusic/a4wm2008/2008_andy_palacio.shtml">Andy Palacio and the Garifuna Collective</a><br><a href="/radio3/worldmusic/a4wm2008/2008_anoushka_shankar.shtml">Anoushka Shankar</a><br><a href="/radio3/worldmusic/a4wm2008/2008_bajofondo_tango_club.shtml">Bajofondo Tango Club</a><br><a href="/radio3/worldmusic/a4wm2008/2008_balkan_beat_box.shtml">Balkan Beat Box</a><br><a href="/radio3/worldmusic/a4wm2008/2008_bassekou_kouyate.shtml">Bassekou Kouyate & Ngoni ba</a><br><a href="/radio3/worldmusic/a4wm2008/2008_bole_2_harlem.shtml">Bole 2 Harlem</a><br><a href="/radio3/worldmusic/a4wm2008/2008_faiz_ali_faiz.shtml">Faiz Ali Faiz</a><br><a href="/radio3/worldmusic/a4wm2008/2008_gaudi_nusrat_fateh_ali_khan.shtml">Gaudi-Nusrat Fateh Ali Khan</a><br><a href="/radio3/worldmusic/a4wm2008/2008_hazmat_modine.shtml">Hazmat Modine</a><br><a href="/radio3/worldmusic/a4wm2008/2008_huun_huur_tu.shtml">Huun Huur Tu</a><br><a href="/radio3/worldmusic/a4wm2008/2008_idan_raichel_project.shtml">Idan Raichel Project</a><br><a href="/radio3/worldmusic/a4wm2008/2008_juldeh_camara.shtml">Justin Adams and Juldeh Camara</a><br><a href="/radio3/worldmusic/a4wm2008/2008_malouma.shtml">Malouma</a><br><a href="/radio3/worldmusic/a4wm2008/2008_manu_chao.shtml">Manu Chao</a><br><a href="/radio3/worldmusic/a4wm2008/2008_maria_rita.shtml">Maria Rita</a><br><a href="/radio3/worldmusic/a4wm2008/2008_mayra_andrade.shtml">Mayra Andrade</a><br><a href="/radio3/worldmusic/a4wm2008/2008_nass_el_ghiwane.shtml">Nass El Ghiwane</a><br><a href="/radio3/worldmusic/a4wm2008/2008_ojos_de_brujo.shtml">Ojos de Brujo</a><br><a href="/radio3/worldmusic/a4wm2008/2008_rachid_taha.shtml">Rachid Taha</a><br><a href="/radio3/worldmusic/a4wm2008/2008_sa_ding_ding.shtml">Sa Dingding</a><br><a href="/radio3/worldmusic/a4wm2008/2008_simphiwe_dana.shtml">Simphiwe Dana</a><br><a href="/radio3/worldmusic/a4wm2008/2008_son_de_la_frontera.shtml">Son de la Frontera</a><br><a href="/radio3/worldmusic/a4wm2008/2008_tinariwen.shtml">Tinariwen</a><br><a href="/radio3/worldmusic/a4wm2008/2008_titi_robin.shtml">Thierry 'Titi' Robin</a><br><a href="/radio3/worldmusic/a4wm2008/2008_toumani_diabate.shtml">Toumani Diabate</a><br><a href="/radio3/worldmusic/a4wm2008/2008_transglobal_underground.shtml">Transglobal Underground</a><br><a href="/radio3/worldmusic/a4wm2008/2008_vieux_farka_toure.shtml">Vieux Farka Toure</a> <br> </font></div></div><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="195" height="1" alt="" border="0"></div><div class="genrerhnbox-rm"><div class="title-rm"><font size="2">Album of the Year Nominees</font></div><div class="listhome-rm"><font size="2"><a href="/radio3/worldmusic/a4wm2008/2008_andy_palacio_album.shtml">Andy Palacio and the Garifuna Collective - album</a><br><a href="/radio3/worldmusic/a4wm2008/2008_bassekou_ngoni_album.shtml">Bassekou Kouyate & Ngoni ba - album</a><br><a href="/radio3/worldmusic/a4wm2008/2008_orchestra_baobab_album.shtml">Orchestra Baobab - album</a><br><a href="/radio3/worldmusic/a4wm2008/2008_tinariwen_album.shtml">Tinariwen - album</a><br></font></div></div><div class="hdots-1-rm"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="195" height="1" alt="" border="0"></div></td> </tr></table><!-- end IPS 2.52 pgid:108319--></td> </tr><!-- xxx setting row xxx --><tr><td width="420"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="420" height="1" alt="" border="0"></td> <td width="10"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="10" height="15" alt="" border="0"></td> <td width="205"><img src="/staticarchive/5ea3e7590d674d9be4582cc6f6c8e86070157686.gif" width="205" height="1" alt="" border="0"></td> </tr><!-- xxx end setting row xxx --></table><!-- ***** END MAIN CONTENT ***** --><br></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="/radio3/worldmusic/a4wm2008/2008_simphiwe_dana.shtml"><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-blue"> <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-black"> <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/bbc-cookies-policy.shtml">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></body></html><!-- end IPS 2.52 pgid:108683-->