<!-- Small Banner Rotation
function create() {
this.width = ''
this.height = ''
this.src = ''
this.href = ''
this.border = ''}
ads = new Array()
for(var i=1; i<=11; i++) { ads[i] = new create() }

//Agriculture & Forestry Research
ads[1].width = "125"
ads[1].height = "50"
ads[1].src = "http://www.nutball.com/archive/psaportal/images/sbanners/minicows.gif"
ads[1].href = "http://www.clemson.edu/agforestryresearch "
ads[1].border = "0"

//Garrison Arena
ads[2].width = "125"
ads[2].height = "50"
ads[2].src = "http://www.nutball.com/archive/psaportal/images/sbanners/minited.gif"
ads[2].href = "http://virtual.clemson.edu/groups/garrison"
ads[2].border = "0"

//IFNL
ads[3].width = "125"
ads[3].height = "50"
ads[3].src = "http://www.nutball.com/archive/psaportal/images/sbanners/miniifnl.gif"
ads[3].href = "http://www.clemson.edu/ifnl"
ads[3].border = "0"

//Cruisers
ads[4].width = "125"
ads[4].height = "50"
ads[4].src = "http://www.nutball.com/archive/psaportal/images/sbanners/cruis1a.gif"
ads[4].href = "../clients/cruisers.htm"
ads[4].border = "0"

//Cruisers
ads[5].width = "125"
ads[5].height = "50"
ads[5].src = "http://www.nutball.com/archive/psaportal/images/sbanners/cruis2a.gif"
ads[5].href = "../clients/cruisers.htm"
ads[5].border = "0"

//Development
ads[6].width = "125"
ads[6].height = "50"
ads[6].src = "http://www.nutball.com/archive/psaportal/images/sbanners/dev2a.gif"
ads[6].href = "../clients/develop.htm"
ads[6].border = "0"

//Your Day
ads[7].width = "125"
ads[7].height = "50"
ads[7].src = "http://www.nutball.com/archive/psaportal/images/sbanners/yourdaysm.gif"
ads[7].href = "http://www.clemson.edu"
ads[7].border = "0"

//Palmetto Leadership
ads[8].width = "125"
ads[8].height = "50"
ads[8].src = "http://www.nutball.com/archive/psaportal/images/sbanners/palm1a.gif"
ads[8].href = "http://cherokee.agecon.clemson.edu/palmetto.htm"
ads[8].border = "0"

//Palmetto Leadership
ads[9].width = "125"
ads[9].height = "50"
ads[9].src = "http://www.nutball.com/archive/psaportal/images/sbanners/palm2a.gif"
ads[9].href = "http://cherokee.agecon.clemson.edu/palmetto.htm"
ads[9].border = "0"

//Botanical Garden
ads[10].width = "125"
ads[10].height = "50"
ads[10].src = "http://www.nutball.com/archive/psaportal/images/sbanners/scbgsm1.gif"
ads[10].href = "http://www.clemson.edu/scbg"
ads[10].border = "0"

//Botanical Garden
ads[11].width = "125"
ads[11].height = "50"
ads[11].src = "http://www.nutball.com/archive/psaportal/images/sbanners/scbgsm2.gif"
ads[11].href = "http://www.clemson.edu/scbg"
ads[11].border = "0"

var n = Math.round(11*Math.random()+1);
if(n==0) {
  n=1 }
if(n>11) {
  n=11 }
var image = ads[n]
var ad = ""
ad += '<a href="' + image.href + '" target="View"> \n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border
ad += '\n ></a>'
// End Small Banner Rotation-->
