Thursday, June 27, 2013

Report: Police in scuba gear search water near Aaron Hernandez's home - CBSSports.com (blog)

By Ryan Wilson | CBSSports.com

After conflicting reports Friday that a warrant had been issued for Patriots tight end Aaron Hernandez for obstruction of justice in the death of Odin Lloyd, there has been little in the way of actual news regarding the investigation.

Lawyer calls out media
Hernandez's lawyer rips media for 'false reports'

On Saturday, authorities returned to Hernandez's home in Attleboro, Mass., and appeared to leave with bags of evidence.

And, on Monday morning, police in scuba gear using metal detectors searched a creek near Hernandez's home, according to NESN.com.

While there is no official word, NESN speculates police could b e searching the creek for the missing murder weapon.

Hernandez and Lloyd were reportedly together at a bar along with two others the night that Lloyd died. Tim Williams of Pittsburgh's KDKA Radio reported last Thursday that surveillance footage showed Hernandez, Lloyd and two others in a rental car hours before the murder.

Lloyd, 27, was found shot in the head in a field close to Hernandez's home last Monday. Lloyd had reportedly been dating the sister of Hernandez's girlfriend.


Follow Ryan Wilson on Google+


Eye on Football is powered by the debonair quartet of Will Brinson, Ryan Wilson, Josh Katzowitz and John Breech. Click their names to find them on Twitter.

You May Also Like

Biggest Stories

" } //console.log(customStrings.signIn); callFBApi = function() { var accessToken; var uid; //CBSi.injectJS('//connect.facebook.net/en_US/all.js#xfbml=1', 'facebook-jssdk'); /* FB.init({ appId : '297742330311988', oauth : true }); */ FB.getLoginStatus(function(response) { if (response.status === 'connected') { handle_fb_response(response.authResponse); } else{ FB.login(function(response) { if (response.authResponse) { handle_fb_response(response.authResponse); /* uid = response.authResponse.userID; accessToken = response.authResponse.accessToken; //CBSi.log("== FB APP DATA ==", response); FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); */ } }); } }); }; handle_fb_response = function(authResponse){ uid = authResponse.userID; accessToken = authResponse.accessToken; FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); } log_in_socially = function(dn, userid, site) { $.ajax({ url: "/data/common/livefyre/lf_social_login", dataType: 'json', data: { lfdn: dn, lfuser: userid, ssite: site } }).done(function(profile) { //CBSi.log("== Social Login ==",profile,site); if (profile.error) { //CBSi.log("Social login failed with error: ", profile); return null; } else { document.cookie = "lf_social_login="+ profile.socialsess +"; expires=0; path=/"; profile.socialsess = '1'; userObj = profile; lf_user_profile = profile; doLivefyreAuth(profile); } }); }; callTwitterApi = function() { window.open('/common/livefyre/V3/via_twitter?debug=32','twitterOauth','width=600,height=500,menu=0,status=0'); }; callTwitterApiHidden = function() { var arr1 = readCookie('lf_social_info').split(/|/); log_in_socially(arr1[2], arr1[3], 'twitter'); hasProfile = 1; } function doLivefyreAuth(cval) { //console.log("== Attempting LF Login ==",cval); var isLoggedIn = 1; if (cval) { try { fyre.conv.login(cval.token); } catch (e) { isLoggedIn = 0; } } } changeDOM = function() { // DOM hacks. Change the UI for the dropdown box //console.log("== Running Dom Hacks =="); if (isLoggedIn == 1){ //console.log("== Checking Match =="); if (hasProfile == 0) { //CBSi.log("== adding get comment link =="); // They need a screen name //$('.lf_auth_section a.lf_user_loggedout').html('Get a Screen Name to Comment').addClass('loginLink'); $('.fyre .fyre-user-loggedout').hide(); $('#getScreenName').show(); var screenNameContent = 'Get a Screen Name to Comment'; $('#getScreenName').html(screenNameContent); } /* else { if (typeof userObj.profile.profile_url != 'undefined'){ if (userObj.profile.profile_url) { //CBSi.log("== adding login profile links =="); $('.fyre .fyre-box-wrapper a.fyre-user-profile-link').attr('href',userObj.profile.profile_url); $('li.fyre-edit-profile-link').html('Edit Profile'); } } } */ } changedDom = 1; //console.log("== finished dom hacks =="); }; function updateCommentCounts(element,count){ //CBSi.log("== updating comment counts =="); if (count == 1){ $(element).html('' + count + '   |  Comment'); $(element).show(); $('.commentsCountLabel').html('comment'); } else{ $(element).html('' + count + '   |  Comments'); $(element).show(); $('.commentsCountLabel').html('comments'); } $('.commentsCount').html(count); } function removeLfError(){ $('#cbsLfError').remove(); } var authDelegate = new fyre.conv.RemoteAuthDelegate(); authDelegate.login = function (handlers){ if (isLoggedIn Please log in above to post a comment.

'); handlers.failure(); } else{ removeLfError(); handlers.success(); } }; function updateAuthorLinks(){ $('.fyre-comment-username').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); $('.fyre-comment-author').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); } function updateOneLineComments(){ //console.log("Checking Comments"); $(".fyre-comment-wrapper").each(function() { if ($(this).find(".fyre-comment").css('display') != 'none'){ var commentText = $(this).find(".fyre-comment").html(); if (commentText != null){ var loopCtr = 0; // for IE8 while ( (commentText.indexOf("

",' '); loopCtr++; } //console.log(commentText); $(this).find(".fyre-comment").css('display','none'); $(this).find(".fyre-comment-head").append(commentText); } // end check for blank text } //console.log("Checking Height"); cntHeight = $(this).find(".fyre-comment-head").height(); if (cntHeight > 0){ //console.log("Setting Height"); cntHeight = -1 * ((cntHeight / 2) + 12); $(this).find(".fyre-flag-link").css('top',cntHeight); } }); } function change_profile_link(){ $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("href",'#'); $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("alt",''); $('.fyre .fyre-box-list .fyre-edit-profile-link a').click(function() { return false; }); $('.fyre .fyre-box-list .fyre-edit-profile-link').remove(); $(".fyre .fyre-comment-head .fyre-comment-username").attr("href",'#'); $(".fyre .fyre-comment-head .fyre-comment-username").attr("target",''); $(".fyre .fyre-comment-head .fyre-comment-username").attr("alt",''); $('.fyre .fyre-comment-head .fyre-comment-username').click(function() { return false; }); $('.fyre .fyre-comment-head').each(function() { var alltxt = $(this).html(); var nickname = $(this).find('.fyre-comment-username').html(); if (!(nickname == null)){ alltxt = "

0 comments:

Post a Comment