﻿var quote = new Array(11);
quote[0] = "Kimball, Nebraska . . . a friendly little town you would be proud to call home.";
quote[1] = "Kimball, Nebraska . . . a great place to live, work, retire, invest, build a business, and make a difference!";
quote[2] = "Kimball, Nebraska . . . close to everything, and far enough away to relax in peace.";
quote[3] = "Kimball, Nebraska . . . you can buy an acre for the price of a square foot in the metropolitan areas.";
quote[4] = "Kimball, Nebraska . . . fresh, clear drinking water straight from the tap.";
quote[5] = "Kimball, Nebraska . . . spectacular free sunsets and sunrises daily.";
quote[6] = "Kimball, Nebraska . . . kids ride their bikes to school and play without worry or fear.";
quote[7] = "Kimball, Nebraska . . . entrepreneurial and professional opportunities abound.";
quote[8] = "Kimball, Nebraska . . . our children come back when they start their families.";
quote[9] = "Kimball, Nebraska . . . your next home!";
quote[10] = '<a href="http://www.ci.kimball.ne.us/vistavilla">Vista Villa</a>'  + " . . . we have your apartment ready.";
document.write('<div>' + quote[Math.floor(Math.random() * quote.length)] + '</div>');