<!-- Begin

// VARIABLES 

// lowercase




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		= "100"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');



document.write('News – January 2112  . . . . <a href="news227.htm">NASA Probes Reach Moon for Gravity-mapping Mission</a><br>');
document.write('–––––––––––––––––––––– News – December 2011  . . . . <a href="news226.htm">NASA Rover Launched to Seek out Life Clues on Mars</a><br>');
document.write('–––––––––––––––––––––– News – November 2011  . . . . <a href="news225.htm">Factbox: Mars and its Missions</a><br>');
document.write('–––––––––––––––––––––– News – September 2011  . . . . <a href="news224.htm">"Faster than Light" Particles Threaten Einstein</a><br>');
document.write('–––––––––––––––––––––– News – September 2011  . . . . <a href="news223.htm"> Space Junk Reaching "Tipping Point" Report Warns</a><br>');
document.write('–––––––––––––––––––––– News – August 2011  . . . . . . .  <a href="news222.htm">US Team Sets End-September Target in Higgs Chase</a><br>');
document.write('–––––––––––––––––––––– News – July 2011  . . . . . . .  <a href="news221.htm">The US Government Sues a Former NASA Astronaut</a><br>');
document.write('–––––––––––––––––––––– News – June 2011  . . . . . . .  <a href="news220.htm">NASA Gives Up on Mars Rover Recovery</a><br>');
document.write('–––––––––––––––––––––– News – May 2011  . . . . . . .  <a href="news219.htm">China Astronaut calls for US Cooperation</a><br>');
document.write('–––––––––––––––––––––– News – April 2011  . . . . . . .  <a href="stangooch.htm">Stan Gooch & the Neanderthal Legacy </a><br>');
document.write('–––––––––––––––––––––– News – March 2011  . . . . . . . <a href="news218.htm">Scientists Solve Mystery of Disappearing Sunspots</a><br>');;
document.write('–––––––––––––––––––––– News – Feb 2011  . . . . . . .  <a href="news217.htm">NASA Remembers Challenger, Vows to Advance in Space</a><br>');
document.write('–––––––––––––––––––––– News – Dec 2010  . . . . . . .  <a href="news216.htm">NASA Sold Computers with Sensitive Data, Report Says</a><br>');
document.write('–––––––––––––––––––––– News – Nov 2010  . . . . . . .  <a href="news215.htm">Moon Crash Kicks up Ice, Silver, Mercury: NASA</a><br>');
document.write('–––––––––––––––––––––– News – Oct 2010  . . . . . . .  <a href="news214.htm">Russian-US Crew Heads for Space Station</a><br>');
document.write('–––––––––––––––––––––– News – Sept 2010  . . . . . . . <a href="news213.htm">China Aims For Next Moon Orbit Shot This Year</a><br>');
document.write('–––––––––––––––––––––– News – July 2010  . . . . . . . <a href="news212.htm">Brightest Star Explosion Seen Blinds Satellite</a><br>');
document.write('–––––––––––––––––––––– News – May 2010  . . . . . . . <a href="news211.htm">Neanderthals Live On In Some Of Us: DNA Study</a><br>');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="CARTgallery1.htm"><img src="picts/sidebar-right.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS Archive<br></legend>');

document.write('–––––––––––––––––––––––– <a href="news-archive.htm">Aulis News Archive</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
