function writeSidebar(){
	events();
	transcript();
	temp();
	links();
}

function writeAltCert(){
	events();
	transcript();
	links();
}

function rotate(){
	programs=new Array()
	programs[0]="<p><b><a href='/outreach/programs/teachlead.htm'>Teacher Leadership</a></b></p><p>The M.S.Ed. Teacher Leadership degree is designed for experienced teachers who hold a current teaching certificate, wish to earn a Master's degree, desire to become more involved in leadership activities within their school, but do not want to become principals.</p>"
	programs[1]="<p><b><a href='/outreach/programs/busadmin.htm'>MBA</a></b></p><p>An M.B.A. from Northwest Missouri State University can give you the edge you need to push ahead to advance your career. Northwest's MBA graduates are highly sought after by employers as diverse as Farmland Industries, DST Systems, Inc., Hallmark Cards, Pella Window Corporation, and the U.S. Federal Government.</p>"
	programs[2]="<p><b><a href='/outreach/altcert/index.htm'>Alternative Certification</a></b></p><p>Have a Bachelor's degree but not in teacher education? Want to consider teaching as a career? Check out Alternative Certification!</p>"
	
	var n = Math.floor(Math.random()*programs.length)
	feature = "<p class=heading>Featured Program</p>";
	feature = feature + programs[n];
	feature = feature + "<p><a href=javascript:poptastic('/outreach/miniprograms.htm');>View all of our Programs of Study</a></p>";
	document.write(feature);
}

function events()
{
	events = "";
	events = events + "<img src='/outreach/images/buttons/advisement.gif' alt='Mark Your Calendar' border='0'>";
	events = events + "<p class=heading>Advisement Session</p>";
	events = events + "<p align='center'><b>St. Joseph Center</b><br>Tuesday, Apr. 13, 2010<br>3-6 p.m.</p>";
	events = events + "<p align='center'><b>Kansas City Center</b><br>Tuesday, Mar. 30 &amp; Thursday, Apr. 8, 2010<br>3-6 p.m.";
	events = events + "<p class=heading>Comps Test Date</p>";
	events = events + "<p align='center'><b>Kansas City Center</b><br>TBA</p>";
	events = events + "<p class=heading>DAEs/TLEs and Writing Assessment Dates</p>";
	events = events + "<p align='center'><b>St. Joseph Center</b><br>Dates/times available by appointment only.";
	events = events + "<p align='center'><b>Kansas City Center</b><br>Thursday, Nov. 12, 2009<br>Times available by appointment.";
	events = events + "<p class=heading>Quick Links</p>";
	document.write(events);
}

function temp()
{
	temp = "";
	temp = temp + "<a href='http://www.mba.com/mba/TaketheGMAT' target='_blank'><img src='/outreach/images/buttons/gmat.jpg' alt='GMAT Information' border='0'></a><br>";
	document.write(temp);
}

function transcript()
{
	transcript = "";
	transcript = transcript + "<a href='/registrar/transcript.htm'><img src='/outreach/images/buttons/transcripts.gif' alt='Request a Transcript' border='0'></a><br>";
	document.write(transcript);
}

function links()
{
	link = "";
	link = link + "<a href='http://www.ets.org/portal/site/ets/menuitem.fab2360b1645a1de9b3a0779f1751509/?vgnextoid=b195e3b5f64f4010VgnVCM10000022f95190RCRD' target='_blank'><img src='/outreach/images/buttons/gre.jpg' alt='GRE Information' border='0'></a><br>";
	link = link + "<a href='/kc/textbooks.htm'><img src='/outreach/images/buttons/textbooks.jpg' alt='Textbooks' border='0'></a><br>";
	link = link + "<a href='http://nwmissouri1.bkstore.com/bkstore/content'><img src='/outreach/images/buttons/apparel.jpg' alt='Northwest Apparel' border='0'></a>";
	document.write(link);
}


function poptastic(url)
{
	var newwindow;
	newwindow=window.open(url,'name','height=305,width=590,left=100,top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {
		newwindow.focus()
	}
}