<!--
function click() {
if (event.button==2) {
alert('100cookwares.com Copyright © 1999-2002 All Rights Reserved');
}
}
document.onmousedown=click
 -->