CINXE.COM
Home - Images - Images
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" class="ie ie6 lte9 lte8 lte7"> <![endif]--> <!--[if IE 7]> <html lang="en" class="ie ie7 lte9 lte8 lte7"> <![endif]--> <!--[if IE 8]> <html lang="en" class="ie ie8 lte9 lte8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie ie9 lte9"> <![endif]--> <!--[if gt IE 9]> <html lang="en"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://images.dawn.com/","20170208145204","https://web.archive.org/","web","/_static/", "1486565524"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <![endif]--> <title>Home - Images - Images</title> <meta name="description" content="Film. Fashion. Celebrity. Culture. All your lifestyle needs met by Pakistan&#039;s hippest insider. IMAGES - Home"/> <meta property="og:image" content="https://web.archive.org/web/20170208145204im_/http://images.dawn.com/_img/social-default.jpg"/> <meta name="twitter:image" content="https://web.archive.org/web/20170208145204im_/http://images.dawn.com/_img/social-default.jpg"/> <link rel="stylesheet" href="https://web.archive.org/web/20170208145204cs_/https://fonts.googleapis.com/css?family=Lato:300,400,700" media="all"> <link rel="stylesheet" href="/web/20170208145204cs_/http://images.dawn.com/_css/all.20170208175213.css" media="all"> <!-- - - - - - - adsense:header start - - - - - - --> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//web.archive.org/web/20170208145204/http://www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); googleAdsSlots = []; googletag.cmd.push(function() { googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-728x90-TOP', [728, 90], 'div-gpt-ad-1455520357400-0').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-728x90-BOTTOM', [728, 90], 'div-gpt-ad-1455520357400-1').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-728x90-MIDDLE', [728, 90], 'div-gpt-ad-1455520357400-2').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-MREC-MOBILE-300x250-TOP', [300, 250], 'div-gpt-ad-1455520357400-4').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-MREC-MOBILE-300x250-2', [300, 250], 'div-gpt-ad-1455520357400-6').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-MREC-300x250-3', [300, 250], 'div-gpt-ad-1455520357400-7').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-MOBILE-728x90-BOTTOM', [728, 90], 'div-gpt-ad-1455531878761-2').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-MREC-DESKTOP-300x250-TOP', [300, 250], 'div-gpt-ad-1455520357400-3').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-FLIMSTRIP-300x600', [300, 600], 'div-gpt-ad-1455520357400-8').addService(googletag.pubads())); googletag.pubads().set("document_language", "en"); googletag.pubads().collapseEmptyDivs(); googletag.pubads().setTargeting('site', 'images.dawn.com'); googletag.pubads().setTargeting('category', 'Home'); googletag.pubads().disableInitialLoad(); googletag.enableServices(); }); </script> <!-- - - - - - - adsense:header end - - - - - - --> <!-- - - - - start:refresh slots - - - - --> <script type="text/javascript"> window.onload = function() { googletag.cmd.push(function() { function isEnabled(div) { if (!div) return false; var width = parseInt($(div).css('width')); var height = parseInt($(div).css('height')); var margin = parseInt($(div).css('margin')); var display = $(div).css('display'); var parent = $(div).parent(); if (height <= 1 && width <= 1 && margin == -1) return false; if (display == 'none') return false; if (parent.is('body')) { return true; } else { return isEnabled(parent); } } var resetCorrelator = true; // issue #470 for (i = 0; i < googleAdsSlots.length; i++) { var slot = googleAdsSlots[i]; var id = slot.getSlotElementId(); var div = document.getElementById(id); if (isEnabled(div)) { googletag.pubads().refresh([slot], {changeCorrelator: resetCorrelator}); resetCorrelator = false; } } // http://stackoverflow.com/a/30935893 // https://developers.google.com/doubleclick-gpt/reference#googletag.events.SlotRenderEndedEvent // it is required as sometimes rendered ad is empty but rad adds width and height on the div // which doesn't allow the ad to collapse in this case googletag.pubads().addEventListener('slotRenderEnded', function(e) { if(e.isEmpty) { $('#' + e.slot.getSlotElementId()).parents('.ad').hide(); } }); }); } </script> <!-- - - - - end:refresh slots - - - - --> <!-- - - - - start:google - - - - --> <script type="text/javascript"> (function (i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function () { (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20170208145204/http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40396753-6', 'auto'); ga('set', 'dimension1', 'Home'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <!-- - - - - end:google - - - - --> <!-- - - - - start:chartbeat - - - - --> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <!-- - - - - end:chartbeat - - - - --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body class="ar home"> <header> <div class="container ltr"> <div class="px-2 mt-2 visuallyhidden--palm"> <ul class="nav nav--network text--center"> <li class="nav__item nav__item--www.dawnnews.tv "><a class="" href="https://web.archive.org/web/20170208145204/http://www.dawnnews.tv/watch-live">LIVE TV</a></li> <li class="nav__item nav__item--www.dawn.com "><a class="" href="https://web.archive.org/web/20170208145204/http://www.dawn.com/">Dawn.COM</a></li> <li class="nav__item nav__item--www.dawnnews.tv "><a class="" href="https://web.archive.org/web/20170208145204/http://www.dawnnews.tv/">DAWNNEWS URDU</a></li> <li class="nav__item nav__item--herald.dawn.com "><a class="" href="https://web.archive.org/web/20170208145204/http://herald.dawn.com/">Herald</a></li> <li class="nav__item nav__item--aurora.dawn.com "><a class="" href="https://web.archive.org/web/20170208145204/http://aurora.dawn.com/">Aurora</a></li> <li class="nav__item nav__item--cityfm89.com "><a target="_blank" class="" href="https://web.archive.org/web/20170208145204/http://cityfm89.com/">CityFM89</a></li> <li class="nav__item nav__item--educationexpo.dawn.com "><a target="_blank" class="" href="https://web.archive.org/web/20170208145204/http://educationexpo.dawn.com/">Events</a></li> <li class="nav__item nav__item--www.dawn.com "><a class="" href="https://web.archive.org/web/20170208145204/http://www.dawn.com/events/supplements">Supplements</a></li> <li class="nav__item nav__item--careers.dawn.com "><a target="_blank" class="" href="https://web.archive.org/web/20170208145204/http://careers.dawn.com/">Careers</a></li> <li class="nav__item nav__item--classifieds.dawn.com "><a target="_blank" class="" href="https://web.archive.org/web/20170208145204/http://classifieds.dawn.com/">Classifieds</a></li> <li class="nav__item nav__item--obituary.dawn.com "><a target="_blank" class="" href="https://web.archive.org/web/20170208145204/http://obituary.dawn.com/">Obituaries</a></li> </ul> </div> </div> <!-- .container --> <div class="px-2 py-4 ad--top-leaderboard"> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div style="max-width:728px;max-height:90px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-0" class="ad__wrapper__slot" style="width:728px;height:90px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-0'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <div class="menu-wide headroom"> <a href="/web/20170208145204/http://images.dawn.com/" class=""> <h1 class="hide-text logo "> Images </h1> </a> <ul class="nav nav--primary-wide "> <li class="nav__item nav__item--latest-news theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/latest-news">Latest</a></li> <li class="nav__item nav__item--comment theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/comment">Comment</a></li> <li class="nav__item nav__item--film-tv theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/film-tv">Film & TV</a></li> <li class="nav__item nav__item--food theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/food">Food</a></li> <li class="nav__item nav__item--celebrity theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/celebrity">Celebrity</a></li> <li class="nav__item nav__item--style theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/style">Style</a></li> <li class="nav__item nav__item--must-read theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/must-read">Must Read</a></li> <li class="nav__item nav__item--art-culture theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/art-culture">Art & Culture</a></li> <li class="nav__item nav__item--music theme "><a class="caps " href="/web/20170208145204/http://images.dawn.com/music">Music</a></li> </ul> <ul class="nav nav--aside visuallyhidden--palm"> <li class="nav__item"> <div class="icons"> <a href="https://web.archive.org/web/20170208145204/https://www.facebook.com/images.dawn"><img src="/web/20170208145204im_/http://images.dawn.com/_img/facebook.20150827161400.png" width="21"/></a> <a href="https://web.archive.org/web/20170208145204/https://twitter.com/dawn_images"><img src="/web/20170208145204im_/http://images.dawn.com/_img/twitter.20150827161400.png" width="21"/></a> <a href="https://web.archive.org/web/20170208145204/https://instagram.com/dawn_images/"><img src="/web/20170208145204im_/http://images.dawn.com/_img/instagram.20150827161400.png" width="21"/></a> </div> </li> <li><span class="js-search search-btn"><img src="/web/20170208145204im_/http://images.dawn.com/_img/search.png" title="Images Dawn Search"/></span></li> </ul> <div class="search-box search--wide"> <form action="/web/20170208145204/http://images.dawn.com/search"> <input type="hidden" name="cx" value="016184311056644083324:8u2es-0seny"/> <input type="hidden" name="cof" value="FORID:10"/> <input type="hidden" name="ie" value="UTF-8"/> <input type="text" class="search theme theme--pink" value="" placeholder="Search" name="q"/> </form> </div></div> <div class="p-2 menu-narrow headroom"> <a href="/web/20170208145204/http://images.dawn.com/" class=""> <h1 class="hide-text logo "> Images </h1> </a> <ul class="nav nav--primary-narrow nav--responsive"> <li class="nav__item nav__item--latest-news "><a class="" href="/web/20170208145204/http://images.dawn.com/latest-news">Latest</a></li> <li class="nav__item nav__item--comment "><a class="" href="/web/20170208145204/http://images.dawn.com/comment">Comment</a></li> <li class="nav__item nav__item--film-tv "><a class="" href="/web/20170208145204/http://images.dawn.com/film-tv">Film & TV</a></li> <li class="nav__item nav__item--food "><a class="" href="/web/20170208145204/http://images.dawn.com/food">Food</a></li> <li class="nav__item nav__item--celebrity "><a class="" href="/web/20170208145204/http://images.dawn.com/celebrity">Celebrity</a></li> <li class="nav__item nav__item--style "><a class="" href="/web/20170208145204/http://images.dawn.com/style">Style</a></li> <li class="nav__item nav__item--must-read "><a class="" href="/web/20170208145204/http://images.dawn.com/must-read">Must Read</a></li> <li class="nav__item nav__item--art-culture "><a class="" href="/web/20170208145204/http://images.dawn.com/art-culture">Art & Culture</a></li> <li class="nav__item nav__item--music "><a class="" href="/web/20170208145204/http://images.dawn.com/music">Music</a></li> </ul> <ul class="nav nav--aside"> <li class="nav__item"> <div class="icons"> <a href="https://web.archive.org/web/20170208145204/https://www.facebook.com/images.dawn"><img src="/web/20170208145204im_/http://images.dawn.com/_img/facebook.20150827161400.png" width="21"/></a> <a href="https://web.archive.org/web/20170208145204/https://twitter.com/dawn_images"><img src="/web/20170208145204im_/http://images.dawn.com/_img/twitter.20150827161400.png" width="21"/></a> <a href="https://web.archive.org/web/20170208145204/https://instagram.com/dawn_images/"><img src="/web/20170208145204im_/http://images.dawn.com/_img/instagram.20150827161400.png" width="21"/></a> </div> </li> </ul> <div class="js-search search-btn visuallyhidden--palm"><img src="/web/20170208145204im_/http://images.dawn.com/_img/search.png" title="Images Dawn Search"/></div> <div class="search-box"> <form action="/web/20170208145204/http://images.dawn.com/search"> <input type="hidden" name="cx" value="016184311056644083324:8u2es-0seny"/> <input type="hidden" name="cof" value="FORID:10"/> <input type="hidden" name="ie" value="UTF-8"/> <input type="text" class="search theme theme--pink" value="" placeholder="Search" name="q"/> </form> </div></div> </header><div class="grid grid--full"> <div class="grid__item one-whole"> <!-- story overlay --> <div class="mb-4"> <article class="box story story--overlay" data-id="1177073" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177073/shaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/primary/2017/02/589b0c07d80ab.jpg" alt="Shaggy, Ali Zafar and Shehzad Roy kick off PSL festivities at Dubai press conference"/></a></div> </figure> <!-- box/social --> <div class=" social--bottom social--left"> <div class="social social--icon social--facebook float--left ml-2 " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-2 " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Shaggy%2C%20Ali%20Zafar%20and%20Shehzad%20Roy%20kick%20off%20PSL%20festivities%20at%20Dubai%20press%20conference&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-2 " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073%2Fshaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference%23comments">0</a> </div></div> <div class="story--overlay__container"> <div class="story__container"> <!-- box/title title-overlay-xxxlarge-white --> <h2 data-layout="story" data-id="1177073" class="story__title text--white size-twelve text--300 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177073/shaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference" class="story__link">Shaggy, Ali Zafar and Shehzad Roy kick off PSL festivities at Dubai press conference</a></h2> </div> <div class="story__container"> <!-- box/byline --><span class="story__byline size-three caps text--white text--300 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/date --><span class="story__time size-three caps text--white text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-02-08T17:18:09+05:00"><span class="timestamp__calendar">Feb 08, 2017</span> <span class="timestamp__time">05:18pm</span></span></span> </div> </div> </article> </div> <!-- story overlay --> </div><!-- .grid__item one-whole --> </div><!-- .grid --> <div class="container py-4 px-2"> <!-- latest stories --> <div class="container__category latest__stories"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/latest-news"><span>Latest Stories</span></a></h2> <div class="grid"> <div class="grid__item seven-tenths palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4 pb-4" data-id="1177067" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch one-half palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177067/pakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589adbe07c937.jpg?r=1683086784" alt="Pakistani designers strutted their stuff at London&#39;s Fashion Parade 2017"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--style mx-2 "><a href="/web/20170208145204/http://images.dawn.com/style" alt="Style">Style</a></div> <!-- box/title xxxlarge --> <h2 data-layout="story" data-id="1177067" class="story__title size-ten my-2 px-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177067/pakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017" class="story__link">Pakistani designers strutted their stuff at London's Fashion Parade 2017</a></h2> <!-- box/excerpt --> <div class="story__excerpt size-five text--400 px-2 mb-2 ">Fashion Parade highlights include Nilofer Shahid's embroidered forest and Faiza Samee's beautiful bridals </div> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray pl-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-02-08T15:20:27+05:00"><span class="timestamp__calendar">Feb 08, 2017</span> <span class="timestamp__time">03:20pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Pakistani%20designers%20strutted%20their%20stuff%20at%20London%27s%20Fashion%20Parade%202017&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067%2Fpakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017%23comments">5</a> </div></div></article> <!-- - - - /article - - - --> <div class="grid grid--full"> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177068" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177068/central-censor-board-at-odds-with-provincial-bodies-over-raees"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589ab37c92c0c.jpg" alt="Central censor board at odds with provincial bodies over Raees"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--film-tv pl-0 "><a href="/web/20170208145204/http://images.dawn.com/film-tv" alt="Film & TV">Film & TV</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177068" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177068/central-censor-board-at-odds-with-provincial-bodies-over-raees" class="story__link">Central censor board at odds with provincial bodies over Raees</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/34/peerzada-salman">Peerzada Salman</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-08T12:20:39+05:00"><span class="timestamp__calendar">Feb 08, 2017</span> <span class="timestamp__time">12:20pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Central%20censor%20board%20at%20odds%20with%20provincial%20bodies%20over%20Raees&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068%2Fcentral-censor-board-at-odds-with-provincial-bodies-over-raees%23comments">18</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177070" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177070/shoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589ad5ee01321.png" alt="Shoaib Mansoor feels I&#39;m better at singing than acting: Mahira Khan"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--celebrity pl-0 "><a href="/web/20170208145204/http://images.dawn.com/celebrity" alt="Celebrity">Celebrity</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177070" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177070/shoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan" class="story__link">Shoaib Mansoor feels I'm better at singing than acting: Mahira Khan</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-02-08T13:26:04+05:00"><span class="timestamp__calendar">Feb 08, 2017</span> <span class="timestamp__time">01:26pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Shoaib%20Mansoor%20feels%20I%27m%20better%20at%20singing%20than%20acting%3A%20Mahira%20Khan&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070%2Fshoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan%23comments">1</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177061" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177061/mikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58998dbd43161.jpg?r=706865691" alt="Mikaal Zulfiqar will play a supermodel in Ae Dil Meray Chal Re"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--film-tv pl-0 "><a href="/web/20170208145204/http://images.dawn.com/film-tv" alt="Film & TV">Film & TV</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177061" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177061/mikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re" class="story__link">Mikaal Zulfiqar will play a supermodel in Ae Dil Meray Chal Re</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/52/irfan-ul-haq">Irfan Ul Haq</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-08T16:18:59+05:00"><span class="timestamp__calendar">Feb 08, 2017</span> <span class="timestamp__time">04:18pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Mikaal%20Zulfiqar%20will%20play%20a%20supermodel%20in%20Ae%20Dil%20Meray%20Chal%20Re&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061%2Fmikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re%23comments">4</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item palm--one-whole"> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--lap-and-up" aria-hidden="true"> <div style="max-width:300px;max-height:250px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-4" class="ad__wrapper__slot" style="width:300px;height:250px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-4'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177053" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177053/mawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5898652e34309.gif" alt="Mawra Hocane&#39;s Sammi is a slow unravelling of one of Pakistan&#39;s darkest truths"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--film-tv pl-0 "><a href="/web/20170208145204/http://images.dawn.com/film-tv" alt="Film & TV">Film & TV</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177053" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177053/mawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths" class="story__link">Mawra Hocane's Sammi is a slow unravelling of one of Pakistan's darkest truths</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/20/sadaf-haider">Sadaf Haider</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-07T19:22:52+05:00"><span class="timestamp__calendar">Feb 07, 2017</span> <span class="timestamp__time">07:22pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Mawra%20Hocane%27s%20Sammi%20is%20a%20slow%20unravelling%20of%20one%20of%20Pakistan%27s%20darkest%20truths&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053%2Fmawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths%23comments">12</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177062" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5899a523d613e.gif" alt="Pakistan&#39;s Raees ban is NOT going down well with fans"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--comment pl-0 "><a href="/web/20170208145204/http://images.dawn.com/comment" alt="Comment">Comment</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177062" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans" class="story__link">Pakistan's Raees ban is NOT going down well with fans</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-07T17:33:16+05:00"><span class="timestamp__calendar">Feb 07, 2017</span> <span class="timestamp__time">05:33pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Pakistan%27s%20Raees%20ban%20is%20NOT%20going%20down%20well%20with%20fans&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062%2Fpakistans-raees-ban-is-not-going-down-well-with-fans%23comments">22</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story pt-2 pr-4 mb-4 pb-4" data-id="1177060" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177060/lahore-eat-postponed-to-february-17-19"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5899737a3c2b8.gif" alt="Lahore Eat postponed to February 17-19"/></a></div> </figure> <!-- box/label --> <div class="loz caps theme theme--food pl-0 "><a href="/web/20170208145204/http://images.dawn.com/food" alt="Food">Food</a></div> <!-- box/title large --> <h2 data-layout="story" data-id="1177060" class="story__title size-seven "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177060/lahore-eat-postponed-to-february-17-19" class="story__link">Lahore Eat postponed to February 17-19</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/date --><span class="story__time size-three text--400 caps text--gray "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-02-07T18:28:52+05:00"><span class="timestamp__calendar">Feb 07, 2017</span> <span class="timestamp__time">06:28pm</span></span></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Lahore%20Eat%20postponed%20to%20February%2017-19&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060%2Flahore-eat-postponed-to-february-17-19%23comments">2</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div> <div class="grid__item three-tenths palm--one-whole"> <div class="ml-4"> <div class=" visuallyhidden--palm"> <!-- - - - - - - widget:start id: 59 - type: adsense - object_id: - title: MREC_TOP_RIGHT 300x250 - /1029551/DAWN-MREC-DESKTOP-300x250-TOP - - - - - - --> <section class="widget theme widget-adsense " data-type="adsense" data-id="59"> <div class="widget__container "> <h2 class="widget__container__title "><span>MREC_TOP_RIGHT 300x250 - /1029551/DAWN-MREC-DESKTOP-300x250-TOP</span></h2> <div class="widget__container__body "> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div style="max-width:300px;max-height:250px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-3" class="ad__wrapper__slot" style="width:300px;height:250px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-3'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> <!-- - - - - - - widget:start id: 4 - type: ourfavourites - object_id: - title: Our Favourites - - - - - - --> <section class="widget theme widget-ourfavourites " data-type="ourfavourites" data-id="4"> <div class="widget__container "> <h2 class="widget__container__title "><span>Our Favourites</span></h2> <div class="widget__container__body "> <div class="grid"> <div class="grid__item one-whole"> <div class="slideshow favourite-slideshow portable--one-whole slideshow--main " data-slick="{ "dots": true, "dotsClass": "slideshow__pager", "asNavFor": null, "cssEase": "ease", "speed": 200, "autoplaySpeed": 4000, "slidesToScroll": 1, "slidesToShow": 1, "responsive": [{"breakpoint": 480, "settings":{"slidesToShow":1, "slidesToScroll":1}},{"breakpoint": 720, "settings":{"slidesToShow":1, "slidesToScroll":1}}], "fade": false }"> <div class="slideshow__slide slideshow__slide--first slideshow__slide--horizontal" style=""> <!-- - - - article - - - --> <article class="box story " data-id="1177041" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="85.25%" data-focus-y="45.208%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589824920198e.gif?r=1910906400" alt="Fawad Khan is looking inward, and that&#39;s great news for Pakistan"/></a></div> </figure> <!-- box/title xsmall --> <h2 data-layout="story" data-id="1177041" class="story__title size-four py-4 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan" class="story__link">Fawad Khan is looking inward, and that's great news for Pakistan</a></h2> </article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style=""> <!-- - - - article - - - --> <article class="box story " data-id="1176991" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176991/raees-is-such-a-big-deal-that-we-reviewed-it-twice"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/01/5889c019ecb86.jpg" alt="Raees is such a big deal that we reviewed it twice"/></a></div> </figure> <!-- box/title xsmall --> <h2 data-layout="story" data-id="1176991" class="story__title size-four py-4 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176991/raees-is-such-a-big-deal-that-we-reviewed-it-twice" class="story__link">Raees is such a big deal that we reviewed it twice</a></h2> </article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style=""> <!-- - - - article - - - --> <article class="box story " data-id="1177002" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177002/the-pakistani-mans-guide-to-rocking-5-hot-winter-trends"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/01/588c60e9e5242.jpg?r=765728169" alt="The Pakistani man&#39;s guide to rocking 5 hot winter trends"/></a></div> </figure> <!-- box/title xsmall --> <h2 data-layout="story" data-id="1177002" class="story__title size-four py-4 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177002/the-pakistani-mans-guide-to-rocking-5-hot-winter-trends" class="story__link">The Pakistani man's guide to rocking 5 hot winter trends</a></h2> </article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style=""> <!-- - - - article - - - --> <article class="box story " data-id="1176982" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176982/step-inside-the-lahooti-melo-hyderabads-celebration-of-folk-music-and-culture"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/i.dawn.com/medium/2017/01/58883158d6feb.jpg?r=172997696" alt="Step inside the Lahooti Melo, Hyderabad&#39;s celebration of folk music and culture"/></a></div> </figure> <!-- box/title xsmall --> <h2 data-layout="story" data-id="1176982" class="story__title size-four py-4 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176982/step-inside-the-lahooti-melo-hyderabads-celebration-of-folk-music-and-culture" class="story__link">Step inside the Lahooti Melo, Hyderabad's celebration of folk music and culture</a></h2> </article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style=""> <!-- - - - article - - - --> <article class="box story " data-id="1176975" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176975/islamabads-street-burger-serves-beef-patties-in-a-black-bun-would-you-try-it"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/i.dawn.com/medium/2017/01/588af7b35c046.jpg?r=1409221147" alt="Islamabad&#39;s Street Burger serves beef patties in a black bun. Would you try it?"/></a></div> </figure> <!-- box/title xsmall --> <h2 data-layout="story" data-id="1176975" class="story__title size-four py-4 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176975/islamabads-street-burger-serves-beef-patties-in-a-black-bun-would-you-try-it" class="story__link">Islamabad's Street Burger serves beef patties in a black bun. Would you try it?</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> </div></div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> </div> </div><!-- latest stories --> </div><!-- .container --> <!-- .most-popular --> <div class="grid grid--full"> <div class="grid__item one-whole"> <div class="most-popular clear"> <div class="mb-4 py-2"> <h2 class="my-2 ml-4 px-4 caps size-seven">Most Popular</h2> <div class="slideshow px-4 favourite-slideshow portable--one-whole slideshow--main " data-slick="{ "dots": true, "dotsClass": "slideshow__pager", "asNavFor": null, "cssEase": "ease", "speed": 200, "autoplaySpeed": 4000, "slidesToScroll": 1, "slidesToShow": 4, "responsive": [{"breakpoint": 480, "settings":{"slidesToShow":1, "slidesToScroll":1}},{"breakpoint": 720, "settings":{"slidesToShow":1, "slidesToScroll":1}}], "fade": false }"> <div class="slideshow__slide slideshow__slide--first slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177063" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177063/7-selfies-that-ought-to-be-banned-in-2017"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58998cb85b777.jpg" alt="7 selfies that ought to be banned in 2017"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177063" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177063/7-selfies-that-ought-to-be-banned-in-2017" class="story__link">7 selfies that ought to be banned in 2017</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/201/sonia-ashraf">Sonia Ashraf</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177063&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=7%20selfies%20that%20ought%20to%20be%20banned%20in%202017&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177063&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177063" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177063%2F7-selfies-that-ought-to-be-banned-in-2017%23comments">15</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177057" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177057/raees-will-not-release-in-pakistan-says-the-censor-board"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5898689be6669.jpg" alt="Raees will not release in Pakistan, says the censor board"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177057" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177057/raees-will-not-release-in-pakistan-says-the-censor-board" class="story__link">Raees will not release in Pakistan, says the censor board</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/316/sanaullah-khan">Sanaullah Khan</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177057&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Raees%20will%20not%20release%20in%20Pakistan%2C%20says%20the%20censor%20board&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177057&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177057" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177057%2Fraees-will-not-release-in-pakistan-says-the-censor-board%23comments">109</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177059" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177059/sanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589963af85189.jpg?r=1886862129" alt="Sanam Jung just revealed the sweetest photos of her baby girl"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177059" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177059/sanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl" class="story__link">Sanam Jung just revealed the sweetest photos of her baby girl</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Sanam%20Jung%20just%20revealed%20the%20sweetest%20photos%20of%20her%20baby%20girl&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059%2Fsanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl%23comments">3</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177041" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 " data-focus-x="85.25%" data-focus-y="45.208%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589824920198e.gif?r=1910906400" alt="Fawad Khan is looking inward, and that&#39;s great news for Pakistan"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177041" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan" class="story__link">Fawad Khan is looking inward, and that's great news for Pakistan</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/2/hamna-zubair">Hamna Zubair</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Fawad%20Khan%20is%20looking%20inward%2C%20and%20that%27s%20great%20news%20for%20Pakistan&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041%2Ffawad-khan-is-looking-inward-and-thats-great-news-for-pakistan%23comments">25</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177054" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177054/mahira-teaches-us-how-to-master-the-hairflip-in-this-deleted-raees-song"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58983a33395f0.jpg" alt="Mahira teaches us how to master the hairflip in this deleted Raees song"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177054" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177054/mahira-teaches-us-how-to-master-the-hairflip-in-this-deleted-raees-song" class="story__link">Mahira teaches us how to master the hairflip in this deleted Raees song</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177054&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Mahira%20teaches%20us%20how%20to%20master%20the%20hairflip%20in%20this%20deleted%20Raees%20song&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177054&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177054" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177054%2Fmahira-teaches-us-how-to-master-the-hairflip-in-this-deleted-raees-song%23comments">9</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177050" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177050/upcoming-film-azaadi-puts-the-struggle-for-kashmir-on-the-big-screen"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5896dfec68b42.jpg" alt="Upcoming film Azaadi puts the struggle for Kashmir on the big screen"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177050" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177050/upcoming-film-azaadi-puts-the-struggle-for-kashmir-on-the-big-screen" class="story__link">Upcoming film Azaadi puts the struggle for Kashmir on the big screen</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177050&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Upcoming%20film%20Azaadi%20puts%20the%20struggle%20for%20Kashmir%20on%20the%20big%20screen&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177050&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177050" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177050%2Fupcoming-film-azaadi-puts-the-struggle-for-kashmir-on-the-big-screen%23comments">29</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177062" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5899a523d613e.gif" alt="Pakistan&#39;s Raees ban is NOT going down well with fans"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177062" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans" class="story__link">Pakistan's Raees ban is NOT going down well with fans</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Pakistan%27s%20Raees%20ban%20is%20NOT%20going%20down%20well%20with%20fans&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062%2Fpakistans-raees-ban-is-not-going-down-well-with-fans%23comments">22</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="slideshow__slide slideshow__slide--horizontal" style="margin:0 1px;"> <!-- - - - article - - - --> <article class="box story px-4 pb-2" data-id="1177053" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole mb-2 "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177053/mawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5898652e34309.gif" alt="Mawra Hocane&#39;s Sammi is a slow unravelling of one of Pakistan&#39;s darkest truths"/></a></div> </figure> <!-- box/title medium --> <h2 data-layout="story" data-id="1177053" class="story__title size-six pt-2 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177053/mawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths" class="story__link">Mawra Hocane's Sammi is a slow unravelling of one of Pakistan's darkest truths</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/20/sadaf-haider">Sadaf Haider</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Mawra%20Hocane%27s%20Sammi%20is%20a%20slow%20unravelling%20of%20one%20of%20Pakistan%27s%20darkest%20truths&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left ml-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177053%2Fmawra-hocanes-sammi-is-a-slow-unravelling-of-one-of-pakistans-darkest-truths%23comments">12</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div> </div><!-- .most-popular --> </div><!-- .grid__item one-whole --> </div><!-- .grid --> <div class="container px-2"> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--lap-and-up" aria-hidden="true"> <div style="max-width:300px;max-height:250px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-6" class="ad__wrapper__slot" style="width:300px;height:250px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-6'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> <div class="my-4 py-4"></div> <!-- celebrity --> <div class="my-4 container__category pb-4"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/celebrity"><span>Celebrity</span></a></h2> <div class="grid"> <div class="grid__item seven-tenths palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177070" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177070/shoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/large/2017/02/589ad5ee01321.png" alt="Shoaib Mansoor feels I&#39;m better at singing than acting: Mahira Khan"/></a></div> </figure> <!-- box/title xxxlarge --> <h2 data-layout="story" data-id="1177070" class="story__title size-ten pb-0 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177070/shoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan" class="story__link">Shoaib Mansoor feels I'm better at singing than acting: Mahira Khan</a></h2> <!-- box/excerpt --> <div class="story__excerpt size-five text--400 ">Will the starlet be belting out tunes in her film with the Pakistani director? </div> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Shoaib%20Mansoor%20feels%20I%27m%20better%20at%20singing%20than%20acting%3A%20Mahira%20Khan&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177070%2Fshoaib-mansoor-feels-im-better-at-singing-than-acting-mahira-khan%23comments">1</a> </div></div></article> <!-- - - - /article - - - --> <div class="grid"> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177059" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177059/sanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589963af85189.jpg?r=1886862129" alt="Sanam Jung just revealed the sweetest photos of her baby girl"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177059" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177059/sanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl" class="story__link">Sanam Jung just revealed the sweetest photos of her baby girl</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Sanam%20Jung%20just%20revealed%20the%20sweetest%20photos%20of%20her%20baby%20girl&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177059%2Fsanam-jung-just-revealed-the-sweetest-photos-of-her-baby-girl%23comments">3</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177041" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="85.25%" data-focus-y="45.208%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589824920198e.gif?r=1910906400" alt="Fawad Khan is looking inward, and that&#39;s great news for Pakistan"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177041" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177041/fawad-khan-is-looking-inward-and-thats-great-news-for-pakistan" class="story__link">Fawad Khan is looking inward, and that's great news for Pakistan</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/2/hamna-zubair">Hamna Zubair</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Fawad%20Khan%20is%20looking%20inward%2C%20and%20that%27s%20great%20news%20for%20Pakistan&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177041%2Ffawad-khan-is-looking-inward-and-thats-great-news-for-pakistan%23comments">25</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177040" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177040/angelina-jolie-slams-donald-trumps-travel-ban"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58943af757d49.jpg?r=660217534" alt="Angelina Jolie slams Donald Trump&#39;s travel ban"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177040" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177040/angelina-jolie-slams-donald-trumps-travel-ban" class="story__link">Angelina Jolie slams Donald Trump's travel ban</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/39/reuters">Reuters</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177040&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Angelina%20Jolie%20slams%20Donald%20Trump%27s%20travel%20ban&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177040&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177040" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177040%2Fangelina-jolie-slams-donald-trumps-travel-ban%23comments">15</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--palm" aria-hidden="true"> <div style="max-width:728px;max-height:90px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-2" class="ad__wrapper__slot" style="width:728px;height:90px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-2'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <div class="grid__item three-tenths visuallyhidden--palm"> <div class="ml-4"> <!-- - - - - - - widget:start id: 58 - type: adsense - object_id: - title: Half_Page_Banner 300x600 - /1029551/DAWN-FLIMSTRIP-300x600 - - - - - - --> <section class="widget theme widget-adsense " data-type="adsense" data-id="58"> <div class="widget__container "> <h2 class="widget__container__title "><span>Half_Page_Banner 300x600 - /1029551/DAWN-FLIMSTRIP-300x600</span></h2> <div class="widget__container__body "> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div style="max-width:300px;max-height:600px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-8" class="ad__wrapper__slot" style="width:300px;height:600px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-8'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> <!-- - - - - - - widget:start id: 87 - type: poll - object_id: 9571957 - title: Which film are you most looking forward to? - - - - - - --> <section class="widget theme widget-poll " data-type="poll" data-id="87"> <div class="widget__container "> <h2 class="widget__container__title "><span>Which film are you most looking forward to?</span></h2> <div class="widget__container__body "> <div id="widgetPoll-16865475"> <script src="//web.archive.org/web/20170208145204js_/http://static.polldaddy.com/p/9571957.js"></script> </div> <link rel="stylesheet" href="/web/20170208145204cs_/http://images.dawn.com/widgets/poll/_css/poll.20161023231109.css" media="all"></div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> </div> </div><!-- celebrity --> <!-- style --> <div class="my-4 container__category pb-4"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/style"><span>Style</span></a></h2> <div class="grid"> <div class="grid__item three-quarters palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177067" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole media--focus " data-focus-x="0%" data-focus-y="0%"> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177067/pakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/large/2017/02/589adbe07c937.jpg?r=801424983" alt="Pakistani designers strutted their stuff at London&#39;s Fashion Parade 2017"/></a></div> </figure> <!-- box/title xxxlarge --> <h2 data-layout="story" data-id="1177067" class="story__title size-ten pb-0 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177067/pakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017" class="story__link">Pakistani designers strutted their stuff at London's Fashion Parade 2017</a></h2> <!-- box/excerpt --> <div class="story__excerpt size-five text--400 ">Fashion Parade highlights include Nilofer Shahid's embroidered forest and Faiza Samee's beautiful bridals </div> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Pakistani%20designers%20strutted%20their%20stuff%20at%20London%27s%20Fashion%20Parade%202017&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177067%2Fpakistani-designers-strutted-their-stuff-at-londons-fashion-parade-2017%23comments">5</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--lap-and-up" aria-hidden="true"> <div style="max-width:300px;max-height:250px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-7" class="ad__wrapper__slot" style="width:300px;height:250px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-7'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> <div class="grid"> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177044" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177044/why-are-pakistans-hottest-designers-heading-to-london-this-week"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58958d6bc423c.jpg" alt="Why are Pakistan&#39;s hottest designers heading to London this week?"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177044" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177044/why-are-pakistans-hottest-designers-heading-to-london-this-week" class="story__link">Why are Pakistan's hottest designers heading to London this week?</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/7/maliha-rehman">Maliha Rehman</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177044&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Why%20are%20Pakistan%27s%20hottest%20designers%20heading%20to%20London%20this%20week%3F&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177044&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177044" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177044%2Fwhy-are-pakistans-hottest-designers-heading-to-london-this-week%23comments">12</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177031" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole "> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177031/inzamam-ul-haq-launched-a-clothing-store-and-all-the-cricketers-came-to-celebrate"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5891cf1091746.jpg" alt="Inzamam ul Haq launched a clothing store and all the cricketers came to celebrate"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177031" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177031/inzamam-ul-haq-launched-a-clothing-store-and-all-the-cricketers-came-to-celebrate" class="story__link">Inzamam ul Haq launched a clothing store and all the cricketers came to celebrate</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177031&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Inzamam%20ul%20Haq%20launched%20a%20clothing%20store%20and%20all%20the%20cricketers%20came%20to%20celebrate&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177031&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177031" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177031%2Finzamam-ul-haq-launched-a-clothing-store-and-all-the-cricketers-came-to-celebrate%23comments">37</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-third palm--one-whole"> <!-- - - - article - - - --> <article class="box story py-4" data-id="1177002" data-layout="story"> <!-- box/image --> <figure class="media media--focus media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item media__item--100 "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177002/the-pakistani-mans-guide-to-rocking-5-hot-winter-trends"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/01/588c60e9e5242.jpg?r=765728169" alt="The Pakistani man&#39;s guide to rocking 5 hot winter trends"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177002" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177002/the-pakistani-mans-guide-to-rocking-5-hot-winter-trends" class="story__link">The Pakistani man's guide to rocking 5 hot winter trends</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/253/umar-khan">Umar Khan</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177002&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=The%20Pakistani%20man%27s%20guide%20to%20rocking%205%20hot%20winter%20trends&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177002&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177002" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-4 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177002%2Fthe-pakistani-mans-guide-to-rocking-5-hot-winter-trends%23comments">8</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div> <div class="grid__item one-quarter palm--one-whole"> <div class="ml-4"> <!-- - - - - - - widget:start id: 8 - type: writers - object_id: - title: Our writers - - - - - - --> <section class="widget theme widget-writers " data-type="writers" data-id="8"> <div class="widget__container "> <h2 class="widget__container__title "><span>Our writers</span></h2> <div class="widget__container__body "> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/2"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/2.jpg?160323123653" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/2" class="writers__name">Hamna Zubair</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/hamnazubair" title="Follow @hamnazubair" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Editor</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/4"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/4.jpg?r=2084663322" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/4" class="writers__name">Mehreen Hasan</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/@mehreen_hasan" title="Follow @@mehreen_hasan" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Assistant Editor</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/7"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/7.jpg?r=1733584360" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/7" class="writers__name">Maliha Rehman</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/@maliharehman" title="Follow @@maliharehman" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Senior Fashion Writer</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/8"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/8.jpg?160626101113" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/8" class="writers__name">Anum Rehman Chagani</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/Anumero_1" title="Follow @Anumero_1" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Staff Writer</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/12"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/12.jpg" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/12" class="writers__name">Maliha Diwan</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/" title="Follow @" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Images Contributor</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/17"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/17.jpg" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/17" class="writers__name">Salima Feerasta</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/@karachista" title="Follow @@karachista" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Lifestyle Contributor</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/16"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/16.jpg?r=1527574215" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/16" class="writers__name">Sheharyar Rizwan</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/@sheharyarizwan" title="Follow @@sheharyarizwan" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Lifestyle Contributor</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/201"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/201.jpg?160401125915" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/201" class="writers__name">Sonia Ashraf</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/TheSonja_" title="Follow @TheSonja_" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Staff Writer</span> </div> </div> </div> </div> <div class="mb-2 pb-2 writers"> <div class="grid grid--full"> <div class="grid__item one-fifth"> <a href="/web/20170208145204/http://images.dawn.com/authors/233"><img class="writers__pic" src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/users/233.jpg?160607021937" width="110"/></a> </div> <div class="grid__item four-fifths"> <div class="mt-2"> <h2 class="ml-4 size-four text--left"> <a href="/web/20170208145204/http://images.dawn.com/authors/233" class="writers__name">Munnazzah Raza</a> <a class="writers__twitter" href="https://web.archive.org/web/20170208145204/https://twitter.com/MunnazzahR" title="Follow @MunnazzahR" target="_blank"> <img src="/web/20170208145204im_/http://images.dawn.com/_img/widgets/twitter.png"/> </a> </h2> </div> <div class="ml-4 size-four text--left"> <span class="writers__heading">Staff Writer</span> </div> </div> </div> </div> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> </div> </div><!-- style --> <!-- film & tv --> <div class="my-4 container__category pb-4"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/film-tv"><span>Film & TV</span></a></h2> <div class="grid"> <div class="grid__item three-quarters palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177068" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177068/central-censor-board-at-odds-with-provincial-bodies-over-raees"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/large/2017/02/589ab37c92c0c.jpg" alt="Central censor board at odds with provincial bodies over Raees"/></a></div> </figure> <!-- box/title xxxlarge --> <h2 data-layout="story" data-id="1177068" class="story__title size-ten pb-0 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177068/central-censor-board-at-odds-with-provincial-bodies-over-raees" class="story__link">Central censor board at odds with provincial bodies over Raees</a></h2> <!-- box/excerpt --> <div class="story__excerpt size-five text--400 ">However, cinema owners appear unperturbed by the ban on the film </div> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Central%20censor%20board%20at%20odds%20with%20provincial%20bodies%20over%20Raees&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177068%2Fcentral-censor-board-at-odds-with-provincial-bodies-over-raees%23comments">18</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177061" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177061/mikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58998dbd43161.jpg?r=706865691" alt="Mikaal Zulfiqar will play a supermodel in Ae Dil Meray Chal Re"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177061" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177061/mikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re" class="story__link">Mikaal Zulfiqar will play a supermodel in Ae Dil Meray Chal Re</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/52/irfan-ul-haq">Irfan Ul Haq</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Mikaal%20Zulfiqar%20will%20play%20a%20supermodel%20in%20Ae%20Dil%20Meray%20Chal%20Re&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177061%2Fmikaal-zulfiqar-will-play-a-supermodel-in-ae-dil-meray-chal-re%23comments">4</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177062" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5899a523d613e.gif" alt="Pakistan&#39;s Raees ban is NOT going down well with fans"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177062" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177062/pakistans-raees-ban-is-not-going-down-well-with-fans" class="story__link">Pakistan's Raees ban is NOT going down well with fans</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Pakistan%27s%20Raees%20ban%20is%20NOT%20going%20down%20well%20with%20fans&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177062%2Fpakistans-raees-ban-is-not-going-down-well-with-fans%23comments">22</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div><!-- film & tv --> <!-- music --> <div class="my-4 container__category pb-4"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/music"><span>Music</span></a></h2> <div class="grid"> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177073" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177073/shaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589b0c07d80ab.jpg" alt="Shaggy, Ali Zafar and Shehzad Roy kick off PSL festivities at Dubai press conference"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177073" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177073/shaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference" class="story__link">Shaggy, Ali Zafar and Shehzad Roy kick off PSL festivities at Dubai press conference</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Shaggy%2C%20Ali%20Zafar%20and%20Shehzad%20Roy%20kick%20off%20PSL%20festivities%20at%20Dubai%20press%20conference&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177073%2Fshaggy-ali-zafar-and-shehzad-roy-kick-off-psl-festivities-at-dubai-press-conference%23comments">0</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177052" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177052/rahat-fateh-ali-khan-appointed-ambassador-of-british-charity-by-prince-charles"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58982f04a6070.jpg" alt="Rahat Fateh Ali Khan appointed ambassador of British charity by Prince Charles"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177052" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177052/rahat-fateh-ali-khan-appointed-ambassador-of-british-charity-by-prince-charles" class="story__link">Rahat Fateh Ali Khan appointed ambassador of British charity by Prince Charles</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177052&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Rahat%20Fateh%20Ali%20Khan%20appointed%20ambassador%20of%20British%20charity%20by%20Prince%20Charles&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177052&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177052" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177052%2Frahat-fateh-ali-khan-appointed-ambassador-of-british-charity-by-prince-charles%23comments">10</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177047" data-layout="story"> <!-- box/image --> <figure class="media one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177047/ayesha-omar-hasan-rizvi-get-grooving-in-music-video-turn-up-the-music-mr-dj"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5895adaca9c4f.gif" alt="Ayesha Omar, Hasan Rizvi get grooving in music video &#39;Turn up the music, Mr DJ&#39;"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177047" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177047/ayesha-omar-hasan-rizvi-get-grooving-in-music-video-turn-up-the-music-mr-dj" class="story__link">Ayesha Omar, Hasan Rizvi get grooving in music video 'Turn up the music, Mr DJ'</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177047&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Ayesha%20Omar%2C%20Hasan%20Rizvi%20get%20grooving%20in%20music%20video%20%27Turn%20up%20the%20music%2C%20Mr%20DJ%27&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177047&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177047" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177047%2Fayesha-omar-hasan-rizvi-get-grooving-in-music-video-turn-up-the-music-mr-dj%23comments">1</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177037" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177037/ali-sethi-takes-islamabad-on-a-trip-through-the-regions-musical-history"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589402a371d4a.jpg" alt="Ali Sethi takes Islamabad on a trip through the region&#39;s musical history"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177037" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177037/ali-sethi-takes-islamabad-on-a-trip-through-the-regions-musical-history" class="story__link">Ali Sethi takes Islamabad on a trip through the region's musical history</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/58/jamal-shahid">Jamal Shahid</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177037&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Ali%20Sethi%20takes%20Islamabad%20on%20a%20trip%20through%20the%20region%27s%20musical%20history&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177037&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177037" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177037%2Fali-sethi-takes-islamabad-on-a-trip-through-the-regions-musical-history%23comments">2</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div><!-- music --> <!-- food --> <div class="my-4 container__category pb-4"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/food"><span>Food</span></a></h2> <div class="grid"> <div class="grid__item three-quarters palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177060" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177060/lahore-eat-postponed-to-february-17-19"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/large/2017/02/5899737a3c2b8.gif" alt="Lahore Eat postponed to February 17-19"/></a></div> </figure> <!-- box/title xxxlarge --> <h2 data-layout="story" data-id="1177060" class="story__title size-ten pb-0 "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177060/lahore-eat-postponed-to-february-17-19" class="story__link">Lahore Eat postponed to February 17-19</a></h2> <!-- box/excerpt --> <div class="story__excerpt size-five text--400 ">The food festival, which was scheduled to take place this weekend, has been pushed ahead "to ensure a safe environment" </div> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Lahore%20Eat%20postponed%20to%20February%2017-19&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177060%2Flahore-eat-postponed-to-february-17-19%23comments">2</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1177051" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177051/loafology-brings-the-taste-of-european-bread-to-islamabad"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58980f606c858.jpg" alt="Loafology brings the taste of European bread to Islamabad"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177051" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177051/loafology-brings-the-taste-of-european-bread-to-islamabad" class="story__link">Loafology brings the taste of European bread to Islamabad</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/57/sanam-zeb">Sanam Zeb</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177051&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Loafology%20brings%20the%20taste%20of%20European%20bread%20to%20Islamabad&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177051&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177051" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177051%2Floafology-brings-the-taste-of-european-bread-to-islamabad%23comments">6</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1176910" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole " data-focus-x="0%" data-focus-y="0%"> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176910/weekend-grub-cafe-liquiterias-monster-shakes-live-up-to-their-name"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/589303cd216c5.jpg?r=1151627571" alt="Weekend Grub: Cafe Liquiteria&#39;s monster shakes live up to their name"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1176910" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1176910/weekend-grub-cafe-liquiterias-monster-shakes-live-up-to-their-name" class="story__link">Weekend Grub: Cafe Liquiteria's monster shakes live up to their name</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/201/sonia-ashraf">Sonia Ashraf</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1176910&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Weekend%20Grub%3A%20Cafe%20Liquiteria%27s%20monster%20shakes%20live%20up%20to%20their%20name&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1176910&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1176910" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1176910%2Fweekend-grub-cafe-liquiterias-monster-shakes-live-up-to-their-name%23comments">11</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div><!-- food --> <!-- art --> <div class="my-4 container__category"> <h2 class="my-2 caps container__category__title"><a href="/web/20170208145204/http://images.dawn.com/art-culture"><span>Art & Culture</span></a></h2> <div class="grid"> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177049" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177049/celebrated-writer-bano-qudsia-remembered"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5896cfee24ce7.jpg" alt="Celebrated writer Bano Qudsia remembered"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177049" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177049/celebrated-writer-bano-qudsia-remembered" class="story__link">Celebrated writer Bano Qudsia remembered</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177049&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Celebrated%20writer%20Bano%20Qudsia%20remembered&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177049&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177049" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177049%2Fcelebrated-writer-bano-qudsia-remembered%23comments">15</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177048" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177048/the-lahore-international-book-fair-proves-that-books-are-a-booming-business"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/5896af581a9f6.jpg" alt="The Lahore International Book Fair proves that books are a booming business"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177048" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177048/the-lahore-international-book-fair-proves-that-books-are-a-booming-business" class="story__link">The Lahore International Book Fair proves that books are a booming business</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/315/salman-khan">Salman Khan</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177048&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=The%20Lahore%20International%20Book%20Fair%20proves%20that%20books%20are%20a%20booming%20business&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177048&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177048" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177048%2Fthe-lahore-international-book-fair-proves-that-books-are-a-booming-business%23comments">5</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177036" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177036/jk-rowling-hits-back-at-readers-who-burned-their-harry-potter-books"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58931617ab001.jpg" alt="J.K. Rowling hits back at readers who burned their Harry Potter Books"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177036" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177036/jk-rowling-hits-back-at-readers-who-burned-their-harry-potter-books" class="story__link">J.K. Rowling hits back at readers who burned their Harry Potter Books</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177036&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=J.K.%20Rowling%20hits%20back%20at%20readers%20who%20burned%20their%20Harry%20Potter%20Books&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177036&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177036" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177036%2Fjk-rowling-hits-back-at-readers-who-burned-their-harry-potter-books%23comments">0</a> </div></div></article> <!-- - - - /article - - - --> </div> <div class="grid__item one-quarter palm--one-whole"> <!-- - - - article - - - --> <article class="box story " data-id="1177020" data-layout="story"> <!-- box/image --> <figure class="media media--stretch one-whole palm--one-whole "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177020/quiz-how-well-do-you-know-intizar-hussain"><img src="//web.archive.org/web/20170208145204im_/http://i.dawn.com/medium/2017/02/58918535ad214.jpg" alt="Quiz: How well do you know Intizar Hussain?"/></a></div> </figure> <!-- box/title --> <h2 data-layout="story" data-id="1177020" class="story__title "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/news/1177020/quiz-how-well-do-you-know-intizar-hussain" class="story__link">Quiz: How well do you know Intizar Hussain?</a></h2> <!-- box/byline --><span class="story__byline size-three text--400 caps text--gray "><a href="https://web.archive.org/web/20170208145204/http://images.dawn.com/authors/11/images-staff">Images Staff</a></span> <!-- box/social --> <div class=" social--top social--left"> <div class="social social--icon social--facebook float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" href="https://web.archive.org/web/20170208145204/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177020&display=popup&ref=plugin" target="_blank"></a> </div> <div class="social social--icon social--twitter float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" href="https://web.archive.org/web/20170208145204/https://twitter.com/share?text=Quiz%3A%20How%20well%20do%20you%20know%20Intizar%20Hussain%3F&url=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177020&counturl=http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177020" target="_blank"></a> </div> <div class="social social--comment social--tiny float--left mt-2 visuallyhidden--portable " aria-hidden="true"> <a href="http%3A%2F%2Fimages.dawn.com%2Fnews%2F1177020%2Fquiz-how-well-do-you-know-intizar-hussain%23comments">9</a> </div></div></article> <!-- - - - /article - - - --> </div> </div> </div><!-- art --> </div><!-- .container --> <div class="my-4"> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--palm" aria-hidden="true"> <div style="max-width:728px;max-height:90px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-1" class="ad__wrapper__slot" style="width:728px;height:90px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-1'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> <!-- - - adsense: start - - --> <div class="ad py-4 visuallyhidden--lap-and-up" aria-hidden="true"> <div style="max-width:728px;max-height:90px;text-align:center;margin:0 auto;overflow:hidden"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455531878761-2" class="ad__wrapper__slot" style="width:728px;height:90px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455531878761-2'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div><footer> <div class="pt-4 px-2 mb-4 cf"> </div> <div class="px-2"> <div class="footer"> <div class="mt-2"> <div class="pt-4"> <div class="grid grid--center"> <div class="grid__item four-fifths palm--one-whole"> <div class="grid grid--center"> <div class="grid__item one-fifth palm--one-whole"> <ul class="nav"> <li class="nav__item"><img style="height:48px;width:110px" alt="Images Dawn News" src="/web/20170208145204im_/http://images.dawn.com/_img/logo.png"></li> <li class="nav__item one-whole mt-2"><p>Copyright © 2017</p></li> <li class="nav__item one-whole"><p class="visuallyhidden"> Compunode.com Pvt. Ltd. (<a href="https://web.archive.org/web/20170208145204/http://www.compunode.com/">www.compunode.com</a>).Designed for <a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/">Dawn</a>.</p></li> </ul> </div> <div class="grid__item four-fifths palm--one-whole"> <div class="grid grid--full"> <div class="grid__item one-whole"> <ul class="nav nav--first pb-2"> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/contact">Contact us</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/https://www.facebook.com/images.dawn">Facebook</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/https://twitter.com/dawn_images">Twitter</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/https://instagram.com/dawn_images/">Instagram</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/social-media-guidelines">Social media guidelines</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/code-of-ethics">Code of ethics</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/terms">Terms of use</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/contribution-guidelines">Contribution guidelines</a></li> </ul> <ul class="nav pt-2"> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawn.com/">Dawn.com</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://cityfm89.com/">CityFM89</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.herald.dawn.com/">Herald</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.aurora.dawn.com/">Aurora</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><a href="https://web.archive.org/web/20170208145204/http://www.dawnnews.tv/">DawnNews</a></li> <li class="nav__item nav__item--border-right palm--one-whole"><p>Scribe Publishing Platform</p></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="//web.archive.org/web/20170208145204js_/http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="/web/20170208145204js_/http://images.dawn.com/_js/all.20170123124805.js"></script> <!-- - - - - start:alexa - - - - --> <script type="text/javascript"> _atrk_opts = { atrk_acct:"1DJ3k1acFH00UN", domain:"dawn.com",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://web.archive.org/web/20170208145204/https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <noscript><img src="https://web.archive.org/web/20170208145204im_/https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=1DJ3k1acFH00UN" style="display:none" height="1" width="1" alt=""/></noscript> <!-- - - - - end:alexa - - - - --> <!-- - - - - start:chartbeat publishing - - - - --> <script type="text/javascript"> var _sf_async_config = _sf_async_config || {}; /** CONFIGURATION START **/ _sf_async_config.uid = 62163; _sf_async_config.domain = "dawn.com"; _sf_async_config.useCanonical = true; _sf_async_config.sections = "images.dawn.com,Home"; _sf_async_config.authors = ""; /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', '//web.archive.org/web/20170208145204/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <!-- - - - - end:chartbeat - - - - --> </footer> <!--2017-02-08 19:53:39--> </body> </html> <!-- FILE ARCHIVED ON 14:52:04 Feb 08, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:56:22 Nov 23, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.776 exclusion.robots: 0.036 exclusion.robots.policy: 0.022 esindex: 0.011 cdx.remote: 5.8 LoadShardBlock: 298.247 (6) PetaboxLoader3.datanode: 125.7 (7) PetaboxLoader3.resolve: 225.257 (2) load_resource: 147.353 -->