/*index slot*/
Lines = 10; 
Mess = new Array(
"<body background='images/index_slot01.jpg'>",   
"<body background='images/index_slot02.jpg'>",   
"<body background='images/index_slot03.jpg'>",   
"<body background='images/index_slot04.jpg'>",   
"<body background='images/index_slot05.jpg'>",   
"<body background='images/index_slot06.jpg'>",   
"<body background='images/index_slot07.jpg'>",   
"<body background='images/index_slot08.jpg'>",   
"<body background='images/index_slot09.jpg'>",   
"<body background='images/index_slot10.jpg'>"
);
Rndm = Math.floor(Math.random()*Lines); 
document.write(Mess[Rndm]); 
