function add_se() { if((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { window.sidebar.addSearchEngine('http://de.ville-belgique.be/search.src','http://de.ville-belgique.be/search.png','Ville-belgique.be : Cities, towns and villages','Ville-belgique.be'); } else alert("Need Netscape 6, Mozilla or Firefox !"); } function refresher(u){ if(u) document.location=u; } function am(a,b) { document.write(''+a+'@'+b+''); } function scrolldiv(id){ var temp, div; var dom = document.getElementById; if (document.all) { temp=document.documentElement.scrollTop; div= document.all[id].style; } else { temp = window.pageYOffset; if(dom) div=document.getElementById(id).style; else if(document.layers) div=document.layers[id]; else div=document.id; } if(temp>200) var val=5+temp*1; else var val=200; if(val) { div.top = dom? val+'px' : val; } } function init(){ setInterval("scrolldiv('pubad')",1000) } window.onload=init;