


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var howMany = 17
var video = new Array(howMany+1)


video[0]='<iframe src="http://player.vimeo.com/video/10023057?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Food Plot
video[1]='<iframe src="http://player.vimeo.com/video/26752273?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Fun & Learning at the same time Nature Trail
video[2]='<iframe src="http://player.vimeo.com/video/28226117?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Challenged Outdoorsmen 8th Annual Campout
video[3]='<iframe src="http://player.vimeo.com/video/9154650?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA/NETO Hunt '09 (All 3 Days)
video[4]='<iframe src="http://player.vimeo.com/video/9875802?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA/NETO Youth Hunt 2010
video[5]='<iframe src="http://player.vimeo.com/video/14536811?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA Youth Campout 2010 
video[6]='<iframe src="http://player.vimeo.com/video/15219604?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA-NETO Coyote Creek
video[7]='<iframe src="http://player.vimeo.com/video/15535770?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA Handicap Hunt 2008 
video[8]='<iframe src="http://player.vimeo.com/video/15882582?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA-NETO annual youth fishing derby 15882582
video[9]='<iframe src="http://player.vimeo.com/video/18695297?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Challenged Outdoorsmen Physically Challenged Adult Hunt @ Wright Patman Lake Part 1 
video[10]='<iframe src="http://player.vimeo.com/video/18821258?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Challenged Outdoorsmen Physically Challenged Adult Hunt @ Wright Patman Lake Part 2 18821258
video[11]='<iframe src="http://player.vimeo.com/video/19308585?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// COA-NETO Deer Hunt for the physically Challenged  
video[12]='<iframe src="http://player.vimeo.com/video/19668009?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// 2011 Challenged Outdoorsmen 9th annual Youth Hunt 
video[13]='<iframe src="http://player.vimeo.com/video/21613134?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Springlake Park 19th annual Special needs Trout Fishing Derby
video[14]='<iframe src="http://player.vimeo.com/video/21868590?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// (20th annual Shoreline Clean up. Wright Patman Lake
video[15]='<iframe src="http://player.vimeo.com/video/23193041?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Challenged Outdoorsmen's Fishing at Bobby Ferguson Park
video[16]='<iframe src="http://player.vimeo.com/video/26223256?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// Water Safety Training for the Youths of Challenged Outdoorsmen annual camp-out
video[17]='<iframe src="http://player.vimeo.com/video/14336316?byline=0&amp;portrait=0&amp;color=f2332b" width="600" height="450" frameborder="0"></iframe>'
// !!!!America's 234 Birthday Party!!!! COA Independence Day Party

function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}

