<?php include 'includes/header.php';  ?>


<div id="page_wrapper" class="are_you_ready">
  <div id="page_header">
    <div class="inner">
      <div class="inner">
        <h1><a href="index.php">Get Ready for Digital TV!</a></h1>
        <a href="index-es.php" class="language">en espa&ntilde;ol</a>
      </div><!-- inner -->
    </div><!-- inner -->
  </div><!-- page_header -->
  <div id="page_body" class="ready antenna yes"> <!-- set this class to determine which nav element highlights -->
    <div class="inner">

      <?php include 'includes/left_nav.php';  ?>

      <div id="content">
          <div class="breadcrumb"><a href="ready.php">Select your TV signal</a> &raquo; <a href="ready_antenna.php">Antenna</a> &raquo; With a digital tuner</div>
          <h2> &ldquo;My TV receives a signal with an antenna and has a built-in digital tuner.&rdquo;</h2>
          <hr />
		<div id="content_col">
			<p>You should already be receiving any digital broadcast signals available in your area and are ready for DTV. </p>
		</div>
 		<div id="promo_col">
          <div class="video right_callout">
            <div class="interior">
 			 <div id="player"><span>To see this video, download the latest Flash player. <a href="http://www.adobe.com/products/flashplayer/">Download it here.</a></span></div>
				<script type="text/javascript">
					var s1 = new SWFObject("mediaplayer/player.swf","ply","212","140","9.0.98");
					s1.addParam("allowfullscreen","true");
					s1.addParam("allowscriptaccess","always");
					s1.addParam("flashvars","file=toh_tip6_promo.mp4&image=mediaplayer/preview6.jpg");
					s1.write('player');
            	</script>
         		<p><br/>Listen to a message from Kevin and Norm about checking the health of your antenna.</p>
             </div>
            </div>
		 </div>

        <?php include 'includes/footer.php';  ?>