<?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 satellite"> <!-- 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; Satellite</div>
          <h2> &ldquo;My TVs are connected to satellite.&rdquo;</h2>
          <hr />
          <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>


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