/* Customize frameset/Frame Busting script. See these pages under Frames and Windows for an explanation */ if (!self.disabled) { var naar = location.href.substring(location.href.lastIndexOf("/")+1); if ((top != self.parent)) { top.location.replace('index.html?' + naar); } } /* Script to keep track of what users do in my site. */ var vanaf = document.referrer; var van = vanaf.substring(vanaf.lastIndexOf("/")+1); if (document.images) { var temp = new Image(); // temp.src = 'http://www.netlinq.nl/cgi-bin/browserdetect/ppkjs/volg.pl?van=' + van + '&naar=' + naar; } /* Last Modified script. See Date and Time => Last Modified for an explanation */ function lastMod() { var x = new Date (document.lastModified); Modif = new Date(x.toGMTString()); Year = takeYear(Modif); Month = Modif.getMonth(); Day = Modif.getDate(); Mod = (Date.UTC(Year,Month,Day,0,0,0))/86400000; x = new Date(); today = new Date(x.toGMTString()); Year2 = takeYear(today); Month2 = today.getMonth(); Day2 = today.getDate(); now = (Date.UTC(Year2,Month2,Day2,0,0,0))/86400000; daysago = now - Mod; // alert('Mod = ' + Mod + ' now = ' + now + ' daysago = ' + daysago); if (daysago < 0) return ''; unit = 'days'; if (daysago > 730) { daysago = Math.floor(daysago/365); unit = 'years'; } else if (daysago > 60) { daysago = Math.floor(daysago/30); unit = 'months'; } else if (daysago > 14) { daysago = Math.floor(daysago/7); unit = 'weeks' } var towrite = '

'; if (self == top && !self.disabled) { link = 'index.html?' + location.pathname; towrite += 'This site is supposed to be in '; towrite += ' 4 || navigator.userAgent.indexOf('MSIE') != -1) top.document.title = self.document.title;