﻿function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function createQuote() {
	var qu = new Array(11);
	var sc = new Array(11);
	
	qu[0] = "… we do not consider SEIU to be a legitimate labor union."
	sc[0] = " – AFSCME Local 1550 business manager Greg Powell"
	
	qu[1] = "They’re flashing a lot of money around and pulling the wool over the eyes of city employees."
	sc[1] = " – Harris County AFL-CIO secretary-treasurer Richard Shaw"
	
	qu[2] = "… we use the persuasion of power."
	sc[2] = " – SEIU president Andy Stern"
	
	qu[3] = "Local residents should be scared that the SEIU will drag the hospital system into bankruptcy."
	sc[3] = " – Warren, Ohio Tribune Chronicle editorial"
	
	qu[4] = "Purple pension eaters"
	sc[4] = " – Sacramento Bee editorial"
	
	qu[5] = "We need to make a living. Let us work!"
	sc[5] = " – Hartford, Connecticut convention center employee"
	
	qu[6] = "Why would we want to join a union that wants to choke us into submission to let you in?"
	sc[6] = " – Hartford, Connecticut convention center employee"
	
	qu[7] = "We’re not opposed to unions; we’re opposed to the SEIU’s tactics."
	sc[7] = " – Catholic Healthcare Partners spokesman"
	
	qu[8] = "I think the union is very bad. It’s too political. It’s not a hometown union for our hometown hospital."
	sc[8] = " – Rady Children’s Hospital nurse"
	
	qu[9] = "To them, we are a huge ATM machine."
	sc[9] = " – SEIU member in California"
	
	qu[10] = "Our problem has been that while the union organizes [new workers], it doesn’t represent us well."
	sc[10] = " – SEIU Local 399 member"
	
	
	var now = new Date();
	var sec = now.getSeconds();
	var pos = sec % 11;
	document.writeln('<span class="quote">“' + qu[pos] + '”</span><br /><span class="quoteSource">' + sc[pos] + '</span>');
}
