<!-- 

var image = new Array(); 

image[0] = 'hinhanh/baotro/suckhoe0001.jpg' ; 
image[1] = 'hinhanh/baotro/suckhoe0002.jpg' ; 
image[2] = 'hinhanh/baotro/suckhoe0003.jpg' ; 
image[3] = 'hinhanh/baotro/suckhoe0004.jpg' ; 
image[4] = 'hinhanh/baotro/suckhoe0005.jpg' ; 
image[5] = 'hinhanh/baotro/suckhoe0006.jpg' ; 
image[6] = 'hinhanh/baotro/suckhoe0007.jpg' ; 
image[7] = 'hinhanh/baotro/suckhoe0008.jpg' ; 
image[8] = 'hinhanh/baotro/suckhoe0009.jpg' ; 
image[9] = 'hinhanh/baotro/suckhoe0010.jpg' ; 
image[10] = 'hinhanh/baotro/suckhoe0011.jpg' ; 


var index = Math.floor(Math.random() * image.length);
document.write('<style type="text/css"> td.background { background-image: url('+ image[index] +') } </style>'); 
//--> 
