You are on page 1of 1

LETAKKAN TEPAT DIATAS TAG HEAD PENUTUP </head>

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'><
/script><script src='http://yourjavascript.com/69231961363/jquery-colorbox-min.j
s' type='text/javascript'/>
<script type='text/javascript'>
jQuery(document).ready(function(){
if (document.cookie.indexOf(&#39;visited=true&#39;) == -1) {
var setDays = 1000*60*60*24*7;
var expires = new Date((new Date()).valueOf() + setDays);
document.cookie = &quot;visited=true;expires=&quot; + expires.toUTCString();
$.colorbox({width:&quot;400px&quot;, height:&quot;430px&quot;, inline:true, href
:&quot;#facebook-popup&quot;});
}});</script>

You might also like