var message="Copyright (c) 2007 of pride4us.com! \nAll HTML code and images contained within \nare the intellectual property of this company.  \nDo not attempt to steal or copy them. \nReport any abuse at support@pride4us.com";
document.oncontextmenu = function(){return false}
if(document.layers) {
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown = function(e){
        if(e.target==document)return true;
    }
}
else {
    document.onmousedown = function(){return false}
}
document.oncontextmenu=new Function("alert(message);return false")
//end of right click disable function