function showCDapp(){ var ll = "http://www.discountdough.com"; document.write(''); setTimeout(function(){ var e = document.getElementById('floatyContent'); e.style.visibility = 'visible'; }, 5000); // Dealy time in milliseconds }