<?php header('Location: https://blink.emtel.com/');?>
<!DOCTYPE html> 
<html>
    <head>
        <title>Emtel Cash | Home</title>
        <?php include ('inc/assets.php'); ?>
	    <link rel="shortcut icon" type="images/icon" href="<?php echo site_path; ?>/assets/img/favicon.ico" sizes="16x16"/>
		<link rel="stylesheet" href="<?php echo site_path; ?>/assets/js/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
		<script type="text/javascript" src="<?php echo site_path; ?>/assets/js/source/jquery.fancybox.pack.js?v=2.1.5"></script>
    </head>
    <body>
    <?php include ('inc/header_new.php'); ?>
        <div class="container">
        <div class="navigation">
        <div class="navigation___logo">
            <a href="<?php echo site_path; ?>/"><img src="<?php echo site_path; ?>/assets/img/emtel_cash_logo.png" alt="Emtel cash logo"/></a>			
			
        </div>
        <div class="mobile__menu">
            <img src="<?php echo site_path; ?>/assets/img/hamburger_menu.png"/>
        </div>
        <div class="navigation__menu">
            <ul>
				<li class="active--first"><a href="<?php echo site_path; ?>/">Home</a></li>
                <li><a href="<?php echo site_path; ?>/get-started.php"> get started </a></li>
				<!--<li><a href="<?php echo site_path; ?>/merchants.php"> Merchants </a></li>-->
                <li><a href="<?php echo site_path; ?>/security.php"> security </a></li>
                <li><a href="<?php echo site_path; ?>/downloads.php"> downloads </a></li>
                <li><a href="<?php echo site_path; ?>/faq.php"> faq </a></li>
            </ul>
        </div>
    </div>

</div>
        <?php include ('inc/slider.php');?>

        <div class="default__wrapper">
            <div class="container">
                <h1> What is Emtel Cash? </h1>
                <p> Emtel Cash: Another innovation by Emtel which enables you to store, send &amp; receive money using your mobile phone.</p><br>
</div>
 <div class="container">

            </div>

        </div>

			</a>
        <?php include('inc/footer_PR.php');?>
		<script>
						  (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','//www.google-analytics.com/analytics.js','ga');

						  ga('create', 'UA-34636555-1', 'auto');
						  ga('send', 'pageview');
					</script>
		<script type="text/javascript">
							jQuery(document).ready(function() {							
									jQuery.noConflict(); 
									/*jQuery("#hidden_link").fancybox({
									afterShow: function () {
										
										jQuery(".fancybox-image").wrap(jQuery("<a/>", {
											href: "<?php echo site_path; ?>/bill-payment.php", //or your target link
										}));
									}
								}).trigger("click");*/
						
							});
					</script>
    </body>
</html>

