var fact = new Array();
fact[0]  = "Five billion aluminium drink cans are sold in the UK every year";
fact[1]  = "Novelis operates Europe's only dedicated aluminium can recycling plant in Warrington, Cheshire";
fact[2]  = "Recycling one tonne of aluminium drink cans avoids the emission of about 10 tonnes of CO2";
fact[3]  = "If all the aluminium drink cans sold in the UK each year were laid end to end they would stretch from John O’Groats to Lands End 41 times";
fact[4]  = "Recycling aluminium drink cans saves 95% of the energy needed to make aluminium from raw materials";
fact[5]  = "The energy saved by recycling 1 aluminium drink can would run a computer for 1 hour";
fact[6]  = "Aluminium cans can be recycled over and over again";
fact[7]  = "The sides of an aluminium can are thinner than a human hair";
fact[8]  = "The aluminium drink can is the world's most recycled drinks container";
fact[9]  = "The energy saved by recycling 1 aluminium drink can would run a fridge for 1 hour";
fact[10]  = "Novelis is the world's largest recycler of aluminium drink cans";
fact[11]  = "More aluminium is produced each year than any other non-ferrous metal";
fact[12]  = "The energy saved by recycling 4 aluminium drink cans would run a washing machine for 1 hour";
fact[13]  = "Novelis has the capacity to recycle every aluminium can sold in the UK for the foreseeable future";
fact[14]  = "Recycling aluminium cans saves raw materials and energy and reduces pressure on landfill sites";
fact[15]  = "The energy saved by recycling one aluminium drink can is enough to run a TV for 3 hours";
fact[16]  = "Globally, Novelis recycles over 36 billion used aluminium drink cans every year – these would circle the earth more than 100 times if laid end to end";
fact[17]  = "20 recycled cans can be made with the energy it takes to manufacture one ‘brand new' one.";
fact[18]  = "Three quarters of drink cans sold in the UK are made of aluminium";
fact[19]  = "There is around £20million available to collectors in the UK through cash for cans";
fact[20]  = "Recycling 1kg of aluminium saves 6kg of bauxite, 4kg of chemicals and 14Kwh of electricity.";
fact[21]  = "Recycling aluminium cans is a great way to raise funds for good causes";
fact[22]  = "35% of drink cans are consumed outside the home.";
fact[23]  = "The energy saved by recycling 1 aluminium drink can would boil a kettle 3 times";
fact[24]  = "Aluminium is the world's second most used metal";

// var randomnumber=5;
var randomnumber=Math.floor(Math.random()*24);



