function noRightClick() {
if (event.button==2) {
alert('© Copyright Kennel Huurapojan - www.huurapojan.com')
}
}
document.onmousedown=noRightClick
