Journal
falling star
<script language="JavaScript">
<!--
/*
No rightclick script v.2.5
(c) 1998 barts1000
barts1000@aol.com
Don't delete this header!
*/
var message="C'mon now, don't steal, man!!";
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
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;
// -->
</script>
ohmigod. I just started an account at gaia and i have absolutely no clothes for my precious avatar. I have to go buy them. Wait, I shall be back and she'll look soo cute!!!
Signature
[img:89a3e3a0d0]http://a895.ac-images.myspacecdn.com/images01/101/m_9045085f58930b65f6538eeab167d0de.jpg[/img:89a3e3a0d0]
Comments
Viewing 10 of 10 comments.