I participated in the Women’s Health Rights Honk and Wave organized by Planned Parenthood on Wednesday. This was in protest to the Supreme Court’s recent decision to uphold the Federal Ban on abortion. Mind you, six white guys have decided what the fate of women’s health issues are in this country. Women, we have been raped.

Jeffrey D. Allred, Deseret Morning News
Planned Parenthood Protests Supreme Court Ban of Partial Birth Abortions
(KSL News) Demonstrations across the country and here in Utah showed their opposition today to a Supreme Court abortion ruling.
In Salt Lake, women’s rights advocates held signs and rallied against the court’s decision to ban partial birth abortions.
Demonstrators say the abortion ruling opens the door to lawmakers to make medical decisions for American women.
The recent ruling is the court’s first decision to uphold a federal ban since Roe versus Wade.
// ======================================================================
var voteArray = new Array;
var voteWindow = null;
var replyWindow = null;
var voteCaller = null;
var replyCaller = null;
var voteTimeout = null;
var replyTimeout = null;
var voteTags = [“Ditto”,”Funny”,”Insightful”,”Persuasive”,”Witty”,”Disagree”,”Inappropriate”,”Huh?”,”Offtopic”,”Offensive”,”Troll”];
var voteVals = [1,1,1,1,1,-1,-1,-1,-1,-1,-1];
var orgsrc = “”;
var voteFade = null;
img1 = new Image(124,20);
img1.src = “/resources/comments/graphics/sel_n_on.gif”;
img1.style.position = “relative”;
img1.style.zIndex = “99”;
img2 = new Image(124,20);
img2.src = “/resources/comments/graphics/sel_y_on.gif”;
img2.style.position = “relative”;
img2.style.zIndex = “99”;
// ======================================================================
function voteSub()
{
if (voteTimeout) window.clearTimeout(voteTimeout);
voteTimeout = null;
}
// ======================================================================
function replySub()
{
if (replyTimeout) window.clearTimeout(replyTimeout);
replyTimeout = null;
}
// ======================================================================
function voteDelayOff()
{
voteTimeout = null;
if (voteCaller) {
voteCaller.removeChild(voteWindow);
voteCaller.style.position = “static”;
voteCaller = null;
}
}
// ======================================================================
function replyDelayOff()
{
replyTimeout = null;
if(replyCaller) {
replyCaller.removeChild(replyWindow);
replyCaller.style.position = “static”;
replyCaller = null;
}
}
// ======================================================================
function voteOff(vid)
{
var rdiv = document.getElementById(‘rate’+vid);
if (vid && rdiv.innerHTML.charAt(0) == ‘[‘) return;
if (vid) document.images[‘voteb’+vid].src = ‘/resources/comments/graphics/vote5.gif’;
voteTimeout = setTimeout(‘voteDelayOff()’,200);
}
function replyOff()
{
replyTimeout = setTimeout(‘replyDelayOff()’,200);
}
// ======================================================================
function voteOn(vid)
{
var rdiv = document.getElementById(‘rate’+vid);
if (rdiv.innerHTML.charAt(0) == ‘[‘) return;
// disable the timeout
if (voteTimeout) {
voteTimeout = window.clearTimeout(voteTimeout);
voteDelayOff();
}
// Save the parameters
voteID = vid;
// light up the button
document.images[‘voteb’+vid].src = ‘/resources/comments/graphics/vote4.gif’;
// keep on or turn off another buttons menu
var newCaller = document.getElementById(‘vote’+vid);
if (voteCaller) {
if (voteCaller == newCaller) return;
voteCaller.removeChild(voteWindow);
voteCaller = null;
}
// build menu and display
voteCaller = newCaller;
voteWindow = document.createElement(“div”);
var sHTML = “”;
voteWindow.className = ‘loginWin’;
sHTML = “ “;
voteWindow.innerHTML = sHTML;
voteWindow.style.position = “absolute”;
voteWindow.style.left = “0px”;
voteCaller.style.position = “relative”;
voteCaller.appendChild(voteWindow);
}
// ======================================================================
function replynotice(id, mode)
{
// disable the timeout
if (replyTimeout) {
replyTimeout = window.clearTimeout(replyTimeout);
replyDelayOff();
}
// keep on or turn off another buttons menu
var newCaller = document.getElementById(‘comment_’+id);
if (replyCaller) {
if (replyCaller == newCaller) return;
replyCaller.removeChild(replyWindow);
replyCaller = null;
}
// build menu and display
replyCaller = newCaller;
replyWindow = document.createElement(“div”);
var sHTML = “”;
replyWindow.className = ‘loginWinb’;
sHTML = “ “;
replyWindow.innerHTML = sHTML;
replyWindow.style.position = “absolute”;
replyWindow.style.left = “0px”;
replyWindow.style.zIndex = “99”;
replyCaller.style.position = “relative”;
replyCaller.appendChild(replyWindow);
}
// ======================================================================
function voteNow(value,label)
{
if (!voteWindow) return false;
// turn off other faders
if (voteFade != null) document.images[voteFade].src = ‘/resources/comments/graphics/voteOff2.gif’;
// light up the button
voteFade = ‘voteb’+voteID;
if (value >= 1) document.images[voteFade].src = ‘/resources/comments/graphics/vote_yx3.gif’;
else document.images[voteFade].src = ‘/resources/comments/graphics/vote_nx3.gif’;
// set the rating text
var rdiv = document.getElementById(‘rate’+voteID);
var sign = ”;
var color = ‘900’;
if (value > 0) {
sign = ‘+’;
color = ‘090’;
}
rdiv.innerHTML = “[ “+label+” “+sign+value+” ]”//voteDone;
document.getElementById(“rmiCmd”).src = “/scripts/vote.php?name=slc:103:148:1146759:c:”+voteID+”&tag=”+label;
voteDelayOff();
return false;
}
// ======================================================================
function voteHistory(id)
{
histid = document.getElementById(‘hist’ + id);
var tagstr = histid.value;
tags = Array();
tags = tagstr.split(“:”);
var sHTML = ”;
var pos_sHTML = ”;
var neg_sHTML = ”;
var votetotals = 0;
for (var i = 0; i 0)
pos_sHTML += “
else
neg_sHTML += “
votetotals += parseInt(tags[i]);
}
}
sHTML += pos_sHTML;
sHTML += neg_sHTML;
sHTML += “
var taghistparent = document.getElementById(‘rate’ + id);
taghistchild = document.createElement(“div”);
taghistchild.innerHTML = sHTML;
taghistchild.style.position = “absolute”;
taghistchild.className = ‘votehistory’;
taghistchild.id = “listhist” + id;
taghistparent.appendChild(taghistchild);
}
// ======================================================================
function voteHistoryOff(id)
{
var taghistparent = document.getElementById(‘rate’ + id);
taghistchild = document.getElementById(‘listhist’ + id);
taghistparent.removeChild(taghistchild);
}
// ======================================================================
function avgrow(id,memid)
{
document.getElementById(“avctnr” + id).style.width=”90px”;
document.getElementById(“avctnr” + id).style.height=”90px”;
document.getElementById(“avctnr” + id).style.position=”absolute”;
document.getElementById(“avctnr” + id).style.zIndex=”20″;
orgsrc = document.getElementById(“av” + id).src
document.getElementById(“av” + id).style.position=”relative”;
document.getElementById(“av” + id).src=”http://www.ksl.com/emedia/avatars/slc/ksl/” + memid + “.jpg”;
}
// ======================================================================
function avshrink(id,memid)
{
document.getElementById(“av” + id).src = orgsrc;
document.getElementById(“avctnr” + id).style.position=””;
document.getElementById(“av” + id).style.position=””;
document.getElementById(“avctnr” + id).style.width=”30px”;
document.getElementById(“avctnr” + id).style.height=”30px”;
}
// ======================================================================
function collapse(id, state)
{
if (document.getElementById(‘colflag’ + id).value == 0)
{
if(state == “collapse”)
{
document.getElementById(‘collapsed’ + id).innerHTML = ‘(show comment)’;
document.getElementById(‘collapsed’ + id).setAttribute(“onClick”,”return expand(” + id +”, ‘collapse’)”);
document.getElementById(‘comment_’ + id).setAttribute(‘class’, ”);
}
new Effect.SlideUp(‘message’ + id);
document.getElementById(‘reporttab’ + id).style.display = “none”;
document.getElementById(‘vote’ + id).style.display = “none”;
document.getElementById(‘comment_’ + id).style.display = “none”;
document.getElementById(‘replyimg_id’ + id).style.display = “none”;
document.getElementById(‘subjecttitle’ + id).style.color = “#bbb”;
document.getElementById(‘subject’ + id).style.backgroundColor = “#f6f6ec”;
document.getElementById(‘subject’ + id).style.borderColor = “#ddd”;
document.getElementById(‘collapsed’ + id).style.display = “inline”;
document.getElementById(‘colflag’ + id).value = 1;
document.getElementById(‘rate’ + id).setAttribute(“onmouseover”, “”);
document.getElementById(‘rate’ + id).setAttribute(“onmouseout”, “”);
}
return false;
}
function expand(id, state)
{
if (document.getElementById(‘colflag’ + id).value == 1)
{
if(state == “collapse”)
{
document.getElementById(‘collapsed’ + id).innerHTML = ‘(hide comment)’;
document.getElementById(‘collapsed’ + id).setAttribute(“onClick”,”return collapse(” + id +”, ‘collapse’)”);
document.getElementById(‘comment_’ + id).className = ‘reply’;
document.getElementById(‘rate’ + id).style.left = ‘0px’;
}
else
document.getElementById(‘collapsed’ + id).style.display = “none”;
new Effect.SlideDown(‘message’ + id);
document.getElementById(‘vote’ + id).style.display = “”;
document.getElementById(‘comment_’ + id).style.display = “”;
document.getElementById(‘replyimg_id’ + id).style.display = “”;
document.getElementById(‘subjecttitle’ + id).style.color = “”;
document.getElementById(‘subject’ + id).style.backgroundColor = “”;
document.getElementById(‘subject’ + id).style.borderColor = “”;
document.getElementById(‘colflag’ + id).value = 0;
document.getElementById(‘rate’ + id).setAttribute(“onmouseover”, “voteHistory(” + id + “)”);
document.getElementById(‘rate’ + id).setAttribute(“onmouseout”, “voteHistoryOff(” + id + “)”);
document.getElementById(‘reporttab’ + id).style.display = “”;
}
}
tagArray = Array();
tagArray[1] = Array();
tagArray[1][‘val’] = ‘1’;
tagArray[1][‘name’] = ‘ditto’;
tagArray[2] = Array();
tagArray[2][‘val’] = ‘1’;
tagArray[2][‘name’] = ‘funny’;
tagArray[3] = Array();
tagArray[3][‘val’] = ‘1’;
tagArray[3][‘name’] = ‘insightful’;
tagArray[4] = Array();
tagArray[4][‘val’] = ‘-1’;
tagArray[4][‘name’] = ‘huh?’;
tagArray[5] = Array();
tagArray[5][‘val’] = ‘-1’;
tagArray[5][‘name’] = ‘troll’;
tagArray[8] = Array();
tagArray[8][‘val’] = ‘1’;
tagArray[8][‘name’] = ‘witty’;
tagArray[13] = Array();
tagArray[13][‘val’] = ‘-1’;
tagArray[13][‘name’] = ‘disagree’;
tagArray[10] = Array();
tagArray[10][‘val’] = ‘-1’;
tagArray[10][‘name’] = ‘inappropriate’;
tagArray[7] = Array();
tagArray[7][‘val’] = ‘-1’;
tagArray[7][‘name’] = ‘offensive’;
tagArray[6] = Array();
tagArray[6][‘val’] = ‘-1’;
tagArray[6][‘name’] = ‘offtopic’;
tagArray[12] = Array();
tagArray[12][‘val’] = ‘1’;
tagArray[12][‘name’] = ‘persuasive’;
Posted in Uncategorized
Tagged healthcare, politics, Utah, women's issues, women's rights
Sad Day for Women’s Health
Even though three states three district courts and a Court of Appeal declared a nationwide ban on a procedure known as partial birth abortion, the US supreme court upheld the ban.
The ACLU and the National Abortion Federation (NAF) have criticized the decision.
“Today’s decision has placed politics above protecting women’s health,” said Vicki Saporta, President and CEO of NAF. “This ruling is a set back for all Americans who believe politicians should not legislate medical decision-making. The decision disregards the opinion of leading doctors and medical organizations that oppose the ban because it is harmful to women’s health.”
Utah Planned Parenthood:
The breadth of this decision invites all kinds of interference in the doctor-patient relationship and opens the floodgates for Utah’s politicians to further limit access to abortion and reproductive health care. This decision shows utter disregard for women’s health and safety and makes paramount the ideology of politicians and pays no heed to the expertise of medical professionals.
I will be providing more updates, commentary and actions as they occur….
Utahns don’t want to spend money on abortion ban bill
I am cautiously optimistic after seeing this in today’s news: Abortion bill opposed: 52% don’t support spending millions on Roe challenge
According to a poll conducted by the Deseret News, a little over half of those polled do not want to spend money on this issue. I am optimistic because it means that folks are thinking now about what the government should be spending money on:
Services and Programs, not personal and moral issues. It’s o.k. not to believe in abortion. It’s not o.k. to spend millions of dollars taking away a woman’s right to have one.
If you read the entire article, you will see that there are lawmakers who won’t stop, though and that there are people stepping forward with tons of money to see that the bill goes through and that ensuing litigation is funded.
Where are these people with this money for food for the starving and healthcare for the poor?
Posted in Uncategorized
Tagged healthcare, politics, Utah, women's issues, women's rights
Utah Legislators continue to “show women their place”
It’s bad enough that the men of our legislature are making decisions regarding women’s reproductive choices for women of our state. Now they are continuing to “put women in their place” by preventing them from other health care needs.
A House Committee killed a bill for healthcare that would potentially prevent a fatal form of cancer in women.
HB358 would have given the Utah Department of Health $1 million to educate females about cervical cancer and immunize girls and young women against it with the new Gardasil vaccine. Bill sponsor Rep. Karen Morgan, D-Cottonwood Heights, said she thought the bill would pass out of the House Health and Human Services Committee.
“Many people are afraid of something new,” she said. “I think these are individuals who are against immunization altogether. But this is the first vaccine to protect against cancer.”
Upon reading the article, it is clear that conservative lobbyists in this state have had influence over the death of this bill because heaven forbid we provide any kind of education on health care to young girls and teenagers.
They might learn something and that would be (gasp!)unthinkable.
So women of Utah remember your place.
Posted in Uncategorized
Tagged healthcare, politics, Utah, women's issues, women's rights
Movie of my speech
Here is a copy of the movie taken of me today giving my speech in Tuscon at the National Women’s Caucus (Green Party of the United States) press conference (click link below). Much gratitude to J.T. Waldron of:
Sound and Fury Productions
2301 E. Broadway Blvd, #111
Tucson, AZ 85719
1-866-624-9710
Fax 1(520)624-3143
Tuscon, continued
Today will be a very busy day in Tuscon. Workshops all morning, plenary session all afternoon, interspersed with press conferences. I learned A LOT yesterday about water conservation and initiatives, environmental racism. I presented a workshop on nuclear issues which was videotaped by a delegate in New Jersey.
Today I will be attending the campaign school this morning and then will be part of a panel as a member of the GPUS Peace Action Committee. I will spend about 5 minutes talking about the Stop the Divine Strake Coalition and the work associated with that. I will then attend the plenery session of all the delegates in the GPUS. During that time I will be excused to attend two press conferences:
1pm: All state and local candidates – Kathy Dopp, Desert Greens candidate for Summit County Clerk, will be a featured speaker.
3pm: National Women’s Caucus press conference – I will be a featured speaker.
C-Span is likely to cover these events. I’ll post any links to press coverage I find.
Here is my speech (subject to change):
Continue reading
I will be a featured speaker at press conference in Tuscon
While I was en route across the country I received a call asking me to be a featured speaker at a national press conference at the Green Party of the United States National Committee Meeting in Tuscon. The press conference will be Friday, July 28 at 3pm and will consist of all Green women candidates.
I have a personal statement on my candidate website regarding women’s issues. I will be formulating my speech around those.
Women’s Issues
I have developed another position statement for my campaign, this time a personal experiences statement on women’s issues. I’m sure there are many women out there who can sympathize and have even more hardship stories to share.
———————————
I raised three children and have a grandchild on the way. While I haven’t had what I would term a “hard” life by comparison to many, I feel I’m in position now to speak out and be involved in issues that are near and dear to our residents due to my experiences.
I am passionate about women’s issues and human needs in general(hunger, housing, healthcare, etc.) and issues that affect the elderly (I grew up around nursing homes all my life).
I’ve been a single mom, been on welfare and food stamps, been through divorce and bankruptcy. I’m passionate about improved mass transit not only for the environmental issues surrounding the latter, but also because I know first hand what it’s like to have to transport myself and three small children using inadequate mass transit because I had no car, having to also drag around a
wheeled suitcase (again with three children) so I could bring home our groceries from the supermarket by bus.
Continue reading
Women and Politics in Utah?
Tracy Medley has an interesting post entitled Where My Girls At? (on New West – Front Page.)
Tracy writes about the lack of women’s presence in politics in Utah and analyzes the reasons for this.
Quite an interesting read. Thanks, Tracy.


