function toonplaatje(naam,wijd,hoog)
	{
	window.open(naam,"","width="+wijd+",height="+hoog+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no")
	}

function hitcounter(pagina,tekst)
	{
	if (tekst != "nee")
		document.write("<p>&nbsp;<p><i>Wilt u discussi&euml;ren over dit onderwerp? <a href='/dgw/contact/mailinglijsten.html\'>Word lid van de mailinglijst!</a></i>");
	}	

function fn_openlink(strUrl)
{
	window.open(strUrl);
}

window.defaultStatus="De Gouldamadine Website! - (c) 1998-2004";
	
if (parent.location.href == self.location.href){
	var datum = new Date();
  var expr = new Date(datum.getTime()+2*1000);
	document.cookie = 'dgwurl='+location.href+'; expires='+expr.toGMTString()+' path=/;';
	window.location.href = '/dgw';
}




