var count = 60; function runad() { ga_pageView('/file/downloadbutton'); //document.cookie = 'sstmppop-43ufhd=yes; path=/;'; // <= 0 && document.cookie.indexOf('sstmppop43ufhd=yes') > 0 if (document.cookie.indexOf('sspopit-43ufhd=yes') === -1) { try { var newin = window.open('/defaults/sendspace-pop.html', 'paw-43ufhd', 'width=' + screen.availWidth + ',height=' + screen.availHeight + ',top=0,left=0,toolbar=yes,location=yes,menubar=yes,status=yes,resizable=yes,scrollbars=yes'); if (newin) newin.blur(); window.focus(); } catch (e) { } /*var date_ob = new Date(); date_ob.setTime(date_ob.getTime() +86400000);//expires=' + date_ob.toGMTString()*/ document.cookie = 'sspopit-43ufhd=yes; path=/;'; } return true; } function downloadcountdown() { if (count === 1) { $('#divCounter').hide(); $('#spndllink').show(); } else { var cnt = document.getElementById("spnCountDown"); count -= 1; cnt.innerHTML = count; setTimeout('downloadcountdown()', 1000); } } function freeclick() { $('.download_timer_holder').hide(); $('#spndllink').show(); return false; }