// 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 i think we all need a childhood friend. someone we've known our entire lives. bcoz i believe time tells character. and builds relationships. and everybody needs someone who knows your strengths, your weaknesses, your moods, your idiosyncrasies. i find it strange myself that i should think we need someone like that, since i value the future and present more than i do of the past. i dont deny that we are shaped by our pasts, yet those are but experiences we've been through. so i dont see why i feel the need for someone who has accompanied yu along the way. perhaps for affirmation of character? or moral support? actually no. what carries us along is ourselves. on second thoughts, i think maybe we don't need a childhood friend.