Tag Archives: politics

Immigration Reform Rally

I stopped by the Immigration Reform Rally yesterday at the City County Building in downtown Salt Lake.  Here are photos and links to news articles.

IMPEACH speeches

I have started posting the speeches of the April 28 IMPEACH rally in Salt Lake at People for Peace and Justice’s Live Journal Forum.

IMPEACH rally

About 100 people turned out for the IMPEACH rally in Salt Lake yesterday.  A small, but energetic and attentive crowd.  Here are photos and news items.  I will be posting the speeches of the speakers soon.



SEE MORE PHOTOS AT IMPEACH

KSL TV

petition2.jpg

Rally Called for Cheney’s Impeachment
April 28th, 2007 @ 5:30pm

(KSL News) — A group of Utahns rallied today, calling for the impeachment of the Bush administration.

The rally in Salt Lake City coincides with many nation-wide demanding Congress impeach Vice President Dick Cheney.

The group also asked people to sign a petition, which will be sent to Utah Senators.

Earlier this week, Ohio Democrat Dennis Kucinich filed articles against the Vice President.He says Cheney manipulated and fabricated information about weapons of mass destruction in order to justify the war in Iraq.

SPELL IT OUT: IMPEACH! RALLY TODAY! SPREAD THE WORD!

Some are bringing street signs, some are bringing freeway signs. Some groups have had t-shirts made. Some will come with art on their bodies.  Some folks will bring giant letters.  Any way your creativity inspires you, SPELL IT OUT:

Listen to the IMPEACH psa now playing on KRCL.

George Bush and Dick Cheney have lied the nation into a disastrous war of aggression, are spying in open violation of the law, and have authorized the use of torture. These high crimes and misdemeanors demand accountability. Since Congress doesn’t seem to get it, on April 28 tens of thousands of Americans – from Miami to North Pole, Alaska – are going to spell it out for them: IMPEACH!

Gather at noon on the sidewalk in front of the Federal Building , 100 South State Street

in downtown Salt Lake City.

Bring signs and your favorite way to spell out IMPEACH!

Speakers, music, soapbox, walk around downtown

Speakers will include:

  • Constitutional Law Scholar  Ed Firmage
  • Bush War Crimes Expert Chuck Tripp
  • Anti-Nuclear and Peace Activist Eileen McCabe

Organized by

People for Peace and Justice of Utah
http://www.utahpeace.org

Desert Greens Green Party of Utah
http://www.desertgreens.org

Operation Democracy Salt Lake Council

Impeach!

One song that will be sung at today’s IMPEACH Rally will be “Let’s Impeach the President”

by Neil Young

Let’s impeach the president for lying

And leading our country into war

Abusing all the power that we gave him

And shipping all our money out the door

He’s the man who hired all the criminals

The White House shadows who hide behind closed doors

And bend the facts to fit with their new stories

Of why we have to send our men to war

Let’s impeach the president for spying

On citizens inside their own homes

Breaking every law in the country

By tapping our computers and telephones

What if Al Qaeda blew up the levees

Would New Orleans have been safer that way

Sheltered by our government’s protection

Or was someone just not home that day?

Let’s impeach the president

For hijacking our religion and using it to get elected

Dividing our country into colors

And still leaving black people neglected

 

Let’s impeach the president for lying

And leading our country into war

Planned Parenthood Honk and Wave

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.

Here are some photos:

Local Planned Parenthood members, including Rep. Chris Johnson, D-Salt Lake, center, protest on 600 South in Salt Lake City on Wednesday about the recent U.S. Supreme Court decision upholding a ban on a late-term abortion. (Jeffrey D. Allred, Deseret Morning News)
Jeffrey D. Allred, Deseret Morning News

Planned Parenthood Protests Supreme Court Ban of Partial Birth Abortions

April 25th, 2007 @ 3:42pm
(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.


It was just one protest of many several states organized by Planned Parenthood.

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 += “

  ” + tagArray[tags[i]][‘name’] + “: +” + tags[++i] + “n”;
else
neg_sHTML += “

  ” + tagArray[tags[i]][‘name’] + “: -” + tags[++i] + “n”;
votetotals += parseInt(tags[i]);
}
}
sHTML += pos_sHTML;
sHTML += neg_sHTML;

sHTML += “

  votes: ” + votetotals + “”;
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’;

 

BYU Alternative Commencement

I couldn’t go to last night’s event (Dick Cheney was in town to speak at the BYU commencement) due to a bad cold, but am excited that several of our cheerleading squad did get to go.  Green Jenni has a post on the event.  Here are some other news items on Cheney’s visit and the events surrounding it:
Cheney arrives in Utah as demonstrators line sidewalks near BYU
Cheney demonstrators, pro and con, flock to traditionally quiet, conservative BYU
Gathering supports Cheney visiting ‘odd’ Utah
Shurtleff blasts ‘Iraqi Rocky’ and ‘Hezbollah Harry’ at BYU rally
Cheney Draws Protests Even at BYU
Demonstrators follow rules, meet with some derision
Nader urges BYU grads to serve country, not seek profits


var requestedWidth = 0;
if(requestedWidth > 0){ document.getElementById('articleViewerGroup').style.width = requestedWidth + "px"; document.getElementById('articleViewerGroup').style.margin = "0px 0px 10px 10px"; } Posted: 8:28 PM-
OREM - About 50 Brigham Young University graduates walked not through
the Marriott Center on campus Thursday evening, but the McKay Events
Center at Utah Valley State College.

    As part of an alternative graduation ceremony for students
seeking a place away from Vice President Dick Cheney's speech, Ralph
Nader encouraged graduates and more than a thousand supporters to seek
a higher road and not be enticed by material promises.

    The former presidential candidate said in a press conference
prior to his speech that students should not underestimate their
significance as civic leaders.

    "Unfortunately when you're in the top one or two percent, you
tend to be enticed by jobs that can be described as ones that give you
a combination of trivia and material well-being," Nader said.

    He discouraged students from using computer science degrees to
develop "silly or violent video games" and warned against becoming
physicists or chemists to make chemical, biological or other weapons
for munitions corporations.

    Nader lambasted Cheney and praised the students who were
courageous enough to speak out, even in the reddest county in the
nation.

    "Out East, the media thinks if BYU students are protesting,
then the situation has to be pretty bad," Nader said. "And it is.ever on most fronts."

    Nader added that the students are reflecting a sense of gravity
far in advance of their elders at the university and around the
country.

    As for Cheney's draw to BYU, Nader said the reasoning was quite simple: it's tradition.

    "With about 70 percent [of the populace] against the war and 20
percent approval rating, it's hard to find a venue, so you ask to be
invited," Nader said. "Where do you go? Where the voting turnout was
the highest for you in the prior election."

    Reem Yahia, an international student from Palestine, went to
BYU commencement because her family had traveled to see her graduation.

    But she left BYU's ceremony early and came to UVSC.

    "I didn't want Cheney to spoil it," she said.

    sgehrke@sltrib.com

You're dealing with the most impeachable regimes
Hundreds protest Cheney at BYU.

Roughly 300 demonstrators gathered today in conservative Provo, Utah, to protest a commencement speech by Vice President Cheney at Brigham Young University:capt490aba7e8e7d42bfa8ed3c0d24098c2acheney_university_protest_utfh102_125×96shkl.jpg

Dan Kennelly, a Korean War veteran from Sandy, acknowledged that he and other protesters were outnumbered in Utah County.

“But we’re going to try,” he said. “If someone doesn’t want to listen, that’s fine, but we’ll try.” BYU student and war dissenter Diana Smith said she’s used to being a minority voice at the Church of Jesus Christ of Latter-day Saints school, “but while many may disagree, it is usually respectful,” she said.

That was the general tenor of the streetside – though as in many protests, a few middle fingers were let loose by angry drivers and indignant protesters. One truck driver screamed to the protesters “you’re all traitors!” while several others in this largely Mormon town opted for the more subtle “I’ll be praying for you!

Nader/alt. commencement

ALAN CHOATE - Daily Herald   
Several hundred people attended an alternative graduation ceremony for Brigham Young University
on Thursday night, an event that offered a raucouslypolitical contrast to the more staid
official ceremony earlier in the day.

Two dozen BYU students raised $26,000 in nine days to pay
for the ceremony and organized every detail, from reserving the McKay
Events Center at Utah Valley State College to arranging the speaker
lineup -- former Democratic
U.S. Senate candidate Pete Ashdown, ex-Amnesty International director
Jack Healey and consumer advocate Ralph Nader.

"I
am overwhelmed," organizer and graduating senior Eric Bybee said as the
commencement started. "We are overwhelmed and grateful that so many
have showed up."

All the speakers offered a sharp critique of the
policies -- including the Iraq war and the treatment of people detained
as "enemy combatants" -- pursued by President Bush and Vice President
Dick Cheney, who spoke at BYU's commencement. But students were also
urged to take heart that the alternative event even took place, and to
keep that energy alive as they went out into the world.

"This
gathering is more than a response," said Ashdown, who unsuccessfully
challenged U.S. Sen. Orrin Hatch, R-Utah, in the November election.
"This gathering is the future."

And Healey, after telling stories of human rights abuses abroad, said everyone has a duty to seek improvements in the world.

"Take
your voices and turn them into thunder," Healey said. "Take your candle
and turn it into a bonfire -- and revive this nation to who we say we
are!"

Organizer Ashley Sanders, who is also graduating, said she felt strongly that an alternative set of voices needed to be offered.

"People
should have to give reasons for the things that they do," she said. "If
BYU should have to defend its decision to invite Dick Cheney, Dick
Cheney should speak, but we should also be able to respond.

"When
people have to give reasons for their opposition and reasons for their
support of something, then we're better people as a civic society."

At
a news conference before the ceremony, Nader said that the
uncontroversial nature of Cheney's speech indicates the administration
is feeling the heat of an unpopular war and increasingly tough scrutiny
by Congress.

"He avoided a political speech, and I think that was
sending a message right there," Nader said. "You can wave the flag, and
surround a deadly, boomeranging war with patriotic symbols. He could've
done that.

"I think they know that the country is turning against
them. ... I think they're hunkering down in the White House. I think
they cannot believe what's happened to them."

Though the event was at UVSC, it was not affiliated with the school.

UVSC's
commencement is scheduled for 10:30 a.m. today in the McKay Events
Center and will feature Kevin B. Rollins, the former CEO of Dell Inc.


This story appeared in The Daily Herald on page A7.
Protests and rallies pop up
By Amy Choate-Nielsen

Deseret Morning News

      PROVO — Vice President Dick Cheney’s visit to Brigham Young University on Thursday brought out those who wanted to rally and to protest.

Gwen Dutcher, left, a BYU alumna, and Felisa Hanamaikai take part in a rally for peace at the entrance to BYU campus Thursday. (Laura Seitz, Deseret Morning News)

Laura Seitz, Deseret Morning News
Gwen Dutcher, left, a BYU alumna, and Felisa Hanamaikai take part in a rally for peace at the entrance to BYU campus Thursday.

      On a popular corner of BYU’s campus, where many graduates traditionally pause to take pictures of the school’s “Enter to learn, go forth to serve” sign, members of the BYU College Democrats hosted a rally for peace that drew about 100 people, including non-students and veterans who came to protest Cheney’s visit and the war in Iraq.
      Down the street, in front of the Provo City Library at Academy Square, some 30 people attended a Republican-sponsored rally in support of Cheney, which was organized by a group calling itself the “We Support America Committee” and bedecked with American flags.
      Only a couple dozen people stood on Washington Square in Salt Lake City, protesting Cheney’s visit and asking for an end to war.
      Aside from occasional shouts of derision and obscene hand gestures, most of the rallies in Provo concluded peacefully about 2:30 p.m. Participants said they appreciated the opportunity to voice their opinions.
      “Part of the reason why we’re out here is to raise awareness and have a dialogue,” said Diana Smith, a member of the BYU College Democrats, as a car drove by, blasting its horn. “He just gave us the finger.”
      The BYU Democrats organized an initial protest of Cheney’s visit on the school’s campus on April 4. The students also received advance permission from the school to host the Thursday protest.
      Those who were non-students were kept separate from the BYU College Democrats — they stood on public property instead of the school’s private property — as per the school’s request.
      Aaron Davis, who organized the Veterans for Peace protest across the street, likened his protest to the rallies that occurred around the Vietnam War, saying he is on a mission to bring deployed U.S. troops home. He said that speaking out against the war was almost therapeutic for him and other veterans.”In doing this (protest), our veterans are able to talk, they’re able to march,” Davis said. “The College Democrats have more people here than we do, but that’s great because now we have a discourse. We’re not hiding (our opposition). We have to do something. We can’t stand idly by.”
      Although the rallies were all nonviolent, some harsh words were exchanged by both those who came out to support or oppose Cheney.
      “We just keep our fingers crossed and our hopes up that we’ll be able to do something to correct the corruption in our government,” said protester Dan Kennelly of Sandy, who attended rallies in both Salt Lake City and Provo. “We protest all of the idiots from the top on down.”
      At the GOP-sponsored rally, Senate President John Valentine, R-Orem; Rep. Greg Curtis, R-Sandy; Provo Mayor Lewis Billings; and Utah Attorney General Mark Shurtleff spoke.
      Shurtleff defended the war in Iraq and called U.S. Senate Majority Leader Harry Reid, D-Nevada, who recently publicly criticized Cheney, “Hezbollah Harry.” He called Salt Lake City Mayor Rocky Anderson, who regularly calls for the impeachment of President George W. Bush, “Iraqi Rocky.”
      Billings said he was glad to welcome one of the most “prominent and significant individuals in America” to Provo, and cautioned listeners against being too critical of the country’s leaders.
      “There’s not one of us here that we couldn’t put under a microscope and start picking off the faults and the flaws,” Billings said. “As Americans, we tend to criticize, but I hope we don’t get so caught up in (the negatives.) … If any community can see through the fluff and chatter and rhetoric, it’s this community.”

Martin Tobert, left, joins a handful of others at Washington Square in Salt Lake City to hold a rally for peace and a protest against Vice President Dick Cheney's visit to Utah. (Keith Johnson, Deseret Morning News)

Keith Johnson, Deseret Morning News
Martin Tobert, left, joins a handful of others at Washington Square in Salt Lake City to hold a rally for peace and a protest against Vice President Dick Cheney’s visit to Utah.
 
 

Bush is Over

It’s Springtime, a new birth. Music video presented by www.JTMP.ORG and performed by Op-Critical featuring the Harmonic Angels. Imagine Peace! Please see www.BushIsOver.Org , www.A28.Org, and www.AfterdowningStreet.Org to be a part of this rebirth movement! Peace!
Happy Springtime (Bush is Over)

So this is springtime, the years have been dark
The sun is now shining, and love is the spark
So let’s take this springtime, and make a new day
For all of the people, both here and far away.

It’s everyone’s springtime, without any fear
Let’s make it a good one, so no one has tears

And so in this springtime (Bush is over)
For moms and for dads (If we want it)
For now and forever (War is over)
No more being sad (Now)

And so happy springtime (Bush is over)
For everyone’s sake (If we want it)
For all of our children (War is over)
Lose all the heartache (Now)

It’s everyone’s springtime, without any fear
Let’s make it a good one, so no one has tears

And so this is springtime (Bush is over)
We’ll never forget (If we want it)
The years we have suffered (War is over)
The loss and the regret (Now)

And so happy springtime (Bush is over)
We hope for some fun (If we want it)
For all of the people (War is over)
Stop using the guns (Now)

It’s everyone’s springtime, without any fear
Let’s make it a good one, so no one has tears

Bush is over
If you want it
War is over
Now
(repeat )

Lyrics Copyright February 24, 2007, Music by John Lennon
Brett C. Kimberlin
BrettSongs/InnocentMusic


Vigils

Every week for the past 5 1/2 years I have been participating in a sidewalk vigil in downtown Salt Lake.  We have signs, flags and sometimes do special things for certain events.  We have a fluctuation of participants each week – we’ve had 50 and we’ve had one.  We vigil in all weather every week.

We mostly get positive responses but we do get a percentage of the typical, unintelligent “Get a job!”, “Get a life!”, “We love Bush” stuff.  Sometimes we get things thrown at us.  It’s also amazing how angry some people get at us just over the sign we are holding.

Here is a photo of a vigil participant from last week:

Light bulbs

whatnow73 has a post on Ontario benning inefficient lightbulbs over on caringconsumer.