<!--
var sorry="Noonies - vers belegde broodjes & zo\n\nCopyright Creactiv Internet Communicatie Diensten © 1999-2004\n\nhttp://www.creactiv.nl\nsales@creactiv.nl"

function click(e) {
if (document.all) {
if (event.button == 2||event.button==3) {
alert(sorry);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
//	document.captureEvents(Event.MOUSEDOWN);
}
//document.onmousedown=click;
//!-->