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

var quotes=33;
var quotechosen = Math.floor (quotes * Math.random());


if (quotechosen==0) {
title="Fact #1";
body="The world's largest flat-top mountain is in Grand Mesa";
}

if (quotechosen==1) {
title="Fact #2";
body="Colorado is home to 54 14,000-ft mountain peaks, more than any other state in the United States";
}

if (quotechosen==2) {
title="Fact #3";
body="The world's largest natural hot springs pool is located in Glenwood Springs. The two-block long pool is across the street from the historic Hotel Colorado, a favorite stop of former president Teddy Roosevelt.";
}

if (quotechosen==3) {
title="Fact #4";
body="The World's First Rodeo was held on July 4th, 1869 in Deer Trail";
}

if (quotechosen==4) {
title="Fact #5";
body="The thirteenth step of the state capital building in Denver is one mile above sea level.";
}

if (quotechosen==5) {
title="Fact #6";
body="Denver has the largest city park system in the nation with 205 parks in city limits and 20,000 acres of parkland in the nearby mountains.";
}


if (quotechosen==6) {
title="Fact #7";
body="The LoDo region of Denver stands for Lower Downtown";
}

if (quotechosen==7) {
title="Fact #8";
body="Colfax Avenue in Denver is the longest continuous street in America. ";
}

if (quotechosen==8) {
title="Fact #9";
body="Every year Denver hosts The World's largest Rodeo, the National Western Stock Show.";
}

if (quotechosen==9) {
title="Fact #10";
body="Colorado has 222 state wildlife areas";
}

if (quotechosen==10) {
title="Fact #11";
body="The Colorado Rockies are part of the North American Cordillera, which stretches 3,000 miles from Alaska, through western Canada and the United States, into northern Mexico. The centerpieces of this dramatic uplift are the peaks over 14,000 feet, or 'Fourteeners', as they are affectionately named by climbers. There are 52 Fourteeners in Colorado. ";
}

if (quotechosen==11) {
title="Fact #12";
body="Pueblo is the only city in American with four living recipients of the Medal of Honor";
}

if (quotechosen==12) {
title="Fact #13";
body="Colorado is one of only two states in the United States in which all the water in the state flows out of the state and none flows in. The other is Hawaii. ";
}

if (quotechosen==13) {
title="Fact #14";
body="Colorado is the only state ever to turn down the Olympics.  In 1972, they stunned the world when residents said they didn't want the 1976 Winter Olympics.";
}

if (quotechosen==14) {
title="Fact #15";
body="The Colorado State flower is the Rocky Mountain Columbine";
}

if (quotechosen==15) {
title="Fact #16";
body="The Colorado State bird is the Lark Bunting";
}

if (quotechosen==16) {
title="Fact #17";
body="The Colorado State animal is the Rocky Mountain Bighorn Sheep";
}

if (quotechosen==17) {
title="Fact #18";
body="The first license plate on a car in the United States was issued in Denver, Colorado in 1908";
}

if (quotechosen==18) {
title="Fact #19";
body="The Pepsi Center (home of the Denver Nuggets and Colorado Avalanche) is the first arena in the country to go 100 percent green.";
}

if (quotechosen==19) {
title="Fact #20";
body="With an average elevation of 6,800 feet, Colorado is America's highest state.";
}

if (quotechosen==20) {
title="Fact #21";
body="Colorado contains 75% of the land area of the U.S. with an altitude over 10,000 feet";
}

if (quotechosen==21) {
title="Fact #22";
body="Katherine Lee Bates wrote 'America the Beautiful' after being inspired by the view from Pikes Peak.";
}

if (quotechosen==22) {
title="Fact #23";
body="Hundreds of thousands of valentines are re-mailed each year from Loveland.";
}

if (quotechosen==23) {
title="Fact #24";
body="WThe highest suspension bridge in the world is over the Royal Gorge near Canon City. The Royal Gorge Bridge spans the Arkansas River at a height of 1,053 feet. ";
}

if (quotechosen==24) {
title="Fact #25";
body="Colorado's southwest corner borders Arizona, New Mexico and Utah the only place in America where the corners of four states meet.";
}

if (quotechosen==25) {
title="Fact #26";
body="Colorado's first and oldest military post, Fort Garland was established in 1858 and commanded by the legendary frontiersman Kit Carson.";
}

if (quotechosen==26) {
title="Fact #27";
body="The United States Air Force Academy is located in Colorado Springs.";
}

if (quotechosen==27) {
title="Fact #28";
body="The tallest building in Colorado is the Republic Plaza at 57 stories high, in Denver.";
}

if (quotechosen==28) {
title="Fact #29";
body="Coloradans have a saying; 'If you don't like the weather, wait 5 minutes!'";
}

if (quotechosen==29) {
title="Fact #30";
body="There are 11 national forests within the state of Colorado and state parks and recreation areas.";
}

if (quotechosen==30) {
title="Fact #31";
body="The tallest sand dune in America is in Great Sand Dunes National Park outside of Alamosa. This bizarre 46,000-acre landscape of 700-foot sand peaks was the creation of ocean waters and wind more than one million years ago.";
}

if (quotechosen==31) {
title="Fact #1";
body="The world's largest flat-top mountain is in Grand Mesa";
}

if (quotechosen==32) {
title="Fact #29";
body="Coloradans have a saying; 'If you don't like the weather, wait 5 minutes!'";
}

document.write('<div align=center>');
document.write('<strong><center><u>' + title + '</u></center></strong><br>');
document.write(''+ body +'');
document.write('</div>');
