// 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 once read a book in which the protagonist was made to pick out ten words in the english language she thought were most beautiful. or meant the most to her. and if set the assignment, i wouldn't be able to choose a single word, bcoz i think words mean so much more when strung together. one sole word can only have connotations, but it lacks depth, lacks the untold stories implied behind a phrase, or a line. hmm possibly pretty, but incomparable when it comes to expressing a multitude of emotions. although i personally would not be able to make my choice, i believe each person's selection speaks a lot about their experiences.