function append_psyma_script() { if(document.body){ var psyma_desktop = document.createElement("script"); psyma_desktop.type = "text/javascript"; psyma_desktop.src = "//scripts.psyma.com/layer_responsive.php?xmlPath=adhoc/adhoc_michelin_com_en"; document.body.appendChild(psyma_desktop); } else{setTimeout(function () { append_psyma_script(); }, 500);} } append_psyma_script();