//document.write(	"<table border='0' style='margin:6px 0 0 6px; width:157px; height:90px; overflow:hidden'>" +
document.write(	"<table border='0' cellpadding='0' cellspacing='0' align='center' width='95%' style='margin-top:1px; overflow:hidden'>" +
				"<tr><td style='line-height:11px;' valign='top'>" +
				"<span id='green_facts' class='styleBlancoFacts'>&nbsp;</span> " +
				"<a href='gre_liv.html?t=gf' class='linksVerde'>more&gt;</a>" +
				"</td></tr>" +
				"</table>");

var greenFacts = new Array(
	"Buildings  are responsible for 16% of fresh water withdrawal...",
	"By Installing water conserving appliances, a family of 2 can save approximately 20,000 gallons of water a year...",
	"Buildings consume 25% of the worlds timber harvest...",
	"By using steel and concrete construction, Hjärta saved approx. 1,609 trees...",
	"The  EPA ranks poor indoor air quality among the top 5 environmental risks to&nbsp; public health...",
	"Buildings  consume 40% (3 billion tons annually) of raw materials used globally...",
	"Cork remains the only tree whose bark can regenerate itself after harvest,  leaving the tree unharmed...",
	"At  least 95% of hjarta&rsquo;s construction waste will be diverted from the landfill by  recycling or salvaging materials... ",
	"2.5  billion people globally have no electricity. The U.S uses 25% of the world&rsquo;s  energy... ",
	"Buildings  are responsible for 35% of the worlds CO2 gas emissions... ",
	"For  every kilowatt-hour of electricitiy we save, we reduce the amount of carbon  dioxide (the greenhouse gas) that enters the atmosphere... ",
	"99% of the building materials from structures existing on Hj&auml;rta's  site prior to construction, have been recycled... ",
	"The average building consumes 1.5 million KWH of electricity annually... ",
	"Hj&auml;rta consumes 25% less, saving approximately 375,000 KWH a year.<br>"
);
var n = Math.floor(Math.random()*greenFacts.length);
var t = document.getElementById("green_facts").innerHTML = greenFacts[n];
