/*rotate the 8 banners for earthday site 09 JMApr09*/

var randomnumber=Math.floor((Math.random()*8)+1);
document.write("<style>#header{background:url(http://www.epa.gov/earthday/images/" + randomnumber + "edbanner.jpg) 0 0 no-repeat !important;}</style>");

