function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.lhband.org/banners/amazonbanner.gif"
myimages[2]="http://www.lhband.org/banners/newsportslogo.gif"
myimages[3]="http://www.lhband.org/banners/newlasting.gif"
myimages[4]="http://www.lhband.org/banners/dnbanner.gif"
myimages[5]="http://www.lhband.org/banners/newunderwood.gif"
myimages[6]="http://www.lhband.org/banners/corpglassslipper.gif"
myimages[7]="http://www.lhband.org/banners/corpleos.gif"
myimages[8]="http://www.lhband.org/banners/corpchipotle.gif"
myimages[9]="http://www.lhband.org/banners/corpplaytrade.gif"
myimages[10]="http://www.lhband.org/banners/corptflats.gif"
myimages[11]="http://www.lhband.org/banners/corppublix.gif"
myimages[12]="http://www.lhband.org/banners/corpsubway.gif"
myimages[13]="http://www.lhband.org/banners/corpstarbuchs.gif"
myimages[14]="http://www.lhband.org/banners/corpcoyotoe.gif"
myimages[15]="http://www.lhband.org/banners/corpra.gif"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.amazon.com/gp/redirect.html?link_code=ur2&tag=lakehowellhig-20&camp=1789&creative=9325"
imagelinks[2]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[3]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[4]="http://www.dotnetglobal.com"
imagelinks[5]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[6]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[7]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[8]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[9]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[10]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[11]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[12]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[13]="http://www.lhband.org/aboutlh/sponsers.html"
imagelinks[14]="http://www.coyoteoncampus.com/"
imagelinks[15]="http://www.raled.com/"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+' target=z><img src="'+myimages[ry]+'" border=0 alt="Vist our Corprate Partners"></a>')
}
random_imglink()
//-->
