<!-- Begin

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")
var numpict = 14 // number of pictures
var temp=0

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');

document.write('<tr><td align=right background="picts/bar.jpg" colspan="4" class="bar-borders">');
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
document.write(d.getDate() + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("&nbsp;&nbsp;</nobr></span></div>")
document.write('</td></tr>');

temp = d.getSeconds();
temp = temp/numpict - Math.floor(temp/numpict);
temp = Math.floor(temp*numpict + 1);

document.write('<tr>');
document.write('<td width="720">');
document.write('<img src=picts/view' + temp + '.jpg border=0 width=720 height=80>');
document.write('<td bgcolor="#000000" width="1"><img src="picts/spacer.gif" height="80" width="1" border="0"></td>');
document.write('<td background="picts/background-picture-end.jpg"><img src="picts/spacer.gif" height="80" width="15" border="0"></td>');
document.write('<td background="picts/background-picture-end.jpg">');
document.write('<form action="http://www.google.com/search" method="get" target="_blank">');
document.write('<table align="right" height="80"><tr>');
document.write('<td valign="center"><font color=#ffffff size=2 face=arial>&nbsp;&nbsp;&nbsp;&nbsp;Search this site</font><br><nobr><input name="sitesearch" value="http://www.northcountypreservation.org/" type="hidden">');
document.write('<input name="ie" value="iso-8859-1" type="hidden"><input onfocus=this.value=""; size="16" name="q" id="query" value="" type="text">&nbsp;&nbsp;');
document.write('<input name="Search" type="submit" value="Go" attr="value">&nbsp;&nbsp;</nobr>');
document.write('</td></tr></table>');
document.write('</form>');
document.write('</td></tr>');

document.write('<tr><td background="picts/bar.jpg" colspan="4" class="bar-borders">&nbsp;</td></tr></table>');

//  End -->
