if(pathmagic==1){pathsi="sidebanners/"pathri="images/"} else {pathsi="../sidebanners/"pathri="../images/"}//   Random side panelfunction callsidebar(){seasonalprefix="u"//   w for winter images,    s for spring    u for summer    f for fall    splwdnm=17// the number of images in that category//  32 winter       17  summer        21  spring        31  fallrnm=(Math.round(Math.random()*(splwdnm-1)))+1// a number from 1 to splwdnmsidebar="<img src='"+pathsi+seasonalprefix+rnm+".jpg' alt='Images of Bethel Connecticut' height='390' width='160' border='0'>"document.write(sidebar)}function linkit(){;z=document.subselection[document.subselection.elements[0].name].options[document.subselection[document.subselection.elements[0].name].selectedIndex].value;parent.location=z;};