<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div style="float: left" id="my_menu" class="sdmenu">');
	
	document.write('<div onclick=\"location.href=\'default.html\'" >');
        document.write('<span  >Home</span>');   
      document.write('</div>');

      document.write('<div class="collapsed">');
       document.write(' <span>About Us</span>');

        document.write('<a href="about.html">History</a>');
         document.write('<a href="officers.html">Officers</a>');

        document.write('<a href="meetings.html">Meetings</a>');
        document.write('<a href="membership.html">Membership</a>');
        document.write('<a href="qsl.html">QSLs</a>');
      	 document.write('<a href="links.html">Links</a>'); 	
      document.write('</div>');
  
  	document.write('<div class="collapsed">');
      document.write('<span>Features</span>');
      document.write('<a href="messenger.html">Messenger</a>');
      document.write('<a href="whistle.html">Charlie\s Whistle</a>');
       document.write('<a href="net.html">BVARC Net</a>');
      document.write('</div>');
      
     
   document.write('<div onclick="location.href=\'fieldDay10.html\'" >');
    document.write('<span  >Field Day 2010</span>');   
    document.write('</div>');

      
      document.write('<div onclick="location.href=\'dutchIsland.html\'" >');
    document.write('<span  >Lighthouse</span>');   
    document.write('</div>');

    
    document.write('<div onclick="location.href=\'exams.html\'" >');
    document.write('<span  >Exams</span>');   
    document.write('</div>');
    
   document.write('<div onclick="location.href=\'hamTags.html\'" >');
   document.write('<span  >Ham Tags</span> ');  
   document.write('</div>'); 
       document.write('<div onclick="location.href=\'dxcc.html\'" >');
   document.write('<span  >RI DXCC</span> ');  
   document.write('</div>');    
   
    document.write('<div onclick="location.href=\'clubPhotos.html\'" >');
   document.write('<span  >Club Photos</span> ');  
   document.write('</div>');
      document.write('</div>');
document.write('<FORM method="GET" action="http://www.qrz.com/callsign.html" target="_blank">');
document.write('<table align="CENTER" style="color:white;">');
document.write('<tr><td align="CENTER"><br />QRZ callsign lookup</td></tr>');
document.write('<tr><td align="center"><INPUT type="text" name="callsign" size="8"><INPUT type="submit" value="OK"></td></tr>');
document.write('</table></FORM>');

document.write('<table BORDER="1" cellspacing=0 CELLPADDING=0 style="color:white;background-color:#000099"  align="CENTER">');
document.write('<tr><td ALIGN="center" WIDTH="121" style="font-size:12px;line-height:20px">Solar X-rays </td></tr><tr><td><CENTER><A HREF="http://www.n3kl.org/sun/noaa.html" target="_blank"><IMG WIDTH=121 HEIGHT=21 BORDER=0 ALT="Status" SRC="http://www.n3kl.org/sun/images/status.gif?"/></A></CENTER></TD></TR>');

document.write('<tr><td ALIGN="center" style="font-size:12px;line-height:20px">Geomagnetic Field </TD></tr>');
document.write('<tr><td ALIGN=CENTER><CENTER><A HREF="http://www.n3kl.org/sun/noaa.html" target="_blank"><IMG WIDTH=121 HEIGHT=21 BORDER=0 ALT="Status" SRC="http://www.n3kl.org/sun/images/kpstatus.gif?"/></A></CENTER></TD></TR>');
document.write('</table>');
document.write('<center style="color:white"> From <A HREF="http://www.n3kl.org/sun/noaa.html" target="_blank">n3kl.org</A></CENTER><br/>');

//  End -->