rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result;
};
var ad_cnta = 6;
var ada = rand(ad_cnta);
var linka;
var adBannera;

if (ada==1) {
adBannera = "\"From day one he immediately set out to improve the efficiency and effectiveness of my personal administrative staff, as well as Policy as a whole...Further, his management skills are exceptional affording my senior military assistant and special assistants to perform efficiently and effectively on my behalf.\"<br \/><br \/><div align=\"right\"><b>Ryan Henry<\/b><br \/><i>Principal Under Secretary of Defense \(Policy\)<\/i><\/div>";
}

if (ada==2) {
adBannera = "\"Over the past year, there have been a NUMBER of organizational change and challenges and \[DELTA\] has been a great stabilizing factor...I greatly appreciate all the support \[DELTA staff\] provides that command.\"<br \/><br \/> <div align=\"right\"><b>Rear Admiral James McManamon<\/b><br \/><i>Deputy Commander, Surface Warfare, NAVSEA<\/i><\/div>";
}

if (ada==3) {
adBannera = "\"I wish to express my gratitude to the DELTA Resources\&\#39s Team for their exceptional dedication, professionalism, and long hours during the information assurance symposium that helped make it a huge success.\"<br \/><br \/> <div align=\"right\"><b>Mark S. Orndorff<\/b><br \/><i>DISA, Director, Mission Assurance and Network Operations<\/i><\/div>";
}

if (ada==4) {
adBannera = "\"Thank you for your hard work, your dedication, and your unwavering support.  You can take pride in knowing that you played a direct role in ensuring  my success and the success of Team Ships.  You made a difference to us all.\"<br \/><br \/> <div align=\"right\"><b>VADM William E. Landay III<\/b><br \/><i>Program Executive Officer Ships<\/i><\/div>";
}

if (ada==5) {
adBannera = "\"Your outstanding dedication and loyal commitment to improving the safety and operational effectiveness of the Navy’s Warfare Systems was essential to helping the task force produce significant recommendations to VADM McCoy and other senior stakeholders.\"<br \/><br \/> <div align=\"right\"><b>RDML T.G. Wears<\/b><br \/><i>Warfare Systems Certification Task Force<\/i><\/div>";
}

if (ada==6) {
adBannera = "\"You facilitate a critical juncture of our communications between Policy, the SECDEF, the interagency and the international community and are critical to Policy's continued success.\"<br \/><br \/> <div align=\"right\"><b>Susuan Yarwood<\/b><br \/><i>Principal Director, Enterprise Services Principal Under Secretary of Defense \(Policy\)<\/i><\/div>";
}

document.write(adBannera);
