// 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 wanted to make a list of all the places i want to go to and all the things i want to do in this lifetime, but then i decided that it wouldn't be a good idea because it'll mean that i'll never be satisfied until i've ticked everything on that list, which will leave me feeling a sense of loss of purpose and what will i do for the rest of my life then? the list is limitless surely, so rather than dictate every minute thing that i will do, i'll discover more things as i go along.