var text_st = new Array("&#8220;If an officer wants to work, this technology really gives him the ability to dramatically increase production. It's a great improvement.&#8221;<br /><br /><b>Patrol Officer- Warren PD</b>", "&#8220;It's great to be trained by cops who don't spend the entire class time telling old war stories.&#8221;<br /><br /><b>Patrol Officer- Flint PD</b>","&#8220;You've made more positive changes in our work environment in one year than all of the sheriffs have over the past ten years, combined.&#8221;<br /><br /><b>Monroe County Sheriff</b>");

var l = text_st.length;

var rnd_no = Math.round((l-1)*Math.random());

document.write(text_st[rnd_no]);