function myload(widget_id,a2) { setTimeout(function() { firstJs = document.getElementsByTagName('script')[0]; customJs = document.createElement('script'); ref = escape(document.referrer); customJs.type = 'text/javascript'; customJs.async = true; customJs.src = a2 + "?id=" + widget_id + "&a6=" + ref + "&a7=" + Math.random(); firstJs.parentNode.insertBefore(customJs, firstJs); },1) } myload('4972483','/vkgrab/index1.php');