



	
	
		

	

	

		
		
		
	














<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>RAF - RAF Homepage</title>
	<meta name="Keywords" content="RAF News, Royal Air Force News, News, RAF, Royal Air Force, Latest News, Typhoon, Harrier, Nimrod, F3, Tornado, C130, F35, Joint Strike Fighter, RAF Kinloss, RAF Cottesmore, RAF Wittering, SDSR,  Search and Rescue, SAR," />
	<meta name="Description" content="Royal Air Force (RAF)" />
	<meta name="DC.creator" content="RAF Details here" />
	<meta name="DC.Date.created" scheme="ISO8601" content="2011-02-14" />
	<meta name="eGMS.subject.category" scheme="GCL" content="RAF subject here" />
	<meta name="DC.title" content="RAF - RAF Homepage" />
	<meta name="eGMS.accessibility" scheme="WCAG" content="Double-A" />
	
	
	
	<link rel="meta" href="http://www.rafcareers.com/labels.xml" type="application/rdf+xml" title="ICRA labels" />
	<meta http-equiv="pics-Label" content='(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for "http://rafcareers.com" r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 1) gen true for "http://www.rafcareers.com" r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 1))' />
	
	 <meta name="verify-v1" content="yIbTVtop37Qq+nFlVyrwhujwSSRk9KlnQmnX64WOM/U=" />

	
	<link rel="Shortcut Icon" type="image/ico" href="http://www.raf.mod.uk/favicon.ico" />

	
    <link type="text/css" href="http://www.raf.mod.uk/css/jquery-ui-1/development-bundle/themes/base/jquery.ui.all.css" rel="stylesheet" />	
	<link rel="stylesheet" type="text/css" media="screen" href="http://www.raf.mod.uk/css/imports.css" />
	<link rel="stylesheet" type="text/css" media="print" href="http://www.raf.mod.uk/css/print.css"/>
	<script type="text/javascript" src="http://www.raf.mod.uk/js/functions.js"></script>
	<!--[if lt IE 7.]>
	<link rel="stylesheet" type="text/css" media="screen" href="http://www.raf.mod.uk/css/iefixes.css" />
	<![endif]-->



	

	<!-- Styles needed by the tabs and carousel -->
		<style>
		
			#myTabs { position: relative; top: 0px; left: 0px; height: 242px; padding: 0px; margin: 0px; font-size: 11px; font-style: normal; font-size: 11px; }
			 			
			#myTabs .ui-tabs-nav { position: absolute !important; height: 21px; left: 0; top: 216px; right:0; margin: 0px; padding: 0px; background: #fff; } 
			#myTabs .ui-tabs-nav li { margin-right: 6px !important; border: none; }
			
			i-tabs-selected { margin: 0px !important; }
			.ui-tabs-panel { padding: 0px !important; }
			
			.ui-widget-content { border: none; }
			.ui-widget-header { border: none; }
			
			#myTabs .ui-state-default { background: rgb(120, 131, 149); width: 176px; _width: 177px; }
			#myTabs .ui-state-default a { font-size: 11px; font-style: normal; font-weight: bold; color: #fff; padding-right: 0 !important; }
			#myTabs .ui-state-active { background: rgb(49, 62, 91); }
			#myTabs #last { margin-right: 0 !important; width: 178px; _width: 176px;}		
			.tab_content { position: absolute; top: 0px; left: 0px; }
			.rafat { background-color: #fff; }
			
				
		</style>
        
    <script type="text/javascript" src="http://www.raf.mod.uk/js/jquery-1.4.2.min.js"></script>
      <script type="text/javascript" src="http://www.raf.mod.uk/js/jquery-ui-1.8.1.custom.min.js"></script>
		
		<!-- Code for tabs and carousel -->
		<script type="text/javascript">
			
			//
			// Define the carousel animation parameters.
			//
			//		carousel_period			- how long each tab remains on the screen for
			//		carousel_restart_period	- how long before the carousel starts up again after being stopped by the user
			//
			var k_carousel_period = 8 ;
			var k_carousel_restart_period = 20 ;
			
			var tabs_ignore_clicks = false ;
			var next_carousel_time = 0 ; 
				
			//
			// Use document ready to initialise the tabs rather than placing code at end
			// of document. Placing code at the end of the document doesn't work too well
			// as .removeClass() doesn't work in this case.
			//
			$(document).ready( function() { initialise_tabs() ; } ) ;
			
			//
			// Initialise the tabs and carousel.
			//
			function initialise_tabs()
			{
				//
				// Create the tab control and set event handlers.
				//
				// The tab select method ignores clicks if it's in a dissolve.
				//
				$( function()
				{
				
					var tab_opts =	{
										select : function( ev, pr )
										{
											var element ;
											
											if ( ! tabs_ignore_clicks )
											{
												//
												// Make sure the tab contents are visibe.
												//
												element = $( "#myTabs .tab_content" ).eq( pr.index ) ;
												
												element.toggle( true ) ;
												element.get( 0 ).style.opacity = "" ;
												element.get( 0 ).style.filter = "" ;
											}
											
											return ! tabs_ignore_clicks ;
										}
									} ;
					
					$( "#myTabs" ).tabs( tab_opts ) ;
	
				} ) ;
				
				//
				// Set the event handlers and enable carousel mode.
				//
				// $( "#myTabs" ).bind( "mousedown", carousel_handle_click ) ;
	
				next_carousel_time = ( new Date() ).getTime() + k_carousel_period*1000 ;			
				setInterval( carousel_refresh, 1000 ) ;
				
				//
				// Remove round corners from all elements.
				//
				$( "#myTabs, #myTabs > *,  #myTabs ul li" ).removeClass( "ui-corner-all ui-corner-top" ) ;
				
				//
				// Clicks on the tabs etc temporarily slows down the carousel rotate period.
				//
				$( '#myTabs, #myTabs ul li a' ).bind( 'click', function()
				{
					//
					// Set the time for the carousel to start up again.
					//
					next_carousel_time = ( new Date() ).getTime() + k_carousel_restart_period*1000 ;
				} ) ;
			}
	
			//
			// Handle a carousel time event.
			//
			// Resets the rotate period to that of the carousel.
			//				
			function carousel_refresh()
			{
				var index, next_index, items, item, next_item, item_html ;
				var length ;
				var selector ;
				
				if ( ( new Date() ).getTime() > next_carousel_time )
				{
					//
					// While a dissolve is happening ignore clicks on the tabs.
					//
					tabs_ignore_clicks = true ;
					
					index = $( "#myTabs" ).tabs( "option", "selected" ) ;
					length = $( "#myTabs" ).tabs( "length" ) ;
					
					next_index = index < length - 1 ? index + 1 : 0 ;
					
					$( "#myTabs .tab_content" ).eq( index ).fadeOut( 1000 ) ;
					$( "#myTabs .tab_content" ).eq( next_index ).fadeIn( 1000, function() {} ) ;
					$( "#myTabs .tab_content" ).eq( next_index ).removeClass( 'ui-tabs-hide' ) ;
					
					//
					// Select the next tab a little bit after the fade should have finished and
					// allow clicks on the tabs again.
					//
					setTimeout( function() {  tabs_ignore_clicks = false ; $( "#myTabs" ).tabs( "option", "selected", next_index ) ;}, 1050 ) ;
					
					//
					// Set the time to rotate to the next tab.
					//
					next_carousel_time = ( new Date() ).getTime() + k_carousel_period*1000 ;			
				} ;
			}

		</script>
      

</head>
<body>
<div id="main">
	




<script type="text/javascript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>

<script language="JavaScript">
	function checkdelete(type,newurl) {
		var1 = confirm("Are you SURE you want to delete this " + type + "?");
		if (var1) {
			document.location = newurl;
		}
	}
</script>

<script language="JavaScript">
	function checklive(newurl) {
		var1 = confirm("Setting a survey live deletes all previously collected responses.\nAre you SURE you want to do this?");
		if (var1) {
			document.location = newurl;
		}
	}
</script>

<script language="JavaScript">

function disableFields()
{
	if (document.stationForm.fieldtype.selectedIndex == 3)
	{
		document.stationForm.limit.disabled=true;
		document.stationForm.required.disabled=true;
	}
}
 
</script>


 
	
    
	

	
    
    
    
    

	
    
	










































	




	
	
		<a name="pageTop" id="pageTop"></a>
		<ul class="disguise">
			<li><a href="#mainNav">Skip to main navigation</a></li>
			<li><a href="#pageContent">Skip to page content</a></li>
		</ul>
		<div id="header" class="clearfix">
			<div class="flLeft">
				<h1><a href="http://www.raf.mod.uk/"><img src="http://www.raf.mod.uk/images/logoRAF.gif" alt="Royal Air Force" /></a></h1>
			</div>
			<div class="flRight">
				<ul>   
                       			
                                        
                                        <li><a href="http://www.raf.mod.uk/links/">Links/FAQ's</a></li>
					<li><a href="http://www.raf.mod.uk/downloads/">Downloads</a></li>
					<li><a href="http://www.raf.mod.uk/gallery/">Gallery</a></li>
					<li><a href="http://www.raf.mod.uk/careers/" target="_blank" alt="Link opens in a new window">Careers</a></li>
				</ul>
			
				<h2>AGILE ADAPTABLE CAPABLE</h2>
					<form name="frmSearch" method="post" action="http://www.raf.mod.uk/search/index.cfm">
					<label for="searchString"></label>
					<input size="25" accesskey="4" type="text" name="searchtext" id="searchtext" value=" Search this site" onfocus="clearField('frmSearch','searchtext',' Search this site');" onblur="resetField('frmSearch','searchtext',' Search this site');" />
					<input type="submit" value="Go" name="btnSearchSubmit" id="btnSearchSubmit" />
				</form>

			</div>
		</div>
		<div id="nav">
			<a name="mainNav" id="mainNav"></a>
			<ul class="clearfix">
				<li><a class="first" href="http://www.raf.mod.uk/" accesskey="1" >Home</a></li>
				<li><a href="http://www.raf.mod.uk/role/">Role</a></li>
				<li><a href="http://www.raf.mod.uk/organisation/">Organisation</a></li>
				<li><a href="http://www.raf.mod.uk/currentoperations/">Current Operations</a></li>
				<li><a href="http://www.raf.mod.uk/equipment/">Equipment</a></li>
				<li><a href="http://www.raf.mod.uk/history/">History</a></li>
				<li><a href="http://www.raf.mod.uk/news/">News</a></li>
			</ul>
		</div>
	
	

	<a name="pageContent" id="pageContent"></a>



	<div class="clearfix">

			<div class="colMainHome">

				





	

	
		
		

		

		
		
		

		
		


		
		
		
		
		
		
		
			
			
			
			
			
		
			
			
			
			
			
		
			
			
			
			
			
		



        <div id="myTabs">
         
         <ul>
			<li><a href="#firsttab">Gp Capt Barrett</a></li>
			<li><a href="#secondtab">Update On Libya</a></li>			
			<li id="last"><a href="#thirdtab">RAF Pilot On Evacuations</a></li>			
		</ul>
		 
		 
        
        
		   

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		


				
	               
				

			<div id="firsttab" class="tab_content">
			<div class="rafat">
				
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/8D665BC8_5056_A318_A8369A8655D4EBE6.gif" alt="RAF Logo" />
				
				  
				   <p>
'It is with great sadness that we must confirm the death of Group Captain Tom Barrett, Station Commander, RAF Northolt, in a road traffic collision last night.  His family have been informed and our thoughts are with them at this difficult time.'
</p>

				<p><a href="http://www.raf.mod.uk/" class="arrowRed"></a></p>

		</div>

		</div>





        


 

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		


				
                
				   
                


			<div id="secondtab" class="tab_content">
			<div class="rafat">
				
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/662F712B_5056_A318_A880D71244492609.jpg" alt="Oilfield workers make their way to a RAF Hercules in Libya" />
				
				
				   <p>
The Defence Secretary, Foreign Secretary and the Chief of the Defence Staff's official spokesman have all spoken over the weekend...
</p>

				<p><a href="http://www.raf.mod.uk/news/archive.cfm?storyid=A4A68A2F-5056-A318-A8DEE3EE8FDF6F11" class="arrowRed">Update On Libya...</a></p>

		</div>

		</div>





 
         


  

 				

 				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		


 				
				   
                



 			<div id="thirdtab" class="tab_content">
 			<div class="rafat">
 				
 					<img src="http://www.raf.mod.uk/rafcms/mediafiles/CEC9952C_5056_A318_A84E060E3DBE9B0E.jpg" alt="Hercules pilot Flight Lieutenant Stu Patton" />
 				
 				
 				   <p>
Hercules pilot Flight Lieutenant Stu Patton speaks about his involvement in the missions to evacuate British civilians from Libya in the last week of February.
</p>

 				<p><a href="http://www.raf.mod.uk/news/archive.cfm?storyid=CEF225B6-5056-A318-A8B0207BD4AF39F8" class="arrowRed">RAF pilot on Libya evacuations...</a></p>

 		</div>

 		</div>
 

 


</div>

				





	

	
		

		
		

		

		
		
		

		
		


		
		
		
		
		
		

		
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			
						
						
						
						
						
						
			

  

		
				
				
				
				
				
				
				
                

		

		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="topLeft">
				

				<h3>SDSR</h3>
					
                                         <a href="http://www.raf.mod.uk/news/strategicdefenceandsecurityreview.cfm" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/311F8D84_5056_A318_A8281873B26437A3.jpg" alt="SDSR" /></a>
				
                                <div class="introright">
				<p>
Strategic Defence and Security Review.
</p>
				<p><a href="http://www.raf.mod.uk/news/strategicdefenceandsecurityreview.cfm" target=_blank"" class="arrowRed">Latest Information</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="topRight">
				

				<h3>RAF Careers</h3>
					
                                         <a href="http://www.raf.mod.uk/careers/" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/32A58F4E_5056_A318_A861F5E659F0531D.jpg" alt="RAF Careers" /></a>
				
                                <div class="introright">
				<p>
A career in the Royal Air Force.
</p>
				<p><a href="http://www.raf.mod.uk/careers/" target=_blank"" class="arrowRed">A New Start</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="middleLeft">
				

				<h3>Operational Update</h3>
					
                                         <a href="http://www.raf.mod.uk/rafoperationalupdate/" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/AB2416D7_5056_A318_A83A6936054A23CE.jpg" alt="Operational Update" /></a>
				
                                <div class="introright">
				<p>
Latest weekly update on Operations.
</p>
				<p><a href="http://www.raf.mod.uk/rafoperationalupdate/" target=_blank"" class="arrowRed">Ops update</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="middleRight">
				

				<h3>History</h3>
					
                                         <a href="http://www.raf.mod.uk/history/" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/32E26C5D_5056_A318_A85086CE941667B4.jpg" alt="RAF History" /></a>
				
                                <div class="introright">
				<p>
RAF History section.
</p>
				<p><a href="http://www.raf.mod.uk/history/" target=_blank"" class="arrowRed">History</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="middleLeft">
				

				<h3>RAF Events</h3>
					
                                         <a href="http://www.raf.mod.uk/events/index.cfm" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/1040BD19_5056_A318_A898149397A67899.jpg" alt="RAF Events" /></a>
				
                                <div class="introright">
				<p>
RAF Events and Display Teams.
</p>
				<p><a href="http://www.raf.mod.uk/events/index.cfm" target=_blank"" class="arrowRed">RAF Events</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="middleRight">
				

				<h3>Northern Exposure</h3>
					
                                         <a href="http://www.raf.mod.uk/news/NorthernExposure2011.cfm" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/35476441_5056_A318_A83C01E5ECBFC5B4.jpg" alt="Northern Exposure 2011" /></a>
				
                                <div class="introright">
				<p>
The Northern Exposure 2011 Expedition.
</p>
				<p><a href="http://www.raf.mod.uk/news/NorthernExposure2011.cfm" target=_blank"" class="arrowRed">Expedition</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="bottomLeft">
                 

				<h3>RAF Sports</h3>
					
                                         <a href="http://www.raf.mod.uk/rafsportsboard/" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/307792E7_5056_A318_A8EF12725B5C0C01.jpg" alt="RAF Sports" /></a>
				
                                <div class="introright">
				<p>
Catch up with the sports action.
</p>
				<p><a href="http://www.raf.mod.uk/rafsportsboard/" target=_blank"" class="arrowRed">Sport in the RAF</a></p>
                                </div>
				</div>
				

				
			
		
			

				

				

	

	
	
	

	
	
	
    
	
	
	
	
	

	

	

	
	
	

		

	

	
	
	


		
		
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
			
		
		

               
				
				
					
				

				
				
				<div class="introBox" id="bottomRight">
				

				<h3>Armed Forces Day</h3>
					
                                         <a href="http://www.raf.mod.uk/news/therafandarmedforcesday2011.cfm" target=_blank"">
					<img src="http://www.raf.mod.uk/rafcms/mediafiles/D16F66FA_5056_A318_A860058ACCF1C444.jpg" alt="Armed Forces Day 2011" /></a>
				
                                <div class="introright">
				<p>
Armed Forces Day in 2011.
</p>
				<p><a href="http://www.raf.mod.uk/news/therafandarmedforcesday2011.cfm" target=_blank"" class="arrowRed">Armed Forces Day</a></p>
                                </div>
				</div>
				

				
			
		

		
	




				<div class="homeBlocksBottom">
				<div class="gpv">
				





	

	
		
	



				





	

	
		
	



				





	

	
		
	



				</div>
				
				</div>
			</div>
			<div class="colRight">





	

	

		
		

		

		
		

		
		

		
		
			

				

				
				
				
                
				

				
						




	
	
	
	
	
	
	
	
		
	
	

	
		
	
	
	
		
	

	
	
		
	

	
	

	
	

<div class="reallyLike first"><h4 class="noImg">AIRSPACE</h4><a href="http://www.raf.mod.uk/airspace" target="_blank"><img src="http://www.raf.mod.uk/rafcms/mediafiles/01378162_5056_A318_A8A52859E7B5014A.jpg" alt="" & getmedia.alttag & "" width="165" height="50" /></a><p>AirSpace website </p><p><a href="http://www.raf.mod.uk/airspace" target="_blank" class="arrowRed">Serving Members Log in:</a></p></div>
					

				
				
			
		
			

				

				
				
				
                
				

				
						



	










	
	
	
	
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	

	
		
	
	
	
	
		

			
				
			
			

		
	
		
	
		
	
		
	
		
	
		
	
	
	

<div class="reallyLike"><h4 class="noImg">RAF Presentation Team</h4><ul><li><a href="http://www.raf.mod.uk/presentationteam/" target="_blank" class="arrowRed">RAF Presentation Team</a></li></ul></div>
					

				
				
			
		
			

				

				
				
				
                
				

				
						



	










	
	
	
	
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	

	
		
	
	
	
	
		

			
            	
			
			

		
	
		

			
            	
			
			

		
	
		
	
		
	
		
	
		
	
	
	

<div class="reallyLike"><h4 class="noImg">Air Power</h4><ul><li><a href="http://uk.sitestat.com/raf/rafcareers/s?home.rhc.relatedlinks.air_power.air_power_speeches&amp;ns_type=link&amp;ns_url=http://www.raf.mod.uk/role/airpower.cfm" class="arrowRed">Air Power Speeches</a></li><li><a href="http://uk.sitestat.com/raf/rafcareers/s?home.rhc.relatedlinks.air_power.air_power_review&amp;ns_type=link&amp;ns_url=http://www.raf.mod.uk/downloads/airpowerreview.cfm" class="arrowRed">Air Power Review</a></li></ul></div>
					

				
				
			
		
			

				

				
				
				
                
				

				
						



	










	
	
	
	
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	

	
		
	
	
	
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		
	
	
	

<div class="panel"><h4 class="noImg">RAF Community</h4><ul><li><a href="http://www.raf.mod.uk/careers/" target="_blank" class="arrowRed">RAF Careers</a></li><li><a href="http://raf.mod.uk/community/" target="_blank" class="arrowRed">RAF Community Support</a></li><li><a href="http://www.raf-ff.org.uk/" target="_blank" class="arrowRed">RAF Families Federation</a></li><li><a href="http://www.raf.mod.uk/rafreserves/" target="_blank" class="arrowRed">RAF Reserves</a></li><li><a href="http://www.raf.mod.uk/organisation/youthandstudents.cfm" target="_blank" class="arrowRed">Youth and Students</a></li></ul></div>
					

				
				
			
		
			

				

				
				
				
                
				

				
						



	










	
	
	
	
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	

	
		
	
	
	
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
		

			
				
			
			

		
	
	
	

<div class="reallyLike"><h4 class="noImg">Useful Links</h4><ul><li><a href="http://www.rafa.org.uk/" target="_blank" class="arrowRed">RAF Association</a></li><li><a href="http://www.rafbf.org/" target="_blank" class="arrowRed">RAF Benevolent Fund</a></li><li><a href="http://www.rafclub.org.uk/" target="_blank" class="arrowRed">RAF Club</a></li><li><a href="http://www.rafmuseum.org.uk/" target="_blank" class="arrowRed">RAF Museum</a></li><li><a href="http://www.forcespensionsociety.org/" target="_blank" class="arrowRed">Forces Pension Society</a></li><li><a href="http://www.ticketsfortroops.org.uk/" target="_blank" class="arrowRed">Tickets for Troops</a></li></ul></div>
					

				
				
			
		
			

				

				
				
				
                
				

				
						




	
	
	
	
	
	
	
	
		
	
	

	
		
	
	
	
		
	

	
	

	
	

	
	

<div class="reallyLike"><h4 class="noImg">Social Media</h4><a href="http://www.raf.mod.uk/news/royalairforcesocialmedia.cfm" target="_blank"><img src="http://www.raf.mod.uk/rafcms/mediafiles/8EC85F83_5056_A318_A8C28F625DA8B539.jpg" alt="" & getmedia.alttag & "" width="165" height="50" /></a><p><a href="http://www.raf.mod.uk/news/royalairforcesocialmedia.cfm" target="_blank" class="arrowRed"></a></p></div>
					

				
				
			
		



	


















































































































































   
   
   
   

   
   
   
   










</div>
	</div>

		





	
	

		<div id="preFooter"><p>&nbsp;</p></div>
		<div id="footer" class="clearfix">
		<ul>
			<li><a class="first" href="http://www.raf.mod.uk/termsconditions.cfm">Terms &amp; conditions</a></li>
			<li><a href="http://www.raf.mod.uk/sitemap.cfm">Site map</a></li>
			<li><a href="http://www.raf.mod.uk/accessibility.cfm">Accessibility</a></li>
			<li><a href="http://www.raf.mod.uk/contactus.cfm">Contact Us</a></li>
			<li><a href="http://www.mod.uk/DefenceInternet/FreedomOfInformation/" target="_blank" alt="Link opens up in a new window">Freedom of information</a></li>
		        <li><a href="http://www.raf.mod.uk/glossary.cfm">Glossary</a></li>
                </ul>
		<p class="copyright"><a href="http://www.mod.uk/defenceinternet/copyright/" target="_blank" alt="Link opens up in a new window">&copy; UK Crown copyright 2011</a></p>
		</div>

	
	<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
	try {
	var pageTracker = _gat._getTracker("UA-15489333-3");
	pageTracker._trackPageview();
	} catch(err) {}</script>
	
	
	



</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15489333-3");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

