<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>In flight fun world, entertainment for kids – Kingfisher Airlines</title>
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/trunk/lib/IE8.js" type="text/javascript"></script>
<![endif]-->
<META name="description" content="">
<META name="keywords" content="">

<style type="text/css">
#awards-block { width:538px; height:56px; background:url(/images/home/awards.jpg) left top no-repeat; margin-top:10px; clear:both; position:relative; }
#awards-block a.award1 { width:270px; height:56px; position:absolute; top:0; left:0px; }
#awards-block a.award2 { width:268px; height:56px; position:absolute; top:0; right:0px; }
<!--
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 0 0 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/others/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 130px;
	float: left;
}
-->
</style>
<!-- <link href="/CSS/kingfisher-style.css" rel="stylesheet" type="text/css" media="screen"/>-->
<script type="text/javascript" src="/Scripts/jquery.js"></script>
<script type="text/javascript" src="/Scripts/jquery.datePicker.js"></script>
<script type="text/javascript" src="/Scripts/date.js"></script>
<script type="text/javascript" src="/Scripts/kfbookings.js"></script>
 <!--<script type="text/javascript" src="/Scripts/jsDate.js"></script>
<script type="text/javascript" src="/Scripts/jQueryDatePicker.js"></script>-->
<script type="text/javascript" src="/Scripts/jQueryNewsTicker.js"></script>
<!-- <script type="text/javascript" src="/Scripts/smoothScroll.js"></script> -->
<script src="/Scripts/swfobject.js" type="text/javascript"></script>
<script src="/Scripts/sm-popup.js" type="text/javascript" charset="utf-8"></script>

<link rel="stylesheet" href="/css/sm-popstyle.css" type="text/css"/>

<link rel="shortcut icon" type="image/x-con" href="/images/favicon_kf.ico" />
  
<style type="text/css"> @import "/CSS/kingfisher-style.css"; </style>
<link href="/CSS/datePicker.css" rel="stylesheet" type="text/css" media="screen"/>
<script type='text/javascript' language='Javascript' >
 function chklocdrop()
{

  var rcook=GetCookie('locale');
  
  if(rcook=="en")
  {

document.getElementById("country").setAttribute("class", "indiaflag"); 
document.getElementById("country").setAttribute("className", "indiaflag"); 
document.getElementById("toploc").innerHTML="<a href='?locale=en'>India</a>";

       document.getElementById("locflags").innerHTML="<li class='ukflag'><a href='?locale=en-UK'>UK</a></li><li class='globalflag'><a href='?locale=en-US'>Global</a></li>";
      

  } 

if(rcook=="en-UK")
  {


document.getElementById("country").setAttribute("class", "ukflag"); 
document.getElementById("country").setAttribute("className", "ukflag"); 
document.getElementById("toploc").innerHTML="<a href='?locale=en-UK'>UK</a>";


document.getElementById("locflags").innerHTML="<li class='indiaflag'><a href='?locale=en'>India</a></li><li class='globalflag'><a href='?locale=en-US'>Global</a></li>";
      
  } 

if(rcook=="en-US")
  {
     document.getElementById("country").setAttribute("class", "globalflag"); 
     document.getElementById("country").setAttribute("className", "globalflag"); 
document.getElementById("toploc").innerHTML="<a href='?locale=en-US'>Global</a>";

document.getElementById("locflags").innerHTML="<li class='indiaflag'><a href='?locale=en'>India</a></li><li class='ukflag'><a href='?locale=en-UK'>UK</a></li>";

  } 
}

function goImgWin(myImage,myWidth,myHeight,
origLeft,origTop) {
myHeight += 24;
myWidth += 24;
TheImgWin = window.open(myImage,'image','height=' +
myHeight + ',width=' + myWidth +
',toolbar=no,directories=no,status=no,' +
'menubar=no,scrollbars=no,resizable=no');
TheImgWin.resizeTo(myWidth+2,myHeight+30);
TheImgWin.moveTo(origLeft,origTop);
TheImgWin.focus();
}


     $(function () {
                var tabContainers = $('div#home-form > div');
                tabContainers.hide().filter(':first').show();			
                $('div#home-form ul.tabNavigation a').click(function () {
                    tabContainers.hide();
                    tabContainers.filter(this.hash).show();
                    $('div#home-form ul.tabNavigation a').removeClass('active');
                    $(this).addClass('active');
                    return false;
                }).filter(':first').click();
            });
            
            $(function () {
                var botContainers = $('div#home-tabs > div');
                botContainers.hide().filter(':first').show();			
                $('div#home-tabs ul#tabs a').click(function () {
                    botContainers.hide();
                    botContainers.filter(this.hash).show();
                    $('div#home-tabs ul#tabs a').removeClass('active-tab');
                    $(this).addClass('active-tab');
                    return false;
                }).filter(':first').click();
            });
	$(function()
{
	$('.date-pick').datePicker({startDate:'01/01/1996'});
});		
 function showRooms() {
    
        numRooms = $('#strRooms').val();
        
       if(numRooms=='4+'){
              alert("Kindly call our Helpdesk at 1800 270 1111 for booking more than 4 rooms.");
          }
        $('#title-ad').hide();
        $('#room1').hide();
        $('#room2').hide();
        $('#room3').hide();
        $('#room4').hide();
        
        for (var xxi=1; xxi<=numRooms; xxi++) {
        
            $('#title-ad').show();
            $('#room'+xxi).show();
            
        }	
    
    }

  function showHideMainNav(id){	
	 var mylist=document.getElementById("main-nav");
          
     var listitems= mylist.getElementsByTagName("ul");
       for (i=0 ; i < listitems.length ; i++){
          listitems[i].style.display='none';
          
       }	
     if(document.getElementById(id)) {
           document.getElementById(id).style.display='block';
	 }
	}

        </script> 
<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">
var pageTracker = _gat._getTracker("UA-6212902-1");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
</script>
</head>

<body>

<div id="header-wrapper" title=""> 
	<a name="top" id="top"></a>
      <div id="header">
        <h1><a href="/index.aspx" title="Fly Kingfisher - Homepage">Fly Kingfisher</a></h1>

 <ul id="top-nav" class="menu">
        <li><a href="/about-us.aspx">About Us</a></li><li><a href="/faqs.aspx">FAQ<span>s</span></a></li><li><a href="/careers.aspx">Careers </a></li><li><a href="/media-center.aspx">Media Center</a></li>
 <li id="kf-world"><a href="http://www.kingfisherworld.com" title="" target="_blank">Kingfisher World</a></li>
            <li id="ub-group"><a href="http://www.theubgroup.com"  title="" target="_blank">UB Group</a></li>
            <!--  -->
        <li id="country" class="indiaflag"><span id="toploc"><a href="#">India</a></span>
                   <ul id="locflags">
                        <li class="ukflag"><a href="?locale=en-UK">UK</a></li>
                        <li class="globalflag"><a href="?locale=en-US">Global</a></li>

                   </ul>
              </li>
        </ul>
<div class="king-club-id">
<form id="frmkc" action="http://kingclub.flykingfisher.com/credCheck" method="get">
<input type="hidden" value="myaccount" name="rightheaderlink" id="rightheaderlink">
<input type="hidden" value="login" name="pageName" id="pageName">
<table width="400" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="111" align="center" valign="middle"><input type="text" name="memberId" id="memberId" value="King Club ID" onClick="javascript:if(document.getElementById('memberId').value=='King Club ID'){document.getElementById('memberId').value='';}" onblur="javascript:if(document.getElementById('memberId').value==''){document.getElementById('memberId').value='King Club ID';}"/></td>
    <td width="111" align="center" valign="middle"><input type="password" name="pin" id="pin" value="Password" onClick="javascript:if(document.getElementById('pin').value=='Password'){document.getElementById('pin').value='';}" onblur="javascript:if(document.getElementById('pin').value==''){document.getElementById('pin').value='Password';}"/></td>
    <td width="80" align="center" valign="middle"><input name="" type="image" src="/images/common/loginnew-btn.jpg" alt="Login" class="login-page"/></td>
    <td width="103" align="center" valign="middle"><a href="http://kingclub.flykingfisher.com/jsps/forgotPassword.jsp?rightheaderlink=myaccount">Forgot&nbsp;Password?</a></td>
  </tr>
</table>
</form>
</div>

<script type="text/javascript" language="JavaScript">
    chklocdrop();
</script>
<ul id="main-nav" class="menu"><li onmouseover="showHideMainNav('plan-book');" onmouseout="showHideMainNav('kingfisher-plus');"><a href="/plan-book.aspx">Plan &amp; Book</a><ul id="plan-book"><li><a href="/plan-book/bookings.aspx">Bookings</a></li><li><a href="/plan-book/retrieve-bookings.aspx">Retrieve Bookings</a></li><li><a href="/plan-book/web-check-in.aspx">Web Check-in</a></li><li><a href="/plan-book/flight-status.aspx">Flight Status</a></li><li><a href="/plan-book/e-coupons.aspx">e-Coupons</a></li><li><a href="/plan-book/schedule.aspx">Schedule</a></li><li><a href="/plan-book/group-travel.aspx">Group Travel</a></li><li><a href="/plan-book/upgrade-travel-option.aspx">Upgrade Travel Option</a></li><li><a href="/plan-book/special-fares.aspx">Special Fares</a></li></ul></li><li onmouseover="showHideMainNav('travel-assistance');" onmouseout="showHideMainNav('kingfisher-plus');"><a href="/travel-assistance.aspx">Travel Assistance</a><ul id="travel-assistance"><li><a href="/travel-assistance/baggage-tracer.aspx">Baggage Tracer</a></li><li><a href="/travel-assistance/special-care.aspx">Special Care</a></li><li><a href="/travel-assistance/baggage.aspx">Baggage</a></li><li><a href="/travel-assistance/travel-tips.aspx">Travel Tips</a></li></ul></li><li onmouseover="showHideMainNav('business-travel');" onmouseout="showHideMainNav('kingfisher-plus');"><a href="/business-travel.aspx">Business Travel</a><ul id="business-travel"><li><a href="/business-travel/corporate-travel.aspx">Corporate Travel</a></li><li><a href="/business-travel/charters.aspx">Charters</a></li><li><a href="/business-travel/american-express-kingfisher-airlines-corporate-card.aspx">American Express Kingfisher Airlines Corporate Card</a></li></ul></li><li onmouseover="showHideMainNav('the-experience');" onmouseout="showHideMainNav('kingfisher-plus');"><a href="/the-experience.aspx">The Experience</a></li><li onmouseover="showHideMainNav('kingfisher-plus');" onmouseout="showHideMainNav('kingfisher-plus');"><a class="focus" href="/kingfisher-plus.aspx">Kingfisher Plus</a><ul id="kingfisher-plus"><li><a href="/kingfisher-plus/air-pass.aspx">Air Pass</a></li><li><a class="focus" href="/kingfisher-plus/little-wings.aspx">Little Wings</a></li><li><a href="/kingfisher-plus/five-star-privileges.aspx">Five Star Privileges</a></li><li><a href="/kingfisher-plus/king-mobile.aspx">King Mobile</a></li></ul></li><li><a href="http://www.kingfisherholidays.com" target="_blank">Kingfisher Holidays</a></li></ul><script type="text/javascript">
 showHideMainNav('kingfisher-plus');
</script> 

  <div id="login-king-club">
            <h2><a href="http://kingclub.flykingfisher.com">Login King Club</a></h2>
        </div>        
      </div>      
    </div>

<div id="page"> 
  <div class="content wide">
        <div id="page-header">
            <div id="page-name"> <span><a href="/index.aspx">  
                                 Home 
                              </a></span><h2><a href="/kingfisher-plus.aspx">Kingfisher Plus</a></h2></div>
	    <div id="page-banner">
	        <div id="page-image" class="littlehd"> </div>
	      <div id="links-print">
              <ul id="bread-crumbs"><li><a href="/kingfisher-plus/air-pass.aspx">Air Pass</a></li><li><a class="focus" href="/kingfisher-plus/little-wings.aspx">Little Wings</a></li><li><a href="/kingfisher-plus/five-star-privileges.aspx">Five Star Privileges</a></li><li><a href="/kingfisher-plus/king-mobile.aspx">King Mobile</a></li><li><a href="/kingfisher-plus/incredible-india.aspx">Incredible India</a></li></ul>
	         <!-- <ul id="print-email">
                 <li id="print"><a href="#">Print</a></li>
                 <li id="email"><a href="#">Email</a></li>
                 <li id="bookmark"><a href="#">Bookmark</a></li>
                </ul> -->
	     </div>
       </div>
     </div>
        <div class="inner">
            <div id="page-content"><h3 class="page-heading"><span class="img-left"><img src="/images/little-wings/little-wings.jpg" width="141" height="150"/></span>Little Wings</h3><p class="page-heading">Whether you are 6 or 66, onboard Kingfisher Airlines, your experience promises to be <br />full of delightful & unforgettable moments. Our little guests may be nervous initially<br />but chances are as soon as we take off they’ll soon be absorbed in the thrill of <br />stretching their own little wings!</p><p class="page-heading"> </p><p class="page-heading"> </p><p class="page-heading"> </p><p class="red">A world of fun</p><p><span class="img-left"><img src="/images/little-wings/fun.jpg" width="152" height="97"/></span>While relaxing in comfortable seats, our little guests can slip into a world of fun courtesy cartoons and movies played on their personal in-flight entertainment system in Kingfisher Class & First. </p><p>Our interactive Little Wings activity magazine available on all classes of Kingfisher Airlines takes the experience further and truly immerses our little guests into a fantasy world. Created in association with Walt Disney, this magazine has something for everyone – Mickey Mouse & Winnie the Pooh for the little ones and High School Musical, Pirates of the Caribbean & Hannah Montana for all the adventurous teens on board.</p><p>Of course with activities such as coloring pages, comic strips pull out posters, code cracking games and trivia on beloved Disney Characters, there’s never a dull moment </p><p> </p><p class="red">Making little wings better</p><p>Our Little guests can also write back their views, feedback, and experience to <a href="mailto:littlewings@flykingfisher.com">littlewings@flykingfisher.com</a></p><p> </p><p> </p><p class="totop"><a href="#top" class="totoplink">top</a></p></div>
            <div id="right-block">
            <!--<a href="#" class="blurbs"><img src="/images/home/blurb2.gif" alt="Truly Five Star Service" title="Truly Five Star Service"/></a>-->
<p><a href="/the-experience.aspx" class="blurbs"><img src="/media/8422/18.jpg" width="176" height="609"/></a></p>
             </div>       
        </div>

  </div>
</div>

 <div id="footer"><div id="level-one"><div id="footer-top"><ul id="reservation"><li><a href="#go-nowhere" onclick="$('#level-two').slideToggle('slow'); $(this).toggleClass('focus-call'); " title="Click to view">Kingfisher Call Centers</a></li><li><a href="/travel-agents.aspx" title="Click to view">Travel agents</a></li></ul><ul id="footer-nav"><li><a href="/investor-relations.aspx" target="_blank"> Investor Relations</a></li><li><a href="/feedback.aspx">Feedback</a></li><li><a href="/contact-us.aspx">Contact us</a></li><li><a href="/sitemap.aspx">Sitemap</a></li></ul></div></div><div id="level-two"><div id="contacts-inner"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="country-head">India</td><td> </td><td> </td><td> </td></tr><tr><td>Toll Free</td><td>1800 209 3030 <br />
            1800 1800 101 <br />
            1800 425 7008 <br />
		1800 2333 131 </td><td>Others</td><td>
            022 6649 9393 <br />
            0124 284 4700<br />
            080 4197 9797<br />
            020 27293030<br />
			020 66243030 
            </td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td class="country-head"><br />
            USA / Canada<br /><br />
            UK</td><td><br /><p>1 866 435 9532</p><p>91 20 2729 3030</p><p>0 800 047 0810<br />
              0 843 080 1010<br />
			  91 20 6624 3030<br />
 MON-FRI 0900 – 1800 </p></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td class="country-head"><br />
            King Club </td><td><br /><p>1800 209 3030<br />
			Tel - 080 66117600<br />
			Fax - 080 67760280
			</p></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td class="country-head"><br />
              Cargo </td><td><br />
              (Local Area Code) 6000 3030 <br />
               IVR OPTION NUMBER 6</td></tr></tbody></table></div></div><div id="level-three"><div id="terms-disclaimer"><ul><li> © 2008-2009 Kingfisher Airlines Limited.</li><li><a href="/contract-of-carriage-main.aspx">Contract of Carriage</a></li><li><a href="/privacy-policy.aspx">Privacy Policy</a></li><li><a href="/disclaimer.aspx">Disclaimer &amp; Terms of use</a></li><li>                                                        <a href="http://www.twitter.com/flykingfisher"><img src="/images/home/Twit.jpg" alt="Follow us on Twitter" style="vertical-align:middle;" /></a></li></ul></div></div></div>
	<div id="popupContact">
		<a id="popupContactClose">x</a>
	  <h1>Web Check-in for international cities</h1>
         <ul id="contactArea">
            <li>Mumbai - London</li>
            <!--<li>London - Mumbai - Coming Soon</li>-->
            <li>Bengaluru - London</li>
            <!--<li>London - Bengaluru - Coming Soon</li>-->
            <li>Chennai - Colombo</li>
            <li>Bengaluru - Colombo</li>
            <li>Colombo - Chennai</li>
            <li>Colombo - Bengaluru</li>
        </ul>
        
	</div>
<div id="backgroundPopup"></div>
</body>
</html>