PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /home/u491334613/domains/expresspriorityfreights.com/public_html/

Viewing File: track.php

<?php
include('connect.php');
include('member_functions.php');






if(isset($_GET['t_num'])){
//...............................
$tmain = tarck_main($_GET['t_num']);
$tDetails = tarck_details($_GET['t_num']);
$tDetailsl = tarck_l($_GET['t_num']);

if($tmain["r"] == ""){
echo '<script>alert("Tracking Number Not Valid")</script>'; 
die();	
}
}


//header('location: track.php?t_num='.$_GET['t_num']);	
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Expressproservice</title><link rel="icon" href="images/gg.fw.png">
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Transporters web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web Designs" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--// Meta tag Keywords -->

<link rel="stylesheet" href="css/lightbox.css"> <!-- portfolio-CSS -->

<!-- css files -->
<link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS --> 
<link rel="stylesheet" href="css/font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
<!-- //css files -->

<!-- web-fonts -->
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<!-- //web-fonts -->


<style>
.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 12px solid #ccc;
}

.tip-left {
  top: 12px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}


.dialogbox .body {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 20px 10px;
	padding: 5px;
	
	border-radius: 3px;
	border: 2px solid #ccc;
}

.body .message {
	min-height: 30px;
	border-radius: 3px;
	
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

</style>
</head>
<body>
<div class="header">
		<nav class="navbar navbar-default">
        
        
					<div class="navbar-header">
                    
                    
						<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                       
							<span class="sr-only">Toggle navigation</span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</button>
                       
						<h1><a href="index.html"><img src="images/csmlogo.fw.png"></a></h1>
                        
					</div>
<div class="top-nav-text">
<div class="nav-contact-w3ls"></div> 
</div>
					<!-- navbar-header -->
					<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
						<ul class="nav navbar-nav navbar-right">
							<li><a class="hvr-underline-from-center active" href="index.html">HOME</a></li>
							<li><a href="gallery.html" class="hvr-underline-from-center">GALLARY</a></li>							<li><a href="services.html" class="hvr-underline-from-center">SERVICES</a></li>
<li><a href="key.html" class="hvr-underline-from-center">KEY INFORMATION</a></li> 
		<li><a href="faq.html" class="hvr-underline-from-center">FAQ</a></li>					
		<li><a href="contact.html" class="hvr-underline-from-center">CONTACT US</a></li>
						</ul>
					</div>

					<div class="clearfix"> </div>	
				</nav>
	
	</div>		
<div class="banner1">
</div>
<!-- portfolio-inner-page -->
 <br>
 </div>
 <script src='https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js'></script><link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<style class="cp-pen-styles">.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
</style>
 
 
 
	<div class="flat-row pad-bottom40px">
            <div class="container">
                <div class="row">
                    <div class="col-md-12">                       
						<h2> 
						<strong><?php if(!$tmain["img"]){ echo "No tracking information found on "?></strong>  <?php echo $_GET['t_num'];?> <strong><?php }else{ echo "Tracking Information";}?></strong>
						</h2>
                    </div>             
         <?php  
   $info = explode('/',$tmain["s"]); 
    $info2 = explode('/',$tmain["sh"]);
	$info3 = explode('/',$tmain["r"]); 
  ?>   
          
			<div class="container-fluid block-content">
            
            <div class="col-lg-4">
            <h4>Welcome: <?php  echo $info3["0"]    ?></h4>
			<br>
			<?php if(!$tmain["img"]){
		}else{    ?>         
      	<img src="admin/img/<?php echo $tmain["img"];?>" class="img-responsive" style="border-radius:5px" width="200px">
       <h5> <strong><?php  echo  $info2["0"]; ?></strong> - <?php echo $_GET["t_num"];?></h5>
         <?php   }?>  
            </div>
			  <div class="col-lg-8"> 
			<br><br><br><br><br><br><br>
			 <?php if(!$tmain["img"]){}else{ ?>
  <ul class="list-unstyled multi-steps">
    <li class="<?php if($tmain["ts"] == 1){echo "is-active"; } ?>"><?php echo $info["3"]; ?></li>
    <li class="<?php if($tmain["ts"] == 2){echo "is-active"; } ?>"></li>
    <li class="<?php if($tmain["ts"] == 3){echo "is-active"; } ?>"></li>
     <li class="<?php if($tmain["ts"] == 4){echo "is-active"; } ?>"><?php echo $info["4"]; ?></li> 
  </ul>
  <div class="progress">
  <div class="progress-bar progress-bar-striped active" role="progressbar"
  aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width:<?php if($tmain["ts"] == 1){echo "15%"; } ?> <?php if($tmain["ts"] == 2){echo "48%"; } ?><?php if($tmain["ts"] == 3){echo "84%"; } ?><?php if($tmain["ts"] == 4){echo "100%"; } ?>">
  <?php while($row = mysqli_fetch_assoc($tDetailsl)){ ?>
    <?php echo $row["Location"]; ?>
   <?php } ?>
  </div>
  </div>
  
 <?php } ?> 
            </div>
		  <div class="container">
  <table class="table table-condensed table-responsive">
    <thead>
    <tr style="color:#FFFFFF; background-color:#218DCB">
        <th>Air Way bill N0.: <?php echo $_GET["t_num"];?></th>
        <th></th>
        <th>From</th>         
         <th>To</th>
        <th></th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><strong>Way Bill N0:- <?php echo $_GET["t_num"];?></strong></td>
       
        <td><?php echo $_GET["t_num"];?></td>
        <td><?php  echo  $info["3"]; ?></td>
        <td><?php  echo  $info["4"]; ?></td>
        <td><?php echo $info2["1"];?></td>
        
      </tr>
      <tr>
      <td><strong>Weight:- </strong><?php echo $info2["2"];?></td>  
      <td></td> 
      <td></td> 
      <td></td> 
      <td></td>     
      </tr>
      <tr>
      <td><strong>Serial Number.: </strong><?php echo  $info2["1"]."WTED7h";?></td>
      <td></td> 
      <td></td> 
      <td></td> 
      <td></td> 
      </tr>
    </tbody>
  </table>
  
  
  
           <table class="table table-responsive">
    <thead>
    <tr style="color:#FFF; background-color:#218DCB">
        <th>Shipper Information</th>
        <th></th>
        <th></th>
         <th></th>
         <th></th>
         <th>Sender ID</th>
      </tr>
    </thead>
    <?php   $info= explode('/',$tmain["s"]); ?>
    <tbody>
      <tr>
        <td><strong>Name:-</strong> <?php echo $info["0"];  ?></td>
        <td><strong>Email:-</strong> <?php echo $info["1"];  ?></td>
        <td><strong>Address:-</strong> <?php echo $info["4"];  ?></td>
        <td></td>
        <td></td>
        <td><?php echo "DVFG456".$tmain["ID"]."890";  ?></td>
      </tr>
    </tbody>
  </table>
  
  
            <table class="table">
    <thead>
    <tr style="color:#000; background-color:#FDE9AC">
        <th>Shipment Delivery Status</th>
        
        <th>Name</th>
        <th>Email</th>
         <th>Address</th>         
         <th>Sender ID.: <?php echo "456".$tmain["ID"]."890";  ?></th>
         <th>Phone Number.:</th>
      </tr>
    </thead>
  
    <tbody>
      <tr>
       <td></td>
        <td><?php echo $info3["0"];  ?></td>
        <td><?php echo $info3["1"];  ?></td>
        <td><?php echo $info3["2"];  ?></td>
       
        <td></td>
        <td><?php echo $info3["3"]; ?></td>
      </tr>
    </tbody>
  </table>
  
  
  <table class="table table-responsive">
    <thead>
    <tr style="color:#000; background-color:#FDE9AC">
        <th style="text-align:center">Shipper Information </th>
        
      </tr>
    </thead>
    <tbody>
     <?php while($row = mysqli_fetch_assoc($tDetails)){ ?> 
      <tr style="text-align:center">
        <td>
 <?php echo $row['Info']." ".$row['Location']."<br>(".$row['Date'];  ?>
 )</td>
     </tr> <?php }?>
    </tbody>
  </table>
  
  <br>
  <p style="background-color:#323680; color:#FFF;">
     <marquee scrollamount="2" onMouseOver="stop">Reference code number 65432,Serial number 907685432,Deposit Number AJGTKD.</marquee>
     </p>
            </div>

				<div class="row main-grid">
					<div class="col-sm-3 wow slideInUp" data-wow-delay="0.3s">
						<div class="sidebar-container">
							<div>
								<ul class="styled">
									<li class="active"><a href="#">Shippment Details </a></li>
								</ul>
							</div>
						</div>
					</div>
					
					
          
					
				</div>            
			</div>
					
					
					
					
                </div><!-- /.row -->
            </div><!-- /.container -->
        </div><!-- /.flat-row -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <br>
    	<!-- //portfolio-inner-page -->


<!-- footer -->
	<footer>
	  <div class="copyright">
	    <div class="container">
				<p>© EXPRESS PRIORITY FREIGHT 2014. All RIGHTS RESERVED.</p>
			</div>
		</div>
	</footer>
	<!-- //footer -->



<!-- js-scripts -->					
<!-- js -->
	<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
	<script type="text/javascript" src="js/bootstrap.js"></script> <!-- Necessary-JavaScript-File-For-Bootstrap --> 
<!-- //js -->	
<!-- //js-scripts -->

	<!--script for portfolio-->
			<script src="js/lightbox-plus-jquery.min.js"> </script>
			<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
			<script type="text/javascript">
				$(document).ready(function () {
					$('#horizontalTab').easyResponsiveTabs({
						type: 'default', //Types: default, vertical, accordion           
						width: 'auto', //auto or any width like 600px
						fit: true   // 100% fit in a container
					});
				});		
			</script>
	<!--//script for portfolio-->
			

<!-- start-smoth-scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
	jQuery(document).ready(function($) {
		$(".scroll").click(function(event){		
			event.preventDefault();
			$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
		});
	});
</script>
<!-- here stars scrolling icon -->
	<script type="text/javascript">
		$(document).ready(function() {
			/*
				var defaults = {
				containerID: 'toTop', // fading element id
				containerHoverID: 'toTopHover', // fading element hover id
				scrollSpeed: 1200,
				easingType: 'linear' 
				};
			*/
								
			$().UItoTop({ easingType: 'easeOutQuart' });
								
			});
	</script>
	<!-- //here ends scrolling icon -->
<!-- start-smoth-scrolling -->
<script src="//code.tidio.co/mt571t0ovwgtr0envzyyjobetixd4m5p.js" async></script>
</body>
</html>
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`