My Guest

I live alone which I like best
Or I did until I got this guest

I'm called crazy by some, that's just fine with me
But I've got this one little problem you see
Somehow this little varmit got in my house
I'm almost sure it's not a mouse
For it stole from the table a loaf of bread
Now I try to keep the critter fed.

I put down good food when I cook and bake
It eats everything but my muffin cake
I hope it dosen't eat me out of house and home
I believe it could eat a cornbread pone!

I saw a glimpse of it once - but not very plain
In size a squirrel looks about the same.
I think maybe it lives under my sink
But now that is only what I think.

I guess it lives wherever is best....
I wonder if it likes holes, trees or a nest?
It never comes out when I'm around
But sometimes it makes this rattling sound

When I tell my friends of it's noise and such
They just tell me I hit the bottle too much
I wonder what the little critter could be??
I really don't care cause it COMPANY for me!!

Written for and about
Crazy Linda 1989
Jerry Corey

") redrawNode(foldersTree, doc, 0, 1, "") doc.close() } //recursive function over the tree structure called by redrawTree function redrawNode(foldersNode, doc, level, lastNode, leftSide) { var j=0 var i=0 doc.write("") doc.write("
") doc.write(leftSide) if (level>0) if (lastNode) //the last 'brother' in the children array { doc.write("") leftSide = leftSide + "" } else { doc.write("") leftSide = leftSide + "" } displayIconAndLabel(foldersNode, doc) doc.write("
") if (foldersNode.length > 4 && foldersNode[0]) //there are sub-nodes and the folder is open { if (!foldersNode[2]) //for folders with folders { level=level+1 for (i=4; i") doc.write("") doc.write(leftSide) if (i==foldersNode.length - 1) doc.write("") else doc.write("") doc.write(foldersNode[i]) doc.write("") } } } } //builds the html code to display a folder and its label function displayIconAndLabel(foldersNode, doc) { doc.write("") else doc.write("closedfolder.gif width=24 height=22 border=noborder>") doc.write("") doc.write(""+foldersNode[3]+"") } //**********************+ // Recursive functions //when a parent is closed all children also are function closeFolders(foldersNode) { var i=0 if (!foldersNode[2]) { for (i=4; i< foldersNode.length; i++) closeFolders(foldersNode[i]) } foldersNode[0] = 0 foldersNode[1] = 0 } //recursive over the tree structure //called by openbranch function clickOnFolderRec(foldersNode, folderName) { var i=0 if (foldersNode[3] == folderName) { if (foldersNode[0]) closeFolders(foldersNode) else { foldersNode[0] = 1 foldersNode[1] = 1 } } else { if (!foldersNode[2]) for (i=4; i< foldersNode.length; i++) clickOnFolderRec(foldersNode[i], folderName) } } // ******************** // Event handlers //called when the user clicks on a folder function openBranch(branchName) { clickOnFolderRec(foldersTree, branchName) if (branchName=="Start folder" && foldersTree[0]==0) top.folderFrame.location="http://www.geocities.com/jojo_40906/basefolder.htm" timeOutId = setTimeout("redrawTree()",100) } //called after this html file is loaded function initializeTree() { generateTree() redrawTree() } var foldersTree = 0 var timeOutId = 0 generateTree() //sometimes when the user reloads the document Netscape 3.01 does not trigger the onLoad event (!!) // end hiding contents from old browsers -->
Hosted by www.Geocities.ws

1