// 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;
// -->
sometimes people try so hard to hear yu, when all they have to do is listen. everything speaks, even silence, they mutter soft little messages about yu and me and everything else in between. all it takes is to quieten the babbling thoughts in your head, those thoughts that perpetually threaten to barge out in the messy form of talk, if even for a while. it's more difficult than it sounds, in that it does not sound, to listen.