var num = Math.floor(Math.random() * 19)+1;
bnum = '<img src="im/ban' + num + '.jpg" width="778" height="150">';
document.write(bnum);