// Knowledge TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>Carpet can lose up to 80% of it's strength when it's wet. If you've got a wet carpet emergency, and need drying fast, The Flood Team is the only partner you need.</p>"
random_text[number++] = "<p>Mold can begin to colonize in as little as 72 hours, posing serious health hazards in most cases. We are a trusted expert in water damage clean-up and have seen mold at its worst. We would never wish the experience on anyone else.</p>"
random_text[number++] = "<p>There is an actual science of drying. It's called Pscychrometry. The Flood Team practices this science to measure and manage the properties of air, humidity and temperature to ensure all materials are dried quickly and completely.</p>"
random_text[number++] = "<p>Bleach is inactivated by sewage and organic matter, so it is ineffective in protecting you against disease. Household bleach, in fact, enables the growth of mold. To receive a proven, thorough cleaning, look no further than The Flood Team.</p>"
random_text[number++] = "<p>Your pipes can still freeze even if if your water has been shut off.  It is important to completely drain the pipes in order to ensure they will not burst.  You can do this by turning on a faucet once your water is shut off to drain the remaining water.</p>"
random_text[number++] = "<p>You can help prevent frozen pipes by making sure your pipes are well insulated on your home or business.</p>"
random_text[number++] = "<p>Often times wood floors can still be saved even if they warped.  The Flood Team uses specialized drying equpiment that may allow property owners to make minor repairs and avoid full floor replacement.  The sooner you call The Flood Team the more likely they will be able to make this a fact for your proprety.</p>"
random_text[number++] = "<p>Drywall compacts and often becomes more stable after water damage.  This is not the case if the drywall is not properly dried.  The Flood Team will give you an honest assesment of damage to your drywall after a flood and will provide a recommeded solution.</p>"
random_text[number++] = "<p>The Flood Team provides full documentation of photos, moisture graphs and readings and a complete scope service to your insurance company to help expedite the processing of your claim.</p>"
random_text[number++] = "<p>The human body is made up of approximately 60% to 70% water. This makes it nearly impossible to determine by touch when a material is completely dried. That's why The Flood Team uses a variety of invasive and noninvasive moisture meters to ensure your property is completely dry.</p>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);