Monday, April 9, 2012

obbrow.info: PopEater

The Story
Recently
obbrow.info: PopEater
Apr 9th 2012, 10:19

/gi, mb=/^(?:select|textarea)/i,nb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ob=/^(?:GET|HEAD|DELETE)$/,Na=/\[\]$/,T=/\=\?(&|$)/,ia=/\?/,pb=/([?&])_=[^&]*/,qb=/^(\w+:)?\/\/([^\/?#]+)/,rb=/%20/g,sb=/#.*$/,Ea=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ea)return Ea.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d= b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(k,l){if(l==="success"||l==="notmodified")h.html(f?c("

").append(k.responseText.replace(lb,"")).find(f):k.responseText);d&&h.each(d,[k.responseText,l,k])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& !this.disabled&&(this.checked||mb.test(this.nodeName)||nb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),k=ob.test(h);b.url=b.url.replace(sb,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ia.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| !T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+kb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var l=E[d];E[d]=function(m){f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);if(c.isFunction(l))l(m);else{E[d]=A;try{delete E[d]}catch(p){}}v&&v.removeChild(B)}}if(b.dataType==="script"&&b.cache===null)b.cache= false;if(b.cache===false&&h==="GET"){var n=c.now(),s=b.url.replace(pb,"$1_="+n);b.url=s+(s===b.url?(ia.test(b.url)?"&":"?")+"_="+n:"")}if(b.data&&h==="GET")b.url+=(ia.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");n=(n=qb.exec(b.url))&&(n[1]&&n[1]!==location.protocol||n[2]!==location.host);if(b.dataType==="script"&&h==="GET"&&n){var v=u.getElementsByTagName("head")[0]||u.documentElement,B=u.createElement("script");if(b.scriptCharset)B.charset=b.scriptCharset;B.src= b.url;if(!d){var D=false;B.onload=B.onreadystatechange=function(){if(!D&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){D=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);B.onload=B.onreadystatechange=null;v&&B.parentNode&&v.removeChild(B)}}}v.insertBefore(B,v.firstChild);return A}var H=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!k||a&&a.contentType)w.setRequestHeader("Content-Type", b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}n||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(G){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& c.triggerGlobal(b,"ajaxSend",[w,b]);var M=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){H||c.handleComplete(b,w,e,f);H=true;if(w)w.onreadystatechange=c.noop}else if(!H&&w&&(w.readyState===4||m==="timeout")){H=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&g.call&&g.call(w);M("abort")}}catch(j){}b.async&&b.timeout>0&&setTimeout(function(){w&&!H&&M("timeout")},b.timeout);try{w.send(k||b.data==null?null:b.data)}catch(o){c.handleError(b,w,null,o);c.handleComplete(b,w,e,f)}b.async||M();return w}},param:function(a,b){var d=[],e=function(h,k){k=c.isFunction(k)?k():k;d[d.length]=encodeURIComponent(h)+ "="+encodeURIComponent(k)};if(b===A)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)ca(f,a[f],b,e);return d.join("&").replace(rb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess",[b,a])},handleComplete:function(a, b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}});if(E.ActiveXObject)c.ajaxSettings.xhr= function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var da={},tb=/^(?:toggle|show|hide)$/,ub=/^([+\-]=)?([\d+.\-]+)(.*)$/,aa,na=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show",3),a,b,d);else{a= 0;for(b=this.length;a=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(h){return f.step(h)} this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;a=c.fx;e.elem=this.elem;if(e()&&c.timers.push(e)&&!aa)aa=setInterval(a.tick,a.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(l,n){f.style["overflow"+n]=h.overflow[l]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| this.options.show)for(var k in this.options.curAnim)c.style(this.elem,k,this.options.orig[k]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= c.timers,b=0;b-1;e={};var s={};if(n)s=f.position();k=n?s.top:parseInt(k,10)||0;l=n?s.left:parseInt(l,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+k;if(b.left!=null)e.left=b.left-h.left+l;"using"in b?b.using.call(a, e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Fa.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||u.body;a&&!Fa.test(a.nodeName)&& c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==A)return this.each(function(){if(h=ea(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=ea(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(h){var k=c(this);k[d](e.call(this,h,k[d]()))});return c.isWindow(f)?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+ b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]):e===A?parseFloat(c.css(f,d)):this.css(d,typeof e==="string"?e:e+"px")}})})(window); //]]>

One Final Surprise For The 'Q'Viva! The Chosen' Finale

Posted: 09 Apr 2012 12:52 AM PDT

It was the grand finale of "Q'Viva! The Chosen" (Sat., 11 p.m. ET on Fox) and Jennifer Lopez, Marc Anthony and Jamie King couldn't have been more proud of the group they'd gathered to represent Latin culture to the popular world via their big stage production at Mandalay Bay in Las Vegas.

The show has been divided into five categories: Latin culture, passion, pride, ritual and unity. And in this finale, the remaining contestants had their last chance to impress the judges and show that they belong in one of those categories, and on that stage representing their passion and their country.

It was a tense elimination, quickly replaced by relief and excitement as the cuts were very small and the focus turned to the May 26 premiere. And for that, Lopez and Anthony had a surprise for the cast.

"We've decided that for opening weekend here at the Mandalay Bay, Marc and I are going to be in the show with you guys presenting you to the entire world," Lopez told the assembled performers. "It is our pleasure and our honor."

The couple may be going their separate ways in their real life, but this show is a testament to their shared vision, and their passion and commitment to their Latin roots.

The television series may be over, but "Q'Viva! The Chosen" will go on as a live stage show, beginning May 26 at the Mandalay Bay in Las Vegas.

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

What Could Get Ice-T To Church On 'Ice Loves Coco'?

Posted: 09 Apr 2012 12:46 AM PDT

Ice-T admitted that he hadn't set foot in church in several years, but for Kristy and Derek, he agreed to do it on this week's "Ice Loves Coco" (Sun., 10:30 p.m. ET on E!). He and Coco were honored to be selected as the godparents for all three of Kristy and Derek's children.

"I haven't been in a church a long time," Ice said. "So don't blame me if the church burns down or the roof bursts in flames when I walk in."

When they were advised that their role was to help guide the children on the right path, Ice responded, "And you ask a butt model and gang banger to be their God parents?"

Of course, there's far more to Ice and Coco than their pasts or their professions. They are genuine and decent people at heart, and that's why Kristy and Derek came to them for this honor. They also wanted the couple to take care of their children in the event anything happens to them.

Ice and Coco both seemed to enjoy the ceremony, with Coco especially seeming to enjoy the new title she gave herself. "I'm the Godmomma," she said repeatedly.

Watch new episodes of "Ice Loves Coco" every Sunday at 10:30 p.m. ET on E!

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

Lisa Lampanelli Unloads On Several Castmates On 'Celebrity Apprentice'

Posted: 09 Apr 2012 12:41 AM PDT

Lisa Lampanelli went on a rampage on this week's "Celebrity Apprentice" (Sun., 9 p.m. ET on NBC) like she was at a celebrity roast. Only this wasn't coming from a place of love and respect. She was infuriated by the eliminations last week, blaming both Dayana Mendoza and Lou Ferrigno. She eventually backed down on her insults to Mendoza, but there was no love left for Ferrigno.

Aubrey O'Day returned to the fold, and she and Arsenio Hall appeared to make up, as reported by Zap2It. At least, they made up for the show. O'Day admitted she really doesn't like him, but will bite her tongue and be a team player, while Hall feels he got the right results, if he could maybe have chosen different language. Don't worry, Lampanelli yelled at him as well for using such words about O'Day.

In the end, Lou Ferrigno was fired, though EW suggested that maybe he shouldn't have been. After all, he was right in that his ideas weren't being heard. What about Penn Jillette, who seems to come and go as he pleases throughout these tasks?

Follow all the excitement and unpredictability of "Celebrity Apprentice" Sundays at 9 p.m. ET on NBC.

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

'Nurse Jackie' Finally Reaches Rock Bottom In Premiere

Posted: 09 Apr 2012 12:28 AM PDT

After three seasons in a freefall, "Nurse Jackie" (Sun., 9 p.m. ET on Showtime) finally hit her long overdue rock bottom on the fourth season premiere. The episode opened with Jackie -- sporting a longer hairdo -- checking into rehab, and apparently doing so voluntarily, albeit sullenly as well. How did she get to this point?

That's what the rest of the episode was about. Apparently, all it took was for her to take a look at her life and where all of her bad decisions have led her. For one, they led her to a church for prayer, where she met a fellow devotee, played by Green Day's Billie Joe Armstrong, who was rather aggressively in her personal space. Jackie apparently responds well to that sort of thing, because she took him home and they had a drug-filled good time, until it proved too much for Mr. Armstrong's character, and he dropped dead.

Eddie put the final nails in the coffin of Jackie's marriage, presumably, by admitting to their affair to Jackie's husband Kevin, and then getting a short and well-deserved beating for his role in everything that's gone wrong for the family. O'Hara, and ultimately Lenny and Zoey as well, help Jackie take care of the dead guy problem in her apartment, after which Jackie finally has her moment of self-realization and decides she needs to get into rehab.

So that's where Jackie will be -- if she stays -- for the next 28 days, while the staff back at the hospital deals with the arrogant and incredibly blunt new man in charge. Now that they are part of a conglomerate, there are likely to be some changes, and Dr. Cruz (Bobby Cannavale) looks like he'll actually enjoy implementing them.

The new and completely different season of "Nurse Jackie" continues Sundays at 9 p.m. ET on Showtime.

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

WATCH: Worst Outfit In The History Of Sports?

Posted: 08 Apr 2012 09:52 PM PDT

Examining the world of sports can be a bit complicated for some, however for Queen Latifah and her friends the topic is more comprehensive than one could imagine. During the debut episode of HuffPost Black Voices newest sports video series, "Out Of Bounds" the Grammy Award-winner and Academy Award-nominee is joined by sports enthusiasts LaLa Vazquez, Holly Robinson Peete, and model-television personality Jennifer Sterger as they discuss the best and worst dressed athletes.

Tennis pro Bethanie Mattek-Sands helped sparked the debate stemming from her neon green tennis ball ensemble that was worn during the 2011 WTA Tour Pre-Wimbledon Party. “All I got to say is, she has a lot of balls to wear that dress,†said Peete “However, she is rocking neon, and if LaLa is rocking neon it’s a good color.â€

Though LaLa admitted that the only thing she had in common with the multi-WTA tour champion was the color of her pants, she did add that her husband, Carmelo Anthony, has also experienced his own fashion challenges throughout the course of his career.

“I definitely think that my husband is a great dresser, but what I will say [and he’ll agree] is it was an evolution in the beginning,†she explained. “Getting signed as a rookie, not really having direction. I mean there were some pretty bad photos then, but over time he just found his style and found himself.â€

Check out who else landed "Out Of Bounds" on the list of fashion wins and losses in the exclusive clip above.

PHOTOS:

50 Cent Plays A Hip Hop Mogul On 'The Finder'

Posted: 09 Apr 2012 12:23 AM PDT

Curtis Jackson AKA 50 Cent made an appearance on "The Finder" (Fri., 8 p.m. ET on Fox) as Big Glade a rap mogul who wanted to hire Walter to find the lost music of a hip-hop pioneer named J-Strike who had died almost exactly ten years prior. Suddenly, some of his unreleased tracks were being leaked onto the Internet, only they were the intellectual property of Glade's character.

Walter took the job mainly because Glade's lawyer, played by Salli Richardson-Whitfield ("Eureka"), has some history with Leo and Walter thinks Leo is the loneliest man he knows. And as anticipated, sparks do indeed fly between the two.

It was all a good diversion while Walter took on the real case as he saw it. He was convinced, based on the samples, that J-Strike was still alive. And he was almost completely right. What he uncovered was that J-Strike was a collaboration between two brothers. One the performer and the other the writer. Only J-Strike the performer had died, in a ridiculous publicity ploy orchestrated by none other than that beautiful lawyer. Now, the brother was trying to rekindle interest in his brother's legacy.

In the end, justice was served in that the lawyer was arrested for her role in the shooting, and the writer half of J-Strike was hired by Big Glade to work with his organization. And he was able to start the emotional healing from the trauma of having accidentally killed his brother.

"The Finder" continues, now on Fridays at 8 p.m. ET on Fox.

TV Replay scours the vast television landscape to find the most interesting, amusing, and, on a good day, amazing moments, and delivers them right to your browser.

Jennifer Hudson Star Power To Complicate Family's Murder Trial

Posted: 08 Apr 2012 04:21 PM PDT

CHICAGO — Accustomed to wearing Vera Wang gowns on red carpets, singing at the Grammys or autographing her weight-loss memoir, Oscar winner Jennifer Hudson will take on a new role under a very different spotlight – in Chicago's drab criminal courts building at the trial of the man charged with murdering her mother, brother and 7-year-old nephew.

The Hollywood star's presence, and the accompanying media hubbub, is bound to affect the proceedings, which begin Monday. That's when presiding Judge Charles Burns plans to start questioning would-be jurors one by one, trying to weed out anyone who could be swayed by Hudson's celebrity status.

Hudson is expected to be at the trial every day once testimony begins, court officials say, and she's on the 300-name list of witnesses who could testify. While the judge will warn prospective jurors to avoid watching TV coverage of the trial, they may see Hudson on "American Idol" on Thursday.

Legal experts widely agree on the No. 1 challenge at trials involving megastars: It's identifying 12 jurors able and willing to assess guilt solely on what they hear in court.

Hudson will need to refrain from overt displays of emotion as potentially starstruck jurors' eyes dart back at her, said Gerald Uelmen, a defense attorney at O.J. Simpson's murder trial.

"The risk is that jurors may be watching her rather than testifying witnesses, and they could be influenced by how she reacts," he said. "She would be well advised not to engage in any facial expressions or outbursts. That could be grounds for a mistrial."

Prosecutors say William Balfour, the 30-year-old estranged husband of Hudson's sister, shot the family in a jealous rage because Julia Hudson was dating another man. Jennifer Hudson, also 30, and Balfour grew up in the same South Side neighborhood.

The bodies of Hudson's mother, Darnell Donerson, 57, and brother, Jason Hudson, 29, were found shot to death in the family's home on Oct. 24, 2008. The body of her nephew, Julian King, was found days later in a vehicle several miles away.

Balfour's attorneys have said the evidence is circumstantial, though prosecutors say proof he committed the crime will include gun residue found on his car's steering wheel.

Adored by many Chicagoans, Hudson will pose a stark contrast to Balfour, a short man with a long criminal record. He was a one-time Gangster Disciples gang member and known by his street name, "Flex," according to court documents.

The dilemma posed by Balfour's trial became clear last week, when 150 potential jurors filled out their questionnaires in court. Nine of the 66 questions dealt with Hudson's career: Would-be jurors were asked if they'd ever seen her Academy Award-winning film "Dreamgirls" and if they belong to an organization for which Hudson is a spokesperson, presumably a reference to Weight Watchers.

It was obvious many potential jurors had heard of the killings, some gasping when the judge first read the name of the case.

And when Burns asked if anyone felt they couldn't hear the evidence "without sympathy, bias or prejudice" to step up, he looked on with apparent alarm as five, 15, then 20 people rose. He finally told everyone to sit down and disregard the question, for now.

The history of high-profile trials – from Simpson's to Michael Jackson's doctor, Conrad Murray – suggests it's hard to dim the celebrity glow. But Burns, known as a competent but quick-tempered judge, wants to ensure the buzz doesn't undercut Balfour's right to a fair trial. He's made it clear he won't tolerate disruptions. He's barred tweeting from inside court because he fears feverish typing would distract jurors. He's imposed gag orders on attorneys.

Cameras also won't be allowed in the courtroom, though that won't stop the media circus outside. Chicago isn't a paparazzi hot spot, but cameramen are likely to swoop in from New York or Los Angeles, said Ray Murray, an associate journalism professor at Oklahoma State University who studies paparazzi.

"Going in and out of the courtroom won't be fun for her," Murray said. "They look like cannons, some of these cameras, and if you're going through what she's about to go through, you can imagine that would rattle her."

The brush with celebrity may be irresistible for jurors, as there's a tendency to feel a protective bond with movie stars and singers almost as if they're family, said prominent defense lawyer Gerry Spence.

There could be "a sort of underlying sense, a subconscious sense, that they have attacked somebody in (the juror's) family," said Spence. "And they think, `(He) shot Jennifer's (mother, brother and nephew) and I'm going to get him.' "

The defense could ask Burns to bar Hudson from court – possibly on grounds she is a potential witness – which would be a rare but not unheard of request. But Uelmen says the judge would be reluctant to tell a daughter she can't attend the trial of the man accused of killing her mother.

Hudson's publicity firm did not respond to requests for comment.

Judges don't insist jurors be blank slates, they merely want to know if jurors can set aside their biases and preconceptions, said Laurie Levenson, a law professor at Loyola Law School Los Angeles.

"You certainly don't want a juror who hasn't heard of Jennifer Hudson, for instance," Levenson said. "That would raise other serious questions, like, where's this person been living – under a rock?"

Attorneys won't necessarily share the judge's goal of weeding out bias.

"The fact is," Uelmen said, "neither side is looking for unbiased jurors – they're looking for jurors who lean their way."

___

AP reporter Don Babwin contributed to this report.

___

Follow Michael Tarm on Twitter at http://www.twitter.com/mtarm

Follow Caryn Rousseau on Twitter at . http://www.twitter.com/carynrousseau

Marianne Schnall: Behind-the-Scenes At Oprah's Lifeclass With Tony Robbins And Deepak Chopra

Posted: 08 Apr 2012 07:40 PM PDT

It's not every day Radio City Music Hall temporarily closes down its men's bathroom. But that's exactly what happened when Oprah Winfrey decided to film two episodes of her Lifeclass series at the famous theater in New York City. My adventure started when I got the email from the OWN team inviting me to attend the tapings of Oprah's Lifeclass: The Tour featuring two charismatic guest teachers -- spiritual wise man Deepak Chopra, who taught the afternoon show about tapping into your spiritual side (which will air on OWN on April 23) and charismatic life coach Tony Robbins, who taught the evening live show about living fearlessly.

When I first got to the theater, I was escorted backstage, downstairs to the brightly lit Rockettes dressing room, to convene with about ten other journalists, and then taken into a small room next door for an intimate meet-and-greet with Tony Robbins. We were all personally introduced to him, and he lasered each of us with his full wattage attention and smile. He then sat down on a couch and thoughtfully and insightfully answered a few questions. At the end of the conversation, we took a picture (which you can see on this page) in which I look like my own mini-me next to the 6'7" Robbins. He is quite literally larger than life.

2012-04-08-tonysmall.jpg

I was then escorted back to the main hall to be seated for the Deepak Chopra taping. As press we were given seats that actually had plugs on a railing in front of our seat so that we could charge our computers and phones while we watched. That is one of many things that is so groundbreaking about Oprah's Lifeclass -- her unique, pioneering, interactive incorporation of social media -- in addition to a corresponding online curriculum and live webcast, Oprah encourages people to fire up their phones (on vibrate of course) during the show so that everyone in the audience, and online, can participate in polls, comment on Facebook and live tweet during the show (she also has people Skyping into the show from around the world). I sent out quite a few tweets during both tapings -- in fact, I found myself taking copious notes throughout the shows because I wanted to remember some of the profound droplets of wisdom that were said (a few memorable sound bites I jotted down follow this article).

Being at an Oprah show can at times feel like being at a Beatles concert -- when Oprah first comes out on stage the reception is exuberant and deafening, with everyone standing on their feet clapping wildly. Some of my favorite moments happened behind the scenes during the commercial breaks when Oprah speaks off-the-cuff, sometimes seriously, sometimes funny, to the audience. For example, during one of the breaks on the evening show, she complained about her uncomfortable high-heeled Louboutins, finally lamenting "I can't take it anymore" and handing them off to a lucky fan in the audience, remaining barefoot until a stage hand offered her a more comfortable pair. During the Deepak Chopra show about spirituality, she admitted during a break that her own practice was put to the test when that previous week she and her OWN network were scrutinized in the press when news was released that OWN had cut 30 jobs and cancelled The Rosie Show. Oprah confided that she found it helpful to keep repeating her prayer, "In God I move and breathe and have my being "and to keep reminding herself that this "isn't who you are and don't get that confused".

Adding to the excitement was a surprise pre-show for the Tony Robbins evening taping, when Tony suddenly appeared on stage about a half an hour before the show to pump up the crowd. He managed to get over five thousand of us at Radio City hugging total strangers and dancing, jumping, and screaming (his trademark "yes, yes, yes!" accompanied by fist pumping) -- a truly definitive and memorable Oprah Lifeclass moment for me and everyone else. Normally I get embarrassed doing this type of thing but the moment was contagious. Tony's potent point was about how our state -- and the motions of our body -- affects us and others around us, and there was a tangible surge in energy, of feeling awake and alive -- that I noticed in myself and the audience as a result.

*****

Both Lifeclass shows -- and this is true of the whole series -- contain thought-provoking, life-changing sparks of inspiration. As Oprah pointed out during Deepak's show, to her, spirituality is not about traditional faith or religion but about "living your life with an open heart through love". You can watch the Deepak Chopra Lifeclass episode on OWN on April 23 (if you are not sure where to find OWN, use the channel finder ) and the Tony Robbins Lifeclass show which has already aired on OWN live can be viewed online. It is certainly refreshing and hopeful to see meaningful television that is aimed at uplifting and inspiring people to, quoting Oprah, "live your best life". I, like many others, wholeheartedly support, appreciate and thank Oprah for launching and nurturing OWN, creating visionary television like Lifeclass, being a role model, and for all the humanitarian work she does in the world. If I had had a chance to meet her in person that day, I would have given her a big hug.

Here are some of my notes I took during the Lifeclass tapings:

Oprah Winfrey:

"Don't get confused between what people say you are and who you know you are."

"The stories you tell yourself can make or break you -- no matter who you are."

"You can step out of your history and the past and write a new story for yourself."

"Courage is feeling the fear and doing it anyway."

"You don't become what you wish for, you become what you believe."

"There is no life without a spiritual life."

"We are all spiritual beings having a human experience."


www.oprah.com


Tony Robbins:

"We are all telling ourselves stories. The question is "does your story empower you or hold you back"?

"You can't have real courage unless there is something you are really afraid of."

"The only solution to fear is massive action."

"You can't wait for the perfect situation. You've got to get out there and discover your passion."

"When you focus on serving, there is no fear in you."

"To break through you need: 1) A strategy, a "how to" 2) The right story 3) A different state of mind. Your state determines your story."

"Love is the oxygen of the soul."

www.tonyrobbins.com

Deepak Chopra:

"Spirituality is a journey into self awareness."

"Everybody does the best they can from the state of spiritual awareness they are in."

"Our great option is to choose love rather than to choose fear and shut down."

"Your personal transformation is the future of the transformation of the world."

"The worst thing you can say about another contains some truth about yourself."

"Whatever you are struggling with is a reminder for you to find true purpose in your lifetime."

"You are a spark of divine consciousness."


www.deepakchopra.com


Watch "Oprah's Lifeclass: the Tour" on Monday nights at 8pm EST/7pm CST on OWN. Follow the show online at Oprah.com and see the coursework that corresponds to each episode's theme. Join the "Lifeclass" conversation online on Twitter @OprahsLifeclass and using #lifeclass.


Marianne Schnall is a widely published writer and interviewer whose writings and interviews have appeared in a variety of media outlets. She is also the co-founder and executive director of the women's website and non-profit organization Feminist.com, as well as the co-founder of the environmental site EcoMall.com. Her new book, based on her interviews with a variety of well-known women, is titled Daring to Be Ourselves: Influential Women Share Insights on Courage, Happiness and Finding Your Own Voice.

WATCH: Sofia Vergara SNL Skits

Posted: 08 Apr 2012 09:40 AM PDT

Sofia Vergara's hosting debut on Saturday Night Live proved to be a success based on LatinoVoices readers response during the live tweeting party last night.

In Vergara's monologue, the Colombian actress joked about being an immigrant in America: “This country welcomed me with open arms and pulled-down pants.â€

The Modern Family star also poked fun at her accent: "This accent can make anything sound sexy: Gonorrhea... Rick Santorum... New Jersey."

Sofia Vergara as Fran Drescher:

Sofia Vergara as a Hunger Games reporter:

Then, unsurprisingly, Sofia Vergara was used in SNL's skit: The Manuel Ortiz Show.

A nightly news team can't finish their promo shoot because traffic reporter Hope Hines has trouble finding his mark.

Vergara then played a sex education schoolteacher in SNL's hilarious skit, Gilly:


Sofia Vergara and Penelope Cruz team up to shoot a shampoo commercial and Penelope has some trouble getting through some of the more difficult words.

What did you think? Did Sofia Vergara deliver? Let us know!

This posting includes an audio/video/photo media file: Download Now

WATCH: 'SNL' Rips Andy Cohen

Posted: 08 Apr 2012 01:41 PM PDT

Between the Mitt Romney cold open and Fran Drescher in the Zooey Deschanel sketch, more than a few celebrities were lampooned on this weekend's episode of "Saturday Night Live."

There was one, however, that took us by surprise: Taran Killam spoofing Andy Cohen, host of "Watch What Happens Live!" on the Bravo network. His impression of the quirky late night talk show host was relentless, starting with his saying that he "gave himself this show" to his constantly asking the audience to text him how cute he is.

"As a reminder, the show is live, so anything can happen -- but don't worry, nothing will," Killam quipped.

As for Cohen's guests, he says flat out that every guest on "WWHL!" is either a Bravo personality or someone you can't believe came on the show, which explains why one of them was a former Archbishop Cohen "met in the Hamptons" (played hilariously by Kenan Thompson).

Also look out for newcomer Kate McKinnon in a fake preview clip for the show "Tabatha Takes Over" wherein she does an outstanding Tabatha Coffey impression. In a later sketch she played opposite Sofia Vergara as Penelope Cruz.

Considering that the real Cohen previously appeared on "SNL" for their special "Real Housewives of SNL" reunion, we can only imagine what he thought of his thorough send-up.

Tell us what you thought in the comments.

FIRST LOOK: Eastwood Family Reality Show

Posted: 08 Apr 2012 08:46 AM PDT

You've read about it, you've seen the teaser art, now here's the first trailer for E!'s "Mrs. Eastwood & Company," the network's upcoming docu-soap starring Hollywood legend Clint Eastwood's family.

Gloria Allred Sounds Off On Donald Trump's Private Parts

Posted: 08 Apr 2012 08:42 AM PDT

Feminist attorney Gloria Allred shot back at Donald Trump, who said she'd "be very impressed" with his genitals, by saying she doesn't "have a magnifying glass strong enough to see something that small," and that "the world does not revolve around his penis."

Trump and Allred have traded barbs for several days regarding the controversy surrounding Jenna Talackova, the transgender beauty queen who was disqualified last month from the Miss Universe pageant, which is owned by Trump's company.

Appearing on my radio program on SiriusXM OutQ on Friday, Allred who represents Talackova, who was a finalist in the Miss Universe Canada pageant before being disqualified, reiterated that her client was discriminated against.

"She is female on her driver's license, on her passport, on her birth certificate, and she's recognized in Canada as a woman," she said. "She has always thought of herself as a woman."

Allred also called upon to Trump to eliminate the rule that contestants must be "naturally born" women. Trump did just that later in the evening, announcing his reversal during a segment on ABC's "20/20," opening the pageant to Talackova and any transgender women in the future.

Allred had earlier in the week made the point that Trump shouldn't be concerned with Talackova's genitals since "she didn't ask Mr. Trump to prove he's a naturally born man, or see photos of his birth, or to view his anatomy." That prompted Trump to crack, "I think Gloria would be very, very impressed with me."

In our radio interview, Allred shot back:

"I don't have a magnifying glass strong enough to see something that small. The world does not revolve around his penis. We have to get off the subject of genitalia and let's just look at people as individuals and put aside the fears, the prejudices, and stereotypes that he may have."

Even after Trump announced he'd eliminate the rule barring females who are not "naturally born," he was still making statements that offended Talackova and her attorney, saying on "20/20" that he'd questioned the 23-year-beauty contestant's motives because her first name and the beginning of last name together spell "Jennatal" or "genital."

Allred responded to Barbara Walters that Trump needs "stop being focused on genitals, his or anyone else's."

Listen to the full interview here:

Learn about 20 other transgender pioneers in the slideshow below:

PHOTOS: Isla Fisher Hides From Paparazzi

Posted: 08 Apr 2012 09:08 AM PDT

Sometimes you just aren't ready for your close-up, or at least Isla Fisher wasn't when she was spotted out in Los Angeles over the weekend.

"The Great Gatsby" actress used her purple purse to shield her face from the paparazzi on Saturday while she ran some errands. Playing shy with photographers is a common practice for Fisher. She was caught hiding her famous face with pal Naomi Watts last fall and has been known to keep covered up when heading out with her husband of just over two years, Sacha Baron Cohen.

Cohen and Fisher married in Paris, France on March 15, 2010 after meeting in Australia in 2002. The pair have two daughters together, 4-year-old Olive and baby sister Elula.

See the photo below!
PHOTOS:

Check out some other stars who've tried to hide.

Kris Humphries Unfazed By Kim, Kanye Relationship

Posted: 08 Apr 2012 07:47 AM PDT

Kris Humphries is so over his soon-to-be ex-wife Kim Kardashian ... that he is completely indifferent to the news she is dating Kanye West, sources close to Kris tell TMZ.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions