menu();
rightColumn();

function menu(){
	document.write('<div id="menu">');
	document.write('<div class="container">');
	document.write('<a href="http://www.efcmerced.org/youth.html"><span class="menu"><h2>Home</h2></span></a>');
	document.write('<a href="http://www.efcmerced.org/youth/events.html"><span class="menu"><h2>Events</h2></span></a>');
	document.write('<a href="http://www.efcmerced.org/youth/calendar.html"><span class="menu"><h2>Calendar</h2></span></a>');
	document.write('<a href="http://www.efcmerced.org/"><span class="menu"><h2>Creekside EFCM</h2></span></a>');
	document.write('</div>');
	document.write('</div>');
}
function rightColumn(){
	document.write('<div id="bottomMenu"></div>');
	document.write('<div id="sidebar">');
	document.write('<div id="itemHeader">');
	document.write('<h1 class="header">The Vision</h1>');
	document.write('</div>');
	document.write('<p><b></b> <br />Leading Students</p>');
	document.write('<p><b></b> <br />To know Jesus</p>');
	document.write('<p><b></b> <br />Equpping them</p>');
	document.write('<p><b></b> <br />To serve God</p>');
	document.write('<br />');
	document.write('</div>');
}
