function maind() { startdate = new Date() now(startdate.getYear(),startdate.getMonth(),startdate.getDate(),startdate.getHours(),startdate.getMinutes(),startdate.getSeconds()) } function ChangeValue(number,pv) { numberstring ="" var j=0 var i=0 while (number > 1) { numberstring = (Math.round(number-0.5) % 10) numberstring number= number / 10 j if (number > 1 && j==3) { numberstring = "." numberstring j=0} i } numberstring= " " numberstring ",00" if (pv==1) { document.schuld.schuld.value = numberstring } if (pv==2) {document.newnow.newnow.value = numberstring} } function now(year,month,date,hours,minutes,seconds) { startdatum = new Date(year,month,date,hours,minutes,seconds) var now = 5700000000.0 var now2 = 5790000000.0 var groeipercentage = (now2 - now) / now *100 var groeiperseconde = (now * (groeipercentage/100))/365.0/24.0/60.0/60.0 nu = new Date () schuldstartdatum = new Date (96,1,1) secondenoppagina = (nu.getTime() - startdatum.getTime())/1000 totaleschuld= (nu.getTime() - schuldstartdatum.getTime())/1000*groeiperseconde now ChangeValue(totaleschuld,1); ChangeValue(secondenoppagina*groeiperseconde,2); timerID = setTimeout("now(startdatum.getYear(),startdatum.getMonth(),startdatum.getDate(),startdatum.getHours(),startdatum.getMinutes(),startdatum.getSeconds())",200) } Het aantal mensen die nu op aarde leven... Sinds je op deze pagina bent, is dat aantal gestegen met ...
//Page Scroller (aka custom scrollbar)- By Dynamic Drive //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com //This credit MUST stay intact for use var Hoffset=70 //Enter buttons' offset from right edge of window (adjust depending on images width) var Voffset=80 //Enter buttons' offset from bottom edge of window (adjust depending on images height) var thespeed=3 //Enter scroll speed in integer (Advised: 1-3) var ieNOTopera=document.all&&navigator.userAgent.indexOf("Opera")==-1 var myspeed=0 var ieHoffset_extra=document.all? 15 : 0 var cross_obj=document.all? document.all.staticbuttons : document.getElementById? document.getElementById("staticbuttons") : document.staticbuttons function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function positionit(){ var dsocleft=document.all? iecompattest().scrollLeft : pageXOffset var dsoctop=document.all? iecompattest().scrollTop : pageYOffset var window_width=ieNOTopera? iecompattest().clientWidth ieHoffset_extra : window.innerWidth ieHoffset_extra var window_height=ieNOTopera? iecompattest().clientHeight : window.innerHeight if (document.all||document.getElementById){ cross_obj.style.left=parseInt(dsocleft) parseInt(window_width)-Hoffset "px" cross_obj.style.top=dsoctop parseInt(window_height)-Voffset "px" } else if (document.layers){ cross_obj.left=dsocleft window_width-Hoffset cross_obj.top=dsoctop window_height-Voffset } } function scrollwindow(){ window.scrollBy(0,myspeed) } function initializeIT(){ positionit() if (myspeed!=0){ scrollwindow() } } if (document.all||document.getElementById||document.layers) setInterval("initializeIT()",20) ~ ~ ~ ~ ~ ~ ~ BODY{cursor: url("http://www.nieuws-online.com/pix/Batani2.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/Batani.gif"), auto;} A:hover{cursor: url("http://www.nieuws-online.com/pix/Batani3.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/Batani.gif"), auto;}
We are a Proud Member of: The Magic Circle Ring Owner : DutchWitch Member : Gothic vind direct
Het is vandaag
Haarlem Weather Forecast, Netherlands /* Locations can be edited manually by updating 'wx_locID' below. Please also update */ /* the location name and link in the above div (wx_module) to reflect any changes made. */ var wx_locID = 'NLXX0010'; /* If you are editing locations manually and are adding multiple modules to one page, each */ /* module must have a unique div id. Please append a unique # to the div above, as well */ /* as the one referenced just below. If you use the builder to create individual modules */ /* you will not need to edit these parameters. */ var wx_targetDiv = 'wx_module_1784'; /* Please do not change the configuration value [wx_config] manually - your module */ /* will no longer function if you do. If at any time you wish to modify this */ /* configuration please use the graphical configuration tool found at */ /* https://registration.weather.com/ursa/wow/step2 */ var wx_config='SZ=180x150*WX=FHW*LNK=SSNL*UNT=C*BGI=winter*MAP=null|null*DN=gothic.vinddirect.nl*TIER=0*PID=1034923572*MD5=5cc462824b0d6db20d84eae3efc1d14f'; document.write('');
function getmon(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) { this[0] = m0; this[1] = m1; this[2] = m2; this[3] = m3; this[4] = m4; this[5] = m5; this[6] = m6; this[7] = m7; this[8] = m8; this[9] = m9; this[10] = m10; this[11] = m11; } function calendar() { var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec"; var today = new Date(); var thisDay; var monthDays = new getmon(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); year = today.getYear() 0000; thisDay = today.getDate(); if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29; nDays = monthDays[today.getMonth()]; firstDay = today; firstDay.setDate(1); startDay = firstDay.getDay(); document.writeln(""); document.write(""); document.write(""); document.write(monthNames.substring(today.getMonth() * 3, (today.getMonth() 1) * 3)); document.write(". "); document.write(year); document.write(""); document.write("SunMonTueWedThuFriSat"); document.write(""); column = 0; for (i=0; i
Vul het emailadres van de ontvanger in: var good; function checkEmailAddress(field) { // the following expression must be all on one line... var goodEmail = field.value.match(/b(^(S @). ((.com)|(.net)|(.edu)|(.mil)|(.gov)|(.org)|(..{2,2}))$)b/gi); if (goodEmail){ good = true } else { alert('Vul een geldig emailadres in.') field.focus() field.select() good = false } } u = window.location; m = "Ik dacht dat dit wel interessant voor je zou zijn..."; function mailThisUrl(){ good = false checkEmailAddress(document.eMailer.address) if (good){ // the following expression must be all on one line... window.location = "mailto:" document.eMailer.address.value "?subject=" m "&body=" document.title " " u; } }