$("#pb-qc").hover(function()
{
    original = $("#pb-qc > div").text();
    $("#pb-qc > div").text("Quality Checking");
}, function()