



<!--Begin






 

i=0

function stuff()

{

var phrases=new Array(15)

phrases[0]="T"
phrases[1]="Th"
phrases[2]="Thi"
phrases[3]="This"
phrases[4]="This "
phrases[5]="This i"
phrases[6]="This is"
phrases[7]="This is "
phrases[8]="This is m"
phrases[9]="This is my"
phrases[10]="This is my "
phrases[11]="This is my b"
phrases[12]="This is my be"
phrases[13]="This is my bel"
phrases[14]="This is my belo"
phrases[15]="This is my belov"
phrases[16]="This is my belove"
phrases[17]="This is my beloved"
phrases[18]="This is my beloved "
phrases[19]="This is my beloved S"
phrases[20]="This is my beloved So"
phrases[21]="This is my beloved Son"
phrases[22]="This is my beloved Son,"
phrases[23]="This is my beloved Son, "
phrases[24]="This is my beloved Son, i"
phrases[25]="This is my beloved Son, in"
phrases[26]="This is my beloved Son, in "
phrases[27]="This is my beloved Son, in w"
phrases[28]="This is my beloved Son, in wh"
phrases[29]="This is my beloved Son, in who"
phrases[30]="This is my beloved Son, in whom"
phrases[31]="This is my beloved Son, in whom "
phrases[32]="This is my beloved Son, in whom I"
phrases[33]="This is my beloved Son, in whom I "
phrases[34]="This is my beloved Son, in whom I a"
phrases[35]="This is my beloved Son, in whom I am"
phrases[36]="This is my beloved Son, in whom I am "
phrases[37]="This is my beloved Son, in whom I am w"
phrases[38]="This is my beloved Son, in whom I am we"
phrases[39]="This is my beloved Son, in whom I am wel"
phrases[40]="This is my beloved Son, in whom I am well"
phrases[41]="This is my beloved Son, in whom I am well "
phrases[42]="This is my beloved Son, in whom I am well p"
phrases[43]="This is my beloved Son, in whom I am well pl"
phrases[44]="This is my beloved Son, in whom I am well ple"
phrases[45]="This is my beloved Son, in whom I am well plea"
phrases[46]="This is my beloved Son, in whom I am well pleas"
phrases[47]="This is my beloved Son, in whom I am well please"
phrases[48]="This is my beloved Son, in whom I am well pleased"
phrases[49]="This is my beloved Son, in whom I am well pleased!"
document.form1.phrasesgohere.value=phrases[i]

i=i+1

if (i>49)

{

i=49

}

setTimeout("stuff()",200)

}

// End -->




