function protect(e) {
    if(event.button==2){
        //alert("欢迎光临春雨书画网站");
		if(confirm('朋友,要添加到收藏夹吗:)?')){window.external.AddFavorite('http://www.chunyush.com','※春雨书画※')}else{return(false)};
        return false;
     }
}

function no() {
if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown = protect;
}

