var mess = new Array();
mess[0]='<a href="http://jumpstart.oa-bsa.org/" target="_blank"><img src="http://www.orca194.org/images/jumpstart.gif" width="179" height="48" border="0" /></a>';
mess[1]='<a href="http://event.oa-bsa.org/events/jambo2010/" target="_blank"><img src="http://www.orca194.org/images/jambo2010_156x55.jpg" width="156" height="55" border="0" /></a>'
mess[2]=' <a href="http://adventure.oa-bsa.org/" target="_blank"><img src="http://adventure.oa-bsa.org/files/linkbanners/oaha_sm.gif" alt="adventure.oa-bsa.org" width="169" height="58" border="0"></a>'
mess[3]='<a href="http://adventure.oa-bsa.org/index.php?p=oaoa" target="_blank"><img src="http://adventure.oa-bsa.org/files/linkbanners/oaoa_sm.gif" alt="OA Ocean Adventure at Sea Base " width="169" height="58" border="0"></a> '
mess[4]='<a href="http://adventure.oa-bsa.org/index.php?p=trailcrew" target="_blank"><img src="http://adventure.oa-bsa.org/files/linkbanners/oatc_sm.gif" alt="OA Trail Crew at Philmont " width="169" height="58" border="0"></a> '
mess[5]='<a href="http://adventure.oa-bsa.org/index.php?p=voyage" target="_blank"><img src="http://adventure.oa-bsa.org/files/linkbanners/oav_sm.gif" alt="OA Voyage at Northern Tier" width="169" height="58" border="0"></a> '
mess[6]='<a href="http://western.oa-bsa.org/" target="_blank"><img src="http://www.orca194.org/images/west.gif" width="150" height="49" border="0" /></a>'
mess[7]='<a href="http://www.oa-bsa.org/" target="_blank"><img src="http://www.orca194.org/images/natbutton.gif" width="150" height="49" border="0" /></a>'
mess[8]='<a href="http://www.redwoodbsa.org/" target="_blank"><img src="http://www.orca194.org/images/council.gif" width="196" height="46" border="0" /></a>'


var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);