<!--
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();


msg[1] = "Buildup on shower doors: Wipe with lemon oil. Removes buildup and keeps doors protected longer from future buildup.";

msg[2] = "Perk up soggy lettuce by soaking in cold water with some lemon juice. To store place in a zip lock bag with paper towel to absorb moisture.";

msg[3] = "Keep the cut outs of your recipes clean and easy to use by storing them in small photo albums.";

msg[4] = "Children's stickers can be removed from wood by applying white vinegar to the sticker, letting it soak and then scraping off.";

msg[5] = "Refrigerate candles for several hours before lighting; it will cause fewer drips.";

msg[6] = "Those beds of pansies will bloom more prolifically if you take a few moments to pinch out early buds. This encourages plants to bush out and, in the end, produce more flowers.";

msg[7] = "To clean small-neck bottles or vases, place a little rice and warm soapy water inside and shake well. Rinse out and let drip dry.";

msg[8] = "To remove a hem crease, sponge the material with white vinegar and press with a warm iron.";

msg[9] = "Crumbled newspapers lining the vegetable compartments of a refrigerator will keep veggies crisp.";

msg[10] = "To easily remove burnt on food from your skillet, simply add a drop or two of dish soap and enough water to cover bottom of pan, and bring to boil on stovetop.";

msg[11] = "Spray inside of ice cube trays with non-stick cooking spray. It will make ice cubes practically fall out instead of sticking.";

msg[12] = "Before you wear a new garment, put a little clear nail polish on the front and back of each button. Buttons will stay on longer when their threads are sealed.";

msg[13] = "Crayon marks on walls? This worked wonderfully! A damp rag dipped in baking soda. Comes off with little effort.";

msg[14] = "Nail polish remover removes tar and grease from white leather shoes.";

msg[15] = "Use peanut butter to remove chewing gum from carpets. Smear peanut butter on gum to loosen.";

msg[16] = "Citric fruit rinds will remove grease spots from oven tops.";

msg[17] = "Permanent marker on appliances/counter tops: Use Rubbing alcohol on paper towel.";

msg[18] = "To clean your blender in a jiffy, partly fill the container with the solution of warm water and liquid soap, secure the lid and run the motor for a few seconds. Drain the container, rinse it thoroughly, and set aside to dry thoroughly.";

msg[19] = "To whiten an old stained sink, poor a half cup of salt in it and then scrub it with a lemon. Let it stand for a few minutes and rinse.";

msg[20] = "To clean small children’s toys such as Lego bricks, place them in a pillowcase, secure the top with safety pins and put through a cold wash in your washing machine.";

msg[21] = "Save the water after boiling eggs and cool it, then use it as a tonic for your houseplants.";

msg[22] = "Want to give stemmed flowers more length for an arrangement, just slide them into soda straws before putting them into an vase.";

msg[23] = "To remove skid marks on linoleum rub the spot with toothpaste before washing the floor.";

msg[24] = "Run a cup of white vinegar through the entire cycle of an empty dishwasher. This will remove all soap film and leave it sparkling clean.";

msg[25] = "To keep your plastic containers from getting stained from tomato based foods, rub the inside with vegetable oil before placing the food in the container.";

msg[26] = "Ball point pen stains can be removed by using hair spray - let the hair spray dry and wash the item.";

msg[27] = "Sprinkle dry cornstarch or baking soda on carpet and vacuum. It’ll remove any odors and make your carpet fresh.";

msg[28] = "Children's stickers can be removed from wood by applying white vinegar to the sticker, letting it soak and then scraping off.";

msg[29] = "To keep apples from turning brown, add little citrus juice like the juice of a lemon or orange and toss apples in it.";

msg[30] = "Before chopping nuts in a food processor, dust them with flour. This keeps the nuts from sticking to the processor.";

msg[31] = "Use air-freshener to clean mirrors. It does a good job and better still, leaves a lovely smell to the shine. ";


document.write(msg[today]);
//-->
