function randomPick(seed){var seed_num=Math.floor(Math.random()*10);var randnum=seed_num % seed;window.document.bob.src='bene_img/rand'+randnum+'.jpg';//alert(randnum);}