document.writeln('<li><a href="index.shtml">Home</a></li>')
document.writeln('<li>')
	document.writeln('<a href="workshops.shtml">Workshops</a>')
	    //START SECONDARY NAV
    	   	document.writeln('<ul class="asu_secondary">')
           		document.writeln('<li><a href="Spring2009.shtml">Spring 2009</a></li>')
           		document.writeln('<li><a href="Fall2008.shtml">Fall 2008</a></li>')
          	document.writeln('</ul>')
        //END SECONDARY NAV
document.writeln('</li>')
document.writeln('<li><a href="other.shtml">Other activities</a></li>')
document.writeln('<li><a href="starlab.shtml">STARLAB</a></li>')
document.writeln('<li><a href="collaborations.shtml">Collaborations</a></li>')
document.writeln('<li>')
	document.writeln('<a href="about.shtml">About the Office</a>')
        //START SECONDARY NAV
           	document.writeln('<ul class="asu_secondary">')
           		document.writeln('<li><a href="staff.shtml">Staff</a></li>')
           		document.writeln('<li><a href="http://oyp.asu.edu/">Office of Youth Preparation</a></li>')
				document.writeln('<li><a href="http://vpep.asu.edu/">Education Partnerships</a></li>')
           	document.writeln('</ul>')
        //END SECONDARY NAV
document.writeln('</li>')