with(document)
{
 write("<table width='195' align='left' cellpadding='0' cellspacing='0' border='0'>");
 write("<tr>");
 write("<td class='title2'><br><u>City Hall Hours</u></td>");
 write("</tr>");
 write("<tr>");
 //REGULAR HOURS
 //write("<td class='text7'><br>Mondays: 7:30 am - 6:00 pm<br>Tues. - Fri.: 7:30 am - 5:00 pm<br>Sat. and Sun.: Closed</td>");
 
 //SUMMER HOURS
 write("<td class='text7'><br>Mon: 7:30 am - 6:00 pm<br>Tue. - Thu.: 7:30 am - 5:00 pm<br>Fri.: 7:30 am - 3:00 pm<br>Sat. and Sun.: Closed</td>");
 write("</tr>");
 write("<tr>");
 write("<td class='title2'><br><br><u>Contact Us</u></td>");
 write("</tr>");
 write("<tr>");
 write("<td class='text7'><br><b>Brillion City Hall</b>" +
 		"<br>130 Calumet Street" +
 		"<br>Brillion, WI 54110" +
 		"<br><br><b>Phone:</b> (920) 756-2250" +
 		"<br><b>Fax:</b> (920) 756-2351" +
 		"<br><br><a href='mailto: admin@ci.brillion.wi.us'>admin@ci.brillion.wi.us</a>" +
 		"<br><br><br></td>");
 write("</tr>");
 /*write("<tr>");
 write("<td class='text'<div id='wx_module_6166'><br><a href='http://www.weather.com/weather/local/54110'>Brillion Weather Forecast, WI (54110)</a></div>");
 */

 /* Locations can be edited manually by updating 'wx_locID' below.  Please also update */
 /* the location name and link in the above div (wx_module) to reflect any changes made. */
 var wx_locID = '54110';

 /* If you are editing locations manually and are adding multiple modules to one page, each */
 /* module must have a unique div id.  Please append a unique # to the div above, as well */
 /* as the one referenced just below.  If you use the builder to create individual modules  */
 /* you will not need to edit these parameters. */
 var wx_targetDiv = 'wx_module_6166';

 /* Please do not change the configuration value [wx_config] manually - your module */
 /* will no longer function if you do.  If at any time you wish to modify this */
 /* configuration please use the graphical configuration tool found at */
 /* https://registration.weather.com/ursa/wow/step2 */
 var wx_config='SZ=180x150*WX=FHW*LNK=SSNL*UNT=F*BGI=seasonal1*MAP=null|null*DN=http';

 //write('<scr'+'ipt src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');
 //write("</td>");
 //write("</tr>");
 write("</table>");
}
