
     function Click(){
     alert('欢迎光临志城房地产。');
     window.event.returnValue=false;
     }
     document.oncontextmenu=Click;

