<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage	= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing	= "0"		// NUDGE SIDEBAR DOWN
var sidewidth	= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<span class="printhide">');
document.write('<img src="images/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');





// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="http://www.kasonline.org/schedule.html"><img src="images/obs-on.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}





// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<center>');
document.write('<a href="http://www.kasonline.org/schedule.html"><img style="border: 0px solid ; width: 150px; height: 150px;" alt="" src="images/canceled.jpg"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<center>');
document.write('<a href="http://astroday.kasonline.org/"><img style="border: 1px solid ; width: 150px; height: 130px;" alt="" src="images/adbutton.jpg"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.kasonline.org/form.html"><img style="border: 1px solid ; width: 150px; height: 57px;" alt="" src="images/join-tab.jpg"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Event Horizon<br></legend>');

document.write('The next general meeting of the KAS will be held at 7:00 pm on April 9th at KAMSC. <a href="schedule.html">Details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<center>');
document.write('<a href="http://www.dpbolvw.net/click-3171871-10654227" target="_blank"><img src="http://www.lduhtrp.net/image-3171871-10654227" width="150" height="150" alt="Meet the Orion Dobsonian Family!" border="0"/></a><br>');
document.write('</center><br>');
document.write('<br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Monthly Starmap<br></legend>');

document.write('<a target="_blank" href="files/0310map.pdf">Download</a> a free copy of the March Night Sky starmap.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<center>');
document.write('<a target="_blank" href="http://www.ssec.wisc.edu/data/us_comp/"><img src="http://www.ssec.wisc.edu/data/small_us_comp2.jpg"></a><br>');
document.write('GOES Satellite Image');
document.write('</center><br>');
document.write('<br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Observing Sessions<br></legend>');

document.write('<a href="files/KAS-2010OS.pdf">Download</a> a copy of the 2010 Public Observing Session brochure. A complete schedule is included.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<!-- // Begin Current Moon Phase HTML (c) CalculatorCat.com // --><div style="width:142px"><div style="padding:2px;background-color:#000000;border: 1px solid #000000"><div style="padding:15px;padding-bottom:5px;padding-top:11.3px;border: 1px solid #AFB2D8" align="center"><div style="padding-bottom:5.6px;color:#FFFFFF;font-family:arial,helvetica,sans-serif;font-size:11.4px;">CURRENT MOON</div><script language="JavaScript" type="text/javascript">var ccm_cfg = { pth:"http://www.moonmodule.com/cs/", fn:"ccm_v1.swf", lg:"en", hs:1, tf:"12hr", scs:1, df:"std", dfd:0, tc:"FFFFFF", bgc:"000000", mc:"000000", fw:104, fh:153.3, js:0, msp:0 }</script><script language="JavaScript" type="text/javascript" src="http://www.moonmodule.com/cs/ccm_fl.js"></script><div style="padding-top:5px" align="center"><a href="http://www.calculatorcat.com/moon_phases/moon_phases.phtml" target="cc_moon_ph" style="font-size:10px;font-family:arial,verdana,sans-serif;color:#7F7F7F;text-decoration:underline;background:#000000;border:none;"><span style="color:#7F7F7F">about the moon</span></a></div></div></div></div><!-- // end moon phase HTML // -->');
document.write('</center>');
document.write('<br>');
}





document.write('</td></tr></table></span>');


// -- END -->