I noticed that I hadn't posted anything in the last 4 months.
So here's what I've been up to:
14 years ago
"Snowmen are Just like insects. The bottom part is the abdomen, the middle part is the thorax, and the top part is the head. Just like an insect!"I thought it was funny.

I was trying to watch Heroes today with Chrissy, whose birthday is was. For some reason watching shows on NBC.com works well only about 60% of the time. Why can youtube have millions of perfectly-functioning videos, but NBC not? iTunes always works too for that matter.
The cop told me that IF we had the canoe registered or something (canoes don't have to be registered in AZ) then they could act on an ad like that, but that in this case we'd have to carry-out a sting operation ourselves. There is a registration number on the canoe from 1997, but it's not linked to us in any way via any sort of paperwork.
There are turtles and ducks swimming by, the palm trees are swaying in the gentle breeze, and the temperature is perfect.

Laela: "Mommy, do you know what would be inconvenient?
If you shoot your mother with a cannon."
(Ivy gets in bed with us in the middle of the night)
Chrissy: "Is there a lizard crawling around in here?"
Me: "No, it's just Ivy"
Chrissy: "I mean besides Ivy"
Ivy: "There were 2 Swipers!"
IVY: Daddy, I have something very 'portant to tell you.
ME: Yes Ivy?
IVY: Cat poo poo! Ha ha ha!
(you can't make this stuff up)
LAELA: Mom, can I tell you something?
CHRISSY: Yes Laela.
LAELA: Did you know that I'm an ape and a candle?
Laela (while getting her fingernails clipped): "Mommy, do you think they're scared because we're killing them?"
LAELA (While deciding whether or not to email anybody a flash-based parade float that she made in a PBS-Kids online game):
"I don't want to send this one to anyone. It would break their brain. I don't want anyone's brain to be broken."
"Daddy, I miss the dwarf Tyler. He's a DWARF! A DWARF! Daddy, do you know what a dwarf is?"
-Laela Olsen
--also--
LAELA: "When I grow up I'm going to be a magician."
IVY: "I'm going to be a train station!"
--and finally--
Laela: "I know what it's like to be dead...but I'm not going to tell you...for lots of reasons. It would take all night."

print "Welcome to Etch-a-755p"
print "PLEASE SELECT BRUSH:"
print " 'a' for inverted"
input " 'b' for draw: "ll$
print""
input "Need Instructions? (y/n) "i$
cls:print""
if i$="y" then print "up/dn: up/dn buttons ", ,"left/right: mail/home buttons","exit: phone button"
print"":input "'Enter' to start... "vv
cls:m=80:n=80
do until keydown(4)=1
a=a+keydown(2)
b=b+keydown(3)
c=c+keydown(6)
d=d+keydown(7)
x=n+d-c
y=m+b-a
if x > 159 then x= x -159
if x < 1 then x = x + 159
if y > 159 then y = y -159
if y < 1 then y = y + 159
if ll$="a" then invertline x,y,x+1,y+1 else drawline x,y,x+1,y+1
loop:cls
print""
print" 'menu' + 'R' to start again..."
print""
print" 'menu' + 'E' to edit code..."

