<!--   

var didyouknow = new Array();

didyouknow[0] = "Every Cool Blue Box incorporates a high-tech RFiD microchip enabling total product traceability.";

didyouknow[1] = "Cool Blue box lids can be taken down to a temperature of -40°c without causing any structural damage.";

didyouknow[2] = "Our unique box design means as much as an extra 6 tons of fish per 40ft.";

didyouknow[3] = "The Cool Blue box incorporates Microban technology; this added protection is, unique to fish boxes supplied by the Cool Blue Box Company.";

didyouknow[4] = "Innovative design ensures our boxes, and lids, can be stacked - reducing storage by up to 60%.";

didyouknow[5] = "Our boxes share a similar unit rental cost price to polystyrene boxes - including collection and sterilisation.";

didyouknow[6] = "Due to our unique design, an extra 9 boxes can be stacked per pallet compared to current the 24 polystyrene boxes per pallet.";

didyouknow[7] = "Total traceability with our unique RFiD microchip eliminates the need for awkward and unhygienic labeling.";

didyouknow[8] = "Fish suppliers can avoid both the cost of expensive investment in ice- making machinery and ice disposal costs!";

didyouknow[9] = "Reduce your carbon footprint! Our reusable boxes eliminate the cost of crushing and subsequent disposal of polystyrene boxes into landfill.";

didyouknow[10] = "Re-using one Cool Blue Box every day for a year eliminates the need for 365 polystyrene boxes!";

didyouknow[11] = "Our rental service cleans, sterilises and returns boxes back to the customer, ready to be used again - and again!";
 
didyouknow[12] = "Our unique re-usable box eliminates the need of polystyrene boxes - which contribute significantly to landfill and Co2 emissions.";

didyouknow[13] = "After production, the Cool Blue Box has a carbon-footprint of ZERO!";

randomChoice = Math.floor(Math.random()*didyouknow.length);

document.write (didyouknow[randomChoice]);















-->