<Script Language="...">

<!-- Begin

var d
var i=3
var u=0
var cat
var jasmine

function storyevent() {
this[0]="The cat licks my right ear. I smell a scent of flower. I smell it all the time. My coworker believes that there is a jasmine blossoming in my ear. I know that you are wondering how it happens. I don't remember when i saw the first jasmine appeared in my house after the cat started licking things since i brought her home (for a pretty cheap cost: 5$) from an animal flea market 7 days ago"

this[1]="But i do remember that i saw a late blooming jasmine on the knob of my bedroom's door a day after she was in my house. And the next jasmine, i remember, was born after she licked the iron stapler that i used to bind all my novel pages written in a day together, which always made her startle and turn her head back and stare at me so long with an uncomfortable old grandma face"

this[2]="Today i go to my family doctor office, telling him the problem i have been suffering -- i'm as if a half-deaf man. Fearing to lose hearing, i ask him if my ear can be cured and at the same time i realize that i love the jasmine scent, so i take a breath in and out, in and out and in and out and in and out... until i find myself lying on my bed, waiting for the cat slowly approaching to lick my eyes and nose and mouth and neck... all over again"
}

function lick() {
var se = new storyevent()

cat = se[u].substring(0,2)
jasmine = se[u].substring(2,3)

i++

if (i > se[u].length) {
i = 3
u++
if (u > 2) { u = 0 }
}
d = se[u].substring(3,i)

body.forms[0].parts[0].value = d+jasmine
setTimeOutOfEachLick ("lick()",cat)
}

//End -->

</Script>