I have this java script that I insert into my sidebar. It is for a 350x200 ad banner.
<SCRIPT language="Javascript">
var cpmstar_rnd=Math.round(Math.random()*999999);
var cpmstar_pid=14214;
document.writeln("<SCR"+"IPT language='Javascript' src='http://server.cpmstar.com/view.aspx?poolid="+cpmstar_pid+"&script=1&rnd="+cpmstar_rnd+"'></SCR"+"IPT>");
</SCRIPT>
^ ^ This is the java script my ad network gave me, I cannot edit it
I want to load this ad banner as fast as possible without hindering the rest of my website.
Currently, what I do is I put this ad tag on a blank html page, then I call that html page using an IFRAME on my sidebar. I heard that IFrames load asynchronously.
Is there any better method that I could use?
</like so:<\/.