
var links=new Array()

//change the links if desired. Add/ delete additional links as desired.


links[0]='<a href="http://www.adventurenetwork.com/" target="new">Adventure Network!</a> <i>&nbsp;&nbsp;Link of the Day!</i>'
links[1]='<a href="http://www.adventuresports.com/ " target="new"> Adventure Sports</a> <i>&nbsp;&nbsp;Link of the Day! </i>'
links[2]='<a href="http://gorp.com/index.html" target="new">GORP... </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[3]='<a href="http://www.adventure-center.com/" target="new">Adventure Center </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[4]='<a href="http://www.adv-cycling.org/" target="new">Adventure Cycling </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[5]='<a href="http://www.bikepartsusa.com/index.phtml?source=overture" target="new">Bike Parts USA </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'

links[6]='<a href="http://www.bikepartsusa.com/links.phtml" target="new">Bike MFG Links... </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[7]='<a href="http://www.bicycleblowout.com/" target="new">Bicycle Blowout </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[8]='<a href="http://www.easyracers.com" target="new">Easy Racers </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[9]='<a href="http://click.linksynergy.com/fs-bin/click?id=GTr/YSAbtDo&offerid=20594&type=4&subid=" target="new"> REI </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[10]='<a href="http://click.linksynergy.com/fs-bin/click?id=GTr/YSAbtDo&offerid=13701.10000150&type=4&subid=0" target="new"> Board Tactics </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'

links[11]='<a href="http://click.linksynergy.com/fs-bin/click?id=GTr/YSAbtDo&offerid=13701.10000150&type=4&subid=0 target="new""> Tactic Board </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[12]='<a href="http://www.stphoto.com/" target="new"> stphoto.com </a>  <i>&nbsp;&nbsp;For Profesional Cycling Photos!</i>'
links[13]='<a href="http://www.webmountainbike.com/aboutus1.html" target="new"> Web Mtn Bike.com </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
links[14]='<a href="http://www.nsmb.com/" target="new"> NSMB e-magazine </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
//links[15]='<a href="http:// " target="new"> Desc** </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'

//links[16]='<a href="http:// " target="new"> Desc** </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'
//links[17]='<a href="http:// " target="new"> Desc** </a>  <i>&nbsp;&nbsp;Link of the Day!</i>'




var whichlinks=Math.floor(Math.random()*(links.length))
document.write(links[whichlinks])


