function GetRandomNumber() {
	Seconds = new Date()
	RandomNumber = Seconds.getSeconds()

if ((RandomNumber > 10) && (RandomNumber < 21)) {
	RandomNumber = RandomNumber - 10
	}
if ((RandomNumber > 20) && (RandomNumber< 31)) {
	RandomNumber = RandomNumber -20
	}
if ((RandomNumber > 30) && (RandomNumber< 41)) {
	RandomNumber = RandomNumber -30
	}
if ((RandomNumber > 40) && (RandomNumber< 51)) {
	RandomNumber = RandomNumber -40
	}
if ((RandomNumber > 50) && (RandomNumber< 61)) {
	RandomNumber = RandomNumber -50
	}
if (RandomNumber == 0) {
	RandomNumber = 10
	}
}

function RandomImage(n) {
 this.length = n
 for (var i=1; i <= n; i++) {
  this[i] = null;
 }
 return this
}

		
bigAd = new RandomImage(10)
bigAd[1] = "<img src='/resources/images/polariods/boyBook.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[2] = "<img src='/resources/images/polariods/asianGirl.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[3] = "<img src='/resources/images/polariods/ballerina.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[4] = "<img src='/resources/images/polariods/boyApple.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[5] = "<img src='/resources/images/polariods/cafeteria.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[6] = "<img src='/resources/images/polariods/lunchLine1.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[7] = "<img src='/resources/images/polariods/lunchLine2.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[8] = "<img src='/resources/images/polariods/mulatoChild.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[9] = "<img src='/resources/images/polariods/soccerKids.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[10] = "<img src='/resources/images/polariods/boyBook.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[11] = "<img src='/resources/images/polariods/asianGirl.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[12] = "<img src='/resources/images/polariods/ballerina.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[13] = "<img src='/resources/images/polariods/boyApple.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[14] = "<img src='/resources/images/polariods/cafeteria.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[15] = "<img src='/resources/images/polariods/lunchLine1.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[16] = "<img src='/resources/images/polariods/lunchLine2.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[17] = "<img src='/resources/images/polariods/mulatoChild.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[18] = "<img src='/resources/images/polariods/soccerKids.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[19] = "<img src='/resources/images/polariods/boyBook.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"
bigAd[20] = "<img src='/resources/images/polariods/lunchLine1.jpg' width=190 height=116 border='0' vspace='0' hspace='0' align='top'>"