var text = new Array(7);
var author = new Array(7);
number = 0;

// textArray
text[number] = "Refrigerators need to breathe too.  Units with the coil on the back need room for air circulation; units with their coils mounted underneath need to be cleaned annually."
author[number++] = "Tip #"
text[number] = "Electric ovens require reflective cookware, gas ovens prefer dark cookware."
author[number++] = "Tip #"
text[number] = "It is important to preheat your oven to provide the best results."
author[number++] = "Tip #"
text[number] = "Do not use cookware that is larger than the surface element you are cooking with."
author[number++] = "Tip #"
text[number] = "Stove top elements should never be used on high for extended periods."
author[number++] = "Tip #"
text[number] = "Poor venting and overloading are the leading causes for dryer service."
author[number++] = "Tip #"
text[number] = "It is best to clean your lint filter after each use, and annually inspect and clean your exhaust system."
author[number++] = "Tip #"
text[number] = "To extend the life of your laundry equipment be careful not to overload it."
author[number++] = "Tip #"
text[number] = "The most common cause of laundry problems is the use of too much detergent and softener."
author[number++] = "Tip #"
text[number] = "To be environmentally responsible ,  use a front-load washer,  it saves on water, energy and detergents."
author[number++] = "Tip #"
text[number] = "Foreign objects are the cause for a large percentage of washer service calls, remember to check your pockets."
author[number++] = "Tip #"
text[number] = "Your water supply can cause many issues in a dishwasher.  Mineral deposits in dishwashers often appear as cloudiness on glassware (lime & calcium) or a salt & pepper like deposit, which sticks to items."
author[number++] = "Tip #"
text[number] = "When you have issues with mineral deposits in your dishwasher : the best solution is a water softener."
author[number++] = "Tip #"
text[number] = "“Rinse aid liquid” actually makes the rinse water in your dishwasher wetter causing it to sheet rather than form mineral laden droplets.  Use it to alleviate spotting on your glass ware."
author[number++] = "Tip #"
text[number] = "Having your water hardiness tested would be a first step in solving  washability issues  in your dishwasher."
author[number++] = "Tip #"
text[number] = "Trying a variety of detergents and water temperatures in your dishwasher will often result in the right combination for sparkling dishes."
author[number++] = "Tip #"
text[number] = "Some manufacturers include water softening as an option on their dishwashers.  So if hard water is a problem they may be a perfect option for you."
author[number++] = "Tip #"
text[number] = "If your dishwasher does not drain the most common cause is a restricted drainpipe, either kinked or plugged."
author[number++] = "Tip #"
text[number] = "Cleaner dishes? Use the “Rinse & Hold Cycle”. This low energy and low water use cycle should be run every time new items are added until a full load requires a complete wash cycle."
author[number++] = "Tip #"
text[number] = "If possible place your freezer away from direct sunlight or other heat sources and allow room for air circulation around the unit."
author[number++] = "Tip #"
text[number] = "When planning your kitchen a built in wall oven gives you the ability to put the oven at exactly the right height for ease of access."
author[number++] = "Tip #"
// keep adding items here...

increment = Math.floor(Math.random() * number);
document.write("<EM>&quot;",text[increment],"&quot;</EM><P ALIGN=right>-",author[increment],increment,"</P>");