<?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 some"> <!-- 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; Some TVs with a digital tuner</div>
          <h2> &ldquo;All of my TVs are connected to antennas, but only some have built-in digital tuners.&rdquo;</h2>
          <hr />
      	  <p>Those TVs with built-in digital tuners (<a href="digital_tuners.php">how can I tell?</a>) should already be receiving DTV signals and are ready for DTV.</p>
          <p>Those without a built-in digital tuner will stop receiving broadcast signals in February 2009. You have three options to get ready for DTV:</p>
      	<div id="content_col">

          <ul><li class="one"><p><strong>Install a digital converter box.</strong></p>
           	   <p>A converter box connects to your TV and works as an external digital tuner, making over-the-air DTV signals compatible with your TV. A converter box is a one-time purchase with no monthly fees. Learn more, including how to save money on the purchase of a box and how to install a box, in the <a href="converter_boxes.php">converter box area</a> of this site.</p></li>

          <li class="two"><p><strong>Buy a new digital TV.</strong></p>
        	    <p>Buy a new digital TV. Most TVs for sale today are DTVs; they have built-in digital tuners that can receive DTV signals. Prices range from a hundred dollars to several thousand dollars depending on size, quality and features.</p>
        	    <p>For information on recycling your old TV set, visit <a href="http://www.mygreenelectronics.com/">www.mygreenelectronics.com</a>
          </li>

          <li class="three"><p><strong>Subscribe to a pay TV service such as cable or satellite.</strong></p>
          	    <p>Options vary depending on where you live, so ask friends, family or a neighbor for recommendations.</p>

          	    </li>
          	</ul>
 		</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>
		 <a href="#pbs_gnav_t" class="back_to_top">Back to top</a>

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