﻿var ar1 = new Array();

ar1[0]= "\"We here at SportReach have been very impressed with the summer employees we have received from Prairie Bible College’s SPORT program...\" <img src=../athletics/images/sportreach.jpg width=124 height=46>";
ar1[1]= "\"We are deeply interested in Prairie training workers for accessing the 10/40 Window nations since we are involved in a new ministry doing just that through sports...\" <img src=../athletics/images/infinitysports.jpg width=102 height=40>";
ar1[2]= "\"If you’re a person looking to soak yourself with positive knowledge in the classroom, and combine it with sports minded people on the hard work.I'd recommend Prairie SPORT program to you...\" <img src=../athletics/images/crosstrainers.jpg width=140 height=29>";



var tickercontainer='<div id="container" style="height:180px;width:162px;padding:2px;background-color: #FFFFFF;border: 3px;border-style: solid;border-color: #E1E1E1;margin-bottom: 1em;filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);-moz-opacity: 0.8; "></div>'

document.write(tickercontainer)

document.getElementById("container").innerHTML=ar1[0]+"<a href=../athletics/SportsMinTesti.htm>(more...)</a>"
currentmsg=1
themessage=''
setInterval("rotatemsg()",6000)
function rotatemsg(){

//Rotate msg and display it in DIV:
document.getElementById("container").innerHTML=ar1[currentmsg]+"<a href=../athletics/SportsMinTesti.htm>(more...)</a>"
currentmsg=(currentmsg<ar1.length-1)? currentmsg+1 : 0
themessage=''
}
