document.writeln('<!-- SIDEBAR -->');
document.writeln('<div class="sidebar">');
document.writeln('  <!-- Main Title -->');
document.writeln('     <p class="sidebar-maintitle">Member Login</p>');
document.writeln('     <!-- Textbox -->');
document.writeln('     <div class="sidebar-txtbox-noshade">');
document.writeln('        <form name="Login" action="Login" method="post">');
document.writeln('           <p>Email Login</p><input name="Email" type=text size=15 maxlength=40>');
document.writeln('           <p>Password</p><input name="Password" type=password size=10 maxlength=15>');
document.writeln('           <br><a href="javascript:document.Login.submit()">CONFIRM</a>');
document.writeln('        </form>');
document.writeln('        <p>Not yet a member?</p><p><a href="http://www.nestguard.com:8088/en/dataentry/register.html">Free Registration</a></p>');
document.writeln('     </div>');
document.writeln('     <!-- Textbox -->');
document.writeln('     <p class="sidebar-title-noshade">About the Member Area</p>');
document.writeln('     <div class="sidebar-txtbox-noshade">');
document.writeln('        <p>In the member area, you can participate in our free research program of our nest project. You will also be able to access our nest identification database.</p><p>We are in need of licensed ringers/banders. Please enrol with us, for further info. Your license will be verified. <br><br>| 15.06.2008 | <a href="#">Read More</a></p>');
document.writeln('     </div>');
document.writeln('</div>');









