$(document).ready(function() {
    $("#news3").attr('checked', true);
    $("#news2").attr('checked', true);

    mainContainer = $("#mobile49").parent();
    $(mainContainer).attr('id', 'mainTRContainer');

    mainTRContainerHTML = $('#mainTRContainer').html();

    $('#mainTRContainer').prev().prepend("You are currently enjoying the following GO services:");
    $("#tv50").parent().parent().attr("class", "for-del");
    $('#mainTRContainer').append($("#tv50").parent().html());

    $("#phone51").parent().parent().attr("class", "for-del");
    $('#mainTRContainer').append($("#phone51").parent().html());

    $("#internet52").parent().parent().attr("class", "for-del");
    $('#mainTRContainer').append($("#internet52").parent().html());

    $(".for-del").remove();
});