var mess = [];
mess.push('<p style="margin: 0px 10px; color:white;">77% of WEEE collected by WEEE Ireland is processed here in Ireland.</p>');
mess.push('<p style="margin: 0px 10px; color:white;">75% &ndash; 95% of the material in an old appliance can be recycled.</p>');
mess.push('<p style="margin: 0px 10px; color:white;">In 2008, 9.1Kgs of household WEEE was recycled per person in Ireland.</p>');
mess.push('<p style="margin: 0px 10px; color:white;">Ireland doubled the EU target for WEEE collections set for 2007.</p>');
mess.push('<p style="margin: 0px 10px; color:white;">In 2007, approximately 25,000 cars visited our 50 Public Collection Days.</p>');
mess.push('<p style="margin: 0px 10px; color:white;">Over 2 million waste fluorescent tubes and CFLs (energy saving light bulbs to you and me) were collected for recycling by WEEE Ireland in 2007.</p>');
var num = Math.floor((Math.random() * mess.length));
document.writeln(mess[num]);
