$(document).ready(function(){
    setTimeout(function(){
        $("#ring-body").remove();
    },100);
});