var hash = '920890e69f88a28f3c21ef79819ba43e';
$(function () {
$(document).ready(function () {
var container = $("#imporelWeeklySummaryEmbed");
container.hide().load('https://www.imporel.com/tasr/api/tasr-79/loadHtml.php?hash=' + hash);
window.setTimeout(function(){
container.show();
}, 500);
});
});