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


<div id="page_wrapper">
  <div id="page_header" class="home">
    <div class="inner">
      <div class="inner">
        <h1>Get Ready for Digital TV</h1>
        <p class="intro">On June 12th, the nation's full-power TV stations completed their move to all digital television broadcasts.</p>
        <a href="index-es.php" class="language">en espa&ntilde;ol</a>
        <span class="elbow"></span>
      </div><!-- inner -->
    </div><!-- inner -->
  </div><!-- page_header -->
  <div id="page_body" class="home"> <!-- set this class to determine which nav element highlights -->
    <div class="inner">

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

      <div id="content">




        <div id="content_col">
          <h3 class="the_transition">The DTV Transition</h3>
          <p>On June 12th, the nation's full-power TV stations completed their move to an all DTV broadcast system. </p>
<p>Now, the only way to receive free, over-the-air television is with a TV set equipped with an antenna and either a digital tuner or a digital converter box. If you're ready for DTV but are still having trouble receiving your local PBS station, we recommend you contact them directly for help. You can find <a href="http://www.pbs.org/stationfinder">their contact information here</a>.</p>
          <hr />
          <h3 class="coupon_notice">Coupon Application Notice</h3>
          <p>The government digital converter box coupon program closed on July 31, 2009.</a></p>
		  <hr />
          <h3 class="whats_on">What's On</h3>
		<p>Check out the <a href="http://www.pbs.org/tvschedules/">schedule</a> of DTV program offerings on your local PBS station.</p>

        </div><!-- content_col -->
        <div id="promo_col">
          <div class="video right_callout">
            <div class="interior">
				<script>
				function getRandomNum()
				{
				  var upperLimit = 3;
				  var randomNum = Math.round(Math.random()*upperLimit);
				  var fileName = randomNum;
				  return fileName;
				}

				</script>
              <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 videoNum = getRandomNum();
            		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_tip" + videoNum + "_promo.mp4&image=mediaplayer/preview" + videoNum + ".jpg");
            		s1.write('player');
            	</script>

              <h3>DTV Tips</h3>
              <p>Watch a DTV tip from Kevin,<br/> Maria or Norm.</p>
            </div><!-- interior -->
          </div><!-- video -->
          <div class="faq right_callout">
            <div class="interior">
              <h3>Frequently Asked Questions</h3>
              <p><a href="faq.php#freeTV">Can I still get free TV?</a><br />
			  <a href="faq.php#DTV">What is DTV?</a><br />
              <a href="faq.php#TVwork">How do I know if my TVs are ready for digital broadcasts?</a></p>
            </div><!-- interior -->
          </div><!-- faq -->
        </div><!-- promo_col -->

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