// Set up the image files to be used.
var theImages2 = new Array() // do not change this
theImages2[0] = 'http://go.washingtonarmyguard.org/images/nav/0001.jpg'
theImages2[1] = 'http://go.washingtonarmyguard.org/images/nav/0002.jpg'
theImages2[2] = 'http://go.washingtonarmyguard.org/images/nav/0003.jpg'
theImages2[3] = 'http://go.washingtonarmyguard.org/images/nav/0004.jpg'
theImages2[4] = 'http://go.washingtonarmyguard.org/images/nav/0005.jpg'
theImages2[5] = 'http://go.washingtonarmyguard.org/images/nav/0006.jpg'
theImages2[6] = 'http://go.washingtonarmyguard.org/images/nav/0007.jpg'
theImages2[7] = 'http://go.washingtonarmyguard.org/images/nav/0008.jpg'
theImages2[8] = 'http://go.washingtonarmyguard.org/images/nav/0009.jpg'
theImages2[9] = 'http://go.washingtonarmyguard.org/images/nav/0010.jpg'
theImages2[10] = 'http://go.washingtonarmyguard.org/images/nav/0011.jpg'
theImages2[11] = 'http://go.washingtonarmyguard.org/images/nav/0012.jpg'
theImages2[12] = 'http://go.washingtonarmyguard.org/images/nav/0013.jpg'
theImages2[13] = 'http://go.washingtonarmyguard.org/images/nav/0014.jpg'
theImages2[14] = 'http://go.washingtonarmyguard.org/images/nav/0015.jpg'
theImages2[15] = 'http://go.washingtonarmyguard.org/images/nav/0016.jpg'
theImages2[16] = 'http://go.washingtonarmyguard.org/images/nav/0017.jpg'
theImages2[17] = 'http://go.washingtonarmyguard.org/images/nav/0018.jpg'
theImages2[18] = 'http://go.washingtonarmyguard.org/images/nav/0019.jpg'
theImages2[19] = 'http://go.washingtonarmyguard.org/images/nav/0020.jpg'
theImages2[20] = 'http://go.washingtonarmyguard.org/images/nav/0021.jpg'
theImages2[21] = 'http://go.washingtonarmyguard.org/images/nav/0022.jpg'
theImages2[22] = 'http://go.washingtonarmyguard.org/images/nav/0023.jpg'
theImages2[23] = 'http://go.washingtonarmyguard.org/images/nav/0024.jpg'
theImages2[24] = 'http://go.washingtonarmyguard.org/images/nav/0025.jpg'
theImages2[25] = 'http://go.washingtonarmyguard.org/images/nav/0026.jpg'


// do not edit anything below this line
var j = 0
var p = theImages2.length;
var preBuffer2 = new Array()
for (i = 0; i < p; i++){
   preBuffer2[i] = new Image()
   preBuffer2[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}
//  End -->
function MM_preloadImages2() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages2.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

//-->

function MM_swapImgRestore2() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj2(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage2() { //v3.0
  var i,j=0,x,a=MM_swapImage2.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->