var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "/img/anchor_home/Toa_Is_Predictive/Clouds_can.jpg"
images[2] = "/img/anchor_home/Toa_Is_Predictive/Holistic.jpg"
images[3] = "/img/anchor_home/Toa_Is_Predictive/Keep_Your_promises.jpg"
images[4] = "/img/anchor_home/Toa_Is_Predictive/Predicting.jpg"
images[5] = "/img/anchor_home/Toa_Is_Predictive/Simple_Problems.jpg"
images[6] = "/img/anchor_home/Toa_Is_Predictive/Solutions.jpg"
images[7] = "/img/anchor_home/Toa_Is_Predictive/Start.jpg"
images[8] = "/img/anchor_home/Toa_Is_Predictive/Take_care.jpg"
images[9] = "/img/anchor_home/Toa_Is_Predictive/Time_Is_More.jpg"
images[10] = "/img/anchor_home/Toa_Is_Predictive/To_See.jpg"
var image = images[rand1] 
 
 
var imagenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images2 = new Array
images2[1] = "/img/anchor_home/Capacity_Planning/Automation.jpg"
images2[2] = "/img/anchor_home/Capacity_Planning/Efficiency.jpg"
images2[3] = "/img/anchor_home/Capacity_Planning/Increased_Efficiency.jpg"
images2[4] = "/img/anchor_home/Capacity_Planning/Individuals.jpg"
images2[5] = "/img/anchor_home/Capacity_Planning/The_Best_way.jpg"
var image2 = images2[rand1] 
 
var imagenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images3 = new Array
images3[1] = "/img/anchor_home/Routing_Scheduling/Open.jpg"
images3[2] = "/img/anchor_home/Routing_Scheduling/Timeliness.jpg"
images3[3] = "/img/anchor_home/Routing_Scheduling/Well_Planned.jpg"
var image3 = images3[rand1] 
 
 
var imagenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images4 = new Array
images4[1] = "/img/anchor_home/Dispatching_Mobility/The_time.jpg"
images4[2] = "/img/anchor_home/Dispatching_Mobility/When_You_see.jpg"
images4[3] = "/img/anchor_home/Dispatching_Mobility/Work_Doesnt.jpg"
var image4 = images4[rand1] 

 
var imagenumber = 9 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images5 = new Array
images5[1] = "/img/anchor_home/Predictive_Customer_Communications/Communication.jpg"
images5[2] = "/img/anchor_home/Predictive_Customer_Communications/Expectation.jpg"
images5[3] = "/img/anchor_home/Predictive_Customer_Communications/Frustration.jpg"
images5[4] = "/img/anchor_home/Predictive_Customer_Communications/Moving_Forward.jpg"
images5[5] = "/img/anchor_home/Predictive_Customer_Communications/Painful.jpg"
images5[6] = "/img/anchor_home/Predictive_Customer_Communications/Respect.jpg"
images5[7] = "/img/anchor_home/Predictive_Customer_Communications/The_Greatest.jpg"
images5[8] = "/img/anchor_home/Predictive_Customer_Communications/Waiting.jpg"
images5[9] = "/img/anchor_home/Predictive_Customer_Communications/Without.jpg"
var image5 = images5[rand1] 

 
var imagenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images6 = new Array
images6[1] = "/img/anchor_home/Integration_Reporting/Insight.jpg"
images6[2] = "/img/anchor_home/Integration_Reporting/Successful.jpg"
images6[3] = "/img/anchor_home/Integration_Reporting/Vision.jpg"
var image6 = images6[rand1] 
//-->
