$(document).ready(function(){
	var myQuoteText = new Array(); 
	myQuoteText[0] = "We are over-the-top impressed with STEP1 Software Solutions. Their methods of training are unbelievable. They schedule the right amount of training per week to get you best prepared for going live. They had us up and running live in a matter of weeks and they did all the work for us."; 
	myQuoteText[1] = "Now that we have switched from Stanpak&reg; to STEP1 we are enjoying the ability to do many things at once. Make the switch, it is very easy to use and the conversion was awesome! It went perfectly and was so easy."; 
	myQuoteText[2] = "STEP1 has always been easy to use and very intuitive. Everything you need is there when you need it."; 
	myQuoteText[3] = "We like the entire STEP1 System and are glad we made the switch to a Windows based package. Everything is so much easier to do in STEP1."; 
	myQuoteText[4] = "We love the STEP1 System! It is so much easier to use than our old system. STEP1 saves us a ton of time in virtually every day to day job!"; 
	myQuoteText[5] = "Because of the Ease of Access and the Maneuverability of the STEP1 Package we are very happy with our decision to switch. Now we are able to look at Commission & Margin info at anytime!"; 
	myQuoteText[6] = "At first, we were concerned that STEP1 couldn't get us up and running comfortably without on-site training. Two weeks into the training program we realized that our concerns were for nothing. The program was so good that we didn't need any on-site training."; 
	myQuoteText[7] = "Call STEP1 and buy the system! We were using Stanpak&reg; and we have found STEP1 to be better integrated and so much easier to use."; 
	myQuoteText[8] = "We just could not get comfortable with Stanpak&reg; and all of the SSS members we talked to pointed at STEP1 Software."; 
	myQuoteText[9] = "After careful review we felt that STEP1 was by far the best option for migrating from Stanpak&reg;. We have found that STEP1 support is not only more knowledgeable about the industry, but more responsive to our needs."; 
	myQuoteText[10] = "We chose STEP1 because of its fantastic value for the price. Our Data Conversion went great. The step by step training guides were very velpful in getting us up to speed comfortably. Our Sales Force loves the mobile device options. STEP1 is simply the most efficient choice."; 
	
	var myQuoteSig = new Array(); 
	myQuoteSig[0] = "T&amp;G Chemical &amp; Supply"; 
	myQuoteSig[1] = "Baxter Sales Co."; 
	myQuoteSig[2] = "DH Bertenthal &amp; Sons, Inc."; 
	myQuoteSig[3] = "Sanco"; 
	myQuoteSig[4] = "New Concept Chemical Products LLC"; 
	myQuoteSig[5] = "Carolina Janitorial &amp; Maintenance Supply"; 
	myQuoteSig[6] = "Midland Chemical"; 
	myQuoteSig[7] = "Minor Supply"; 
	myQuoteSig[8] = "Baxter"; 
	myQuoteSig[9] = "Richco"; 
	myQuoteSig[10] = "Johnson Paper"; 
	
	var myQuoteImage = new Array(); 
	myQuoteImage[0] = '<img src="_lib/img/testimonials/TGSupply-200.jpg" width="200" height="161" alt="T&amp;G Chemical &amp; Supply" title="T&amp;G Chemical &amp; Supply" />'; 
	myQuoteImage[1] = '<img src="_lib/img/testimonials/Baxter-200.jpg" width="200" height="108" alt="Baxter Sales Co." title="Baxter Sales Co." />'; 
	myQuoteImage[2] = '<img src="_lib/img/testimonials/Bertenthal-200.jpg" width="200" height="120" alt="DH Bertenthal &amp; Sons, Inc." title="DH Bertenthal &amp; Sons, Inc." />'; 
	myQuoteImage[3] = '<img src="_lib/img/testimonials/Sanco-200.jpg" width="200" height="135" alt="Sanco" title="Sanco" />'; 
	myQuoteImage[4] = '<img src="_lib/img/testimonials/NCCP-200.jpg" width="200" height="137" alt="New Concept Chemical Products LLC" title="New Concept Chemical Products LLC" />'; 
	myQuoteImage[5] = '<img src="_lib/img/testimonials/CJMS-200.jpg" width="200" height="130" alt="Carolina Janitorial &amp; Maintenance Supply" title="Carolina Janitorial &amp; Maintenance Supply" />'; 
	myQuoteImage[6] = '<img src="_lib/img/testimonials/Midland-200.jpg" width="200" height="118" alt="Midland Chemical" title="Midland Chemical" />'; 
	myQuoteImage[7] = '<img src="_lib/img/testimonials/MinorSupply-200.jpg" width="200" height="140" alt="Minor Supply" title="Minor Supply" />'; 
	myQuoteImage[8] = '<img src="_lib/img/testimonials/Cleancare-200.jpg" width="200" height="140" alt="Cleancare" title="Cleancare" />'; 
	myQuoteImage[9] = '<img src="_lib/img/testimonials/Richco-200.jpg" width="200" height="151" alt="Richco" title="Richco" />'; 
	myQuoteImage[10] = '<img src="_lib/img/testimonials/JohnsonPaper-200.jpg" width="200" height="123" alt="Johnson Paper" title="Johnson Paper" />'; 
	
	var myRandom = Math.floor(Math.random()*myQuoteText.length); 
	$('#home-quote-text').html('&quot;' + myQuoteText[myRandom] + '&quot;');
	$('#home-quote-sig').html(myQuoteSig[myRandom]);
	$('#home-quote-img').html(myQuoteImage[myRandom]);
});
