var datum = new Date()
var jaar  = datum.getYear();
copyright = "&copy; Skateboard Federatie Nederland " + jaar;
disclaimer = "Skateboard Federatie Nederland kan op geen enkele wijze aansprakelijk worden gesteld voor de inhoud van dit forum!"

function ExplorerFix()
{ for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if(document.all) document.onmousedown = ExplorerFix;

function copyToClipBoard(tekst) {
	window.clipboardData.setData("Text",tekst);
};

function openFoto(newWidth, newHeight) {
	newWidth+=20;
	newHeight+=30;
   newWin = open("","foto","directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no,height=" + newHeight + ",width=" + newWidth);
}

var aantal = 0;
function addFav(URL,TITEL)
{
   if(URL==null) URL = location.href; // this page
   if(TITEL==null) TITEL = document.title;
   if (navigator.appName.indexOf("Explorer") != -1)
   {
      if (confirm("Wilt u deze pagina aan uw favorieten toevoegen?"))
         window.external.AddFavorite(URL,TITEL);
   }
};