<!-- Begin



// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



// ONLY USE lowercase FOR ALL OPTIONS



var topspacing		= "2"		// NUDGE SIDEBAR DOWN

var sidewidth		= "150"		// SIDEBAR WIDTH



// NUDGE SPACER

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

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



// SMALL PICTURE AREA



document.write('<center>');

document.write('<img src="img/photo.jpg" width=150 border="0"><br>');

document.write('</center>');

document.write('<br>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA



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

document.write('Allen Huebert</legend>');



document.write('MS/HS Room 1103<BR>');

document.write('(602) 992-5100  Ext. 31103<BR>');

document.write('<a href="/contact.php?id=Allen Huebert">Contact Via E-Mail...</a><br>');



document.write('<BR><a href="apphysics.html"> AP Physics</a>');

document.write('<BR><a href="conphysics.html">Conceptual Physics</a><BR>');

document.write('<BR><a href="computer1.html">Computer I</a>');



document.write('<BR><a href="seismograph.html">Seismograph</a>');

document.write('<BR><a href="documents.php">Documents and Files</a>');

document.write('<BR><a href="images.php">Images and Photos</a>');

document.write('<BR><a href="index.html">Teacher Home Page</a>');

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

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



// END RIGHT SIDEBAR AREA PARAGRAPH 1



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

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



// -- END -->


