var leftnav = [
	"<h1>My Stuff...</h1>", 
	"<ul>", 
//	"<li><a href=\"astr111.html\">Astronomy 111</a></li>", 
	"<li><a href=\"astr112.html\">Astronomy 112</a></li>", 
//	"<li><a href=\"astr111s.html\">Astronomy 111</a></li>", 
//	"<li><a href=\"astr112s.html\">Astronomy 112</a></li>", 
	"<li><a href=\"astr310.html\">Astronomy 310</a></li>", 
	"<li><a href=\"phys111.html\">Physics 111</a></li>", 
	"<li><a href=\"http://edugen.wileyplus.com/edugen/class/cls258473/\">&bull; WileyPlus</a></li>", 
//	"<li><a href=\"phys320.html\">Mechanics PHYS 320</a></li>", 
//	"<li><a href=\"phys305.html\">Modern Physics</a></li>", 
// 	"<li><a href=\"http://webct6.radford.edu\">Blackboard/WebCT</a></li>", 
//	"<li><a href=\"astr111.html\">Astronomy 111</a></li>", 
//	"<li><a href=\"https://webct6.radford.edu/webct/logon/315870359001\">WebCT/ASTR 111</a></li>", 
//	"<li><a href=\"http://edugen.wiley.com/edugen/class/cls161505/\">WileyPlus/PHYS 111</a></li>", 
	"<li><a href=\"index.html\">My Homepage</a></li>", 
	"<li><a href=\"mailto:brockway@radford.edu\">Email me</a></li>", 
	"</ul>", 

	"<h1>RU Links...</h1>", 
	"<ul>", 
	"<li><a href=\"http://www.radford.edu/observatory/\">Selu Observatory</a></li>", 
	"<li><a href=\"http://www.radford.edu\">Radford University</a></li>", 
	"<li><a href=\"https://php.radford.edu/~physics/\">&ensp; Physics Dept</a></li>", 
	"<li><a href=\"http://www.radford.edu/content/radfordcore/home/az-index.html\">&ensp; A-Z Index</a></li>", 
	"<li><a href=\"https://myru.radford.edu/cp/home/displaylogin\">&ensp; MyRU</a></li>", 
	"</ul>", 

	"<h1>Other Links...</h1>", 
	"<ul>", 
	"<li><a href=\"18_parameters.pdf\">18 parameters</a></li>", 
	"<li><a href=\"PeriodicTable.pdf\">Periodic Table</a></li>", 
	"<li><a href=\"27-1-trimble.pdf\">Particles &amp;  Cosmos</a></li>", 
	"<li><a href=\"http://www.nasa.gov/\">NASA</a></li>", 
	"<li><a href=\"http://antwrp.gsfc.nasa.gov/apod/\">APOD</a></li>", 

	"<li><a href=\"http://www.space.com/\">Space.com</a></li>", 
	"</ul>"];

var rightnav = [
	"<h1>Contacting Me</h1>", 
	"<p>I can be most quickly and reliably reached by phone; additionally, my office and class hours are posted below.</p>", 
	"<p>Curie Hall 137<br>", 
	"540.250.6941<br><br>", 
	"Assistant Professor<br>", 
	"Department of Physics<br>", 
	"POB 6983<br>", 
	"Radford University<br>", 
	"Radford, VA 24142<br>", 
	"<a href=\"mailto:brockway@radford.edu\">brockway@radford.edu</a><br>", 
	"</p>", 
	"<h1>Office Hours</h1>", 
	"<p>MWF 12-2 (Reed 121)</p>", 
	"<h1>Class Schedule</h1>", 
	"<p>MWF 2-3 &mdash; <a href=\"astr112.html\">ASTR 112</a><br>", 
	"T/Th 2-3:15 &mdash; <a href=\"phys320.html\">PHYS 320</a><br>", 
	"</p>", 
	"<p>&nbsp;</p>"];

function navleft(){for(i = 0; i < leftnav.length; i++){document.write(leftnav[i]);}}
function navright(){for(i = 0; i < rightnav.length; i++){document.write(rightnav[i]);}}

