var textnumber = 8 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 
text[1] = "'When the only tool you own is a hammer, every problem begins to resemble a nail.'<br /> ------<em>Abraham Maslow</em>" 
text[2] = "'Experience is not what happens to a man. It is what a man does with what happens to him.'<br />...<em>Aldous Huxley</em>" 
text[3] = "'Happiness is a learned behaviour.' <br />----- <em>Goldie Hawn</em>"
text[4] = "'Sow a thought and you reap an act: <br /> Sow an act, and you reap a habit:<br />Sow a habit, and you reap a character:<br />Sow a character, and you reap a destiny.<br />' <br />----- <em>Samuel Smiles</em>"
text[5] = "'Inside myself is a place where I live all alone and that’s where you renew your springs that never dry up.' <br />----- <em>Pearl S. Buck</em>"
text[6] = "'If you think you can do a thing or think you can not do a thing, you’re right.'<br /> ----- <em>Henry Ford</em>"
text[7] = "'The purpose of your life is to find and do the purpose of your life.' <br />----- <em>Karen Salmansohn</em>"
text[8] = "'I can be changed by what happens to me, but I refuse to be reduced by it.' <br />----- <em>Maya Angelou</em>"
text[9] = "'How does one become a butterfly?” she asked pensively. “You must want to fly so much that you are willing to give up being a caterpillar.' <br />-----  <em>Trina Paulus</em>"


var mytext = text[rand1] 


// navigation images

img1=new Image
img2=new Image
img3=new Image
img4=new Image
img5=new Image
img6=new Image
img7=new Image
img8=new Image
img9=new Image
img10=new Image
img11=new Image
img12=new Image
img13=new Image
img14=new Image


img1.src="/images/nav-home.gif"
img2.src="/images/nav-home-roll.gif"

img3.src="/images/nav-about-us.gif"
img4.src="/images/nav-about-us-roll.gif"

img5.src="/images/nav-suites-rooms.gif"
img6.src="/images/nav-suites-rooms-roll.gif"

img7.src="/images/nav-things-to-do.gif"
img8.src="/images/nav-things-to-do-roll.gif"

img9.src="/images/nav-reservations.gif"
img10.src="/images/nav-reservations-roll.gif"

img11.src="/images/nav-location-map.gif"
img12.src="/images/nav-location-map-roll.gif"

img13.src="/images/nav-contact-us.gif"
img14.src="/images/nav-contact-us-roll.gif"
