// 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;
// -->
was inspired by the mention of the snooker table in pc today.. i was thinking how much life resembles a game of pool.. each of us represented by a coloured ball.. and how sometimes we just roll by without affecting those surrounding us.. while the effect certain pple have on an individual could just be a light tap, a slight diversion or a gentle nudge to push him in the correct direction. yet the time comes when yu unexpectedly experience such a great collision with particular individuals that your entire course is changed.
i was getting more and more carried away with my thoughts till i suddenly realised tt i can't stand cliche life analogies. oh well.