// 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; // -->








[[about me]]
shermaine koh
19
naps. mbs. rgs. rjc.
[[archives]]
Wednesday, July 27, 2005

[by the way i tried to say]


the thing about 3d objects is that no matter which snapshot angle yu look at them from, there will always be a portion that is hidden, and yu can never see the whole object as an entity from just one angle. i suppose this is what makes them real.