jQuery(document).ready(function ($) {
//update footer text
$("div.footer_content").html(
'<p>©2022 Account Name Here. All rights reserved. v4.17.0<br><a href="https://policies.google.com/privacy?hl=en-US">Privacy Policy</a></p>'
);
}); // end rdy function