function click()
{
	alert("\xA9 Copyright HDB. For content please contact me at http://www.den-baes.be/index.html?url=contact_us.html");
	top.location="http://www.den-baes.be/index.html?url=/contact_us.html";
	return false;
}
document.oncontextmenu=click;
