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