var image = new Array();

image[0] = 'images/random/random-bottom_0.jpg' ;


var index = Math.floor(Math.random() * image.length);
document.write('<style type="text/css"> td.title { background-image: url('+ image[index] +') } </style>');
