<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.ecocruising.com' target='_blank'><img src='Headers/Eco Cruising.jpg' border='0'ALT='Eco Cruising & Tours Vancouver Island BC'></a>"

banner[number++] = "<a href='http://www.explorevancouverisland.com/Tree_Climbing_Hornby_Island.htm' target='_parent'><img src='Headers/Eagles Hornby Island BC.jpg' border='0'ALT='Tree Climbing with the Eagles Hornby Island BC'></a>"

banner[number++] = "<a href='http://www.explorevancouverisland.com/55km_Galloping_Goose_Regional_Trail.htm' target='_parent'><img src='Headers/galloping_goose.jpg' border='0'ALT='Galloping Goose Trail Vancouver Island BC'></a>"

// bannerArray
banner[number++] = "<a href='http://www.explorevancouverisland.com/Victoria_Vancouver_Island_BC_Canada.htm' target='_parent'><img src='Headers/Victoria_BC.jpg' border='0'ALT='Victoria BC Canada'></a>"

// bannerArray
banner[number++] = "<a href='http://www.explorevancouverisland.com/CFB_Esquimalt_Victoria_BC_Canada.htm' target='_parent'><img src='Headers/cfb_esquimalt.jpg' border='0'ALT='Canadian Forces Base Esquimalt Victoria BC'></a>"

// bannerArray
banner[number++] = "<a href='http://www.explorevancouverisland.com/Fort_Rodd_Hill_Special_Events.htm' target='_parent'><img src='Headers/fort_rodd_hill_2.jpg' border='0'ALT='SPECIAL EVENTS Fort Rodd Hill National Historic Park Victoria BC'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//-->
