/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 7;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/bed.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>As part of our $40 M restoration, all guest rooms and suites are beautifully appointed with a host of first-class amenities.</p>";
}

if (quotes==1) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/view.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>You too can own a piece of paradise. The Tubac Golf Resort is offering outstanding lots overlooking the Santa Rita and Tumacacori mountains. </p>";
}

if (quotes==2) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/dining.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>The resort has 3 outstanding restaurants to choose from – Stables, Los Silos & La Cantina, each offering authentic regional favorites in exquisite surroundings.</p>";
}

if (quotes==3) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/fence.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>A storied history dating back to 1789.</p>";
}

if (quotes==4) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/meeting.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>Otero House, the original residence of Don Otero, has been lovingly restored and transformed into a first-class conference facility accommodating up to 400 guests.</p>";
}

if (quotes==5) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/patio.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>Packages include golfing escapes, spa treatments and romantic getaways – all with fantastic accommodations and amenities.</p>";
}

if (quotes==6) {
body="<img src=http://www.tubacgolfresort.com/images/jstrans/wedding.jpg width=100 height=85 hspace=5 vspace=3 align=left /><p>Our 3,000 sq. ft. Wedding Chapel is the perfect romantic place to say “I do.”  </p>";
}

document.write('<div id="leftcontent">' + body + '</div>');
