<!--
document.writeln("<script language=\"javascript\" type=\"text/javascript\">");
document.writeln("// (C) 2002 www.CodeLifter.com");
document.writeln("// http://www.codelifter.com");
document.writeln("// Set the slideshow speed (in milliseconds)");
document.writeln("var SlideShowSpeed = 3000;");
document.writeln("");
document.writeln("// Set the duration of crossfade (in seconds)");
document.writeln("var CrossFadeDuration = 3;");
document.writeln("");
document.writeln("var Picture = new Array(); // don't change this");
document.writeln("var Caption = new Array(); // don't change this");
document.writeln("");
document.writeln("Picture[1] = '/government/images/logos/Image001.jpg';");
document.writeln("Picture[2] = '/government/images/logos/Image002.jpg';");
document.writeln("Picture[3] = '/government/images/logos/Image003.jpg';");
document.writeln("Picture[4] = '/government/images/logos/Image004.jpg';");
document.writeln("Picture[5] = '/government/images/logos/Image005.jpg';");
document.writeln("Picture[6] = '/government/images/logos/Image006.jpg';");
document.writeln("Picture[7] = '/government/images/logos/Image007.jpg';");
document.writeln("Picture[8] = '/government/images/logos/Image008.jpg';");
document.writeln("Picture[9] = '/government/images/logos/Image009.jpg';");
document.writeln("Picture[10] = '/government/images/logos/Image010.jpg';");
document.writeln("Picture[11] = '/government/images/logos/Image011.jpg';");
document.writeln("Picture[12] = '/government/images/logos/Image012.jpg';");
document.writeln("Picture[13] = '/government/images/logos/Image013.jpg';");
document.writeln("Picture[14] = '/government/images/logos/Image014.jpg';");
document.writeln("Picture[15] = '/government/images/logos/Image015.jpg';");
document.writeln("Picture[16] = '/government/images/logos/Image016.jpg';");
document.writeln("Picture[17] = '/government/images/logos/Image017.jpg';");
document.writeln("Picture[18] = '/government/images/logos/Image018.jpg';");
document.writeln("Picture[19] = '/government/images/logos/Image019.jpg';");
document.writeln("Picture[20] = '/government/images/logos/Image020.jpg';");
document.writeln("Picture[21] = '/government/images/logos/Image021.jpg';");
document.writeln("Picture[22] = '/government/images/logos/Image022.jpg';");
document.writeln("Picture[23] = '/government/images/logos/Image023.jpg';");
document.writeln("Picture[24] = '/government/images/logos/Image024.jpg';");
document.writeln("Picture[25] = '/government/images/logos/Image025.jpg';");
document.writeln("Picture[26] = '/government/images/logos/Image026.jpg';");
document.writeln("Picture[27] = '/government/images/logos/Image027.jpg';");
document.writeln("Picture[28] = '/government/images/logos/Image028.jpg';");
document.writeln("Picture[29] = '/government/images/logos/Image029.jpg';");
document.writeln("Picture[30] = '/government/images/logos/Image030.jpg';");
document.writeln("Picture[31] = '/government/images/logos/Image031.jpg';");
document.writeln("");
document.writeln("");
document.writeln("Caption[1] = \"\";");
document.writeln("Caption[2] = \"\";");
document.writeln("Caption[3] = \"\";");
document.writeln("Caption[4] = \"\";");
document.writeln("Caption[5] = \"\";");
document.writeln("Caption[6] = \"\";");
document.writeln("Caption[7] = \"\";");
document.writeln("Caption[8] = \"\";");
document.writeln("Caption[9] = \"\";");
document.writeln("Caption[10] = \"\";");
document.writeln("Caption[11] = \"\";");
document.writeln("Caption[12] = \"\";");
document.writeln("Caption[13] = \"\";");
document.writeln("Caption[14] = \"\";");
document.writeln("Caption[15] = \"\";");
document.writeln("Caption[16] = \"\";");
document.writeln("Caption[17] = \"\";");
document.writeln("Caption[18] = \"\";");
document.writeln("Caption[19] = \"\";");
document.writeln("Caption[20] = \"\";");
document.writeln("Caption[21] = \"\";");
document.writeln("Caption[22] = \"\";");
document.writeln("Caption[23] = \"\";");
document.writeln("Caption[24] = \"\";");
document.writeln("Caption[25] = \"\";");

document.writeln("Caption[26] = \"\";");
document.writeln("Caption[27] = \"\";");
document.writeln("Caption[28] = \"\";");
document.writeln("Caption[29] = \"\";");
document.writeln("Caption[30] = \"\";");
document.writeln("Caption[31] = \"\";");
document.writeln("");
document.writeln("var tss;");
document.writeln("var iss;");
document.writeln("var jss = Math.floor(1 + Math.random()*31);");
document.writeln("var pss = Picture.length-1;");
document.writeln("");
document.writeln("var preLoad = new Array();");
document.writeln("for (iss = 1; iss < pss+1; iss++){");
document.writeln("preLoad[iss] = new Image();");
document.writeln("preLoad[iss].src = Picture[iss];}");
document.writeln("");
document.writeln("function runSlideShow(){");
document.writeln("if (document.all){");
document.writeln("document.images.PictureBox.style.filter=\"blendTrans(duration=2)\";");
document.writeln("document.images.PictureBox.style.filter=\"blendTrans(duration=CrossFadeDuration)\";");
document.writeln("document.images.PictureBox.filters.blendTrans.Apply();}");
document.writeln("document.images.PictureBox.src = preLoad[jss].src;");
document.writeln("if (document.getElementById) document.getElementById(\"CaptionBox\").innerHTML= Caption[jss];");
document.writeln("if (document.all) document.images.PictureBox.filters.blendTrans.Play();");
document.writeln("jss = Math.floor(1 + Math.random()*31);");
document.writeln("if (jss > (pss)) jss=1;");
document.writeln("tss = setTimeout('runSlideShow()', SlideShowSpeed);");
document.writeln("}");
document.writeln("");
document.writeln("</script\>");
//-->