package HTML;
  use strict;
  BEGIN {
    use Exporter ();
    @HTML::ISA         = qw(Exporter);
    @HTML::EXPORT      = qw();
    @HTML::EXPORT_OK   = qw($q);
  }
  use vars qw($q);

  sub printmyheader{
   print <<"header";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">   <meta http-equiv="Content-Language" content="en-us">   <link rel="stylesheet" type="text/css" href="/rsrc/WWW/FreeSkinStart/main.css" media="all"><title>LEPP</title> </head><body><div id="wrap-top"><div id="cu-identity">   <div id="cu-logo">      <a id="insignia-link" href="/http://www.cornell.edu/"><!--<img src="/rsrc/WWW/FreeSkinBanner/LEPP_2line_red.gif" alt="Cornell University" width="480" height="75" border="0" /></a>--><img src="/rsrc/WWW/FreeSkinBanner/LEPP_3line_red.gif" alt="Cornell University" width="325" height="88" border="0" /></a>      <div id="unit-signature-links">         <a id="cornell-link" href="/http://www.cornell.edu/">Cornell University</a>         <a id="unit-link" href="/WebHome.html">LEPP</a>      </div>   </div><div id="search-form"><form action="http://web.search.cornell.edu/search" method="GET" name="gs"><div id="search-input"><label for="search-form-query">SEARCH:</label><input type="text" name="q" value="" size="20" maxlength="256"id="search-form-query" /><input type="submit" name="btnG" value="go" id="search-form-submit" /><input type="hidden" name="output" value="xml_no_dtd" /><input type="hidden" name="sort" value="date:D:L:d1" /><input type="hidden" name="ie" value="UTF-8" /><input type="hidden" name="client" value="default_frontend" /><input type="hidden" name="oe" value="UTF-8" /><input type="hidden" name="site" value="default_collection" /><input type="hidden" name="proxystylesheet" value="default_frontend" /></div><div id="search-filters"><input type="radio" name="sitesearch" value="lepp.cornell.edu" checked="checked" id="search-filters1" /><label for="search-filters1">LEPP</label><input type="radio" name="sitesearch" value="" id="search-filters2" /><label for="search-filters2">Cornell</label><a href="/http://web.search.cornell.edu/">more options</a></div></form></div></div><div id="header">  <div id="navigation">    <ul>    <li><a href="/WebHome.html">LEPP Home</a></li>    <li><a href="/Research/WebHome.html">Research</a></li>    <li><a href="/Education/WebHome.html">Education</a></li>    <li><a href="/Publications/WebHome.html">Publications</a></li>    <li><a href="/Resources/WebHome.html">User Resources</a></li>    </ul>  </div></div><div id="wrap"> <div id="left-panel"><div id="section-navigation"><h4><a name="People"></a> People </h4><a class="secondary" href="/ActiveFaculty.html">Faculty</a><a class="secondary" href="/MauryTigner.html">Director</a><a class="secondary" href="/LeppDirectory.html">LEPP Directory</a><a class="primary" href="/VirtualTour.html" target="_top">Virtual Tour</a></strong><a class="primary" href="/VisitUs.html">Visit Us</a><a class="primary" href="/LeppConferences.html">Conferences</a><h4><a name="Local_Seminars"></a> <a name="https://wiki.lepp.cornell.edu/web/bin/view/WWW/LocalSeminars"></a>Local Seminars </h4><a class="secondary" href="/http://www.lepp.cornell.edu/public/CLEO/jc/" target="_top">Journal Club</a><a class="secondary" href="/AcceleratorSeminars.html" target="_top">Accelerator Seminars</a><a class="secondary" href="/http://www.lepp.cornell.edu/public/theory/seminars.html" target="_top">Particle Theory</a><a class="primary" href="/JobsAtLEPP.html" target="_top">Jobs</a><a class="primary" href="/ContactUs.html">Contact Us</a><a class="primary" href="/RecentNews.html" target="_top">News</a><p /> <div id="announcements"><h2 style="background: #003366;">Announcements</h2><ul><li><a href="/http://erl.chess.cornell.edu/workshop/main.htm"><strong>June 5-24:</strong> Workshop series exploring the physics opportunities offered by the ERL</a></li><li><a href="/http://astro.cornell.edu/~dong/bethe.htm"><strong>June 2-3:</strong> Bethe Centennial Symposium on Astrophysics</a></li><!--<li><a href="/Announcements#SpecialColloquium"><strong>May 8:</strong> Special Colloquium on the Future of Particle Physics</a></li>--></ul></div></div><!--<div style="text-align: center;"><img style="margin-top: 5px;" src="/rsrc/WWW/FreeSkinMenu/nsf_logo.png" /><img style="margin-top: 5px; border: 1px solid #a6a69d;" src="/rsrc/WWW/FreeSkinMenu/doe_small.jpg" /></di>--></div><div id="main"><div id="main-inside">
header

  }

sub printmytrailer{
 print <<"trailer";
<div id="footer"><a href="/http://www.er.doe.gov/"><img style="float: right; margin: 0px 15px; border: 0;" src="/rsrc/WWW/FreeSkinPosTopic/DOE_round.jpg"></a><a href="/http://www.nsf.gov"><img style="float: right; border:0;" src="/rsrc/WWW/FreeSkinPosTopic/nsf_foot.png"></a>&copy; 2006 <a href="/http://www.lepp.cornell.edu/">Laboratory for Elementary-Particle Physics</a><br>Supported by the<a href="/http://www.nsf.gov/">National Science Foundation</a>and the <a href="/http://www.er.doe.gov/">US Department of Energy</a> <br>Please send <a href="/http://www.lepp.cornell.edu/cgi-bin/mail?WebFeedback">comments or suggestions</a>.</div></div></div></div></body></html>
trailer
} 1;


