// JavaScript Document

<!--
var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"298\" height=\"78\" alt=\"FYI\" border=\"0\" class=\"WhiteUnderlineIMG\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*10);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "programs/keep-cool.php" +bdis+ "../../img/fyi/impact/fyi_imp001.gif\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "programs/retire-your-ride.php" +bdis+ "../../img/fyi/impact/fyi_imp002.gif\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "programs/switch-out.php" +bdis+ "../../img/fyi/impact/fyi_imp003.gif\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "programs/switch-the-stat.php" +bdis+ "../../img/fyi/impact/fyi_imp004.gif\"" +edis);
}

if (img == "4") {
document.write(b1dis+ "impact-programs.php" +bdis+ "../../img/fyi/impact/fyi_imp005.gif\"" +edis);
}

if (img == "5") {
document.write(b1dis+ "impact-programs.php" +bdis+ "../../img/fyi/impact/fyi_imp006.gif\"" +edis);
}

if (img == "6") {
document.write(b1dis+ "programs/cool-shops.php" +bdis+ "../../img/fyi/impact/fyi_imp007.gif\"" +edis);
}

if (img == "7") {
document.write(b1dis+ "programs/mow-down-pollution.php" +bdis+ "../../img/fyi/impact/fyi_imp008.gif\"" +edis);
}

if (img == "8") {
document.write(b1dis+ "impact-programs.php" +bdis+ "../../img/fyi/impact/fyi_imp009.gif\"" +edis);
}

if (img == "9") {
document.write(b1dis+ "programs/switch-the-stat.php" +bdis+ "../../img/fyi/impact/fyi_imp010.gif\"" +edis);
}

// -->