<!-- Begin
var tijd_datum = new Date();
var jaar = tijd_datum.getFullYear();

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copytext">&copy;Copyright  2007 - ');

document.write( jaar +" ");

document.write('<a href="index.php" target="_top"> SVO</a>.');

document.write(' Alle rechten voorbehouden.<br>');

document.write('Wilt u meer informatie?  '); 

document.write(' <a href="contact.php">Neem contact met ons op!</a>');

document.write('</span><br>');


//  End -->
