<!--

// rotate sponsors

s1 = 10 // #sponsors
now = new Date();
d1 = now.getSeconds() + s1

s2 = d1 % s1

var web = new Array  //add sponsor URLs here
(
	"",
	"<a href='http://www.californiabankofcommerce.com' target='_blank'>",
	"<a href='http://www.draa.org' target='_blank'>",
	"<a href='http://www.hewlett.org' target='_blank'>",
	"<a href='http://www.lesherfdn.com' target='_blank'>",
	"<a href='http://www.ci.walnut-creek.ca.us' target='_blank'>",
	"<a href='http://www.osherfoundation.org' target='_blank'>",
	"",
	"<a href='http://www.bellinvestmentadvisors.com' target='_blank'>",
      "<a href='http://www.bellinvestmentadvisors.com' target='_blank'>"
);
webCt = web.length

var url = web[s2]

var badge1 = "<img src='./images/sponsors/" + s2 + ".gif' height='80' width='160' border='0' />";

var link = url + badge1 + "</a>";




//-->
