var i=Math.random();
var l=Math.floor((i*3)+6);
document.write('<img src="images/bigimage'+l+'.jpg" width="767" height="327" alt=""></td>');