
	// Energy Saving deals
<!--
	var deal = new Array;
	deal[0] = "Set temperature to 120&#176;F if your dishwasher has its own water heater; otherwise set it at 140&#176;F.";
	deal[1] = "Repair leaking faucets. Warm-water leaks should be given immediate attention because they can raise your electric consumption rapidly.";
	deal[2] = "Drain your hot water tank regularly to remove sediment.";
	deal[3] = "Set your thermostat to 78&#176;F in the summer and 68&#176;F in the winter. Every degree of extra heating or cooling will increase energy usage 6% to 8%.";
	deal[4] = "Setting your thermostat to a lower temperature than normal will not cool your home faster.";
	deal[5] = "On warm days, raise your thermostat to 80&#176;F or higher if leaving for more than four hours.";
	deal[6] = "Use ceiling or portable fans. Fans move the air and make the room feel four to six degrees cooler, and use much less energy than the air conditioner.";
	deal[7] = "Keep windows and doors shut tight. Going in and out of the house repeatedly will make your air conditioner or furnace work harder.";
	deal[8] = "Use shades or curtains to block the sun and heat during warm weather, and open them to let the sun warm your home during cooler months.";
	deal[9] = "Make sure your air conditioner is clean. Washing the outside coils and clearing high grass and debris will prevent blockage of air flow.";
	deal[10] = "Set monitors and computers to switch to sleep mode when idle for more than a few minutes. This uses less energy, runs cooler and reduces the need to run air-conditioning.";
	deal[11] = "Do not use humidifiers or evaporator (swamp) coolers with the air conditioner.";
	deal[12] = "Minimize opening and closing your refrigerator and freezer. Every time you open it, cool air will rush out and be replaced with warm air, causing the refrigerator to run more to stay cool.";
	deal[13] = "Keep it full. Refrigerators and freezers actually operate most efficiently when full, so keep your refrigerator and freezer as full as possible (with bottles of water if nothing else).";
	deal[14] = "Keep condenser coils on the back of your refrigerator and freezer clean.";
	deal[15] = "Only run dishwashers and clothes washers when fully loaded. This will save water in addition to electricity. Use cold water for laundry.";
	deal[16] = "Use the air-dry setting on your dishwasher. Using the heat-dry setting can also heat the kitchen, causing the air conditioner to run more.";
	deal[17] = "When drying clothes, do not overfill the dryer, and use the automatic setting if available. Dry loads back-to-back if possible, but remember to clean the lint screen between each load.";
	deal[18] = "Ensure that the outside clothes dryer air vent is well-sealed.";
	deal[19] = "Use at night. Using dishwashers and clothes washers/dryers at night will keep the house cooler, reduce strain on the power grid during the peak usage hours of 4 PM and 6 PM and reduce the chance of an emergency.";
	deal[20] = "Turn them off. Turn off lights, TVs, and other equipment when when you leave a room. You'll save electricity and generate less heat, meaning the air conditioner will run less.";
	deal[21] = "Use power strips. Even when turned off, electronic and other home office equipment can continue to consume electricity when plugged into the wall. Shutting off power at a power strip will eliminate this standby electricity consumption.";
	deal[22] = "Don't leave bathroom or kitchen ventilation fans running longer than necessary; they replace inside air with outside air.";
	deal[23] = "Use power management tools such as power strips.";
	deal[24] = "Replace incandescent light bulbs with compact fluorescent bulbs (CFLs). CFLs use 75% less electricity and produce 90% less heat.";
	deal[25] = "Make sure bulbs do not exceed the recommended wattage indicated on the light socket.";
	deal[26] = "One larger wattage bulb is more efficient than two smaller wattage bulbs.";
	deal[27] = "Directed light, such as for reading, is more efficient than brightly lighting an entire room.";
	deal[28] = "Clean light bulbs regularly.";
	deal[29] = "Set them to raise the temperature during the day when you're not home, and cool the house down before you arrive home. Properly used, a programmable thermostat can save 10-20% of your energy use.";
	deal[30] = "Increase the comfort of your home while reducing your bills by investing in proper insulation and weatherization products.";
	deal[31] = "Check your ducts to see if there are any leaks and seal them with mastic tape if needed. Caulk and weather-strip doors, windows and pipe clearances. You can save as much as 10% on cooling costs relatively inexpensively by sealing these leaks.";
	deal[32] = "Ensure that your HVAC system is properly sized for your home and correctly installed. Bigger is not always better.";
	deal[33] = "At the beginning of cooler or warmer weather, have a professional come out to inspect your HVAC system.";
	deal[34] = "Have your duct system checked for air leaks and proper insulation.";
	deal[35] = "Consider installing a 'whole house fan' to improve circulation and ventilation throughout your home.";
	deal[36] = "Outside air conditioning units, or condensers, should be shaded.";
	deal[37] = "Check air filters once a month and replace at least every three months; dirty filters make your system run and work harder than necessary.";
	deal[38] = "Proper ventilation reduces the temperature and moisture buildup, which can cause air conditioners to work harder. Proper, high R-value insulation will keep more cool air in the house.";
	deal[39] = "A properly landscaped home can significantly reduce your household energy consumption for heating and cooling.";
	deal[40] = "When buying an appliance, remember that it has two price tags: what you pay to take it home and what you pay for the energy and water it uses.";
	deal[41] = "Consider a tankless water heater. They are 35% to 45% more efficient, and you will never run out of hot water.";
	deal[42] = "If your home has single pane windows, consider replacing them with more energy efficient windows, or adding solar shades or tinting film.";
	deal[43] = "Turn machines completely off at a power strip when not in use.";
	deal[44] = "Reduce air leaks and increase the efficiency of your home by caulking, sealing and weather-stripping all seams, cracks and openings to the outside."; 
	deal[45] = "Check with the Insulation Contractors Association of America to make sure your home meets current insulation recommendations.";
	deal[46] = "If your air-conditioner is more than 15 years old, consider replacing it with a newer, more efficient model that can use up to 40% less energy than older models.";
	deal[47] = "Consult your local nursery for information on trees and shrubbery that can serve as shade in the summer and wind blocks in the winter. You should consider mature size, growth rate, strength and brittleness before planting.";
	deal[48] = "ENERGY STAR qualified appliances incorporate advanced technologies that use 10-50% less energy and water than standard models. The money you save on your utility bills can more than make up for the cost of a more expensive but more efficient ENERGY STAR model.";

	var rand = Math.round(Math.random() * (deal.length-1));

	document.write("<span style=font-size:12px; bgcolor:#DDEDD2;>" + deal[rand] + "<\/span>");
	// -->
