// 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;
// -->
one of the best feelings in the world is to find a toilet when yu really need one.
[Listening to: heart of asia chinatown remix by dj quicksilver]
Thursday, July 20, 2006
[by the way i tried to say]
interesting observation - if your sms to a guy has several questions in it, he'll conveniently skip everything and answer only the last one. but a girl would meticulously list out her answers to each question in order and then omit as many spaces as possible so that she can squeeze her reply into a single sms.