var domwait=setInterval(function(){ if(document && document.body && document.createElement && document.appendChild){ var sitecss = document.createElement("link"); sitecss.href = "http://www.heroclix.com/remotegallery/css/gallery.css"; sitecss.rel="stylesheet"; sitecss.type="text/css"; document.body.appendChild(sitecss); var sitejs = document.createElement("script"); sitejs.type="text/javascript"; sitejs.src="http://www.heroclix.com/remotegallery/js/gallery.js"; document.body.appendChild(sitejs); clearInterval(domwait); domwait=null; }; },30);