<?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 cable"> <!-- 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; Cable</div>
          <h2> &ldquo;My TVs are connected to cable.&rdquo;</h2>
          <hr />
         <p>The change to an all-digital broadcast format only affects free, over-the-air broadcast TV, not cable systems. 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>


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