document.write('<a href="http://www.rubbish.net"><img src="http://www.rubbish.net/greentip.jpg" width="96" height="19" border="0"></a> ');
document.write("<br>");
var mess = [];
mess.push('<font color="#009900">Boil just enough. Kettles love guzzling energy so boil just as much water as you need</font>');
mess.push('<font color="#009900">Get up and turn it off. A TV on standby uses vast quantities of energy</font>');
mess.push('<font color="#009900">Use containers again - buy food, drinks and toiletries in returnable containers and ask local shops to stock them. Ask your school or workplace to provide reusable cups, plates, cutlery etc.</font>');
mess.push('<font color="#009900">Avoid disposable batteries - use rechargeable ones with solar powered rechargers.</font>');
mess.push('<font color="#009900">Refuse plastic carrier bags - use a cotton one instead.</font>');
mess.push('<font color="#009900">Buy loose fruit and veg from a local market or grocer rather than highly-packaged goods from supermarkets - it can be cheaper too.</font>');
mess.push('<font color="#009900">Having a shower instead of a bath saves about 40 litres of water. Install spray taps for new sinks, as they use less water than normal taps.</font>');
mess.push('<font color="#009900">Old spectacles can be given to high-street opticians to be donated to people around the world.</font>');
mess.push('<font color="#009900">Make a shopping list so you buy only what you need. Choose a bag for life instead of plastic carrier bags</font>');
mess.push('<font color="#009900">Newspaper can be used for all kinds of things, lining pets cages, protecting floors from paint, arts and crafts and they make great barriers mulch to suppress weeds.</font>');
mess.push('<font color="#009900">Re-use shopping bags as bin liners, and old clothes for cleaning cloths.</font>')
mess.push('<font color="#009900">Obsolete mobile phones , with SIM cards removed, are now accepted by numerous mobile phone retailers.</font>')
mess.push('<font color="#009900">Turn old cards into gift tags, you could even use unusual patterned scissors to create interesting edges or use them to make new cards.</font>')
mess.push('<font color="#009900">Donate your magazines when you have finished reading them to your local doctors, dentists, hospital or anywhere with waiting rooms, alternatively pass it onto a friend to read also.</font>')
mess.push('<font color="#009900">Put your wet autumn leaves in a black bin liners and moisten, make some holes in the bag and a year later you will have leafmould which you can use again in your garden.</font>')
mess.push('<font color="#009900">Collect your rain water, by installing a water butt or devices within your pipes to capture rain water its much better for plants than chlorinated tap water.</font>')
mess.push('<font color="#009900">If you must print off emails and documents, print on both sides. This feature is usually accessed through your print properties.</font>')
mess.push('<font color="#009900">Put your used and confidential paper through a shredding machine and use it for bedding for small animals or lay newspapers on the bottom of your animal hutches.</font>')
mess.push('<font color="#009900">Buy low-energy bulbs. They give the same amount of light but use a third of the energy.</font>');
var num = Math.floor((Math.random() * mess.length));
document.writeln(mess[num]);
