 aText = new Array(9);

 aText[0] = "little by little and was by was     [the latest entry]"
 aText[1] = "summer autumn winter spring     [previous entries]"
 aText[2] = "he sang / his didn't / he danced / he didn't     [send mail]"
 aText[3] = "children guessed (but only a few)     [the members of the bookwork 'burb]"
 aText[4] = "anyone's any was all to her     [an introduction to anyone's any]"
 aText[5] = "women and men (both dong and ding)     [links, rings, 'burbs]"
 aText[6] = "someones married their everyones     [meet my peeps]"
 aText[7] = "all by all / and deep by deep / and more by more...     [the list: notifcations of entries & exclusive tidbits]"
 aText[8] = "anyone lived in a pretty how town     [the story of mo pie]"
 aText[9] = "[previous entry]"
 aText[10] = "[next entry]"

function mOut() {
 window.status="";
}

function mOver(overImg) {
 window.status=aText[parseInt(overImg.substring(1,3))-1];
}
