﻿<!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>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      
      
      
      
      
      
      
      
      
      
      
      
      
      <title>BBC World Service - Page Not Found</title>
      <meta http-equiv="content-language" content="en-GB" />
      <meta http-equiv="content-script-type" content="text/javascript" />
      <meta http-equiv="imagetoolbar" content="no" />
      <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
      <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
      <meta name="dc.language" content="en-GB" />
      <meta name="dc.publisher" content="British Broadcasting Corporation" />
      <meta name="dc.identifier"
            content="http://www.bbc.co.uk/worldservice/404error.shtml" />
      <meta name="dcterms.created" content="2009-03-23T22:06:57+00:00" />
      <meta name="dcterms.modified" content="2009-03-23T22:06:57+00:00" />
      <meta name="description" content="Page Not Found" />
      <meta name="keywords" content="404" />
      <meta name="generator" content="Topcat2" />
      <link href="/worldservice/lg/error.shtml" rel="light" />
      

	
		
	


	

	

		

		
	
		
	
	
		
	
		
		
			
		
			
	
		
	
		
		
		

	

		

	
		
	
	



	




	
		
			
		
	






	
		
			
		
	



	
		
	




	
		
	


	


	

	
		
	




  <!-- This overrides any of the below -->


























                                    <!-- Glow cachebust:    
                -->       <!-- Barlesque 2.70.0 -->         <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="http://static.bbci.co.uk/frameworks/barlesque/2.70.0/desktop/2.8/style/main.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="http://static.bbci.co.uk/frameworks/requirejs/0.14.6/sharedmodules/require.js"></script> <script type="text/javascript">  bbcRequireMap = {"jquery-1":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"http://static.bbci.co.uk/frameworks/istats/0.21.0/modules/istats-1", "relay-1":"http://static.bbci.co.uk/frameworks/relay/0.2.4/sharedmodules/relay-1", "clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1"}; require({ baseUrl: 'http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script>      <script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.70.0/desktop/2.8/script/blq_core.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.70.0/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.70.0/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.70.0/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='http://static.bbci.co.uk/frameworks/barlesque/2.70.0/desktop/2.8/img/blocks.png');} #blq-mast #blq-search-btn { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.70.0/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.70.0/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.70.0/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.17/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.17","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.27.12"},"identity":{"baseUrl":"https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"http:\/\/static.bbci.co.uk\/idapp\/0.63.17\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script>                            
    







<style type="text/css">
	@import "http://wscdn.bbc.co.uk/worldservice/styles/core/1/core.css?v26";
	@import "http://wscdn.bbc.co.uk/worldservice/styles/core/1/ltr/layout.css?v26";
</style>

<!--[if lte IE 7]>
<style type="text/css">
.list li.ts-headline, .bx-livestats ol li, ul.associated, .box blockquote, .li-imagegallery .content, .li-listing li, .ig-926x521, .ig-466x350, .ig-226x170, .pg-926x521, .pg-466x350, .pg-226x170, a.audio, a.video, .box .title, .box .content {zoom:1;}
</style>
<![endif]-->



	<!--[if (IE 7)|(IE 8)]>
	<style type="text/css">
		#blq-mast-background {
		filter:Alpha(Opacity=30)!important;
		border-color:#9f1414 !important;
	}
	#blq-nav-main, #blq-nav-main li, #blq-mast-home {
		border-right-color:#9f1414 !important;
		border-left-color:#9f1414 !important;
		border-top-color:#9f1414 !important;
		border-bottom-color:#9f1414 !important;
	}
	.blq-no-images#blq-mast-home {
		filter:none !important;
	}
	#blq-local-nav {
	background-color: #5a0000 !important;
	}
	</style>
	<![endif]-->



    <!-- Don't include stylesheets on the languages page -->
    
    	<link rel="stylesheet" href="http://wscdn.bbc.co.uk/worldservice/styles/1024/screen.css?v15" type="text/css" />
    
    
    <style type="text/css">
        
        
              .story .datestamp { visibility: hidden; }
                    
    </style>
    
	<!--[if (IE 7)|(IE 8)]>
	<style type="text/css">
		#blq-mast-background {
		filter:Alpha(Opacity=30)!important;
		border-color:#9f1414 !important;
	}
	#blq-nav-main, #blq-nav-main li, #blq-mast-home {
		border-right-color:#9f1414 !important;
		border-left-color:#9f1414 !important;
		border-top-color:#9f1414 !important;
		border-bottom-color:#9f1414 !important;
	}
	.blq-no-images#blq-mast-home {
		filter:none !important;
	}
	#blq-local-nav {
		background-color: #5a0000 !important;
	}
	</style>
 

<!--  logic to check for rss xml -->
<!-- : str -->












<script type="text/javascript" src="http://wscdn.bbc.co.uk/worldservice/scripts/core/1/core.js?22"></script>

<!-- Loading media.js here is a fix for Persian using the old WSEMP, which doesn't wait for ws.onload(), and so fails -->
<script type="text/javascript" src="http://wscdn.bbc.co.uk/worldservice/scripts/core/1/modules/media.js?6"></script>    

<script type="text/javascript">
  	ws.serverDate = new Date(2014,09-1,12,10,36,49);
	
   	ws.serverDayOfWeek = '5';
   	ws.tc2Service = 'worldservice';
</script>

<script type="text/javascript">
	
		  
	ws.siteCatalyst = {
		queryString: '',
		referrer: 'http://www.bbc.co.uk/hungarian/news/story/2005/01/printable/050124_schweitzerint.shtml',
		section: 'institutional',
		service: 'worldservice',
		siteVersion: '1024',
		storyId: '81151',
		documentType: 'story',
		uri: '/hungarian/special_america_missiles/headfoot.css',
		isMobile: null
	}
</script>






  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
    






  
  
  
	
	
		
	
	
  

  
		
		
		
	





<!--script type="text/javascript" src="http://wscdn.bbc.co.uk/includes/abtest/script/main.js"></script>
<script type="text/javascript">
blqOnDomReady(function(){

	var abC="abtest_wsdemo";
	var allC = document.cookie.split("; ");
	var abCVal = '';

	glow.dom.get("#services-widget").addClass("abtest_wsdemo");

	abtest.init('wsdemo', {probability:2, numOfOptions:2, path :'/worldservice', duration:72});

	for (var i=0; i<allC.length; i++) {
		var eachC = allC[i].split("=");
		if (abC == eachC[0]) {abCVal = eachC[1];}
	}

	if (abCVal=='b') {
		glow.dom.get("#services-widget").text("Install Widget")
	} 
});

</script-->

<script type="text/javascript">//<![CDATA[		

glow.ready(function() {
	glow.dom.get('ul#blq-bbclinks li').each(function() {
		var node = glow.dom.get(this).get('a').attr('href');		
		if(node == '/feedback/')glow.dom.get(this).get('a').text('Contact the BBC');
	});

});				

//]]></script>
<script type="text/javascript">//<![CDATA[
			
				ws.onload(function(){
				
				});
				
				//]]></script></head>
   <body id="www-bbcworldservice-com" class="story genre-institutional ltr">
      



	


	

	
                <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 blq-ws-font">  <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="http://static.bbci.co.uk/frameworks/barlesque/2.70.0/desktop/2.8/img/blocks.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="blq-main" class="blq-clearfix">        

      <div id="banner">
         	
	<a href="/worldservice/" class="brand">
		<span>BBC World Service</span>
	</a>
		
    
        [an error occurred while processing this directive]
	            
    	<a id="listen-live" class="popup-382x666" href="http://www.bbc.co.uk/iplayer/console/bbc_world_service">
    	   
               <div class="on-now">On Air Now:</div>
    	       <div class="programme-title">BBC News</div>    	   
    	   
    	</a>
      	


      </div>
      <div id="blq-content">
         <div class="g-group">
            <div class="g-block top-toolbar">
               <div class="g-container g-w12 g-first">
                  <p class="genre-title">Institutional</p>
               </div>
               <div class="g-container g-w12">
                  <!-- : str -->

  
  


<!-- MR: light stream turned off -->




<ul class="document-tools blq-clearfix">
	
	<li class="email">
		<a href="http://www.bbc.co.uk/worldservice/apps/en/sendemail/i/http://www.bbc.co.uk/hungarian/special_america_missiles/headfoot.css?t=Page Not Found"  class="popup350x640">Send to a friend</a>
	</li>
	
		
			
		
	
</ul>

               </div>
            </div>
         </div>
         <div class="g-group page-top">
            <div class="g-container">
               <div class="datestamp"><span class="lastupdated">Last updated:</span>23 March, 2009 - 22:06 GMT
               </div>
            </div>
            <div class="g-container">
               <h1>Page Not Found</h1>
            </div>
         </div>
         <div class="g-group">
            <div class=" g-w16 g-first">
               <div class="g-container">
                  <div class="bodytext">
                     <p class="ingress">Sorry!  </p>
                     <p>Unfortunately the following page was not available: <br /><strong style="width:100%; overflow:hidden; display:block;">http://www.bbc.co.uk/hungarian/special_america_missiles/headfoot.css</strong>  
                     </p>
                     <p>Please check the address and spelling ensuring that it does not contain capital letters or spaces. It is possible that the page you were looking for may have been moved, updated or deleted.  </p>
                     <p>• Please try to <strong>search </strong>for the page <br />• Use our <strong>navigation bar</strong> above<br />or <br />• Visit the <a href="/worldservice/index.shtml" class="page-link"> <span class="link-title">
BBC World Service Home Page</span></a>. <br />• Give us your <a href="/worldservice/institutional/2009/03/000000_contact_us.shtml"
                           class="page-link"> <span class="link-title">
feedback</span></a>. 
                     </p>
                  </div>
               </div>
               <div class="g-container">
                  <!-- : str -->

  
  


<!-- MR: light stream turned off -->




<ul class="document-tools blq-clearfix">
	
	<li class="email">
		<a href="http://www.bbc.co.uk/worldservice/apps/en/sendemail/i/http://www.bbc.co.uk/hungarian/special_america_missiles/headfoot.css?t=Page Not Found"  class="popup350x640">Send to a friend</a>
	</li>
	
		
			
		
	
</ul>

                  
               </div>
               <div class="g-container">
                  <!-- Point to highlights published list -->

               </div>
            </div>
            <div class=" g-w8"></div>
         </div>
      </div>
      <div id="blq-local-nav">
         <!-- $subdir can be set in light/local_nav.sssi -->

	



	<ul class="first-tier blq-clearfix">
		<li class=""><a href="/go/worldservice/nav/int/-/worldservice">Home</a></li>
		<li class="home "><a href="/go/worldservice/nav/int/-/worldservice/programmes">Programmes</a></li>
		
			<li class="howtolisten nav-arrow-closed"><a href="/go/worldservice/nav/int/-/worldservice/programmeguide">How &amp; When to Listen</a></li>
		
		
		
			<!-- About Us Navigation -->
			<li class="aboutus nav-current nav-arrow-open">
				<a href="/go/worldservice/nav/int/-/worldservice/specialreports/000000_aboutus.shtml">About Us</a>
				
			</li>
		
	</ul>	

	<script type="text/javascript">
	//<![CDATA[		
	var presenters = [ '000000_uduak_amimo.shtml', '000000_george_arney.shtml', '000000_ros_atkins.shtml', '000000_paul_bakibinga.shtml', '000000_matthew_bannister.shtml', '000000_owen_bennett_jones.shtml', '000000_claire_balderson.shtml', '000000_lesley_curwen.shtml', '000000_dan_damon.shtml', '000000_rajan_datar.shtml', '000000_peter_day.shtml', '000000_lyse_doucet.shtml', '000000_komla_dumor.shtml', '000000_stephen_evans.shtml', '000000_jo_fidgen.shtml', '000000_russell_fuller.shtml', '000000_harriett_gilbert.shtml', '000000_claudia_hammond.shtml', '000000_alex_jakana.shtml', '000000_mike_johnson.shtml', '000000_alan_johnston.shtml', '000000_julian_keane.shtml', '000000_bridget_kendall.shtml', '000000_rebecca_kesby.shtml', '000000_robin_lustig.shtml', '000000_julian_marshall.shtml', '000000_bola_mosuro.shtml', '000000_gareth_mitchell.shtml', '000000_farayi_mungazi.shtml', '000000_fergus_nicoll.shtml', '000000_max_pearson.shtml', '000000_mary_ann_sieghart.shtml' ];
	
	var help_faq = ['000000_listen.shtml', '000000_schedules.shtml', '110314_real_cessation.shtml', '000000_listen_problems.shtml', '000000_summer_schedules.shtml', '000000_gmt_1.shtml', '000000_north_america.shtml', '000000_eastasia.shtml', '000000_meast.shtml', '000000_central_america.shtml', '000000_southasia.shtml', '000000_iran.shtml', '000000_listen_australia.shtml', '000000_uk_ireland.shtml', '000000_southeastasia.shtml', '000000_western_euro.shtml', '000000_africa_eastandsouthern.shtml', '000000_sw_howlisten.shtml', '000000_qsls.shtml', '000000_sw_reception.shtml', '000000_swreduced.shtml', '000000_live_streams.shtml', '000000_audio_trouble.shtml', '000000_mobile.shtml', '000000_mobile_download_faq.shtml', '000000_mobile_terms.shtml', '000000_mobile_privacy.shtml', '000000_mobile_costs.shtml', '000000_digitallistening.shtml', '000000_satellite.shtml', '000000_internet_radio.shtml', '091029_internetradiomobilelinks.shtml', '000000_transcript.shtml', '000000_weather.shtml', '000000_my_language.shtml', '090313_history.shtml', '000000_funding.shtml', '000000_ws_sig_tune.shtml', '000000_ws_sig_tune.shtml', '000000_bush_visit.shtml'];
	
	var contact_us = ['000000_mobile_contactus.shtml'];
	
	glow.ready(function() {
		var currentPage = window.location.href,
			page = currentPage.split('/');
			
		for (i=0; i<presenters.length;i++) {
			if (page[7] == presenters[i]) {
				glow.dom.get('.first-tier .aboutus').append(glow.dom.create('<ul class="second-tier"><li class="first nav-current"><a href="/go/worldservice/nav/int/-/worldservice/specialreports/presenters.shtml">Presenters</a></li><li><a href="/go/worldservice/nav/int/-/worldservice/help">Help &amp; FAQs</a></li><li><a href="/go/worldservice/nav/int/-/worldservice/institutional/2009/03/000000_contact_us.shtml">Contact Us</a></li></ul>'));
			}
		}
		for (i=0; i<help_faq.length;i++) {
			if (page[7] == help_faq[i]){
				glow.dom.get('.first-tier .aboutus').append(glow.dom.create('<ul class="second-tier"><li class="first"><a href="/go/worldservice/nav/int/-/worldservice/specialreports/presenters.shtml">Presenters</a></li><li class="nav-current"><a href="/go/worldservice/nav/int/-/worldservice/help">Help &amp; FAQs</a></li><li><a href="/go/worldservice/nav/int/-/worldservice/institutional/2009/03/000000_contact_us.shtml">Contact Us</a></li></ul>'));
			}
		}
		if (page[7] == contact_us[0]) {
			glow.dom.get('.first-tier .aboutus').append(glow.dom.create('<ul class="second-tier"><li class="first"><a href="/go/worldservice/nav/int/-/worldservice/specialreports/presenters.shtml">Presenters</a></li><li><a href="/go/worldservice/nav/int/-/worldservice/help">Help &amp; FAQs</a></li><li class="nav-current"><a href="/go/worldservice/nav/int/-/worldservice/institutional/2009/03/000000_contact_us.shtml">Contact Us</a></li></ul>'));
		}
	});				
	//]]>
	</script>
      </div>
      <div id="footer">
         

      </div>
        




<!-- Nielson stats code -->
<script type="text/javascript" src="http://wscdn.bbc.co.uk/worldservice/js/nielson_stats.js"></script>
<script type="text/javascript" src="//secure-uk.imrworldwide.com/v53.js"></script>
<noscript><div><img src="//secure-uk.imrworldwide.com/cgi-bin/m?ci=bbc&amp;cg=0" alt=""/></div></noscript>

<!-- SiteCatalyst code version: H.22.1. 
Copyright 1996-2010 Adobe, Inc. All Rights Reserved -->
<script language="JavaScript" type="text/javascript" src="http://wscdn.bbc.co.uk/worldservice/js/site_catalyst/s_code.js"></script>
<noscript><div><img src="http://bbc.112.2o7.net/b/ss/bbcworldservicedev/1/H.22.1--NS/0" height="1" width="1" border="0" alt="" /></div></noscript>
<!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.22.1. -->



               </div>   <div id="blq-mast" class="blq-rst blq-ws-font blq-worldservice-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="/hungarian/special_america_missiles/headfoot.css" />    <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&hellip;</a></li>  </ul> </div>  <div id="blq-nav" class="blq-red blq-ws-font"> <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&hellip;</a> </p> </div> <![endif]-->  <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-ws-font 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/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="http://static.bbci.co.uk/frameworks/barlesque/2.70.0/desktop/2.8/img/blocks/light.png" width="84" height="24" alt="BBC" /></div> <p id="blq-disclaim"><span id="blq-copy">BBC &copy; 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>                  


<script type="text/javascript" src="http://static.bbc.co.uk/iplayerconsole/script/iplayerconsolepopupmanager.js"></script>

<!--if expr="$IP_IS_UK_COMBINED = 'no'" -->
<!--script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=J08781"></script>-->
<!--endif -->

<script type="text/javascript">//<![CDATA[		

			glow.ready(function() {
	
				//Change footer about and contact text and links and ul, li widths
				var footerLinks = glow.dom.get('#blq-bbclinks li a');
				footerLinks.each(function(i){				
					if(footerLinks[i].text=='About the BBC'){
						glow.dom.get(this).text('World Service About Us');
						glow.dom.get(this).attr('href','/worldservice/aboutus/');
					}
					if(footerLinks[i].text=='Contact the BBC'){
						glow.dom.get(this).text('World Service Contact Us');
						glow.dom.get(this).attr('href','/worldservice/institutional/2009/03/000000_contact_us.shtml');
					}
				});
				glow.dom.get('.blq-gvl-3 #blq-bbclinks li').css('width', '150px');
				glow.dom.get('.blq-gvl-3 #blq-bbclinks').css('width','335px');
			});				

		//]]>
</script>
   </body>
</html>