document.write("<div class=\"anonymous\"><div class=\"text\">We have appropriate security measures in place to protect against the loss, misuse or alteration of information we have collected from you. Please read our Privacy Policy to learn more.</div><div class=\"order_button\"><a href=\"http://www.paperhelp.org/order.html\"><img src=\"http://www.paperhelp.org/img/anonymous_order.png\"></a></div><div class=\"inquiry_button\"><img class=\"pop_up_tip\" src=\"http://www.paperhelp.org/img/anonymous_popup.png\"/><a href=\"http://www.paperhelp.org/inquiry.html\"><img src=\"http://www.paperhelp.org/img/anonymous_inquiry.png\"></a></div></div>");
$(document).ready(function(){
    $(".anonymous .inquiry_button").hover(function(){
        $(this).find(".pop_up_tip").show();
    },function(){
        $(this).find(".pop_up_tip").hide();
    });
});
