// 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()*8);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str001.gif\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str002.gif\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str003.gif\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str004.gif\"" +edis);
}

if (img == "4") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str005.gif\"" +edis);
}

if (img == "5") {
document.write(b1dis+ "program-delivery.php" +bdis+ "../../img/fyi/strategy/fyi_str006.gif\"" +edis);
}

if (img == "6") {
document.write(b1dis+ "research-and-engagement.php" +bdis+ "../../img/fyi/strategy/fyi_str007.gif\"" +edis);
}

if (img == "7") {
document.write(b1dis+ "staffing-services.php" +bdis+ "../../img/fyi/strategy/fyi_str008.gif\"" +edis);
}

// -->