//Last Modified: Tuesday, 12-Oct-04 14:39:33 EDT
var durl=new Array();var isn=new Array();var dalt=new Array();var disn=new Array();var sctr=0;var halt=0;
var number_of_sponsors=6;
durl[0]="/presbynet/books.htm";
durl[1]="/wheresrick/";
durl[2]="/today";
durl[3]="/horizons/";
durl[4]="/ideas/";
durl[5]="/pda/";

function rotateIt(){if (halt!=1){sctr++;if (sctr>number_of_sponsors-1) {sctr=0;} document.rotator.src=isn[sctr].src; setTimeout("rotateIt()",5000);}}
function doIt(){halt=1;parent.location.href=durl[sctr];}
function dispIt(){parent.window.status=durl[sctr];}
function startRotation() {sctr=number_of_sponsors-1; if (document.images) { for (i=0;i<number_of_sponsors;i++){ isn[i]=new Image(); isn[i].src=disn[i];}
isn[0].src="images/pnet-book-smallie-givingtogether.gif";
isn[1].src="images/wheresrick.gif";
isn[2].src="images/pt.gif";
isn[3].src="images/horizons.gif";
isn[4].src="images/ideas.gif";
isn[5].src="images/disaster.gif";

rotateIt();}return true;}

