    var ic = 3;     // Number of alternative images
    var y = new Array(ic);  // Array to hold filenames
        
y[0] = "Since opening his Olympia violin shop in 1999, Robert Ray has had four different banks.  One never knew his name.  Two others turned him down for a line of credit despite praising his business plan, just because they didn’t know the violin business...<br><br><b>- R.L. Ray Violin Shop LLC</b></div><div class='insert_btn'><a href='our_clients_story_1.asp'><img src='images/btn_readmore_child.gif' alt='Read More' border='0'></a></div>";
y[1] = "The Confederated Tribes of the Chehalis Reservation were in urgent need of a new wellness center. The steady rise in the number of Native Americans eligible for care in Thurston, Mason, Lewis, Grays Harbor and Cowlitz counties had nearly tripled the demand placed on the Oakville, Washington center since its opening in 1979...<br><br><b>- Confederated Tribes of the Chehalis Reservation</b></div><div class='insert_btn'><a href='our_clients_story_2.asp'><img src='images/btn_readmore_child.gif' alt='Read More' border='0'></a></div>";
y[2] = "Having recently transitioned to his own space in Centralia, Terrence Hess, DPM, is glad to have a bank that listens to his needs.  The transition is a major step in the growth of a small business...<br><br><b>- Foot &amp; Ankle Surgical Associates</b></div><div class='insert_btn'><a href='our_clients_story_3.asp'><img src='images/btn_readmore_child.gif' alt='Read More' border='0'></a></div>";
function pickRandom(range) {
if (Math.random)
return Math.round(Math.random() * (range-1));
else {
var now = new Date();
return (now.getTime() / 1000) % range;
}
}
// Write out an IMG tag, using a randomly-chosen image name.
var choice = pickRandom(ic);