
function clickpro() {
alert('禁止你的左键复制！') }

function CtrlKeyDown(){
if (event.ctrlKey) {alert('版本所有(C)2008-2011 艾艾时尚网 [数码生活,时尚之美!],禁止复制,中国互联网协会提倡健康网络！') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=clickpro;

