//<script language="JavaScript">
// Script Part: 1
function quotes(){
var date    = new Date().getDate();
var month = new Date().getMonth();
if(month == 1 || month == 4 || month == 7 || month == 10){
var quote   = new Array();
 quote[1]   = "Unplug it. According to US Dept. of Energy, 75% of electricity used to power electronics is consumed while products are turned off.";
 quote[2]   = "Cell-phone, lap-top, and battery chargers draw a small amount of power even when they are not connected to the devices they are designed to charge.";
 quote[3]   = "For every degree you lower the thermostat, you'll save between 1 and 3% of your heating bill.";
 quote[4]   = "In the winter, set it at 68 – 70ºF when you’re home, and 62 ºF when you’re away or in bed.";
 quote[5]   = "In the summer, set it at 76 – 78ºF when you’re home, and 82 ºF when you’re away and running the air conditioner."; 
 quote[6]   = "Turning the heat down from 75ºF to 70ºF in the winter could save you 131 kWh and $19 per month in a typical 1,800 square-foot home.";
 quote[7]   = "Wash Your Laundry in Cold Water, 90% of the energy used by washing machines goes into heating.";
 quote[8]   = "The higher the water temperature, the higher the cost to you and the planet.";
 quote[9]   = "Turning your water heater thermostat down from 140°F to 120°F could save you 75 kWh and $11 per month";
 quote[10]  = "Turn down your water heater thermostat to 120°F, or the “normal” setting. Water heating accounts for about 13% of home energy costs.";
 quote[11]  = "Take short showers instead of baths. Bathing uses the most hot water in most households.";
 quote[12]  = "Taking a five-minute shower instead of a ten-minute shower or a bath every day could save you 133 kWh and $19 per month";
 quote[13]  = "Installing three faucet aerators and a low-flow shower head could save you 144 kWh and $21 per month.";
 quote[14]  = "Replacing traditional light bulbs with CFLs will save up to 75% of the energy you currently use to light your home.";
 quote[15]  = "Replacing five traditional 60-watt incandescent bulbs with 20-watt CFLs could save you 48 kWh and $3.50 per month.";
 quote[16]  = "Done right, home sealing could save you up to 10% on your home energy bill.";
 quote[17]  = "Sealing holes, cracks, and gaps throughout a typical 1,800 square-foot home could save you 225 kWh and $32 per month.";
 quote[18]  = "Close Dampers When You're Not Using The Fireplace.";
 quote[19]  = "Close dampers after ashes have gone cold.";
 quote[20]  = "Quick starts and stops can decrease mileage by up to 12 percent.";
 quote[21]  = "Letting your car coast to a stop is a good way to improve your gas mileage.";
 quote[22]  = "Driving aggressively can lower your car's gas mileage by 33 percent.";
 quote[23]  = "One of the simplest ways to save energy is to keep your tires properly inflated.";
 quote[24]  = "Using your cars' air conditioner decreases gas mileage by as much as 20 percent.";
 quote[25]  = "Old, dirty oil and clogged filters rob your engine of energy efficiency and increase air pollution.";
 quote[26]  = "Reducing your speed is one of the simplest ways to save energy on the road.";
 quote[27]  = "Driving 75 mph instead of 65 mph lowers your car's fuel economy by 10 percent.";
 quote[28]  = "Millions of gallons of gasoline are wasted each day by starting the car before drivers are ready to go.";
 quote[29]  = "Today's modern solar heaters work very well. They can cut pool heating costs in half. ";
 quote[30]  = "Plant shade trees in the yard, by roadways and in vacant lots to combat the rising CO2 production.";
 quote[31]  = "Reduce your landscape watering schedule. Experts say that most yards are over-watered.";
 
 document.write(quote[date]);
}
else if(month == 0 || month == 5 || month == 8 || month == 11)
{
var quote   = new Array();
 quote[1]   = "Water lawns early in the morning and long enough for a deep soak to encourage deep root growth.";
 quote[2]   = "Plants and grasses grow slowly in the cooler weather. Reduce your watering schedule accordingly.";
 quote[3]   = "Turn off your automatic irrigation system when rain is predicted.";
 quote[4]   = "A hearty rain eliminates the need for watering for as long as two weeks.";
 quote[5]   = "Check your sprinkler system and timer on a regular basis to be sure it is operating properly and giving you the right coverage."; 
 quote[6]   = "Use a soaker hose rather than a sprinkler, where possible.";
 quote[7]   = "Water in the early morning or late afternoon to avoid evaporation.";
 quote[8]   = "Avoid watering on windy days.";
 quote[9]   = "Use hand pruners, clippers and other yard tools rather than gasoline or electric-powered ones.";
 quote[10]  = "Mulch your planting beds to retain moisture in the soil.";
 quote[11]  = "Mulching also helps to control weeds that compete with plants for water.";
 quote[12]  = "Use a broom to clean the sidewalks and driveway.";
 quote[13]  = "Using a hose to clean sidewalks and driveways wastes hundreds of gallons of water.";
 quote[14]  = "Regularly check all hoses, connectors and spigots for leaks.";
 quote[15]  = "Native plants that are adapted to your area require less water and maintenance.";
 quote[16]  = "Choose the small solar powered lights for your landscape lighting.";
 quote[17]  = "Decide what you want to eat before opening the fridge.";
 quote[18]  = "Insulate your attic for instant savings of up to 20%* off on your heating and cooling energy bills.";
 quote[19]  = "Cover your air conditioner.";
 quote[20]  = "Install a programmable thermostat.";
 quote[21]  = "Use a reusable mug.";
 quote[22]  = "During the heating season, leave shades and blinds open on sunny days, but close them at night.";
 quote[23]  = "Close shades and blinds during the summer or when the air conditioner is in use or will be in use later in the day.";
 quote[24]  = "Use power strips to switch off televisions, home theater equipment, and stereos when you're not using them.";
 quote[25]  = "Enable the sleep mode feature on your computer, allowing it to use less power during periods of inactivity.";
 quote[26]  = "Configure your computer to hibernate automatically after 30 minutes or so of inactivity.";
 quote[27]  = "Set your refrigerator temperature at 38 to 42 degrees Fahrenheit.";
 quote[28]  = "Your freezer should be set between 0 and 5 degrees Fahrenheit.";
 quote[29]  = "Don't preheat or peek inside the oven more than necessary.";
 quote[30]  = "Wash only full loads in your dishwasher, using short cycles for all but the dirtiest dishes.";
 quote[31]  = "Clean the lint filter in the dryer after each use.";

document.write(quote[date]);
}
else
{
var quote   = new Array();
 quote[1]   = "Dry heavy and light fabrics separately and don't add wet items to a load that's already partly dry.";
 quote[2]   = "A clothesline is the most energy-efficient clothes dryer of all!";
 quote[3]   = "Don't forget to flick the switch when you leave a room.";
 quote[4]   = "Work by daylight when possible.";
 quote[5]   = "Insulate your hot water heater and hot water pipes to prevent heat loss."; 
 quote[6]   = "Air dry dishes instead of using your dishwasher's drying cycle.";
 quote[7]   = "A laptop uses much less energy than desktop computers.";
 quote[8]   = "Dry towels and heavier cottons in a separate load from lighter-weight clothes.";
 quote[9]   = "There is a common misconception that screen savers reduce energy use by monitors; they do not.";
 quote[10]  = "Unplug battery chargers when the batteries are fully charged or the chargers are not in use.";
 quote[11]  = "Use the cool-down cycle to allow the clothes to finish drying with the residual heat in the dryer.";
 quote[12]  = "If you are washing a small load, use the appropriate water-level setting.";
 quote[13]  = "Install white window shades, drapes, or blinds to reflect heat away from the house.";
 quote[14]  = "If you have torchiere fixtures with halogen lamps, consider replacing them with compact fluorescent torchieres.";
 quote[15]  = "The average driveway car wash uses between 80 and 140 gallons of water.";
 quote[16]  = "Eliminate unnecessary subscriptions.";
 quote[17]  = "Find alternatives to mail.";
 quote[18]  = "Bring your own chopsticks.";
 quote[19]  = "Reduce junk mail.";
 quote[20]  = "Ventilate the attic and crawl spaces to prevent moisture buildup.";
 quote[21]  = "Purchase non-toxic cleaning products.";
 quote[22]  = "Use rags instead of paper towels.";
 quote[23]  = "Use water-based or vegetable-based paints, stains, and varnishes.";
 quote[24]  = "Buy rechargeable batteries.";
 quote[25]  = "Avoid cleaners containing phosphates.";
 quote[26]  = "Minimize use of bleach.";
 quote[27]  = "Buy concentrates whenever possible.";
 quote[28]  = "Use natural fertilizers.";
 quote[29]  = "Water deeply but infrequently.";
 quote[30]  = "Keep your cooling system well tuned.";
 quote[31]  = "Install a whole-house ventilating fan.";

document.write(quote[date]);
}
}
