Obituaries
Obituaries in St. Louis, Missouri
Willie Ray Morrow
Sep 16, 2017
$(document).ready(function(){ var ifr = $("#05B90747689A06E0"); ifr.data("ratio", ifr.attr("height")/ifr.attr("width") ); ifr.removeAttr("width").removeAttr("height"); // Resize the iframes when the window is resized $(window).resize(function(){ var width = ifr.parent().width(); ifr.width(width).height(width * ifr.data("ratio")); }).resize(); });