<!–
–>
June 7, 2013
|
Like this article?
Join our email list:
Stay up to date with the latest headlines via email.
Attorneys represnting the man who shot Trayvon Martin have requested the judge forbid prosecutors from using words like ‘racist’ to describe George Zimmerman. Despite the fact that many of the descriptors they listed in their motion are central to the case, Zimmerman’s attorneys thinks they would elicit “unfounded connotations” and “unfair emotional responses.”
Here ae some of the words they hate, from HLN:
- “Racial profiled” (or any variation)
- “Vigilante”
- “Self-appointed neighborhood watch captain”
- “Wannabe cop”
- “He got out of the car after the police(or dispatcher) told him not to”
- “He confronted Trayvon Martin”
Zimmerman’s attorneys said this language would just manipulate the jurors’ emotions, making them biased against Zimmerman. Keep in mind, these are the same lawyers who wanted to claim Trayvon Martin was ‘paranoid’ and ‘aggressive’ because he, like many other teens, smoked pot sometimes.
Stay up to date with the latest headlines via email
Like Alternet on Facebook
‘;
jQuery(‘#root_subfooter’).before( html );
var slide_top_offset = calculate_slide_div_top_offset();
var slide_left_offset = calculate_slide_div_left_offset();
jQuery(‘#like_alternet_on_fb’)
.css(‘position’,’fixed’)
.css(‘top’,’-100px’)
.css(‘width’,’450px’)
.css(‘height’,’105px’)
.css(‘background’,’#E8E8FB’)
.css(‘border’,’10px solid #223BBE’)
.css(‘border-right’,’0px’);
toggle();
}
function resize_slide_div(){
var slide_top_offset = calculate_slide_div_top_offset();
var slide_left_offset = calculate_slide_div_left_offset();
jQuery(‘#like_alternet_on_fb’)
.css(‘top’,slide_top_offset)
.css(‘left’,slide_left_offset);
}
/* HOOK SCRIPT INTO EVENTS */
var paging = String( getUrlVars()[“page”] );
if( paging == ‘off’ ){
var is_paging_off = true;
} else {
var is_paging_off = false;
}
//console.log( ‘Is paging off ? [‘ + is_paging_off + ‘] ‘ + getUrlVars()[“paging”] );
var page = String( getUrlVars()[“page”] );
if( page == ‘undefined’ ){
var is_first_page = true;
} else {
var is_first_page = false;
}
//console.log( ‘Is first page ? [‘ + is_first_page + ‘] ‘ + page );
jQuery(window).scroll(function() {
var scrollYpos = jQuery(document).scrollTop();
if( scrollYpos >= pop_in_yPos && on_off_toggle == ‘off’ ){
toggle();
}
if( scrollYpos
‘;
jQuery(‘div.media-image’).each( function(index){
src = String(jQuery(this).children(‘img.media-image’).attr(‘src’));
if( src != ” && src != ‘undefined’ ){
parts = src.split(‘/’);
if( parts[parts.length-2] == ‘slideshow’ ){ new_src = ‘/files/slideshow/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘AFP’ ){ new_src = ‘/files/images/AFP/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-1]; }
else if( parts[parts.length-3] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-2]+’/’+parts[parts.length-1]; }
else { new_src = false; }
if( new_src ){ jQuery(this).html(‘‘+jQuery(this).html()+enlarge_html+’‘); }
}
});
var slideshowdiv; var new_html; var img_obj; var sourcediv; var titlediv; var captiondiv; var title; var caption;
jQuery(‘div.slideshow-body div.slideshow div.field-item’).each( function(index){
slideshowdiv = jQuery(this).find(‘div.altslideshow-embedded-gallery’);
img_obj = slideshowdiv.find(‘img’);
src = img_obj.attr(‘src’);
title = slideshowdiv.children(‘div.altslideshow-title’).html();
if( title == null ){ title = ”; }
caption = slideshowdiv.children(‘div.altslideshow-caption’).html();
if( caption == null ){ caption = ”; }
if( src != ” && src != ‘undefined’ ){
// alert( ‘SRC: ‘+src );
parts = src.split(‘/’);
if( parts[parts.length-2] == ‘slideshow’ ){ new_src = ‘/files/slideshow/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘AFP’ ){ new_src = ‘/files/images/AFP/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-1]; }
else if( parts[parts.length-3] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-2]+’/’+parts[parts.length-1]; }
else { new_src = false; }
// alert( ‘New SRC: ‘+new_src );
if( new_src ){
img_obj.parent().attr(‘href’,new_src).attr(‘rel’,’lightbox[slides]’).attr(‘title’,title+’
‘+caption).append(‘
Click to enlarge.
‘);
}
}
//sourcediv = jQuery(this).find(‘div.altslideshow-source’);
//titlediv = jQuery(this).find(‘div.altslideshow-title’);
//captiondiv = jQuery(this).find(‘div.altslideshow-caption’);
//sourcediv.after( titlediv ).after( captiondiv );
});
This article originally appeared on: AlterNet