	//quote array
quoteList = new Array();
	
	quoteList[0] = "<h3>Dietmar Czaia</h3><h4>GKN Aerospace</h4><p>&quot;Thanks to its industry-focussed consultancy and service offer, our partner ai informatics makes a significant contribution to the efficient and inexpensive use of the entire IT architecture and as a result to our business success.&quot;</p><a class='logo'; href='1_10_09_gkn_aerospace.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";

	quoteList[1] = "<h3>Dieter Neberg</h3><h4>Solon</h4><p>&quot;What was previously hard to imagine has now become reality at our company: because of our rate of expansion we needed seamless and efficient IT support which would enable a transparent group-wide overview of all business processes and finance flows. This was put in place in a very short period of time, enabling us to concentrate fully on our core operations.&quot;</p><a class='logo'; href='1_10_08_solon.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[2] = "<h3>Dieter Neberg</h3><h4>Solon</h4><p>&quot;What was previously hard to imagine has now become reality at our company: because of our rate of expansion we needed seamless and efficient IT support which would enable a transparent group-wide overview of all business processes and finance flows. This was put in place in a very short period of time, enabling us to concentrate fully on our core operations.&quot;</p><a class='logo'; href='1_10_08_solon.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";

	quoteList[3] = "<h3>Jens H. Arnold</h3><h4>SPHEROS</h4><p>&quot;The Benefits von SPEED AS can be measured in many places: in the first 3 months the storage of materials was reduced by a double digit percentage. Throughput and delivery times have shortened. With SPEED AS we have taken an important step towards the future and set our course for further growth.&quot;</p><a class='logo'; href='1_10_06_spheros.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[4] = "<h3>Reinhard Diemer</h3><h4>FEINGUSS BLANK</h4><p>&quot;The SPEED AS specific-industry solution does not just put us in a position to control all production processes, from the recording of orders to final delivery. It also provides us with the company-wide data system for approaching new business strategies more efficiently. A durable foundation has been created for economical operations, combined with constantly high quality and lasting success.&quot;</p><a class='logo'; href='1_10_05_feinguss_blank.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[5] = "<h3>Peter Mazzucco</h3><h4>Novem Car</h4><p>&quot;We value ai informatics as an IT partner with a close knowledge of our industry who is both locally accessible and can provide us with the expertise to implement international IT infrastructure projects. Today our global processes operate at peak performance levels. This means that the ongoing development of our IT solution has turned into a central productivity factor.&quot;</p><a class='logo'; href='1_10_04_novem_car.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[6] = "<h3>Christiane Vielstich</h3><h4>Butzbacher Weichenbau</h4><p>&quot;The project with ai informatics impressed us so much that our associate company in Canada also decided in favour of the SPEED PE specific-industry solution, with ai informatics as the partner for the implementation of the project.&quot;</p><a class='logo'; href='1_10_03_butzbacher_weichenbau.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[7] = "<h3>Hans Lochbaum</h3><h4>Dorst Technologies</h4><p>&quot;The SPEED launch method used by ai informatics led to a productive start-up in only 7 months. The replacement of a number of old systems was bound to lead to problems, but all the difficulties were quickly and successfully solved by the competent project team. We're very satisfied.&quot;</p><a class='logo'; href='1_10_02_dorst_technologies.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>";
	
	quoteList[8] = "<h3>Rainer Kammer</h3><h4>VEMAG Maschinenbau</h4><p>&quot;We have now bundled all our information flows and achieved continuous, transparent process sequences.&quot;</p><a class='logo'; href='1_10_01_vemag.html'><img src='../images/icons/arrow_small_grey.gif' border='0' class='btn2'></a>	";
	
	//randomization
var now = new Date();
var secs = now.getSeconds();
var raw_random_number = Math.random(secs);
var random_number = Math.round(raw_random_number * (quoteList.length));

if (random_number == quoteList.length){random_number = 0}
	
	
	//set quote
var quote = quoteList[random_number];
