<!-- 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/logoprg.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="programe.html" class="menuhorz">Educational Services</a>');

document.write('</td><td>');
document.write('<a href="programy.html" class="menuhorz">Youth Services</a>');

document.write('</td><td>');
document.write('<a href="programy2.html" class="menuhorz">Safety Program</a>');

document.write('</td><td>');
document.write('<a href="programr.html" class="menuhorz">Residential Services</a>');

document.write('</td><td>');
document.write('<a href="programtra.html" class="menuhorz">Training</a>');

document.write('</td><td>');
document.write('<a href="programotr.html" class="menuhorz">Other Services</a>');

document.write('</td><td>');
document.write('<a href="programfaq.html" class="menuhorz">FAQ</a>');


document.write('</td></tr></table>');
document.write('</td><td width="10" bgcolor="#'+stripcolor+'">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');






   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")


document.write('</div>');
}



//  End -->
