<?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="digital_tuners"> <!-- set this class to determine which nav element highlights -->
    <div class="inner">

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

      <div id="content">

          <h2>How to determine if your TV has a built-in digital tuner.</h2>

          <hr />
	     <div id="content_col">
		  <p>A digital tuner allows a TV to receive digital television (DTV) signals broadcast over-the-air by local TV stations.</p>
          <p>To find out if one of your TVs has a built-in digital tuner, check the owner's manual or the TV itself for one of these labels: </p>
          <ul>
            <li>integrated digital tuner</li>
            <li>digital receiver</li>
            <li>digital tuner</li>
            <li>DTV</li>
            <li>HDTV</li>
            <li>ATSC</li>
          </ul>
          <p>The following labels <strong><em>are not</em></strong> indicators of a built-in digital tuner: </p>
          <ul>
            <li>digital ready</li>
            <li>digital monitor</li>
            <li>HDTV monitor</li>
            <li>HDTV ready</li>
          </ul>

          <p>TVs that do not have a built-in digital tuner will not receive over-the-air television unless they are connected to a <a href="converter_boxes.php">digital converter box</a>.</p>
		</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_tip2_promo.mp4&image=mediaplayer/preview2.jpg");
						s1.write('player');
					</script>
					<p><br/>Get an introduction to digital tuners from Norm and Maria</p>
				 </div>
				</div>
			 </div>

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