<?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 multiple"> <!-- 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; More than one kind</div>
          <h2> &ldquo;My TVs receive a signal in more than one way.&rdquo; </h2>
          <hr />
          <p>Consider every TV in your home and review the descriptions below. Find the section that describes how each of your TVs gets its signal to learn if it is affected and if so, what you can do to get ready for DTV.</p>
          <hr />
          <h3>TVs with Cable</h3>
          <p>The change to an all-digital broadcast format only affects free, over-the-air broadcast TV, not cable systems. Those TVs that are connected to cable should not be affected. Some cable companies may offer their customers an opportunity to upgrade to digital cable. However this isn't related to the change in free, over-the-air television broadcast format.</p>
          <hr />
          <h3>TVs with Satellite</h3>
          <p>The change to an all-digital format only affects free, over-the-air broadcast TV. Those TVs that are connected to satellite should not be affected.</p>
          <hr />
          <h3>TVs with Antennas</h3>
          <p>The upcoming change affects free, over-the-air broadcast TV &mdash; the kind received by a set-top or rooftop antenna. Whether or not your TVs are ready depends on whether they have built-in digital tuners. TVs with built-in digital tuners should already be receiving any digital broadcast signals available in your area and are ready for DTV. TVs that don't have built-in digital tuners will stop receiving TV signals in February 2009 if no steps are taken to prepare them for the change.</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>


          	<a href="#pbs_gnav_t" class="back_to_top">Back to top</a>

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