<!-- Hide                                           
var imagenumber = 9 ;                                           
var randomnumber = Math.random() ;                                           
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;                                           
images = new Array                                           
images[1] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-1.jpg"                      
images[2] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-2.jpg"             
images[3] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-3.jpg"                                             
images[4] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-4.jpg"     
images[5] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-5.jpg"
images[6] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-6.jpg"                      
images[7] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-7.jpg"             
images[8] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-8.jpg"                                             
images[9] = "http://www.888limoclub.com/images/750X80/LIMOCLUB-9.jpg"     
                                       
var myimage = images[rand1]                                           
links = new Array                                           
links[1] = "http://www.888limoclub.com/"
links[2] = "http://www.888limoclub.com/"
links[3] = "http://www.888limoclub.com/"
links[4] = "http://www.888limoclub.com/"
links[5] = "http://www.888limoclub.com/"
links[6] = "http://www.888limoclub.com/"
links[7] = "http://www.888limoclub.com/"
links[8] = "http://www.888limoclub.com/"
links[9] = "http://www.888limoclub.com/"
var mylink = links[rand1]                                           
document.write('<A HREF="' + mylink + '"><IMG src="' + myimage + '"></A>')                                           
// -- End Hiding -->
