<?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"> <!-- 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; Antenna</div>
          <h2> &ldquo;My TVs are connected to an antenna.&rdquo;</h2>
          <hr />
          <p>The change to an all-digital system affects free, over-the-air broadcast TV &mdash; the kind of TV signals received by a set-top or rooftop antenna. Whether or not your TVs are ready depends on whether they have built-in digital tuners. A digital tuner allows a TV to receive digital television signals broadcast by TV stations. </p>
          <p>Do your TVs have a built-in digital tuner? (<a href="digital_tuners.php">how do I know?</a>)</p>

	       <ul><li><a href="ready_antenna_yes.php">Yes</a></li>
  	       <li><a href="ready_antenna_no.php">No</a></li>
  	       <li><a href="ready_antenna_some.php">Some do, some do not</a></li>
  	       <li><a href="digital_tuners.php">I'm not sure</a></li>
	       </ul>



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