ranimg = new Array(); 
 ranimg[0]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/1.gif"; 
 ranimg[1]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/2.jpg";
 ranimg[2]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/3.jpg"; 
 ranimg[3]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/4.jpg"; 
 ranimg[4]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/5.jpg"; 
 ranimg[5]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/6.jpg"; 
 ranimg[6]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/7.jpg"; 
 ranimg[7]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/8.jpg"; 
 ranimg[8]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/9.jpg"; 
 ranimg[9]="http://toy-roadworks.com/news/wp-content/themes/branc/images/move/10.jpg"; 
 xx = Math.floor(ranimg.length*Math.random()); 
 ranimg = ranimg[Math.floor(xx)]; 
 document.write ('<style type="text/css"><!--div #Rbunner{background-image: url("'+ ranimg +'");}--></style>'); 