function documentLoadHandler(){$(".post img").load(resizePostAsNeeded)}function resizePostAsNeeded(){var a=$(this),b=$(this).parents(".post"),c=a.width(),d=b.width();c>d&&$(b).css("max-width",c+"px")}$(document).ready(documentLoadHandler)
