var bulletid=Math.round(Math.random()*5)+1;
var filename="images/bullet"+bulletid.toString()+".gif";
document.write("<img src='"+filename+"' width=75>");

