// <script type="text/javascript" src="../scripts/quotes.js"></script>
// quotes = &quot;

var ads = 20;
var quote = "libel";
var author = "name";
var now = new Date()
var sec = now.getSeconds()
var ad = sec % ads;
ad +=1;

if (ad==1) {
quote="I don't know. But I can tell you that I'm about to toss away my pom poms [sic] if someone [The BoD] doesn't get off the stick and clear this right the heck up. Based [sic] the circumstancial [sic] evidence, it sounds to me like someone needs to take a little perp walk.";
author="Mike Kelly, 2003";
}

if (ad==2) {
quote="All participants in the upcoming election are entitled to know that I have resigned from the Election Committee.";
author="Jim Simmons, May 31, 2003";
}

if (ad==3) {
quote="To date, nine MCRGO members have had their membership terminated because of activities seriously detrimental to the organization.";
author="David Felbeck, May 31, 2003";
}

if (ad==4) {
quote="As a result of the problems over the past few weeks, how it is affecting my health, and the fact that this committee is a farce, I am tendering my resignation as Election Committee member and Chair.";
author="Jeanne L Kidle, 2003";
}

if (ad==5) {
quote="Perhaps one day, I will again attempt to contribute to this organization.";
author="Jim Simmons, May 31, 2003";
}

if (ad==6) {
quote="The use of outside means for campaigning is inherently unethical because it is apparently limited to a &quot;chosen few&quot; and not to all candidates.";
author="David Felbeck, June 18, 2003";
}

if (ad==7) {
quote="The President of the BoD [David Felbeck] then passed out brochures endorsing the &quot;Proven Leadership&quot; candidates.";
author="Pam Benzing, July 26, 2003";
}

if (ad==8) {
quote="It has been well documented that Dr. Felbeck passed out bio's, some omitted, of candidates, MCRGO members for proven leadership.";
author="Rollie Brengle, July 26, 2003";
}

if (ad==9) {
quote="Yes, I believe that David Felbeck's handing out of flyers for a given slate of candidates constitutes endorsement, and is a by-laws violation.";
author="Jim Simmons, July 27, 2003";
}

if (ad==10) {
quote="It is apparently my turn now to get vilified. This started some time back when I raised questions about actions taken by certain leaders in the organization, but intensified recently when I privately questioned the election committee about the appropriateness of David Felbeck handing out campaign literature for &quot;preferred&quot; candidates for the most current election.";
author="Rod Collins, August 26, 2003";
}

if (ad==11) {
quote="I think it is important that MCRGO members are informed about how we are being treated.";
author="David Felbeck, October 24, 2003";
}

if (ad==12) {
quote="As to Mike Jackson being a non-member, this is false. Mike Jackson was and is a member, in the database on the 15th of March 2003, which is one day prior to the EC convening. There is no impropriety in this.";
author="James M. Kliemann, November 10, 2003";
}

if (ad==13) {
quote="I used to hold him [Chuck Perricone] in high esteem but in my opinion, since he left office, he has evolved into one more political whore.";
author="Phil Reames, November 14, 2003";
}

if (ad==14) {
quote="My membership expires the end of December and I won't be renewing. Doesn't make much sense to belong to this organization. I feel sorry for all that are left.";
author="George Zigoris, November 14, 2003";
}

if (ad==15) {
quote="Any propaganda coming from you Doctor Felbeck is neither accepted or believed.";
author="Ken Cooper, November 22, 2003";
}

if (ad==16) {
quote="I am extremely ashamed of the disgrace you [Dr. Felbeck] and your fellow BoD members have brought to MCRGO. Tar and feathering would be a light sentence for the whole pompous bunch of you.";
author="Ken Cooper, November 22, 2003";
}

if (ad==17) {
quote="He [Chuck Perricone] has not done anything illegal or unethical and I will continue to stand by him as our ED.";
author="Rep. Sue Tabor, November 25, 2003";
}

if (ad==18) {
quote="IMO, MCRGO is a mom and pop organization struggling to become an accountable organization.";
author="Brian Pieske, December 23, 2003";
}

if (ad==19) {
quote="My membership is up within the next month and I will not be renewing. It has become painfully obvious that any changes here [MCRGO] will only be for the worse (if that is even possible). I do feel sorry for anyone who is paid up through 2005 as I don't think the organization will be able to hang on that long. It's sad too ...this was once a great organization. It has been taken from the membership and will never be taken back.";
author="Norm Riopelle, January 24, 2004";
}

if (ad==20) {
quote="I've served on MCRGO's Board for many years. If I knew of anything inappropriate taking place within MCRGO I'd be doing something about it.";
author="Senator Alan Cropsey, October 23, 2005 - Cite: MCRGO ENews - A Message from Senator Alan Cropsey";
}

if (ad==9999) {
quote="";
author="First Last, Month Day, Year";
}

document.write('<b>MCRGO Random Quotes:</b><br />&quot;' + quote + '&quot;<br />- ' + author + '<br />');