Kris Kross rappers funeral held in Atlanta

Entertainment

ATLANTA (AP) – Mourners, including some well-known musical artists, are gathering for the funeral of former Kris Kross rapper Chris Kelly in Atlanta.

Kelly’s funeral is set for Thursday afternoon at Jackson Memorial Baptist Church. The 34-year-old was found dead May 1 of a suspected drug overdose.

Kriss Kross was introduced to the music world in 1992 by music producer and rapper Jermaine Dupri after he discovered the pair at

Entertainment

ATLANTA (AP) – Mourners, including some well-known musical artists, are gathering for the funeral of former Kris Kross rapper Chris Kelly in Atlanta.

Kelly’s funeral is set for Thursday afternoon at Jackson Memorial Baptist Church. The 34-year-old was found dead May 1 of a suspected drug overdose.

Kriss Kross was introduced to the music world in 1992 by music producer and rapper Jermaine Dupri after he discovered the pair at Greenbriar Mall in southwest Atlanta. Kelly performed alongside Chris Smith, who known as “Daddy Mac.” The duo wore their clothes backward as a gimmick, but they won over fans with their raps.

Their first, and by far most successful song, was the 1992 hit “Jump,” which became a No. 1 smash in the United States and globally.

(Copyright 2013 The Associated Press. All rights reserved. This material may not be published,,

‘); } else { var subject = oView.find(‘.subject’).html(); subject += ‘ ( Flagged as Abuse )‘; oView.find(‘.subject’).html(subject); comment_close(); } }); return false; }; comment_abuse.template = “”; comment_reply = new function comment_reply_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_reply’; }; comment_reply.open = function(obj) { if (member_id ‘ + x + ‘: ‘ + data.errors[x] + ‘
‘; } oForm.find(‘.note’).html(‘

‘ + message + ‘

‘); } else { comment_close(); comment_view.open(obj, data.data, ‘( New Entry )’); } }); return false; }; comment_reply.template = “”; comment_login = new function comment_login_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_login’; }; comment_login.saved_widget = null; comment_login.saved_obj = null; comment_login.open = function(obj, widget) { comment_close(); var oLogin = this.newWidget(obj); var oView = this.getWidget(obj,’comment_view’); oLogin.slideDown(‘medium’); this.saved_widget = widget; this.saved_obj = obj; comment_widget = oLogin; return false; }; comment_login.submit = function(obj) { var oForm = this.getWidget(obj); var oThis = this; oForm.find(‘.note’).html(‘Logging in…’); this.submitForm(oForm, function(data) { var mid = parseInt(data.data.id); if (isNaN(mid)) { oForm.find(‘.note’).html(‘Incorrect Username or Password’); } else { member_id = mid; if (oThis.saved_widget != null) { oThis.saved_widget.open(oThis.saved_obj); } } }); return false; }; comment_login.template = “”; comment_votes = new function comment_votes_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_votes’; }; var label = ”; var vote_complete = new Array(); comment_votes.open = function(obj) { if (member_id max_score) { max_score = vscore; max_label = vlabel; }else{ max_label = vlabel; } comment_vote.update(oVote,id,sum); }); prev_label = 0; for ( label in vote_totals[id] ) { curr_label = Math.abs(vote_totals[id][label]); if(curr_label > prev_label){ display_label = label; } prev_label = Math.abs(vote_totals[id][label]) } $(‘.score’, this).html(vote_totals[id][‘score’]); $(‘.vote_view_label’, oView).html(display_label); $(‘.votelabel’, this).html(display_label); score = parseInt(scr) + vote_value; $(‘.score’, this).html(score); if (vote_updates.length >= 1){ vote_updates[id][label_fin] = display_label; vote_updates[id][score_fin] = score; } $(‘.vote_view_score’, oView).html(score); $(‘.vote_view_label’, oView).html(display_label); $(‘.vote_stat’, oView).show(‘medium’);*/ return false; }; comment_votes.template = “

 
 

“; comment_vote = new function comment_vote_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_vote’; }; comment_vote.open = function(obj, label, id) { if (label == undefined) label = ”; var oVote = this.newWidget(obj); $(‘.vote_label’, oVote).html(label); $(‘:input’, oVote).val(label); if (vote_totals[id] == undefined) vote_totals[id] = { }; if (vote_totals[id][label] == undefined) vote_totals[id][label] = 0; comment_vote.update(oVote, id, this.total(id)); return false; }; comment_vote.total = function(id) { var sum = 0; for (lbl in vote_totals[id]) { if (vote_totals[id][lbl] != undefined) { sum += Math.abs(parseInt(vote_totals[id][lbl])); } } return sum; }; comment_vote.update = function(oVote, id, sum) { var label = $(‘.vote_label’, oVote).html(); var score = parseInt(vote_totals[id][label]); if ((sum == 0) || (score == 0)) { $(‘.vote_bar_start’, oVote).hide(); $(‘.vote_bar_mid’, oVote).hide(); $(‘.vote_bar_end’, oVote).hide(); oVote.show(‘fast’); } else { oVote.show(‘fast’); bar_fill = Math.floor((Math.abs(score) * 320) / sum); bar_mid = parseInt(bar_fill) – 6; $(‘.vote_score’, oVote).html(score); } }; comment_vote.template = “”; comment_view = new function comment_view_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_view’; }; var data = null; var comment_widget = null; function comment_close() { if (comment_widget == null) return false; comment_widget.remove(); comment_widget = null; return false; }; function comment_abuse_toggle(id) { $(‘.’+id+’text’).toggle(‘slow’); return false; }; comment_view.open = function(obj, data, newflag) { var oView = this.makeWidget(‘li’); var vote_labels = $(‘.scores’).html(); if (data != undefined) { this.dataToView(oView, data); if(comment.nest == undefined){ var depth = data.depth * 30; }else{ var depth = 0; } oView.find(‘.comment’).css({marginLeft: depth}); oView.find(‘.comment_id’).html(data.id); } var subject_new = “”; if(data.status == ‘new’){ oView.find(‘.subject’).css({color : ‘#c8c8c8’}); oView.find(‘.screenname’).css({color : ‘#c8c8c8’}); oView.find(‘.message’).css({color : ‘#c8c8c8’}); oView.find(‘.signature’).css({color : ‘#c8c8c8’}); subject_new = ” – Your comment has been submitted for review. This comment will not be visible untill approved by the moderator.“; } if (newflag != undefined) { var subject = oView.find(‘.subject’).html(); oView.find(‘.subject’).html(subject + ‘ ‘ + newflag + subject_new + ‘‘); } var wObj = null; var cList = $(‘#commentList’).find(‘.comment_view’).each(function(i) { var cObj = $(this); var pid = cObj.find(‘.parent_comment_id’).html(); var id = cObj.find(‘.comment_id’).html(); if ((pid == data.parent_comment_id) || (id == data.parent_comment_id)) wObj = cObj; }); var mtotal = $(‘.mTotal’, this).html(); intm = parseInt(mtotal); var nmtotal = intm + 1; $(‘.mTotal’, this).html(nmtotal); if (wObj == null) { oView.appendTo($(‘#commentList’)); } else { oView.insertAfter(wObj); } $(‘.replyX’, oView).show(); $(‘.abuse’, oView).show(); $(‘.image’, oView).show(); $(‘#vcontrol’, oView).show(); $(‘.comment’, oView).css({ ‘border-top’:’1px dashed #ffffff’ }); oView.slideDown(‘medium’); return false; }; comment_view.template = “”; comment_page = new function comment_page_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = ‘comment_page’; }; comment_page.template = “”; MyNorthwest.com – Purpose of Comments statement
Bonneville Media encourages site users to express their opinions by posting comments. Our goal is to maintain a civil dialogue in which readers feel comfortable. At times, the comments can descend to personal attacks. Please do not engage in such behavior. We encourage your thoughtful comments which: have a positive and constructive tone, are on topic, are respectful toward others and their opinions. Bonneville reserves the right to remove comments which do not conform to these criteria.

Related articles

Comments

Share article

Latest articles