var ad = new Array()

//Random-loading images
ad[0] = 'images/homepageadd/uwstout.png' // replace with names of images
ad[1] = 'images/homepageadd/washburn.png' // replace with names of images
ad[2] = 'images/homepageadd/bemijdi.png' // replace with names of images
ad[3] = 'images/homepageadd/uic.png' // replace with names of images
ad[4] = 'images/homepageadd/ukkentucy.png' // replace with names of images
ad[5] = 'images/homepageadd/franklin.png' // replace with names of
ad[6] = 'images/homepageadd/ouslide.png' // replace with names of

ad[7] = 'images/homepageadd/missouri_western.gif' // replace with names of
ad[8] = 'images/homepageadd/nku.png' // replace with names of
ad[9] = 'images/homepageadd/texas.png' // replace with names of

  // advertised in book and got home page too, not on site registration pages
ad[10] = 'images/homepageadd/governerstate.jpg' // replace with names of

ad[11] = 'images/homepageadd/character.gif' // replace with names of

var j = 0
var p = ad.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = ad[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){

if(whichImage==0){


document.write('<MAP NAME="map1"><AREA   HREF="http://www3.uwstout.edu/programs/msap/index.cfm"  target="_blank" ALT="UW-STOUT" TITLE="UWSTOUT"   SHAPE=RECT COORDS="0,0,244,120"><AREA   HREF="http://www3.uwstout.edu/programs/msap/io/index.cfm"  target="_blank" ALT="Industrial/Organizational Psychology" TITLE="Industrial/Organizational Psychology"   SHAPE=RECT COORDS="0,124,243,133"><AREA   HREF="http://www3.uwstout.edu/programs/msap/health/index.cfm"  target="_blank" ALT="Health Psychology" TITLE="Health Psychology"   SHAPE=RECT COORDS="0,135,250,148"><AREA   HREF="http://www3.uwstout.edu/programs/msap/programeval/index.cfm"  target="_blank" ALT="Health Psychology" TITLE="Evaluation Studies" SHAPE=RECT COORDS="0,151,250,163">  <AREA   HREF="http://www3.uwstout.edu/programs/msap/index.cfm"  target="_blank" ALT="UWSTOUT" TITLE="UWSTOUT"   SHAPE=RECT COORDS="0,168,284,290"><IMG SRC="../images/homepageadd/uwstout.png"   ALT="UWSTOUT" BORDER=0 align="right"  USEMAP="#map1"></map>');



/*
document.write('<a href ="http://www.uwstout.edu/" target="_blank"><img src="'+ad[whichImage]+'" border=0 align="right" style="padding:5px"></a>');
*/
}
else if(whichImage==1){
document.write('<a href ="http://www.washburn.edu/cas/psychology/" target="_blank"><img src="'+ad[whichImage]+'" border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==2){
document.write('<a href ="http://www.bemidjistate.edu/" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==3){
document.write('<a href ="http://www.psch.uic.edu/" target="_blank"><img src="'+ad[whichImage]+'" border=0 align="right" style="padding:5px" ></a>');
}
else if(whichImage==4){
document.write('<a href ="http://www.uky.edu/CAR/" target="_blank"><img src="'+ad[whichImage]+'" border=0 align="right" style="padding:5px" ></a>');
}

else if(whichImage==5){
document.write('<a href ="http://www.rosalindfranklin.edu/dnn/chp/home/CHP/Psychology/tabid/1456/Default.aspx" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}

else if(whichImage==6){
document.write('<a href ="http://www.ou.edu/cas/psychology/" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==7){
document.write('<a href ="http://www.missouriwestern.edu/psychology/" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==8){
document.write('<a href ="http://psychology.nku.edu/programs/graduate.php" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}

else if(whichImage==9){
document.write('<a href ="http://www.depts.ttu.edu/psy/" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==11){
document.write('<a href ="http://www.thecharacterproject.com/documents/Psychology_RFP.pdf" target="_blank"><img src="'+ad[whichImage]+'"border=0 align="right" style="padding:5px"></a>');
}
else if(whichImage==10){
document.write('<a href ="http://www.govst.edu/coe/t_coe_pgm_mapsy.aspx?id=130" target="_blank"><img src="'+ad[whichImage]+'"border=1 align="right" style="padding:0px;border-color:black;"></a>');
}

}

