<!--



// Permission given to use the script as long as this message remains!

// More cool scripts can be found at: // http://www.geocities.com/SiliconValley/Lakes/8925



function getMessage() {

        var ar = new Array(15)

        ar[0] = "Things are looking up!"

        ar[1] = "You are destined for good!"

        ar[2] = "You are on your way to adventure!"

        ar[3] = "You talents are as yet undiscovered"

        ar[4] = "You will make a lot of money soon!"

        ar[5] = "You will find a new obsession!"

        ar[6] = "You will get a warm hug!"

        ar[7] = "You will get lucky!"

        ar[8] = "Beware the pixies"

        ar[9] = "You will find what you are looking for!"

        ar[10] = "A new person will enter your life soon!"

        ar[11] = "A new future awaits you!"

        ar[12] = "Three more days.."

        ar[13] = "You will find something you lost very soon!"

        ar[14] = "There's a storm a brewin'!"

        ar[15] = "Good weather awaits you!"

                var now = new Date()

        var sec = now.getSeconds()

        alert("Fortune Teller:\r" + ar[sec % 15])

}



//-->
