This is a 25 minute interview I gave for Hungarian radio before departing to Belfast for the Bush visit. I reflect on the Raytheon 9 acquittal and the misuse of anti-terror laws to silence nonviolent anti-war dissent. Within 24 hours of giving this interview I was detained under the Terrorism Act twice.
Today’s Dublin Metro reports that £300,000 was spent on policing costs on Bush’s half day visit to Belfast.
Meanwhile back in the land of the free, President Bush was confronted on 4th. of July by anti-war dissent. The clips (2 mins) are kind of ironic as Bush responds that the U.S. of A believes in free speech, the crowd applauds and those citizens exercising are disappeared by the thought police
http://www.youtube.com/watch?v=1jRj-pWbWJo&eurl=http://….org/
http://www.youtube.com/watch?v=cDQv5CbhipI&eurl=http://….html
Kathy Kelly Writing from Jordan on Raytheon 9 and Pitstop Ploughshares
http://www.counterpunch.org/kelly07042008.html
<!–
function toggleHelp(id)
{
dis = document.getElementById(id).style.display;
if(dis == ‘none’)
{
document.getElementById(id).style.display = ‘block’;
}
else
{
document.getElementById(id).style.display = ‘none’;
}
}
// –>
function checkForEventType()
{
if(document.publishform.type_id.value==5)
{
document.publishform.event_time_day.disabled=false;
document.publishform.event_time_day.style.display=”";
document.publishform.event_time_month.disabled=false;
document.publishform.event_time_month.style.display=”";
document.publishform.event_time_year.disabled=false;
document.publishform.event_time_year.style.display=”";
}
else
{
document.publishform.event_time_day.disabled=true;
document.publishform.event_time_day.style.display=”none”;
document.publishform.event_time_month.disabled=true;
document.publishform.event_time_month.style.display=”none”;
document.publishform.event_time_year.disabled=true;
document.publishform.event_time_year.style.display=”none”;
}
}
function checkForVideoType()
{
if(document.publishform.videoType.value==0)
{
document.publishform.youtube_id.disabled=true;
document.publishform.youtube_id.style.display=”none”;
}
else
{
document.publishform.youtube_id.disabled=false;
document.publishform.youtube_id.style.display=”";
}
}
function validateTerms(txt)
{
if(document.publishform.accept_terms.checked==true) return true;
else
{
alert(txt);
return false;
}
}