function random_img()
{
     var src = arguments[Math.floor(Math.random() * arguments.length)];
     document.write("<TD width=\"428px\" style=\"BACKGROUND: url(" + src + ") no-repeat top right;\"></TD>");
}
