// JavaScript Document<script language="JavaScript">

var r_text = new Array ();
r_text[0] = "...that a \"town\" is a form of local government and \"township\" is a geographic surveyor's unit?\nFind out more about <a href=\"http://lgc.uwex.edu/Towns/index.html\">Town Government</a>.";
r_text[1] = "...that organization of Wisconsin county government is set by Wisconsin Statutes, but counties can self organize or exercise administrative home rule?\nFind out more about <a href=\"http://lgc.uwex.edu/Counties/index.html\">Wisconsin Counties</a> or <a href=\"http://lgc.uwex.edu/program/pdf/fact8.pdf\">Self Organization and Administrative Home Rule</a>.";
r_text[2] = "...that the City of Waukesha was the first community to create one of the 82 Business Improvement Districts (BID) currently operating in Wisconsin?\nFind out more about <a href=\"http://lgc.uwex.edu/cpd/bidpage/bid.html\">BIDs</a>.";
r_text[3] = "...that according to Robert's Rules of Order the chair of a small board or committee (12 members or less) may make motions, second motions, discuss, debate and even vote without vacating the Chair?\nFind out more about <a href=\"http://lgc.uwex.edu/program/pdf/FAQ-PARTRIGHTSCHAIR.pdf\">chair participation</a> and <a href=\"http://lgc.uwex.edu/CoTrng/ParlProcFAQa.pdf\">parliamentary procedure</a>.";
r_text[4] = "...that every town, village and city conducts a Board of Review to hear taxpayer appeals of the values their local assessor placed on their real or personal property?\n<a href=\"http://lgc.uwex.edu/bor/borvideos.html\">Watch</a> a series of short videos showing how a Board of Review is conducted.";
r_text[5] = "...that under Wisconsin’s Open Meeting law any unit of government may with notice include a period for public comment during their meeting?\nFind out more about <a href=\"http://lgc.uwex.edu/program/pdf/fact20.pdf\">public participation</a> at government meetings.";
r_text[6] = "...that if at least one neighbor uses there land for farming or grazing that both neighbors are required to share the cost to maintain a fence between them and that town, village or even city government enforces the law?\nFind out more about Wisconsin Law on <a href=\"http://lgc.uwex.edu/program/pdf/fact13.pdf\">fences in agricultural areas</a>.";
r_text[7] = "...that a local unit of government cannot sell a playground or park without referring the sale to the plan commission for a recommendation?\nFind out more about the role of <a href=\"http://lgc.uwex.edu/program/pdf/fact16.pdf\">Plan Commissions</a>.";
r_text[8] = "...that one way for a town to obtain fire protection is to make a contract with a private corporation to provide volunteer firefighters?\nFind out more about <a href=\"http://lgc.uwex.edu/FireEMS/index.html\">Fire Departments</a>.";
r_text[9] = "...that while some exceptions exist, the Wisconsin Public Records Law presumes that government records are open to public inspection?\nFind out more about <a href=\"http://lgc.uwex.edu/program/pdf/fact7.pdf\">Wisconsin Public Records Law</a>.";
r_text[10] = "...that in Wisconsin an Annual Town Meeting or a Special town Meeting is not a meeting of the town board, but a meeting of the town electors?  Town residents, not the board, conduct certain town business as authorized by state law?\nFind out more about <a href=\"http://lgc.uwex.edu/program/pdf/fact6.pdf\">Town Meetings</a>.";
r_text[11] = "...that successive phone calls among a quorum of governmental body members are called a “walking quorum” and subject to the Wisconsin Open Meeting Law?\nFind out more about the <a href=\"http://lgc.uwex.edu/program/pdf/fact1-03.pdf\">Open Meeting Law</a>.";

var i = Math.floor(12*Math.random())

document.write(r_text[i]);
