
var textnumber = 30 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ;
text = new Array
text[1] = "Follow your heart wherever it takes you."
text[2] = "Sweet memories are woven from the good times."
text[3] = "Life is a journey filled with unexpected miracles."
text[4] = "The sun rises even as it sets, and each morning holds a promise in its hands."
text[5] = "There are no endings, only new beginnings."
text[6] = "The heart of humanity is found in the little known kindnesses of others."
text[7] = "Blessed are we whose lives are touched by people who care."
text[8] = "Time is a miracle and the right to live is a gift."
text[9] = "Whether we are very young or very old, life is filled with wonder and surprises."
text[10] = "Welcome life's changing winds, for change can be a miraculous gift."
text[11] = "Every year gives us the chance to dream, and to become more than we ever imagined."
text[12] = "Believe in yourself, for you are important and you matter in this world."
text[13] = "We are the searchers, the silent music makers, the followers of fancy."
text[14] = "Even the simplest dream can take you where your heart yearns to go."
text[15] = "Life's gifts are many, and the years bring a kind of wisdom only known to the heart."
text[16] = "Time and distance have no meaning. Being close is an affair of the heart."
text[17] = "In nothing are our hearts as rich as in our memories, for they can never be erased."
text[18] = "Of all the good moments we gather in our lives, those we cherish most are moments shared."
text[19] = "Beneath the soft and silent stars, may all the world's children be given a reason to believe."
text[20] = "It is the love in the hearts of people that makes all our dreams come true."
text[21] = "Dream, explore, and find peace in life's adventure."
text[22] = "Within us is all that we've loved and touched, before us is all that we dream of."
text[23] = "Celebrate this day, and embrace all the reasons to believe in wishes again."
text[24] = "Love all of life. Each year brings its own pleasures and sings its own songs."
text[25] = "What a miracle of fate that we could live our lives at the same time on earth."
text[26] = "Sharing a life together is sharing steps in time. The music is different to each of us, but how beautiful the dance."
text[27] = "Some people come into our lives, leave footprints on our hearts, and we are never, ever the same."
text[28] = "Sweet memories remind us of the roads we have traveled and the people we have loved."
text[29] = "Take courage. All things are possible to a believing heart."
text[30] = "The greatest risk in life is not risking anything at all. We must plant seeds before flowers can grow."
var mytext = text[rand1]
document.write(mytext)
