<!-- Begin first image
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'http://www.philau.edu/admissions/img/header/a/a0.jpg'
theImages[1] = 'http://www.philau.edu/admissions/img/header/a/a1.jpg'
theImages[2] = 'http://www.philau.edu/admissions/img/header/a/a2.jpg'
theImages[3] = 'http://www.philau.edu/admissions/img/header/a/a3.jpg'
theImages[4] = 'http://www.philau.edu/admissions/img/header/a/a4.jpg'
theImages[5] = 'http://www.philau.edu/admissions/img/header/a/a5.jpg'
theImages[6] = 'http://www.philau.edu/admissions/img/header/a/a6.jpg'
theImages[7] = 'http://www.philau.edu/admissions/img/header/a/a7.jpg'
theImages[8] = 'http://www.philau.edu/admissions/img/header/a/a8.jpg'
theImages[9] = 'http://www.philau.edu/admissions/img/header/a/a9.jpg'


// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img alt="" border="0" src="'+theImages[whichImage]+'">');
}


// Begin second image which we will call b
// Set up the image files to be used.
var theImagesb = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesb[0] = 'http://www.philau.edu/admissions/img/header/b/b0.jpg'
theImagesb[1] = 'http://www.philau.edu/admissions/img/header/b/b1.jpg'
theImagesb[2] = 'http://www.philau.edu/admissions/img/header/b/b2.jpg'
theImagesb[3] = 'http://www.philau.edu/admissions/img/header/b/b3.jpg'
theImagesb[4] = 'http://www.philau.edu/admissions/img/header/b/b4.jpg'
theImagesb[5] = 'http://www.philau.edu/admissions/img/header/b/b5.jpg'
theImagesb[6] = 'http://www.philau.edu/admissions/img/header/b/b6.jpg'
theImagesb[7] = 'http://www.philau.edu/admissions/img/header/b/b7.jpg'
theImagesb[8] = 'http://www.philau.edu/admissions/img/header/b/b8.jpg'
theImagesb[9] = 'http://www.philau.edu/admissions/img/header/b/b9.jpg'


// do not edit anything below this line

var k = 0
var q = theImagesb.length;
var preBufferb = new Array()
for (y = 0; y < q; y++){
   preBufferb[y] = new Image()
   preBufferb[y].src = theImagesb[i]
}
var whichImageb = Math.round(Math.random()*(q-1));
function showImageb(){
document.write('<img alt="" border="0" src="'+theImagesb[whichImageb]+'">');
}

//  End -->

// Begin third image which we will call c
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/img/header/c/c0.jpg'
theImagesc[1] = 'http://www.philau.edu/admissions/img/header/c/c1.jpg'
theImagesc[2] = 'http://www.philau.edu/admissions/img/header/c/c2.jpg'
theImagesc[3] = 'http://www.philau.edu/admissions/img/header/c/c3.jpg'
theImagesc[4] = 'http://www.philau.edu/admissions/img/header/c/c4.jpg'
theImagesc[5] = 'http://www.philau.edu/admissions/img/header/c/c5.jpg'
theImagesc[6] = 'http://www.philau.edu/admissions/img/header/c/c6.jpg'
theImagesc[7] = 'http://www.philau.edu/admissions/img/header/c/c7.jpg'
theImagesc[8] = 'http://www.philau.edu/admissions/img/header/c/c8.jpg'
theImagesc[9] = 'http://www.philau.edu/admissions/img/header/c/c9.jpg'


// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->

// Begin third image which we will call g
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/images/subpage-pic1.jpg'

// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->

// Begin third image which we will call h
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/images/subpage-pic2.jpg'

// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->

// Begin third image which we will call i
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/images/subpage-pic3.jpg'

// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->

// Begin third image which we will call j
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/images/subpage-pic4.jpg'

// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->

// Begin third image which we will call k
// Set up the image files to be used.
var theImagesc = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImagesc[0] = 'http://www.philau.edu/admissions/images/subpage-pic5.jpg'

// do not edit anything below this line

var l = 0
var r = theImagesc.length;
var preBufferc = new Array()
for (z = 0; z < r; z++){
   preBufferc[z] = new Image()
   preBufferc[z].src = theImagesc[i]
}
var whichImagec = Math.round(Math.random()*(r-1));
function showImagec(){
document.write('<img alt="" border="0" src="'+theImagesc[whichImagec]+'">');
}

//  End -->




