<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "f2d18c"	// HEADER BACKGROUND COLOR
var stripcolor		= "660000"	// HEADER MENU STRIPE COLOR

var date 		= "no" 	// SHOW DATE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td width="125">');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="125"><br>');
document.write('<td align="left" valign="top">');
document.write('<a href="index.html"><img src="picts/logocont.jpg" HEIGHT="110" WIDTH="600" border="0"></a><br>');
document.write('</td><td width="10">');
document.write('&nbsp;<br>');
document.write('</td></tr><tr><td bgcolor="#'+stripcolor+'" colspan="2" height="20" align="right">');
document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td><br>');

// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

document.write('</td><td>');
document.write('<a href="contact.htm" class="menuhorz">Contact ARE</a>');

document.write('</td><td>');
document.write('<a href="contactfm.htm" class="menuhorz">Contact Form</a>');


document.write('</td><td>');
document.write('<a href="contactreg.pdf" target="_blank" class="menuhorz">Program Registration</a>');

document.write('</td><td>');
document.write('<a href="contactemp.html" class="menuhorz">Employment</a>');


document.write('</td></tr></table>');
document.write('</td><td
