<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td height="25" background="picts/background-menu-horz.gif">');
document.write('</td></tr></table>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="75"><tr><td colspan="2">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/bgbar.jpg"><tr><td colspan=2>');
document.write('<a href="index.htm"><img src="picts/mainedge.jpg" HEIGHT="97" WIDTH="750" border="0"></a></td><td><div align=right><img src="picts/cityhall.jpg" height=97 border=0></div>');
document.write('</td></tr></table>');

document.write('</td></tr><tr><td bgcolor="#D7D7DC" height="27" align="right" background="picts/background-menu-horz.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');

// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

document.write('<a href="http://www.cottagegrove.org" target="_blank" class="menuheader">City Link</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');

document.write('<a href="search.htm" class="menuheader">Search</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');

document.write('<a href="contact.htm" class="menuheader">Contact Us</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');

document.write('<a href="faq.htm" class="menuheader">FAQ</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');

document.write('<a href="presslog.htm" class="menuheader">Press Log</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');

document.write('<a href="index.htm" class="menuheader">Home</a><br>');
document.write('</td><td width="15">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


// START DATE SCRIPT - DELETE ALL THE FOLLOWING LINES TO REMOVE

var showd	= "yes"  	// SHOW THE DATE
var dateLR	= "left"  	// DATE LEFT OR RIGHT
var dateX	= "125"  	// DATE X LOCATION
var dateY	= "129"  	// DATE Y LOCATION
   if (showd == "yes") {
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('</div>');}
document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write(" - Cottage Grove, Oregon")
document.write("</nobr><br></span>")
document.write('</div>');



//  End -->