function click () {
alert ('版权所有：晋江银峰鞋业发展有限公司');
window.event.returnValue=false;
}
document.oncontextmenu=click;