function random_img()
{
     var src = arguments[Math.floor(Math.random() * arguments.length)];
     document.write("<td width=\"430px\" style=\"background: url(" + src + ")\">");
}
