bottom = 20; bottom2 = 65; function ad_close() { var obj = document.getElementById('footer_ad'); var obj2 = document.getElementById('footer_ad_close'); if(obj.style.bottom != "200px") { bottom=bottom-5;bottom2=bottom2-5; obj.style.bottom = ""+ bottom + "px"; obj2.style.bottom = ""+ bottom2 + "px"; setTimeout('ad_close()',10); } if(obj.style.bottom == "-750px") { obj.style.visibility = "hidden"; } } function floating_ad_popup() { window.open('http://ad.yieldads.com/imp?z=0&Z=0x0&s=805882&y=23&w=800&h=600&t=3','onvertise'); } document.write('
');