var rand_no = Math.random();
rand_no = rand_no * 80;
if (rand_no < 10) {
function timer(tout)
{if (tout>=1){s = tout%60
text = s+" seconden";
document.tel["teller"].value = text;
tout--
id=setTimeout("timer("+tout+")",1000)}
else dismissbox()
}
if (document.all) {
var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"
function initbox(){
bouncelimit=16;
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-650+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",1)
}
function dropin(){
document.tel["teller"].value = "6 seconden na stilstand";
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<10+scroll_top)
crossobj.top=parseInt(crossobj.top)+4+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",30)
}
}
function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=2
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
timer(6);
}
function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}
function truebody(){
return (document.compatMode!="BackCompat")? document.documentElement : document.body
}
window.onload=initbox
document.write('<div id="dropin" style="position:absolute;visibility:hidden;left:100px;top:-100px"><table border=1 bgcolor=#CCCCCC bordercolor=#000000 style=border-collapse:collapse; cellpadding=0 cellspacing=0><tr><td><div align="right"><a href="#" onClick="dismissbox();return false"><IMG SRC=close.gif width=18 height=16 border=0></a></div><center><iframe frameborder=0 scrolling=no width=400 height=340 src=http://knutselidee.101tips.nl/reclamerotatie1e.php?id=blok ALLOWTRANSPARENCY=True></iframe><form name="tel">Resterende tijd: <input name="teller" type="text" class="timer"></form><BR><FONT color=red><B>GRIJP JE KANS -- JE HEBT 6 SECONDEN !!</B></FONT><BR><BR></center></td></tr></table></div>');
}
}
