var ran_unrounded=Math.random()*6;var myNumber=Math.round(ran_unrounded);
document.write('<td><img src="images/topimage'+myNumber+'.jpg" width="336" height="130"</td>');









