var maxCountDYK;
var randDYK;
var imgDYK;
var adNoDYK;
var randTextDYK = new Array();

randTextDYK[0] ="<p>A high efficiency air filtration system can reduce colds and flu by 50%.</p>";
randTextDYK[1] ="<p>If your HVAC unit is too large for your home, it will operate in short run cycles, which keeps the unit from reaching efficient operation, costing money and compromising comfort.</p>";
randTextDYK[2] ="<p>A programmable thermostat can reduce your utility cost by 10 percent.</p>";
randTextDYK[3] ="<p>A high efficiency heating and A/C system can pay for itself.</p>";
randTextDYK[4] = "<p>A dirty filter can increase your utility consumption by 20%.</p>";
randTextDYK[5] = "<p>A boiler reset control can reduce your utility by 30%.</p>";
randTextDYK[6] = "<p>By sealing and insulating your ductwork, you can improve the efficiency of your heating and cooling system by as much as 20%.</p>";
randTextDYK[7] = "<p>Geothermal Heat Pumps use stable temperature conditions in the ground, to cool and heat your home, providing much lower energy bills. High efficiency units can also include water-heating capabilities.</p>";
randTextDYK[8] = "<p>A good HVAC contractor will perform an on-site inspection, provide a detailed bid in a timely manner, prove they are licensed, certified and insured in HVAC work, have several years of experience in your community and provide referrals.</p>";

maxCountDYK = randTextDYK.length - 1;
adNoDYK = getRandom(maxCountDYK);
randDYK = randTextDYK[adNoDYK];
