//**************************************************************
// Random Banner Script: Paul Houle  ph18[AT]cornell.edu
// 04Nov12 Modified to add a link to banner: Pat Drummond  Pat[AT]manotick.net
// You may use this script if you include this header.
//**************************************************************
   today=new Date();
   jran=today.getTime();

	var number=12;

var rand=0;
var image="";
function randomizeNumber()
{ ia=9301; ic=49297; im=233280; jran = (jran*ia+ic) % im;
   rand=Math.ceil( (jran/(im*1.0)) *number);
if (rand==1) {image="boaterexam.jpg";		page="biz\/boaterexam.html";}
if (rand==2) {image="boaterexam.gif";		page="biz\/boaterexam.html";}
if (rand==3) {image="rideauforest.gif";		page="biz/rideauforest.html";}
if (rand==4) {image="magpiehill.jpg";		page="biz\/magpiehill.html";}
if (rand==5) {image="maitreyayoga.jpg";		page="biz\/maitreyayoga.html";}
if (rand==6) {image="tedkellylaw.gif";		page="biz\/tedkellylaw.html";}
if (rand==7) {image="sharonboothroyd.jpg";	page="biz\/sharonboothroyd.html";}
if (rand==8) {image="donaldphamilton.gif";	page="biz\/donaldphamilton.html";}
if (rand==9) {image="manotickdirectory.gif";	page="biz\/manotickdirectory.html";}
if (rand==10) {image="countryharvestcatering.gif";page="biz\/countryharvestcatering.html";}
if (rand==11) {image="peacockesthetics.jpg";	page="biz\/peacockesthetics.html";}
if (rand==12) {image="billanddave.jpg";		page="biz\/billanddave.html";}

   page="http://manotick.net/" + page
   image="http://manotick.net/banners/" + image
}
