
// Random Banner images
var r_text_banner = new Array ();
	r_text_banner[0] = '<a href="our_solution.html"><img src="assets/images/rotator_home/banner_01.png" border="0"</a>';
	r_text_banner[1] = '<a href="our_solution.html"><img src="assets/images/rotator_home/banner_01.png" border="0"</a>';
	r_text_banner[2] = '<a href="our_solution.html"><img src="assets/images/rotator_home/banner_01.png" border="0"</a>';
var i = Math.floor(3*Math.random())

// Random Quotes
var r_text = new Array ();
	r_text[0] = '"With such an extensive library of available  courseware, I saw results immediately"<p>Satoshi Iwai, Assoc. Professor,<br>Hiroshima Institute Technology</p>';
	r_text[1] = '"The Authoring Tool is truly a game changer in our ability to easily create and deploy E-Learning"<p>Mark Welcome, e-Learning Developer<br>Interactive Solutions, Inc.</p>';
	r_text[2] = '"The people at Knowledge Xtensions are very professional and have assisted us with many solutions related to learning over the years."<p>Mike Miller, Director of Training<br>Price Chopper</p>';
var i = Math.floor(3*Math.random())

