亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

彈出廣告特效(一個(gè)IP只彈出一次)的代碼

 更新時(shí)間:2007年07月27日 17:26:36   作者:  
<script>
var cookieString = new String(document.cookie)
var cookieHeader = 'happy_pop=' //更換happy_pop為任意名稱
var beginPosition = cookieString.indexOf(cookieHeader)
if (beginPosition <0){
window.open('2.html','','top=0,left=0,width=787,height=480,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
var Then = new Date()    
Then.setTime(Then.getTime() + 60*1000 ) //同一ip設(shè)置過(guò)期時(shí)間,即多長(zhǎng)間隔跳出一次
document.cookie = 'happy_pop=yes;expires='+ Then.toGMTString()  //更換happy_pop和第4行一樣的名稱
}
</script>

相關(guān)文章

最新評(píng)論