// Draw header
function drawHeader() {
	document.write('\
		<div style="padding-bottom: 10px; text-align: center; border-bottom: 1px solid #9e9e9e;">\
		<a href="/rwm/"><img src="http://www.rwm.org/rwm/img/logo_rwm2.gif" width="211" height="49" alt="RWM" /></a>\
		<br /><h2 style="margin: 0; font-weight: bold; font-size: .8em; color: #666;">Vocational Schools Database</h2></div>\
	');
}