Advertisement
Guest User

Untitled

a guest
Nov 12th, 2014
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 44.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0
  2.     Transitional//EN">
  3.     <html xmlns:spry="http://ns.adobe.com/spry">
  4.      <head>
  5.       <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js" type="text/javascript">
  6.       </script>
  7.       <link href="jquery_news_ticker/styles/ticker-style.css" rel="stylesheet" type="text/css"/>
  8.       <script src="jquery_news_ticker/includes/jquery.ticker.js" type="text/javascript">
  9.       </script>
  10.       <link href="default.css" media="screen" rel="stylesheet" type="text/css"/>
  11.       <link href="Mobile_default.css" media="handheld" rel="stylesheet" type="text/css"/>
  12.       <link href="http://www.wvdnr.gov/news.xml" rel="alternate" title="WV DNR News Releases" type="application/rss+xml"/>
  13.       <link href="http://www.wvdnr.gov/stocking.xml" rel="alternate" title="Trout Stocking" type="application/rss+xml"/>
  14.       <link href="http://www.wvstateparks.com/events.xml" rel="alternate" title="WV State Parks Upcoming Events" type="application/rss+xml"/>
  15.       <style type="text/css">
  16.        <!--
  17.     .style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
  18.     .style15 {
  19.         font-family: Arial, Helvetica, sans-serif;
  20.         font-size: 12px;
  21.         font-weight: bold;
  22.         color: #FFFFFF;
  23.     }
  24.     .DNRHead {}
  25.    
  26.     .new {
  27.         font-family: Arial, Helvetica, sans-serif;
  28.         font-size: 12px;
  29.         font-weight: bold;
  30.         color: #F00;
  31.     }
  32.    
  33.     .bld { font-weight: bold; }
  34.    
  35.     .new2 {
  36.         font-weight: bold;
  37.         color: #0C0;
  38.         font-family: Arial, Helvetica, sans-serif;
  39.         font-size: 12px;
  40.     }
  41.     .m_title {  font-size: 18px;
  42.         font-weight: bold;
  43.         text-align: center;
  44.         text-indent: 0px;
  45.     }
  46.     .m_by { font-size: 10px;
  47.         text-align: right;
  48.         text-indent: 0px;
  49.     }
  50.    
  51.     #coe2 {
  52.         height: 1250px;
  53.         overflow: scroll;
  54.     }
  55.    
  56.     .coeHDR {
  57.         font-weight: bold;
  58.         color: #FFF;
  59.         background-color: #933;
  60.     }
  61.    
  62.     .coef {
  63.         font-family: Arial, Helvetica, sans-serif;
  64.         font-size: .8em;
  65.     }
  66.    
  67.     .coeN {
  68.         font-weight: normal;
  69.         color: #000;
  70.         background-color: #FFF;
  71.     }
  72.    
  73.     .tnr {
  74.         font-family: Arial, Helvetica, sans-serif;
  75.         font-size: 12px;
  76.         border-left: 2px solid #000;
  77.         height: 125px;
  78.         width: 165px;
  79.         margin: 0px;
  80.         padding: 0px;
  81.         position: absolute;
  82.     }
  83.     .message {  font-family: Arial, Helvetica, sans-serif;
  84.         font-size: 24px;
  85.         font-weight: bold;
  86.         text-align: left;
  87.         text-indent: 0px;
  88.     }
  89.     -->
  90.       </style>
  91.       <script src="Scripts/AC_RunActiveContent.js" type="text/javascript">
  92.       </script>
  93.       <script src="SpryAssets/SpryData.js" type="text/javascript">
  94.       </script>
  95.       <script src="SpryAssets/xpath.js" type="text/javascript">
  96.       </script>
  97.       <script type="text/javascript">
  98.        <!--
  99.     var ds1 = new Spry.Data.XMLDataSet("News.xml", "rss/channel/item");
  100.     //-->
  101.       </script>
  102.       <script type="text/javascript">
  103.        $(function () {
  104.         $('#js-news').ticker({
  105.             speed: 0.10,           // The speed of the reveal
  106.             ajaxFeed: true,       // Populate jQuery News Ticker via a feed
  107.             feedUrl: 'ticker.xml',        // The URL of the feed
  108.                                // MUST BE ON THE SAME DOMAIN AS THE TICKER
  109.             feedType: 'xml',       // Currently only XML
  110.             htmlFeed: false,        // Populate jQuery News Ticker via HTML
  111.             debugMode: false,       // Show some helpful errors in the console or as alerts
  112.                                // SHOULD BE SET TO FALSE FOR PRODUCTION SITES!
  113.             controls: true,        // Whether or not to show the jQuery News Ticker controls
  114.             titleText: '',   // To remove the title set this to an empty String
  115.             displayType: 'fade', // Animation type - current options are 'reveal' or 'fade'
  116.             direction: 'ltr',       // Ticker direction - current options are 'ltr' or 'rtl'
  117.             pauseOnItems: 5000,    // The pause on a news item before being replaced
  118.             fadeInSpeed: 600,      // Speed of fade in animation
  119.             fadeOutSpeed: 300      // Speed of fade out animation
  120.         });
  121.     });
  122.       </script>
  123.       <script src="http://www.wvdnr.gov/includes/SpryAssets/SpryAccordion.js" type="text/javascript">
  124.       </script>
  125.       <script src="http://www.wvdnr.gov/includes/SpryAssets/SpryData.js" type="text/javascript">
  126.       </script>
  127.       <script src="http://www.wvdnr.gov/includes/SpryAssets/SpryHTMLDataSet.js" type="text/javascript">
  128.       </script>
  129.       <link href="http://www.wvdnr.gov/includes/SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css"/>
  130.       <script type="text/javascript">
  131.        <!--
  132.     var ds4 = new Spry.Data.HTMLDataSet("http://www.wvdnr.gov/Seasons.html", "Seasons", {sortOnLoad: ["OYr","OMon","ODay"], sortOrderOnLoad: "ascending"});
  133.     ds4.setColumnType("Season", "html");
  134.     ds4.setColumnType("OMon", "number");
  135.     ds4.setColumnType("ODay", "number");
  136.     ds4.setColumnType("OYr", "number");
  137.     ds4.setColumnType("CMon", "number");
  138.     ds4.setColumnType("CDay", "number");
  139.     ds4.setColumnType("CYr", "number");
  140.     ds4.filter(FilterOutExpiredEvents);
  141.    
  142.     var gToday = (new Date).getTime();
  143.    
  144.     function FilterOutExpiredEvents(ds4, row4, rowIndex4)
  145.     {
  146.     var time = new Date(row4.OYr,(row4.OMon-1),row4.ODay);
  147.     if (time > gToday)
  148.     return row4;
  149.     return null;
  150.     }
  151.    
  152.     var ds2 = new Spry.Data.HTMLDataSet("http://www.wvdnr.gov/Seasons.html", "Seasons", {sortOnLoad: ["CYr","CMon","CDay"], sortOrderOnLoad: "ascending"});
  153.     ds2.setColumnType("OMon", "number");
  154.     ds2.setColumnType("ODay", "number");
  155.     ds2.setColumnType("OYr", "number");
  156.     ds2.setColumnType("CMon", "number");
  157.     ds2.setColumnType("CDay", "number");
  158.     ds2.setColumnType("CYr", "number");
  159.     ds2.filter(FilterSeasons);
  160.    
  161.     var gToday2 = (new Date).getTime();
  162.    
  163.     function FilterSeasons(ds2, row2, rowIndex2)
  164.     {
  165.     var opn = new Date(row2.OYr,(row2.OMon-1),row2.ODay);
  166.     var cls = new Date(row2.CYr,(row2.CMon-1),row2.CDay);
  167.    
  168.     if (opn <= gToday2 && gToday2 <= cls)
  169.     return row2;
  170.     return null;
  171.     }
  172.    
  173.     var ds3 = new Spry.Data.HTMLDataSet("http://www.wvdnr.gov/cal2.html", "calelndar", {sortOnLoad: ["Year","srt_m","srt_d"], sortOrderOnLoad: "ascending"});
  174.     ds3.setColumnType("Year", "number");
  175.     ds3.setColumnType("Month","number");
  176.     ds3.setColumnType("Day","number");
  177.     ds3.setColumnType("Park_link", "html");
  178.     ds3.setColumnType("ParkNo", "number");
  179.     ds3.setColumnType("srt_m", "number");
  180.     ds3.setColumnType("srt_d", "number");
  181.     ds3.filter(FilterUpcoming);
  182.    
  183.     function FilterUpcoming(ds3, row3, rowIndex3)
  184.     {
  185.    
  186.     var now = (new Date).getTime();
  187.     var mdt = new Date();
  188.     mdt.setDate(mdt.getDate()+45);
  189.     var evt = new Date(row3.Year,(row3.Month-1),row3.Day);
  190.    
  191.     if (evt >= now && evt <= mdt)
  192.     return row3;
  193.     return null;
  194.     }
  195.    
  196.     //-->
  197.       </script>
  198.       <script>
  199.        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  200.       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  201.       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  202.       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  203.    
  204.       ga('create', 'UA-18347864-1', 'wvdnr.gov');
  205.       ga('send', 'pageview');
  206.       </script>
  207.       <title>
  208.        West Virginia Division of Natural Resources
  209.       </title>
  210.       <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  211.       <script language="JAVASCRIPT">
  212.        ns4 = (document.layers)? true:false
  213.         ie4 = (document.all)? true:false
  214.        
  215.     function show(id) {
  216.        if (ns4) document.layers[id].visibility = "show"
  217.        else if (ie4) document.all[id].style.visibility = "visible"
  218.     }
  219.     function hide(id) {
  220.         if (ns4) document.layers[id].visibility = "hide"
  221.         else if (ie4) document.all [id].style.visibility = "hidden"
  222.     }
  223.       </script>
  224.      </head>
  225.      <body bgcolor="White" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
  226.       <table cellpadding="0" cellspacing="0" height="4" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0" width="100%">
  227.        <tbody>
  228.         <tr>
  229.          <td bgcolor="#006633" border="0" width="775">
  230.           <img alt=" " height="4" src="MainGraphics/GreenBar(2).gif" width="775"/>
  231.          </td>
  232.          <td bgcolor="#006633" border="0" width="100%">
  233.          </td>
  234.         </tr>
  235.        </tbody>
  236.       </table>
  237.       <table border="0" cellpadding="0" cellspacing="0" height="100">
  238.        <tbody>
  239.         <tr>
  240.          <td valign="Top" width="775">
  241.           <img alt="WV DNR Logo" border="0" height="80" src="MainGraphics/MainBanner3.gif" width="655"/>
  242.          </td>
  243.          <td bgcolor="#000000" width="100%">
  244.          </td>
  245.          <td bgcolor="#000000" valign="Bottom">
  246.           <img alt="WV DNR Logo" border="0" height="78" src="MainGraphics/dnrlogofinal2.gif" width="120"/>
  247.          </td>
  248.         </tr>
  249.         <tr>
  250.          <td height="20">
  251.           <table border="0" cellpadding="0" cellspacing="0" width="100%">
  252.            <tbody>
  253.             <tr>
  254.              <td bgcolor="#CCCC99" height="20" width="259">
  255.               <font color="#000000" face="Arial, Helvetica, sans-serif" size="2">
  256.                <strong>
  257.                 Calendar
  258.                 of Events
  259.                </strong>
  260.               </font>
  261.              </td>
  262.              <td bgcolor="#CCCC99" height="20">
  263.               <img alt="WV DNR Logo" height="20" src="MainGraphics/Image2.jpg" width="4"/>
  264.              </td>
  265.              <td bgcolor="#CCCC99" height="20">
  266.               <div align="center">
  267.                <font color="#000000" face="Arial, Helvetica, sans-serif" size="2">
  268.                 <strong>
  269.                  Top
  270.                   News Stories
  271.                 </strong>
  272.                </font>
  273.               </div>
  274.              </td>
  275.             </tr>
  276.            </tbody>
  277.           </table>
  278.          </td>
  279.          <td bgcolor="#CCCC99">
  280.          </td>
  281.          <td bgcolor="#CCCC99" valign="Bottom">
  282.           <img alt="WV DNR Logo" height="20" src="MainGraphics/dnrlogofinal3.gif" width="120"/>
  283.          </td>
  284.         </tr>
  285.        </tbody>
  286.       </table>
  287.       <table cellpadding="2" cellspacing="2" width="100%">
  288.        <tbody>
  289.         <tr>
  290.          <td rowspan="7" valign="Top" width="250">
  291.           <div class="Accordion" id="Accordion1" tabindex="0">
  292.            <div class="AccordionPanel">
  293.             <div class="AccordionPanelTab">
  294.              In Season Now
  295.             </div>
  296.             <div class="AccordionPanelContent">
  297.              <div spry:region="ds2">
  298.               <div spry:repeat="ds2">
  299.                <strong>
  300.                 {Season}
  301.                </strong>
  302.                <hr noshade="noshade"/>
  303.               </div>
  304.              </div>
  305.             </div>
  306.            </div>
  307.            <div class="AccordionPanel">
  308.             <div class="AccordionPanelTab">
  309.              Upcoming Seasons
  310.             </div>
  311.             <div class="AccordionPanelContent">
  312.              <div spry:region="ds4">
  313.               <div spry:repeat="ds4">
  314.                {OMon}/{ODay}/{OYr} - {CMon}/{CDay}/{CYr}
  315.                <br/>
  316.                <strong>
  317.                 {Season}
  318.                </strong>
  319.                <hr noshade="noshade"/>
  320.               </div>
  321.              </div>
  322.             </div>
  323.            </div>
  324.            <div class="AccordionPanel">
  325.             <div class="AccordionPanelTab">
  326.              Parks Events
  327.             </div>
  328.             <div class="AccordionPanelContent">
  329.              <div spry:region="ds3">
  330.               <div spry:repeat="ds3">
  331.                {Date}
  332.                <br/>
  333.                <strong>
  334.                 {Event}
  335.                </strong>
  336.                <br/>
  337.                <a href="{Park_link}">
  338.                 {Park}
  339.                </a>
  340.                <hr noshade="noshade"/>
  341.               </div>
  342.              </div>
  343.             </div>
  344.            </div>
  345.           </div>
  346.          </td>
  347.          <td align="Center" background="Template/TemplateGraphics/Image2.jpg" nowrap="" rowspan="8" valign="Top" width="1">
  348.          </td>
  349.          <td align="left" colspan="4" valign="top">
  350.           <table>
  351.            <tbody>
  352.             <tr>
  353.              <td valign="top">
  354.               <ul class="js-hidden" id="js-news">
  355.                <li class="news-item">
  356.                 <a href="#">
  357.                  This is the News Ticker.
  358.                 </a>
  359.                </li>
  360.               </ul>
  361.              </td>
  362.              <td align="center" valign="middle">
  363.               <a href="https://www.wvhunt.com/wizard/hflw000.asp">
  364.                <br/>
  365.                <img alt="goWild Logo" border="0" height="75" src="Hunting/HuntingGraphics/gowildclr.jpg"/>
  366.                <br/>
  367.                <strong>
  368.                 Click Here To Buy your License Online
  369.                </strong>
  370.               </a>
  371.               <a href="https://www.wvhunt.com/wizard/hflw000.asp">
  372.                <br/>
  373.                <br/>
  374.               </a>
  375.              </td>
  376.              <td align="center" valign="middle">
  377.               <a href="WF/Main.shtm">
  378.                <img alt="Wild and Free Logo" border="0" height="100" hspace="0" src="images/WILDfreeLogo.png" vspace="0"/>
  379.                <br/>
  380.                <span class="style12">
  381.                 Click here for electronic publications
  382.                </span>
  383.               </a>
  384.              </td>
  385.             </tr>
  386.            </tbody>
  387.           </table>
  388.           <br/>
  389.           <table border="0" cellpadding="0" cellspacing="0" width="100%">
  390.            <tbody>
  391.             <tr>
  392.              <td align="Right" bgcolor="#CCCC99" valign="top" width="1%">
  393.              </td>
  394.              <td align="Left" bgcolor="#CCCC99" valign="middle" width="49%">
  395.               <font face="Arial" size="2">
  396.                <strong>
  397.                 Search
  398.                 the DNR Portal . . .
  399.                </strong>
  400.               </font>
  401.              </td>
  402.              <td align="Right" bgcolor="#CCCC99" valign="top" width="1%">
  403.              </td>
  404.              <td align="Right" bgcolor="#CCCC99" valign="top" width="49%">
  405.               <table border="0" cellpadding="0" cellspacing="0" width="100%">
  406.                <tbody>
  407.                 <tr>
  408.                  <td>
  409.                   <div align="right">
  410.                    <!-- Spiderline Search -->
  411.                    <!-- Begin Spiderline Interface HTML -->
  412.                    <table border="0" cellpadding="0" cellspacing="0" width="200">
  413.                     <tbody>
  414.                      <tr>
  415.                       <td>
  416.                        <table border="0" cellpadding="0" cellspacing="0" width="195">
  417.                         <tbody>
  418.                          <tr>
  419.                           <td align="center">
  420.                            <form action="http://db1.spiderline.com/exec/search" method="get" style="margin-bottom:0">
  421.                             <label for="q">
  422.                             </label>
  423.                             <input id="q" name="q" size="10" type="text"/>
  424.                             <label for="a">
  425.                             </label>
  426.                             <input id="a" name="a" type="hidden" value="15908"/>
  427.                             <input type="submit" value="Find"/>
  428.                            </form>
  429.                           </td>
  430.                          </tr>
  431.                          <tr>
  432.                           <td>
  433.                           </td>
  434.                          </tr>
  435.                         </tbody>
  436.                        </table>
  437.                       </td>
  438.                      </tr>
  439.                     </tbody>
  440.                    </table>
  441.                    <!-- End Spiderline Interface HTML -->
  442.                    <!-- Spiderline Search -->
  443.                   </div>
  444.                  </td>
  445.                  <td align="right" valign="middle" width="90">
  446.                   <div align="right">
  447.                    <a href="RSS_Feeds.shtm">
  448.                     <img alt="RSS News Feed" border="0" height="15" hspace="5" src="images/rss2.gif" width="80"/>
  449.                    </a>
  450.                   </div>
  451.                  </td>
  452.                 </tr>
  453.                </tbody>
  454.               </table>
  455.              </td>
  456.             </tr>
  457.             <!--        <tr>
  458.               <td colspan="4"><p class="director_Head">Message from the DNR Director:</p>
  459.               <p class="m_title">January is "For the Dogs"</p>
  460.               <p class="director">West Virginia hunters like their “hunting dogs.” We chase rabbits, bear, and squirrels and pursue grouse, woodcock and quail with our dogs. Hunting with dogs in West Virginia is a long and deep standing tradition. </p>
  461.               <p class="m_by"><a href="message.shtm">Read More . . .</a></p></td>
  462.             </tr>
  463.     -->
  464.             <tr>
  465.              <td bgcolor="#CCCC99" colspan="4">
  466.              </td>
  467.             </tr>
  468.             <tr>
  469.              <td align="left" rowspan="13" valign="top" width="1%">
  470.               <img alt=" " height="1" src="../Template/TemplateGraphics/spacer.GIF" width="5"/>
  471.              </td>
  472.              <td align="left" valign="top" width="49%">
  473.               <p>
  474.                <font face="Arial" size="3">
  475.                 <strong>
  476.                  News
  477.                   :
  478.                 </strong>
  479.                </font>
  480.                <br/>
  481.                <a class="bld" href="news.shtm">
  482.                 Current News
  483.                </a>
  484.                |
  485.                <a href="news2013.shtm">
  486.                 2013 News
  487.                </a>
  488.                |
  489.                <a href="news2012.shtm">
  490.                 2012 News
  491.                </a>
  492.                |
  493.                <a href="news2011.shtm">
  494.                 2011 News
  495.                </a>
  496.                |
  497.                <a href="news2010.shtm">
  498.                 2010 News
  499.                </a>
  500.                |
  501.                <a href="news2009.shtm">
  502.                 2009 News
  503.                </a>
  504.                |
  505.                <a href="news2008.shtm">
  506.                 2008 News
  507.                </a>
  508.                |
  509.                <a href="news2007.shtm">
  510.                 2007 News
  511.                </a>
  512.                |
  513.                <a href="news2006.shtm">
  514.                 2006 News
  515.                </a>
  516.                |
  517.                <a href="mailto:[email protected]?Subject=News Release Email Request">
  518.                 Receive News Releases by Email
  519.                </a>
  520.                <br/>
  521.                <br/>
  522.                <a href="Agenda.shtm">
  523.                 <b>
  524.                  <font color="#FF0000" size="2">
  525.                  </font>
  526.                 </b>
  527.                 Agenda for Meetings
  528.                </a>
  529.               </p>
  530.              </td>
  531.              <td align="left" rowspan="13" valign="top" width="1%">
  532.               <img alt=" " height="1" src="../Template/TemplateGraphics/spacer.GIF" width="10"/>
  533.              </td>
  534.              <td align="left" valign="top" width="49%">
  535.               <font face="Arial" size="3">
  536.                <p>
  537.                 <strong>
  538.                  Buy Online!
  539.                 </strong>
  540.                 <br/>
  541.                 <a href="https://www.wvhunt.com/wizard/hflw000.asp">
  542.                  Hunting License
  543.                 </a>
  544.                 <br/>
  545.                 <a href="https://www.wvfish.com/wizard/hflw000.asp">
  546.                  Fishing License
  547.                 </a>
  548.                 <br/>
  549.                 <a href="https://apps.wv.gov/rs/wonderfulWV/subscribe/Online/Process.aspx">
  550.                  Wonderful West Virginia Magazine
  551.                 </a>
  552.                 <br/>
  553.                 <a href="https://www.wvparks.com/ecom/giftcerts.cfm">
  554.                  State Park Gift Cards
  555.                 </a>
  556.                </p>
  557.               </font>
  558.              </td>
  559.             </tr>
  560.             <tr>
  561.              <td align="left" valign="top">
  562.              </td>
  563.              <td align="left" valign="top">
  564.              </td>
  565.             </tr>
  566.             <tr>
  567.              <td align="left" valign="top">
  568.               <font face="Arial" size="3">
  569.                <b>
  570.                 Hunting :
  571.                </b>
  572.               </font>
  573.               <font face="Arial" size="2">
  574.                <br/>
  575.               </font>
  576.               <a href="hunting/hunting.shtm" title="WV DNR - Hunting Regulations">
  577.                Main
  578.                   Page
  579.               </a>
  580.               |
  581.               <a href="hunting/hunting_regs.shtm" title="WV DNR - Hunting Regulations">
  582.                Regulations
  583.               </a>
  584.               |
  585.               <a href="Hunting/Regs1415/Season_dates.pdf">
  586.                <font face="Arial, Helvetica, sans-serif">
  587.                 2014 Seasons and Bag Limits
  588.                </font>
  589.               </a>
  590.               |
  591.               <a href="http://www.mapwv.gov/huntfish/">
  592.                <span class="new2">
  593.                 Hunting Map
  594.                </span>
  595.               </a>
  596.               |
  597.               <a href="https://www.wvhunt.com/wizard/hflw000.asp" title="WV DNR - goWILD">
  598.                goWILD!
  599.                   Licensing
  600.               </a>
  601.               |
  602.               <a href="hunting/licensing.shtm" title="WV DNR - License Information">
  603.                License
  604.                   Information
  605.               </a>
  606.               |
  607.               <a href="hunting/sundayhunt.shtm" title="WV DNR - Sunday Hunting">
  608.                Sunday
  609.                   Hunting
  610.               </a>
  611.               |
  612.               <a href="lenforce/education.shtm" title="WV DNR - Hunter Education">
  613.                Hunter
  614.                   Education
  615.               </a>
  616.               |
  617.               <a href="hunting/check_stations.asp" title="WV DNR - Check Stations">
  618.                Check
  619.                   Stations
  620.               </a>
  621.               |
  622.               <a href="hunting/wma.shtm" title="WV DNR - WMA">
  623.                Wildlife
  624.                   Management Areas
  625.               </a>
  626.               |
  627.               <a href="Hunting/HHH.shtm">
  628.                Hunters Helping the Hungry
  629.               </a>
  630.               |
  631.               <a href="http://lutra.dnr.state.wv.us/cwd">
  632.                <font face="Arial, Helvetica, sans-serif">
  633.                 CWD Test Results
  634.                </font>
  635.               </a>
  636.               |
  637.               <a href="Hunting/FAQ.shtm">
  638.                Hunting FAQ
  639.               </a>
  640.               <!-- | <a href="Hunting/PDFFiles/Application Deer Hunt - 2008.pdf">Stonewall Controlled Deer Hunt Application</a> -->
  641.               |
  642.               <a href="Hunting/controlled.shtm">
  643.                Controlled Hunts
  644.               </a>
  645.               |
  646.               <a href="WILDfirstDeerCert.pdf">
  647.                First Deer Certificate
  648.               </a>
  649.               |
  650.               <a href="wmamapproj/INDEX.shtm">
  651.                <span class="style12">
  652.                 New WMA Topo Maps
  653.                </span>
  654.               </a>
  655.              </td>
  656.              <td align="left" valign="top">
  657.               <font face="Arial" size="3">
  658.                <strong>
  659.                 Special
  660.                 Opportunities :
  661.                </strong>
  662.               </font>
  663.               <strong>
  664.                Wildlife
  665.               </strong>
  666.               <br/>
  667.               <a href="archery/default.shtm">
  668.                Archery in the Schools
  669.               </a>
  670.               |
  671.               <a href="hunting/bow.shtm">
  672.                Becoming an Outdoors Woman
  673.               </a>
  674.               |
  675.               <a href="wildlife/teachers.shtm">
  676.                For
  677.                 Teachers
  678.               </a>
  679.               |
  680.               <a href="wildlife/funzone.shtm">
  681.                Kid Zone
  682.               </a>
  683.               |
  684.               <a href="NHFD/Main.shtm">
  685.                National  Hunting and Fishing Day Celebration
  686.               </a>
  687.               |
  688.               <a href="traditions.shtm">
  689.                Youth Hunting and
  690.               Fishing
  691.               </a>
  692.               |
  693.               <a href="http://www.wvdnr.gov/Wildlife/WildlifeCenter.shtm">
  694.                WV Wildlife Center
  695.               </a>
  696.              </td>
  697.             </tr>
  698.             <tr>
  699.              <td align="left" valign="top" width="49%">
  700.               <img alt=" " height="15" src="MainGraphics/spacer.GIF" width="1"/>
  701.              </td>
  702.              <td align="left" valign="top" width="49%">
  703.               <img alt=" " height="1" src="MainGraphics/spacer.GIF" width="1"/>
  704.              </td>
  705.             </tr>
  706.             <tr>
  707.              <td align="left" valign="top" width="49%">
  708.               <font face="Arial" size="3">
  709.                <strong>
  710.                 Fishing :
  711.                </strong>
  712.               </font>
  713.               <br/>
  714.               <a href="fishing/fishing.shtm" title="WV DNR - Fishing">
  715.                Main
  716.                 Page
  717.               </a>
  718.               |
  719.               <a href="Fishing/Fishing_regs.shtm" title="WV DNR - Fishing Regulations">
  720.                Regulations
  721.               </a>
  722.               |
  723.               <a href="Fishing/Stocking/DailyStock.shtm" title="WV DNR - Trout Stocking">
  724.                Trout
  725.                 Stocking
  726.               </a>
  727.               |
  728.               <a href="http://www.mapwv.gov/huntfish/" target="_blank">
  729.                <span class="new2">
  730.                 Fishing Map
  731.                </span>
  732.               </a>
  733.               |
  734.               <a href="https://www.wvhunt.com/wizard/hflw000.asp" title="WV DNR - goWILD">
  735.                goWILD!
  736.                 Licensing
  737.               </a>
  738.               |
  739.               <a href="fishing/license.shtm" title="WV DNR - License">
  740.                License
  741.                 Information
  742.               </a>
  743.               |
  744.               <a href="fishing/sport_fish.asp" title="WV DNR - Fish Identification">
  745.                Sport
  746.                 Fish Identification
  747.               </a>
  748.               |
  749.               <a href="fishing/weekly_fishreport.shtm" title="WV DNR - Fishing Report">
  750.                Weekly
  751.                 Fishing Report
  752.               </a>
  753.               |
  754.               <a href="fishing/public_access.asp" title="WV DNR - Public Access Sites">
  755.                Public
  756.               Fishing Areas
  757.               </a>
  758.               |
  759.               <a href="http://www.wvdnr.gov/fishing/PDFFiles/Ohio_River_Management_Plan_Revised.pdf" title="http://www.wvdnr.gov/fishing/Ohio_River_Management_Plan.shtm">
  760.                Ohio River Management Plan (PDF
  761.               </a>
  762.               ) |
  763.               <a href="Fishing/First_Fish.shtm">
  764.                First Fish Certificate
  765.               </a>
  766.               |
  767.               <a href="Fishing/Invasive_Species.shtm">
  768.                <span class="new">
  769.                 Aquatic  Invasive Species
  770.                </span>
  771.               </a>
  772.               |
  773.               <a href="Fishing/Briefs.shtm">
  774.                Fish Management Briefs
  775.               </a>
  776.               |
  777.               <a href="Fishing/Dunkard.shtm">
  778.                Dunkard Creek Restoration
  779.               </a>
  780.               |
  781.               <a href="Fishing/Fish_ID.shtm">
  782.                <span class="new">
  783.                 Sport Fish identification Posters
  784.                </span>
  785.               </a>
  786.               |
  787.               <a href="Fishing/Fish_Tagging.shtm">
  788.                <span class="new">
  789.                 Fish Tagging Program
  790.                </span>
  791.               </a>
  792.               |
  793.               <a href="Fishing/SJ_tournaments.shtm">
  794.                Stonewall Jackson Fishing Tournaments
  795.               </a>
  796.               |
  797.               <a href="Fishing/walleye.shtm">
  798.                Walleye Management
  799.               </a>
  800.              </td>
  801.              <td align="left" valign="top" width="49%">
  802.               <font face="Arial" size="3">
  803.                <strong>
  804.                 Special
  805.                 Opportunities :
  806.                </strong>
  807.               </font>
  808.               <strong>
  809.                State Parks
  810.               </strong>
  811.               <br/>
  812.               <a href="http://www.wvstateparks.com/community/adopt.htm">
  813.                Adopt-A-Trail
  814.               </a>
  815.               |
  816.               <a href="http://www.wvstateparks.com/Community/hiking.htm">
  817.                Hiking
  818.               </a>
  819.               |
  820.               <a href="http://www.wvstateparks.com/community/vipp.htm">
  821.                VIPP
  822.               </a>
  823.              </td>
  824.             </tr>
  825.             <tr>
  826.              <td align="left" valign="top" width="49%">
  827.              </td>
  828.              <td align="left" valign="top" width="49%">
  829.              </td>
  830.             </tr>
  831.             <tr>
  832.              <td align="left" valign="top" width="49%">
  833.               <p>
  834.                <span style="margin-top: 0; margin-bottom: 0">
  835.                 <font face="Arial" size="3">
  836.                  <b>
  837.                   Wildlife (
  838.                   <font size="2">
  839.                    General
  840.                   </font>
  841.                   ) :
  842.                  </b>
  843.                 </font>
  844.                 <br/>
  845.                 <font>
  846.                  <a href="hunting/wildlifediseases.shtm" title="WV DNR - Wildlife Diseases">
  847.                   Wildlife Diseases
  848.                  </a>
  849.                  |
  850.                  <font face="Arial, Helvetica, sans-serif" size="2">
  851.                   <strong>
  852.                    Nuisance Wildlife:
  853.                   </strong>
  854.                   <a href="Hunting/NuisBear.shtm">
  855.                    Bear
  856.                   </a>
  857.                   -
  858.                   <a href="Hunting/NuisBat.shtm">
  859.                    Bats
  860.                   </a>
  861.                   -
  862.                   <a href="Hunting/NuisWPeck.shtm">
  863.                    Woodpeckers
  864.                   </a>
  865.                   -
  866.                   <a href="Hunting/IntAppDeerCon.shtm">
  867.                    Deer
  868.                   </a>
  869.                   |
  870.                   <a href="http://icwdm.org/">
  871.                    Wildlife Damage Information
  872.                   </a>
  873.                   |
  874.                   <a href="http://wildlifecontrol.info/">
  875.                    Wildlife Control Information
  876.                   </a>
  877.                  </font>
  878.                 </font>
  879.                </span>
  880.                |
  881.                <a href="Hunting/DCA.shtm">
  882.                 Wildlife Damage Control Agents
  883.                </a>
  884.               </p>
  885.              </td>
  886.              <td align="left" valign="top" width="49%">
  887.               <font face="Arial" size="3">
  888.                <strong>
  889.                 Publications/Programming
  890.                   :
  891.                </strong>
  892.               </font>
  893.               <br/>
  894.               <a href="http://www.wonderfulwv.com/" title="Wonderful West Virginia Magazine">
  895.                Wonderful
  896.                   WV Magazine
  897.               </a>
  898.               |
  899.               <a href="publications/publications.shtm" title="Wildlife Diversity Program">
  900.                Wildlife
  901.                   Diversity Program Publications
  902.               </a>
  903.               |
  904.               <a href="wildlife/magazine/index.shtm" title="WV Wildlife Magazine">
  905.                WV
  906.                   Wildlife Magazine
  907.               </a>
  908.               |
  909.               <a href="Hunting/Wildlife_TV/wv_wildlife_tv.shtm" title="WV Wildlife TV Show">
  910.                WV
  911.                   Wildlife TV
  912.               </a>
  913.               |
  914.               <a href="hunting/your_dnr.shtm" title="WV DNR TV Show">
  915.                Your
  916.                   DNR TV Show
  917.               </a>
  918.               |
  919.               <a href="Wildlife/WildlifeCalendar.shtm">
  920.                Wildlife Calendars
  921.               </a>
  922.               |
  923.               <a href="hunting/WildlifeResourcesReport.shtm">
  924.                Wildlife Resources Radio Report
  925.               </a>
  926.               |
  927.               <a href="admin/annual_report.shtm">
  928.                DNR Annual Report
  929.               </a>
  930.               |
  931.               <a href="wwvmagazine/Searchmagazine.shtm">
  932.                Search
  933.               WWV Magazine Articles
  934.               </a>
  935.               |
  936.               <a href="wwvmagazine/Archive/Archive.html">
  937.                WWV Magazine Archives
  938.               </a>
  939.               |
  940.               <a href="Publications/Draft_Elk_Plan.pdf">
  941.                Draft
  942.               WV Elk Management Plan
  943.               </a>
  944.               |
  945.               <a href="Wildflower_pilgrimage_2012.pdf">
  946.                51st Wildflower Pilgrimage
  947.               </a>
  948.               |
  949.               <a href="Publications/Ebooks.shtm">
  950.                <span class="new">
  951.                 Free Wildlife E-Books
  952.                </span>
  953.               </a>
  954.              </td>
  955.             </tr>
  956.             <tr>
  957.              <td align="left" valign="top" width="49%">
  958.               <img alt=" " height="15" src="MainGraphics/spacer.GIF" width="1"/>
  959.              </td>
  960.              <td align="left" valign="top" width="49%">
  961.               <img alt=" " src="MainGraphics/spacer.GIF"/>
  962.              </td>
  963.             </tr>
  964.             <tr>
  965.              <td align="left" valign="top" width="49%">
  966.               <p>
  967.                <font face="Arial" size="3">
  968.                 <strong>
  969.                  WV
  970.                 State Parks :
  971.                 </strong>
  972.                </font>
  973.                <br/>
  974.                <a href="http://www.wvstateparks.com/" title="West Virginia State Parks">
  975.                 Main
  976.                 Page
  977.                </a>
  978.                |
  979.                <a href="http://www.wvstateparks.com/lodging/lodge.htm" title="West Virginia State Parks Lodging">
  980.                 Lodges
  981.                 and Resorts
  982.                </a>
  983.                |
  984.                <a href="http://www.wvstateparks.com/lodging/cabins.html" title="West Virginia State Parks Cabins">
  985.                 Cabins
  986.                </a>
  987.                |
  988.                <a href="http://www.wvstateparks.com/lodging/camping.htm" title="West Virginia State Parks Camping">
  989.                 Camping
  990.                </a>
  991.                |
  992.                <a href="http://www.wvstateparks.com/packages/golf.htm" title="West Virginia State Parks Golf Packages">
  993.                 Golf
  994.                 Packages
  995.                </a>
  996.                |
  997.                <a href="http://www.wvstateparks.com/calendar.html" title="West Virginia State Parks Calendar of Events">
  998.                 Calendar
  999.                 of Events
  1000.                </a>
  1001.                |
  1002.                <a href="http://www.wvstateparks.com/Conferences/index.htm" title="West Virginia State Parks Conference Planner">
  1003.                 Conference
  1004.                 Planner
  1005.                </a>
  1006.                |
  1007.                <a href="news.shtm" title="West Virginia State Parks News">
  1008.                 Parks
  1009.                 News
  1010.                </a>
  1011.                |
  1012.                <a href="http://www.wvstateparks.com/tours/index.htm" title="West Virginia State Parks Virtual Tours">
  1013.                 Virtual
  1014.               Tours
  1015.                </a>
  1016.                |
  1017.                <b>
  1018.                 <font color="#FF0000" size="2">
  1019.                 </font>
  1020.                </b>
  1021.                <a href="map.asp">
  1022.                 Interactive Park Map
  1023.                </a>
  1024.               </p>
  1025.              </td>
  1026.              <td align="left" valign="top" width="49%">
  1027.               <p style="margin-top: 0; margin-bottom: 0">
  1028.                <font face="Arial" size="3">
  1029.                 <b>
  1030.                  Wildlife Diversity :
  1031.                 </b>
  1032.                </font>
  1033.                <br/>
  1034.                <font>
  1035.                 <a href="wildlife/wdpintro.shtm" title="WV DNR - Wildlife">
  1036.                  Main
  1037.                   Page
  1038.                 </a>
  1039.                 |
  1040.                 <a href="wildlife/endangered.shtm" title="WV DNR - Endangered Species">
  1041.                  Rare,
  1042.                   Threatened and Endangered Species
  1043.                 </a>
  1044.                 |
  1045.                 <a href="wildlife/scollectpermit.shtm" title="WV DNR - Scientific Permit">
  1046.                  Scientific
  1047.                   Collecting Permit
  1048.                 </a>
  1049.                 |
  1050.                 <a href="Mussels/Main.shtm">
  1051.                  WV Mussel Survey Protocol
  1052.                 </a>
  1053.                 |
  1054.                 <a href="wildlife/invasivespecies.shtm" title="WV DNR  - Invasive Species">
  1055.                  Exotic/Invasive
  1056.                   Species
  1057.                 </a>
  1058.                 |
  1059.                 <a href="wildlife/birdwv.shtm" title="WV DNR - Bird Watching">
  1060.                  Birding
  1061.                   in WV
  1062.                 </a>
  1063.                 |
  1064.                 <a href="wildlife/data.shtm" title="WV DNR - Data Request">
  1065.                  Data
  1066.                   Requests
  1067.                 </a>
  1068.                 |
  1069.                 <a href="wildlife/landscape.shtm" title="WV DNR - Landscape">
  1070.                  Landscaping for Wildlife
  1071.                 </a>
  1072.                 |
  1073.                 <a href="wvmn/index.shtm">
  1074.                  Master Naturalist Program
  1075.                 </a>
  1076.                 |
  1077.                 <a href="Wildlife/One_page_plants.shtm">
  1078.                  One Page Plant Field Guides
  1079.                 </a>
  1080.                </font>
  1081.                |
  1082.                <a href="Wildlife/WVBBA Spring Newsletter 2013.pdf">
  1083.                 <span class="new">
  1084.                  New Breeding Bird Atlas Newsletter
  1085.                 </span>
  1086.                </a>
  1087.                |
  1088.                <a href="Publications/Amphibians/index.html">
  1089.                 Reptile and Amphibian Regulations
  1090.                </a>
  1091.                |
  1092.                <a href="Wildlife/Action_Plan.shtm">
  1093.                 State Wildlife Action Plan
  1094.                </a>
  1095.               </p>
  1096.              </td>
  1097.             </tr>
  1098.             <tr>
  1099.              <td align="left" valign="top" width="49%">
  1100.               <img alt=" " height="15" src="MainGraphics/spacer.GIF" width="1"/>
  1101.              </td>
  1102.              <td align="left" valign="top" width="49%">
  1103.               <img alt=" " height="1" src="MainGraphics/spacer.GIF" width="1"/>
  1104.              </td>
  1105.             </tr>
  1106.             <tr>
  1107.              <td align="left" valign="top" width="49%">
  1108.               <font face="Arial" size="3">
  1109.                <strong>
  1110.                 Law Enforcement :
  1111.                </strong>
  1112.               </font>
  1113.               <br/>
  1114.               <!--<a href='lenforce/law.shtm'  title="WV DNR - Law Enforcement">Main Page</a> | <a href='lenforce/boating.shtm'  title="WV DNR - Boating">Boating</a> | <a href='lenforce/employment.shtm'  title="WV DNR - Law Enforcement Employment">Employment</a> | <a href='lenforce/education.shtm'  title="WV DNR - Hunter Education">Hunter Education</a> | <a href="LEnforce/White/RiverMgt/default.shtm">Whitewater Rafting</a> | <a href="https://whitewater.wvdnr.gov/">BETA Whitewater Rafting</a> | <a href="LEnforce/Huntered/Classes.htm">Hunter Ed Class Search</a> | <a href="LEnforce/Boater_Ed/Classes.htm">Boater Ed Class Search</a> | <a href="LEnforce/Poachers.shtm">Report Poachers On-line</a></Td> -->
  1115.               <a href="lenforce/law.shtm" title="WV DNR - Law Enforcement">
  1116.                Main Page
  1117.               </a>
  1118.               |
  1119.               <a href="lenforce/boating.shtm" title="WV DNR - Boating">
  1120.                Boating
  1121.               </a>
  1122.               |
  1123.               <a href="lenforce/employment.shtm" title="WV DNR - Law Enforcement Employment">
  1124.                Employment
  1125.               </a>
  1126.               |
  1127.               <a href="lenforce/education.shtm" title="WV DNR - Hunter Education">
  1128.                Hunter Education
  1129.               </a>
  1130.               |
  1131.               <a href="https://whitewater.wvdnr.gov/">
  1132.                Whitewater Rafting
  1133.               </a>
  1134.               |
  1135.               <a href="LEnforce/Huntered/Classes.htm">
  1136.                Hunter Ed Class Search
  1137.               </a>
  1138.               |
  1139.               <a href="LEnforce/Boater_Ed/Classes.htm">
  1140.                Boater Ed Class Search
  1141.               </a>
  1142.               |
  1143.               <a href="LEnforce/Poachers.shtm">
  1144.                Report Poachers On-line
  1145.               </a>
  1146.               |
  1147.               <a href="LEnforce/Guide.shtm">
  1148.                Outfitter &amp; Guide
  1149.               </a>
  1150.              </td>
  1151.              <td align="left" valign="top" width="49%">
  1152.               <font face="Arial" size="3">
  1153.                <strong>
  1154.                 Disability
  1155.                 Services :
  1156.                </strong>
  1157.               </font>
  1158.               <br/>
  1159.               <a href="disabilityservices/disabled_fishing.shtm" title="WV DNR - Disabled Fishing">
  1160.                Fishing
  1161.                 Sites
  1162.               </a>
  1163.               |
  1164.               <a href="DisabilityServices/disabled_hunting.shtm" title="WV DNR - Disabled Hunting">
  1165.                Hunting
  1166.               Sites
  1167.               </a>
  1168.               |
  1169.               <a href="disabilityservices/disabled_licenses.shtm" title="WV DNR - Disabled Licenses">
  1170.                License
  1171.               </a>
  1172.               |
  1173.               <a href="DisabilityServices/disabled_faq.shtm">
  1174.                FAQ
  1175.               </a>
  1176.               |
  1177.               <a href="Hunting/PDFFiles/Class_Q_Program_Brochure_final.pdf">
  1178.                Class Q/QQ Brochure (PDF)
  1179.               </a>
  1180.               |
  1181.               <a href="Hunting/ClassQ-QQ.shtm">
  1182.                Class Q/QQ Brochure (HTML)
  1183.               </a>
  1184.               |
  1185.               <a href="DisabilityServices/DDFLAPPS.pdf">
  1186.                Developmentally Disabled Resident Fishing License (DDRFL) Application
  1187.               </a>
  1188.              </td>
  1189.             </tr>
  1190.             <tr>
  1191.              <td align="left" valign="top" width="49%">
  1192.               <img alt=" " height="15" src="MainGraphics/spacer.GIF" width="1"/>
  1193.              </td>
  1194.              <td align="left" valign="top" width="49%">
  1195.               <img alt=" " height="1" src="MainGraphics/spacer.GIF" width="1"/>
  1196.              </td>
  1197.             </tr>
  1198.             <tr>
  1199.              <td align="left" valign="top" width="49%">
  1200.               <font face="Arial" size="3">
  1201.                <strong>
  1202.                 Administration
  1203.                 :
  1204.                </strong>
  1205.               </font>
  1206.               <br/>
  1207.               <a href="admin/default.shtm" title="WV DNR - Administration">
  1208.                Main
  1209.                 Page
  1210.               </a>
  1211.               |
  1212.               <a href="admin/payroll.shtm" title="WV DNR - Payroll">
  1213.                Payroll
  1214.               &amp; Employee Benefits
  1215.               </a>
  1216.               |
  1217.               <a href="admin/personnel.shtm" title="WV DNR - Personnel">
  1218.                Personnel
  1219.               </a>
  1220.              </td>
  1221.              <td align="left" valign="top" width="49%">
  1222.               <p style="margin-top: 0; margin-bottom: 0">
  1223.                <font face="Arial" size="3">
  1224.                 <strong>
  1225.                  Office of Land and Streams:
  1226.                 </strong>
  1227.                </font>
  1228.                <br/>
  1229.                <a href="REM/default.shtm" title="WV DNR - Real Estate Management">
  1230.                 Main Page
  1231.                </a>
  1232.                |
  1233.                <a href="REM/PLC.shtm" title="WV DNR - Public Land Corporation">
  1234.                 Stream Activity Application
  1235.                </a>
  1236.               </p>
  1237.              </td>
  1238.             </tr>
  1239.             <tr>
  1240.              <td align="left" valign="top" width="1%">
  1241.              </td>
  1242.              <td align="left" valign="top" width="49%">
  1243.              </td>
  1244.              <td align="left" valign="top" width="1%">
  1245.              </td>
  1246.              <td align="left" valign="top" width="49%">
  1247.              </td>
  1248.             </tr>
  1249.             <tr>
  1250.              <td align="left" valign="top" width="1%">
  1251.              </td>
  1252.              <td align="left" valign="top" width="49%">
  1253.               <font face="Arial" size="3">
  1254.                <strong>
  1255.                 Other :
  1256.                 <br/>
  1257.                </strong>
  1258.                <a href="Wildlife/PDFFiles/wvwcap.pdf">
  1259.                 WV  Wildlife Conservation Action Plan (76MB PDF)
  1260.                </a>
  1261.                |
  1262.                <a href="cabwaylingo.pdf">
  1263.                 Affidavit of   Publication–Wilson Coal #A-47 WO (PDF)
  1264.                </a>
  1265.                |
  1266.                <a href="Kanawha State Forest Maintenance Hardy 35.pdf">
  1267.                 Kanawha State Forest: EQT: Road Maintenance_Hardy   35
  1268.                </a>
  1269.               </font>
  1270.              </td>
  1271.              <td align="left" valign="top" width="1%">
  1272.              </td>
  1273.              <td align="left" valign="top" width="49%">
  1274.              </td>
  1275.             </tr>
  1276.            </tbody>
  1277.           </table>
  1278.           <div align="center">
  1279.            <p>
  1280.            </p>
  1281.            <h3>
  1282.            </h3>
  1283.           </div>
  1284.          </td>
  1285.         </tr>
  1286.         <!-- <PARAM NAME=DEFTARGET VALUE="fmain"> -->
  1287.        </tbody>
  1288.       </table>
  1289.       <img alt=" " height="1" src="../Template/TemplateGraphics/spacer.GIF" width="5"/>
  1290.       <table cellpadding="0" cellspacing="0" height="62" width="100%">
  1291.        <tbody>
  1292.         <tr>
  1293.          <th colspan="10" height="20">
  1294.           <hr color="632910" size="1" width="95%"/>
  1295.          </th>
  1296.         </tr>
  1297.         <tr>
  1298.          <th width="33%">
  1299.           <font face="Arial, Helvetica, sans-serif" size="1">
  1300.            Earl Ray Tomblin, Governor
  1301.           </font>
  1302.          </th>
  1303.          <th width="34%">
  1304.           <p style="margin-top: 0; margin-bottom: 0">
  1305.            <font face="Arial, Helvetica, sans-serif" size="1">
  1306.             Keith Burdette, Secretary,
  1307.            </font>
  1308.           </p>
  1309.           <p style="margin-top: 0; margin-bottom: 0;">
  1310.            <font face="Arial, Helvetica, sans-serif" size="1">
  1311.             Department
  1312.         of Commerce
  1313.            </font>
  1314.           </p>
  1315.          </th>
  1316.          <th width="33%">
  1317.           <font face="Arial, Helvetica, sans-serif" size="1">
  1318.            Director
  1319.           Frank Jezioro
  1320.           </font>
  1321.          </th>
  1322.         </tr>
  1323.         <tr>
  1324.          <td colspan="3" height="20">
  1325.           <div align="center">
  1326.            <p style="margin-bottom: 0;">
  1327.             <br/>
  1328.             <font face="Arial, Helvetica, sans-serif">
  1329.              <a href="http://www.wv.gov">
  1330.               WV State Home Page
  1331.              </a>
  1332.              |
  1333.              <a href="http://www.boc.state.wv.us">
  1334.               Department of Commerce
  1335.              </a>
  1336.              |
  1337.              <a href="http://www.wvtourism.com">
  1338.               Division of Tourism
  1339.              </a>
  1340.              |
  1341.              <a href="http://www.wvforestry.com">
  1342.               Division of Forestry
  1343.              </a>
  1344.              <br/>
  1345.              <a href="http://www.labor.state.wv.us">
  1346.               Division of Labor
  1347.              </a>
  1348.              |
  1349.              <a href="http://www.wvdo.org">
  1350.               Development Office
  1351.              </a>
  1352.             </font>
  1353.             |
  1354.             <a href="http://www.wvgs.wvnet.edu">
  1355.              WV Geological and Economic Survey
  1356.             </a>
  1357.             |
  1358.             <a href="http://wvgis.wvu.edu">
  1359.              GIS Coordinators Office
  1360.             </a>
  1361.             <br/>
  1362.             <font face="Arial, Helvetica, sans-serif">
  1363.              <a href="http://www.wvminesafety.org">
  1364.               Office of Miners Health, Safety and Training
  1365.              </a>
  1366.              |
  1367.              <a href="http://www.wvwda.org">
  1368.               Water Development Authority
  1369.              </a>
  1370.             </font>
  1371.             <br/>
  1372.             <br/>
  1373.            </p>
  1374.            <p style="margin-top: 0; margin-bottom: 0;">
  1375.             <a href="Privacy.shtm" title="Privacy Statement ">
  1376.              Privacy
  1377.               Statement
  1378.             </a>
  1379.             |
  1380.             <a href="contact.shtm" title="Contact Us">
  1381.              Division
  1382.               Contacts
  1383.             </a>
  1384.             <br/>
  1385.             <a href="mailto:[email protected]" title="Send email to Webmaster">
  1386.              Contact Webmaster
  1387.             </a>
  1388.             <br/>
  1389.             <a href="http://www.wvdnr.gov/" title="West Virginia Division of Natural Resources">
  1390.              Š
  1391.               2011 West Virginia Division of Natural Resources
  1392.             </a>
  1393.            </p>
  1394.           </div>
  1395.          </td>
  1396.         </tr>
  1397.        </tbody>
  1398.       </table>
  1399.       <script type="text/javascript">
  1400.        <!--
  1401.     var Accordion1 = new Spry.Widget.Accordion("Accordion1");
  1402.     //-->
  1403.       </script>
  1404.      </body>
  1405.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement