<!--
/* Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) Over 200+ free JavaScripts here!*/
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<span class="bigB">Carpet Care Tip</span><br><span class="bold">Prevention is better than cure!<br><span class="text">Ensure you have a good doormat to prevent as much soil as possible entering your home.<br> <span class="bold"><a target="_top" href="info_tips.htm">Click here for more tips</a></span>'
mycontent[2]='<span class="bigB">Carpet Care Tip</span><br><span class="bold">Regular Vacuuming will keep your carpet looking their best.<br><span class="text">A good tip is to rake your carpet prior to using the vacuum cleaner. This will loosen the dirt, pet hairs and raise the pile, making the vacuuming far more effective.<br><span class="bold"><a href="info_tips.htm">Click here for more tips</a></span>'
mycontent[3]='<span class="bigB">Carpet Care Tip</span><br><span class="bold">Stain Treatment<br><span class="text">Act quickly to stop the stain spreading or penetrating the carpet fibres.&nbsp;<br>Scrape up solids with a spoon or palette knife, always working towards the centre of a spillage to prevent spreading the stain.&nbsp;Blot up liquids with a clean white cloth or paper towel.<br><span class="bold"><a href="info_tips.htm">Click here for more tips</a></span>'
mycontent[4]='<span class="bigB">Carpet Care Tip</span><br><span class="bold">Periodic Cleaning by Chem-Dry will keep your carpets looking good as the day you bought them.</span><br><span class="text">There are many risks involved if you shampoo your carpets yourself or use unqualified carpet cleaning companies. For a really professional job that you can be sure of, call your local Chem-Dry representative today for a free, no-obligation quote.<br><span class="bold"><a href="info_tips.htm">Click here for more tips</a></span>'
mycontent[5]='<span class="bigB">Frequently Asked Questions<br><span class="bold">What is the biggest difference between Chem-Dry and a steam cleaner?<br><span class="text">The biggest difference is that Chem-Dry does not use as much water as a steam cleaner. The main reason for this is that Chem-Dry’s cleaning solution is hot, carbonated mineral water, not soap based, so it does not take as much water to extract it out of the carpet.<br><span class="bold"><a href="info_faq.htm">Click here for more FAQ</a></span>'
mycontent[6]='<span class="bigB">Carpet Care Tip<br><span class="bold">Reduce allergic reactions to dust, mould, and other indoor allergens<br><span class="text">Control moisture and humidity (60% humidity or lower) by using a dehumidifier or air conditioner.<br><span class="bold"><a href="info_healthyhome.htm">Click here for more tips</a></span>'
mycontent[7]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">You should wait as long as possible before getting your carpets and upholstery cleaned because after they are cleaned they will get dirtier faster.<br><a href="info_misconceptions.htm#Misconception 1">Not True. Click to read why.</a></span>'
mycontent[8]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">The only reason to clean carpets is to get out the dirt and my carpets do not look dirty.<br><a href="info_misconceptions.htm#Misconception 2">Not True. Click to read why.</a></span>'
mycontent[9]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">One method of carpet cleaning is as good as another.<br><a href="info_misconceptions.htm#Misconception 3">Not True. Click to read why.</a></span>'
mycontent[10]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">Having the right equipment is all a company needs to clean your carpets properly.<br><span class="bold"><a href="info_misconceptions.htm#Misconception 4">Not True. Click to read why.</a></span>'
mycontent[11]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">The company that offers the lowest price is the company you should hire.<br><span class="bold">Maybe but not always.<br><a target="_top" href="info_misconceptions.htm#Misconception 5">Click for two important points to consider.</a></span>'
mycontent[12]='<span class="bigB">Carpet Cleaning Misconception<br></span><span class="bold">Any good carpet cleaning company should be able to give you an exact price quote over the telephone. <span class="bold">I wish this were true, but it is not.</span><span class="bold"><br><a target="_top" href="info_misconceptions.htm#Misconception 6">Click to learn what factors will influence your price.</a></span>'
mycontent[13]='<span class="bold">The Environmental Protection Agency recommends cleaning your carpets every six months to help eliminate mould, dust mites, pet dander and bacteria.</span>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->