adImg = new Array(
	"../_images/spmp/bball2.jpg"
	,"../_images/spmp/bball.jpg"
	,"../_images/spmp/ribbon.jpg"
	);
imgCntr = adImg.length;
function cyClr() {
if (document.images){
  rndNum = Math.floor
    ((Math.random() * imgCntr))
  document.picycle.src=
     adImg[rndNum]
  }
}
adImg2 = new Array(
	"../_images/spmp/boat-small2.jpg"
	,"../_images/spmp/boat_thumb.jpg"
	,"../_images/spmp/soccer.jpg"
	);
imgCntr2 = adImg2.length;
function cyClr2() {
if (document.images){
  rndNum = Math.floor
    ((Math.random() * imgCntr2))
  document.picycle2.src=
     adImg2[rndNum]
  }
}
adImg3 = new Array(
	"../_images/thumbs/spmp_kite.jpg"
	,"../_images/spmp/stage.jpg"
	);
imgCntr3 = adImg3.length;
function cyClr3() {
if (document.images){
  rndNum = Math.floor
    ((Math.random() * imgCntr3))
  document.picycle3.src=
     adImg3[rndNum]
  }
}
adImg4 = new Array(
	"../_images/spmp/campus_thumb.jpg"
	,"../_images/spmp/entrance.jpg"
	,"../_images/spmp/meadow.jpg"
	);
imgCntr4 = adImg4.length;
function cyClr4() {
if (document.images){
  rndNum = Math.floor
    ((Math.random() * imgCntr4))
  document.picycle4.src=
     adImg4[rndNum]
  }
}
adImg5 = new Array(
	"../_images/parks/spmp_chair_thumb.gif"
	,"../_images/parks/spmp_osprey_thumb.gif"	
	,"../_images/spmp/trail_thumb.jpg"
	,"../_images/spmp/view.jpg"
	);
imgCntr5 = adImg5.length;
function cyClr5() {
if (document.images){
  rndNum = Math.floor
    ((Math.random() * imgCntr5))
  document.picycle5.src=
     adImg5[rndNum]
  }
}

