• DELETE FROM KEYWORDS WHERE ID_DOMAINE=13986093
  • DoneDoneDone

    URL:www.times.co.zm

    Connection: Keep-Alive
    Date: Mon, 07 Oct 2024 14:38:50 GMT
    Keep-Alive: timeout=5, max=100
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    Server: Apache
    Link: ; rel="https://api.w.org/"
    
    
    Status => 200
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
    <html lang="en-US">
    <head>
    	<!-- AMBRO HEADER -->
    	<meta charset="utf-8" />
    	<title>Times of Zambia </title>
    			<link rel="alternate" type="application/rss+xml" title="Times of Zambia RSS Feed" href="http://feedburner.google.com/fb/a/mailverify?uri=TimesOfZambia&loc=en_US" /> 
    			<meta name="description" content="">
    	<meta name="author" content="">
    	<!-- AMBRO FOR MOBILE -->
    	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
    	<script type="text/javascript" src="http://www.times.co.zm/wp-content/themes/ambro/js/jquery.js"></script>
    	<script type="text/javascript" src="http://www.times.co.zm/wp-content/themes/ambro/js/jcarousellite.js"></script>
    		<meta name='robots' content='max-image-preview:large' />
    <link rel='dns-prefetch' href='//s.w.org' />
    <link rel="alternate" type="application/rss+xml" title="Times of Zambia &raquo; Feed" href="https://www.times.co.zm/?feed=rss2" />
    		<!-- This site uses the Google Analytics by MonsterInsights plugin v7.17.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
    							<script src="//www.googletagmanager.com/gtag/js?id=UA-124189461-1"  type="text/javascript" data-cfasync="false"></script>
    			<script type="text/javascript" data-cfasync="false">
    				var mi_version = '7.17.0';
    				var mi_track_user = true;
    				var mi_no_track_reason = '';
    				
    								var disableStr = 'ga-disable-UA-124189461-1';
    
    				/* Function to detect opted out users */
    				function __gtagTrackerIsOptedOut() {
    					return document.cookie.indexOf( disableStr + '=true' ) > - 1;
    				}
    
    				/* Disable tracking if the opt-out cookie exists. */
    				if ( __gtagTrackerIsOptedOut() ) {
    					window[disableStr] = true;
    				}
    
    				/* Opt-out function */
    				function __gtagTrackerOptout() {
    					document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
    					window[disableStr] = true;
    				}
    
    				if ( 'undefined' === typeof gaOptout ) {
    					function gaOptout() {
    						__gtagTrackerOptout();
    					}
    				}
    								window.dataLayer = window.dataLayer || [];
    				if ( mi_track_user ) {
    					function __gtagTracker() {dataLayer.push( arguments );}
    					__gtagTracker( 'js', new Date() );
    					__gtagTracker( 'set', {
    						'developer_id.dZGIzZG' : true,
    						                    });
    					__gtagTracker( 'config', 'UA-124189461-1', {
    						forceSSL:true,					} );
    										window.gtag = __gtagTracker;										(
    						function () {
    							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
    							/* ga and __gaTracker compatibility shim. */
    							var noopfn = function () {
    								return null;
    							};
    							var newtracker = function () {
    								return new Tracker();
    							};
    							var Tracker = function () {
    								return null;
    							};
    							var p = Tracker.prototype;
    							p.get = noopfn;
    							p.set = noopfn;
    							p.send = function (){
    								var args = Array.prototype.slice.call(arguments);
    								args.unshift( 'send' );
    								__gaTracker.apply(null, args);
    							};
    							var __gaTracker = function () {
    								var len = arguments.length;
    								if ( len === 0 ) {
    									return;
    								}
    								var f = arguments[len - 1];
    								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
    									if ( 'send' === arguments[0] ) {
    										var hitConverted, hitObject = false, action;
    										if ( 'event' === arguments[1] ) {
    											if ( 'undefined' !== typeof arguments[3] ) {
    												hitObject = {
    													'eventAction': arguments[3],
    													'eventCategory': arguments[2],
    													'eventLabel': arguments[4],
    													'value': arguments[5] ? arguments[5] : 1,
    												}
    											}
    										}
    										if ( typeof arguments[2] === 'object' ) {
    											hitObject = arguments[2];
    										}
    										if ( typeof arguments[5] === 'object' ) {
    											Object.assign( hitObject, arguments[5] );
    										}
    										if ( 'undefined' !== typeof (
    											arguments[1].hitType
    										) ) {
    											hitObject = arguments[1];
    										}
    										if ( hitObject ) {
    											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
    											hitConverted = mapArgs( hitObject );
    											__gtagTracker( 'event', action, hitConverted );
    										}
    									}
    									return;
    								}
    
    								function mapArgs( args ) {
    									var gaKey, hit = {};
    									var gaMap = {
    										'eventCategory': 'event_category',
    										'eventAction': 'event_action',
    										'eventLabel': 'event_label',
    										'eventValue': 'event_value',
    										'nonInteraction': 'non_interaction',
    										'timingCategory': 'event_category',
    										'timingVar': 'name',
    										'timingValue': 'value',
    										'timingLabel': 'event_label',
    									};
    									for ( gaKey in gaMap ) {
    										if ( 'undefined' !== typeof args[gaKey] ) {
    											hit[gaMap[gaKey]] = args[gaKey];
    										}
    									}
    									return hit;
    								}
    
    								try {
    									f.hitCallback();
    								} catch ( ex ) {
    								}
    							};
    							__gaTracker.create = newtracker;
    							__gaTracker.getByName = newtracker;
    							__gaTracker.getAll = function () {
    								return [];
    							};
    							__gaTracker.remove = noopfn;
    							__gaTracker.loaded = true;
    							window['__gaTracker'] = __gaTracker;
    						}
    					)();
    									} else {
    										console.log( "" );
    					( function () {
    							function __gtagTracker() {
    								return null;
    							}
    							window['__gtagTracker'] = __gtagTracker;
    							window['gtag'] = __gtagTracker;
    					} )();
    									}
    			</script>
    				<!-- / Google Analytics by MonsterInsights -->
    				<script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.times.co.zm\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.12"}};
    			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    	<link rel='stylesheet' id='scroller_css-css'  href='http://www.times.co.zm/wp-content/plugins/fp-news-scroller/css/scroller.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='reset-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/reset.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='format-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/format.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='refindeslide-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/refineslide.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='style-css'  href='http://www.times.co.zm/wp-content/themes/ambro/style.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='superfishbase-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/superfish.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='prettyPhoto-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/prettyPhoto.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='responsive-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/responsive.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='wp-block-library-css'  href='http://www.times.co.zm/wp-includes/css/dist/block-library/style.min.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='socialbox-css'  href='http://www.times.co.zm/wp-content/themes/ambro/includes/plugins/socialbox/css/socialbox.css?ver=1.3.2' type='text/css' media='screen' />
    <link rel='stylesheet' id='notifications-css'  href='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/css/notifications.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='wpdreams-pslider-css'  href='http://www.times.co.zm/wp-content/plugins/polaroid-slider//css/pslider.css?ver=5.7.12' type='text/css' media='all' />
    <script type='text/javascript' src='http://www.times.co.zm/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/fp-news-scroller/js/jquery.webticker.js?ver=5.7.12' id='scroller_script-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/hoverIntent.js?ver=5.7.12' id='hoverintent-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/superfish.js?ver=5.7.12' id='superfish-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/supersubs.js?ver=5.7.12' id='supersubs-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery-ui.js?ver=1' id='jqueryUI-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery.refineslide.min.js?ver=1' id='refineslider-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery.prettyPhoto.js?ver=1' id='prettyPhoto-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/scrolltopcontrol.js?ver=1' id='ScrollTop-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/custom.js?ver=1' id='Custom-js'></script>
    <script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
    /* <![CDATA[ */
    var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.times.co.zm","hash_tracking":"false","ua":"UA-124189461-1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=7.17.0' id='monsterinsights-frontend-script-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/polaroid-slider/js/pslider.min.js?ver=5.7.12' id='wpdreams-pslidermin-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/js/jquery.cookie.js?ver=5.7.12' id='jquery-coookies-js'></script>
    <script type='text/javascript' id='notifications-js-extra'>
    /* <![CDATA[ */
    var notices_ajax_script = {"ajaxurl":"https:\/\/www.times.co.zm\/wp-admin\/admin-ajax.php","logged_in":"no"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/js/notifications.js?ver=5.7.12' id='notifications-js'></script>
    <link rel="https://api.w.org/" href="https://www.times.co.zm/index.php?rest_route=/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.times.co.zm/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.times.co.zm/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 5.7.12" />
    	<!-- AMBRO COLOR OPTIONS-->
    	<style type="text/css" media="screen">
    		body { background:#262525 
    		url('https://www.times.co.zm/wp-content/uploads/2013/10/pattern-15.png') ;
    		background-position: top;
    		background-repeat:repeat;
    		background-attachment:fixed;}
    		.navigation { border-bottom:2px solid #fc0d0d;}  
    		.sideg, .mgtopmenu li  > ul  {background-color: #403636;}
    		.sidetw {background-color: #403636;}
    		.votsignup {background-color:#fc0d0d;}
    		.sidesub {background-color: #403636;}
    		.search-block .search-button {  background: #fc0d0d url(http://www.times.co.zm/wp-content/themes/ambro/images/search.png) no-repeat center; } 
    		.sf-menu li a:hover { color: #fc0d0d;} 
     .widget-magmag-title {
      background: -moz-linear-gradient(-45deg,  #fc0d0d 0%, #fc0d0d 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fc0d0d), color-stop(50%,#fc0d0d), 
      color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     
     }
    .widget-magazine-line,.widget-lbg { background: #e3e3e3;}
    .widget-box {
       background: -moz-linear-gradient(-45deg,  #383232 0%, #383232 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#383232), color-stop(50%,#383232), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     
    }
    .readmorebox {
      background-color:#383232;
    }
    .header-date-right p.date span {
     background:#383232;	
    }
    .widget-title {
    
      background: -moz-linear-gradient(-45deg,  #e61c1c 0%, #e61c1c 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e61c1c), color-stop(50%,#e61c1c), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     }
    
    		.top-wrap, .ticker, .top,.ticker-content,.ticker-swipe,.ticker-swipe span{}
    		.flickr-widget .flickr_badge_image a:hover img{opacity:0.8; background:#fc0d0d;}
    		.single-content blockquote, li.comment > div { border-left-color:#fc0d0d;}
    	
    		.sf-menu li.current-menu-item a { color:#fc0d0d;}
    		.mag-box-small .small-desc .desc-title a:hover,.mag-box-small-noimage .desc-title a:hover {color:#f1f1f1;}
    		.mag-box-small .small-desc .desc-title a:hover,.mag-box-small-noimage .desc-title a:hover, a:hover { color:#d92727;}
    		.header-logo img, .mag-super-title h3, .readmore, h5.toggle, .single-content ul.tabs li:hover, .single-content ul.tabs li.active {  background: #fc0d0d;}
    		.scrolltop:hover { background : url(http://www.times.co.zm/wp-content/themes/ambro/images/up.png) center center no-repeat #fc0d0d; }
    		.navigation, .footer , .navigation-wrap,.footer-wrap, .top { background:#403636 url(http://www.times.co.zm/wp-content/themes/ambro/images/pattern.png);}
    		.sf-menu li a:hover{ border-bottom:1px solid #403636;}
    		.sf-menu .sub-menu { background:#3b3131;}
    		.widget_calendar thead>tr>th {  background-color:#fc0d0d;}
    		.rs-caption h1 a {  background-color:#fc0d0d;}
    		.tagcloud ul li a:hover, .mag-super-title h3, .single-tags a:hover, .footer-widget .tagcloud a:hover,
    		.related-post-title a:hover,.description-author span a:hover,.author-social, .single-nav a, #comments .navigation a:hover,
    		.comment-post-title, .reply a, .pagination span,.pagination a:hover, .ambro_calendar thead>tr>th { background-color:#fc0d0d; }
    		.footer-widget a:hover, .credits a:hover, .footer-widget.ambro_calendar tfoot>tr>td#prev a,
    		.ambro_calendar tfoot>tr>td#next a { color:#fc0d0d; }
    				</style>	<script type="text/javascript">
    jQuery(document).ready(function(){
    jQuery(".vote a").click(
    function() {
    var some = jQuery(this);
    var thepost = jQuery(this).attr("post");
    var theuser = jQuery(this).attr("user");
    jQuery.post("http://www.times.co.zm/wp-content/themes/ambro/vote.php", {user: theuser, post: thepost}, 
    function(data) {
    var votebox = ".vote"+thepost+" span";
    jQuery(votebox).text(data);
    jQuery(some).replaceWith('<span class="voted">Voted</span>');
    });
    });
    });	
    </script>
    	</head>
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
    <html lang="en-US">
    <head>
    	<!-- AMBRO HEADER -->
    	<meta charset="utf-8" />
    	<title>Times of Zambia </title>
    			<link rel="alternate" type="application/rss+xml" title="Times of Zambia RSS Feed" href="http://feedburner.google.com/fb/a/mailverify?uri=TimesOfZambia&loc=en_US" /> 
    			<meta name="description" content="">
    	<meta name="author" content="">
    	<!-- AMBRO FOR MOBILE -->
    	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
    	<script type="text/javascript" src="http://www.times.co.zm/wp-content/themes/ambro/js/jquery.js"></script>
    	<script type="text/javascript" src="http://www.times.co.zm/wp-content/themes/ambro/js/jcarousellite.js"></script>
    		<meta name='robots' content='max-image-preview:large' />
    <link rel='dns-prefetch' href='//s.w.org' />
    <link rel="alternate" type="application/rss+xml" title="Times of Zambia &raquo; Feed" href="https://www.times.co.zm/?feed=rss2" />
    		<!-- This site uses the Google Analytics by MonsterInsights plugin v7.17.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
    							<script src="//www.googletagmanager.com/gtag/js?id=UA-124189461-1"  type="text/javascript" data-cfasync="false"></script>
    			<script type="text/javascript" data-cfasync="false">
    				var mi_version = '7.17.0';
    				var mi_track_user = true;
    				var mi_no_track_reason = '';
    				
    								var disableStr = 'ga-disable-UA-124189461-1';
    
    				/* Function to detect opted out users */
    				function __gtagTrackerIsOptedOut() {
    					return document.cookie.indexOf( disableStr + '=true' ) > - 1;
    				}
    
    				/* Disable tracking if the opt-out cookie exists. */
    				if ( __gtagTrackerIsOptedOut() ) {
    					window[disableStr] = true;
    				}
    
    				/* Opt-out function */
    				function __gtagTrackerOptout() {
    					document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
    					window[disableStr] = true;
    				}
    
    				if ( 'undefined' === typeof gaOptout ) {
    					function gaOptout() {
    						__gtagTrackerOptout();
    					}
    				}
    								window.dataLayer = window.dataLayer || [];
    				if ( mi_track_user ) {
    					function __gtagTracker() {dataLayer.push( arguments );}
    					__gtagTracker( 'js', new Date() );
    					__gtagTracker( 'set', {
    						'developer_id.dZGIzZG' : true,
    						                    });
    					__gtagTracker( 'config', 'UA-124189461-1', {
    						forceSSL:true,					} );
    										window.gtag = __gtagTracker;										(
    						function () {
    							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
    							/* ga and __gaTracker compatibility shim. */
    							var noopfn = function () {
    								return null;
    							};
    							var newtracker = function () {
    								return new Tracker();
    							};
    							var Tracker = function () {
    								return null;
    							};
    							var p = Tracker.prototype;
    							p.get = noopfn;
    							p.set = noopfn;
    							p.send = function (){
    								var args = Array.prototype.slice.call(arguments);
    								args.unshift( 'send' );
    								__gaTracker.apply(null, args);
    							};
    							var __gaTracker = function () {
    								var len = arguments.length;
    								if ( len === 0 ) {
    									return;
    								}
    								var f = arguments[len - 1];
    								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
    									if ( 'send' === arguments[0] ) {
    										var hitConverted, hitObject = false, action;
    										if ( 'event' === arguments[1] ) {
    											if ( 'undefined' !== typeof arguments[3] ) {
    												hitObject = {
    													'eventAction': arguments[3],
    													'eventCategory': arguments[2],
    													'eventLabel': arguments[4],
    													'value': arguments[5] ? arguments[5] : 1,
    												}
    											}
    										}
    										if ( typeof arguments[2] === 'object' ) {
    											hitObject = arguments[2];
    										}
    										if ( typeof arguments[5] === 'object' ) {
    											Object.assign( hitObject, arguments[5] );
    										}
    										if ( 'undefined' !== typeof (
    											arguments[1].hitType
    										) ) {
    											hitObject = arguments[1];
    										}
    										if ( hitObject ) {
    											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
    											hitConverted = mapArgs( hitObject );
    											__gtagTracker( 'event', action, hitConverted );
    										}
    									}
    									return;
    								}
    
    								function mapArgs( args ) {
    									var gaKey, hit = {};
    									var gaMap = {
    										'eventCategory': 'event_category',
    										'eventAction': 'event_action',
    										'eventLabel': 'event_label',
    										'eventValue': 'event_value',
    										'nonInteraction': 'non_interaction',
    										'timingCategory': 'event_category',
    										'timingVar': 'name',
    										'timingValue': 'value',
    										'timingLabel': 'event_label',
    									};
    									for ( gaKey in gaMap ) {
    										if ( 'undefined' !== typeof args[gaKey] ) {
    											hit[gaMap[gaKey]] = args[gaKey];
    										}
    									}
    									return hit;
    								}
    
    								try {
    									f.hitCallback();
    								} catch ( ex ) {
    								}
    							};
    							__gaTracker.create = newtracker;
    							__gaTracker.getByName = newtracker;
    							__gaTracker.getAll = function () {
    								return [];
    							};
    							__gaTracker.remove = noopfn;
    							__gaTracker.loaded = true;
    							window['__gaTracker'] = __gaTracker;
    						}
    					)();
    									} else {
    										console.log( "" );
    					( function () {
    							function __gtagTracker() {
    								return null;
    							}
    							window['__gtagTracker'] = __gtagTracker;
    							window['gtag'] = __gtagTracker;
    					} )();
    									}
    			</script>
    				<!-- / Google Analytics by MonsterInsights -->
    				<script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.times.co.zm\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.12"}};
    			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    	<link rel='stylesheet' id='scroller_css-css'  href='http://www.times.co.zm/wp-content/plugins/fp-news-scroller/css/scroller.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='reset-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/reset.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='format-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/format.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='refindeslide-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/refineslide.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='style-css'  href='http://www.times.co.zm/wp-content/themes/ambro/style.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='superfishbase-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/superfish.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='prettyPhoto-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/prettyPhoto.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='responsive-css'  href='http://www.times.co.zm/wp-content/themes/ambro/css/responsive.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='wp-block-library-css'  href='http://www.times.co.zm/wp-includes/css/dist/block-library/style.min.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='socialbox-css'  href='http://www.times.co.zm/wp-content/themes/ambro/includes/plugins/socialbox/css/socialbox.css?ver=1.3.2' type='text/css' media='screen' />
    <link rel='stylesheet' id='notifications-css'  href='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/css/notifications.css?ver=5.7.12' type='text/css' media='all' />
    <link rel='stylesheet' id='wpdreams-pslider-css'  href='http://www.times.co.zm/wp-content/plugins/polaroid-slider//css/pslider.css?ver=5.7.12' type='text/css' media='all' />
    <script type='text/javascript' src='http://www.times.co.zm/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/fp-news-scroller/js/jquery.webticker.js?ver=5.7.12' id='scroller_script-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/hoverIntent.js?ver=5.7.12' id='hoverintent-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/superfish.js?ver=5.7.12' id='superfish-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/supersubs.js?ver=5.7.12' id='supersubs-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery-ui.js?ver=1' id='jqueryUI-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery.refineslide.min.js?ver=1' id='refineslider-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/jquery.prettyPhoto.js?ver=1' id='prettyPhoto-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/scrolltopcontrol.js?ver=1' id='ScrollTop-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/js/custom.js?ver=1' id='Custom-js'></script>
    <script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
    /* <![CDATA[ */
    var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.times.co.zm","hash_tracking":"false","ua":"UA-124189461-1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=7.17.0' id='monsterinsights-frontend-script-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/plugins/polaroid-slider/js/pslider.min.js?ver=5.7.12' id='wpdreams-pslidermin-js'></script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/js/jquery.cookie.js?ver=5.7.12' id='jquery-coookies-js'></script>
    <script type='text/javascript' id='notifications-js-extra'>
    /* <![CDATA[ */
    var notices_ajax_script = {"ajaxurl":"https:\/\/www.times.co.zm\/wp-admin\/admin-ajax.php","logged_in":"no"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='http://www.times.co.zm/wp-content/themes/ambro/includes/annoucements/js/notifications.js?ver=5.7.12' id='notifications-js'></script>
    <link rel="https://api.w.org/" href="https://www.times.co.zm/index.php?rest_route=/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.times.co.zm/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.times.co.zm/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 5.7.12" />
    	<!-- AMBRO COLOR OPTIONS-->
    	<style type="text/css" media="screen">
    		body { background:#262525 
    		url('https://www.times.co.zm/wp-content/uploads/2013/10/pattern-15.png') ;
    		background-position: top;
    		background-repeat:repeat;
    		background-attachment:fixed;}
    		.navigation { border-bottom:2px solid #fc0d0d;}  
    		.sideg, .mgtopmenu li  > ul  {background-color: #403636;}
    		.sidetw {background-color: #403636;}
    		.votsignup {background-color:#fc0d0d;}
    		.sidesub {background-color: #403636;}
    		.search-block .search-button {  background: #fc0d0d url(http://www.times.co.zm/wp-content/themes/ambro/images/search.png) no-repeat center; } 
    		.sf-menu li a:hover { color: #fc0d0d;} 
     .widget-magmag-title {
      background: -moz-linear-gradient(-45deg,  #fc0d0d 0%, #fc0d0d 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fc0d0d), color-stop(50%,#fc0d0d), 
      color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #fc0d0d 0%,#fc0d0d 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     
     }
    .widget-magazine-line,.widget-lbg { background: #e3e3e3;}
    .widget-box {
       background: -moz-linear-gradient(-45deg,  #383232 0%, #383232 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#383232), color-stop(50%,#383232), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #383232 0%,#383232 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     
    }
    .readmorebox {
      background-color:#383232;
    }
    .header-date-right p.date span {
     background:#383232;	
    }
    .widget-title {
    
      background: -moz-linear-gradient(-45deg,  #e61c1c 0%, #e61c1c 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e61c1c), color-stop(50%,#e61c1c), color-stop(51%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));				
      background: -webkit-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);				
      background: -o-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: -ms-linear-gradient(-45deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%); 				
      background: linear-gradient(135deg,  #e61c1c 0%,#e61c1c 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%);	
     }
    
    		.top-wrap, .ticker, .top,.ticker-content,.ticker-swipe,.ticker-swipe span{}
    		.flickr-widget .flickr_badge_image a:hover img{opacity:0.8; background:#fc0d0d;}
    		.single-content blockquote, li.comment > div { border-left-color:#fc0d0d;}
    	
    		.sf-menu li.current-menu-item a { color:#fc0d0d;}
    		.mag-box-small .small-desc .desc-title a:hover,.mag-box-small-noimage .desc-title a:hover {color:#f1f1f1;}
    		.mag-box-small .small-desc .desc-title a:hover,.mag-box-small-noimage .desc-title a:hover, a:hover { color:#d92727;}
    		.header-logo img, .mag-super-title h3, .readmore, h5.toggle, .single-content ul.tabs li:hover, .single-content ul.tabs li.active {  background: #fc0d0d;}
    		.scrolltop:hover { background : url(http://www.times.co.zm/wp-content/themes/ambro/images/up.png) center center no-repeat #fc0d0d; }
    		.navigation, .footer , .navigation-wrap,.footer-wrap, .top { background:#403636 url(http://www.times.co.zm/wp-content/themes/ambro/images/pattern.png);}
    		.sf-menu li a:hover{ border-bottom:1px solid #403636;}
    		.sf-menu .sub-menu { background:#3b3131;}
    		.widget_calendar thead>tr>th {  background-color:#fc0d0d;}
    		.rs-caption h1 a {  background-color:#fc0d0d;}
    		.tagcloud ul li a:hover, .mag-super-title h3, .single-tags a:hover, .footer-widget .tagcloud a:hover,
    		.related-post-title a:hover,.description-author span a:hover,.author-social, .single-nav a, #comments .navigation a:hover,
    		.comment-post-title, .reply a, .pagination span,.pagination a:hover, .ambro_calendar thead>tr>th { background-color:#fc0d0d; }
    		.footer-widget a:hover, .credits a:hover, .footer-widget.ambro_calendar tfoot>tr>td#prev a,
    		.ambro_calendar tfoot>tr>td#next a { color:#fc0d0d; }
    				</style>	<script type="text/javascript">
    jQuery(document).ready(function(){
    jQuery(".vote a").click(
    function() {
    var some = jQuery(this);
    var thepost = jQuery(this).attr("post");
    var theuser = jQuery(this).attr("user");
    jQuery.post("http://www.times.co.zm/wp-content/themes/ambro/vote.php", {user: theuser, post: thepost}, 
    function(data) {
    var votebox = ".vote"+thepost+" span";
    jQuery(votebox).text(data);
    jQuery(some).replaceWith('<span class="voted">Voted</span>');
    });
    });
    });	
    </script>
    	</head>
    

    Times of Zambia

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Apache',redirection='',Status='200',err='',[TITRE]=N'Times of Zambia',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=13986093
  • 0

    Times of Zambia

  • 0. Times (5)
  • --------->0
  • 1. of (2)
  • --------->0
  • 2. Zambia (6)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Times',13986093),(N'of',13986093),(N'Zambia',13986093)