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

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

      <div id="content">

          <h2>Watch the Episode</h2>
          <hr />
			<p>On June 12th, the nation's full-power TV stations completed their move to an all DTV broadcast system.</p>
			<p>The below TV special follows Norm and Kevin from This Old House as they visit several homes in a Boston suburb to prepare them for the change to DTV. Receive DTV how-to guidance and tips so you can watch free, over-the-air DTV in your home or you can help a friend, family member or neighbor make the switch to DTV.</p>

<hr/>
 			 <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","400","300","9.0.98");
					s1.addParam("allowfullscreen","true");
					s1.addParam("allowscriptaccess","always");
					s1.addParam("flashvars","file=gdtv000_web.mp4&image=mediaplayer/preview-large.jpg");
					s1.write('player');
            	</script>
<hr/>
<!--#include virtual="/includes/tvschedules/airdates.html?nola_root=GDTV0000&basepath=${DOCUMENT_URI}&${QUERY_STRING}" -->


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