// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// This script and others available free at http://www.lissaexplains.com
var message="keep to urself."; // Message for the alert box
function click(e) {
if (document.all) {
if (event.button == 2) {
// Don't edit below!
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
i've always been touchy about privacy and space, i suppose i need them more than most, perhaps. my thoughts are living breathing creatures, they need room to grow and thrive, not people invading my head and trampling all over them. these thoughts are shy too, they can't function when watched or probed, they don't perform on demand even for myself, but leave them alone and on rare occasions they do little tap-dances in the recesses of my brain.