// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "Get your department of transportation to implement a no idle policy and utilize biodiesel & renewable fuels in your generators and trucks."
random_text[number++] = "Reduce your electricity usage by turning off and unplugging equipment when not in use."
random_text[number++] = "Engage department heads and crew early during the production discussions about sustainability goals."
random_text[number++] = "Did you know that laptop computers draw 15-25 watts during regular use compared to 150 watts used by conventional desktop computers and monitors."
random_text[number++] = "Use rechargeable batteries wherever possible and ensure crew has a sufficient number of chargers."
random_text[number++] = "Hire a waste management provider offering single source recycling services where bottles/cans/paper are sorted the facility rather than on set."
random_text[number++] = "Donate old props and set dressing to schools, film students and charity organizations."
random_text[number++] = "Read documents on your screen instead of printing, if you need to print use recycled paper."
random_text[number++] = "Provide the unit manager with environmentally responsible cleaning products."
random_text[number++] = "Follow environmental best practices and the Code of Conduct for filming in environmentally sensitive areas."
random_text[number++] = "Cordon off sensitive areas and mark the appropriate path for walkways and vehicles. Ensure paths are also clearly marked on call sheet's."

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);