
var r_text1 = new Array ();
var r_text2 = new Array ();

r_text1[0] = "Those who say a thing can not be done should not stand in the way of those who are doing it.";

r_text1[1] = "Never turn a job down because you think it&#39;s too small; you don&#39;t know where it could lead.";

r_text1[2] = "Every problem contains the seeds of its own solution.";


r_text1[3] = "Small opportunities are often the beginning of great enterprises.";

r_text1[4] = "Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful.";

r_text1[5] = "To give real service you must add something which cannot be bought or measured with money, and that is sincerity and integrity.";

r_text1[6] = "Service is what life is all about.";


r_text2[0] = "To my customer.</br>I may not have the answer, but I&#39;ll find it.</br>I may not have the time, but I&#39;ll make it.</br>";

r_text2[1] = "In business you get what you want by giving other people what they want.";

r_text2[2] = "Customer service is not a department, it&#39;s an attitude!";
r_text2[3] = "There is only one small letter between the words CAN and CAN&#39;T... and that one letter will TOTALLY change your destiny.";
r_text2[4] = "Expect the best, plan for the worst, and prepare to be surprised.";
r_text2[5] = "When the customer comes first, the customer will last.";
r_text2[6] = "Quality questions create a quality life. Successful people ask better questions, and as a result, they get better answers."

var i = Math.floor(7*Math.random())

document.getElementById('quote1').innerHTML=r_text1[i];
document.getElementById('quote2').innerHTML=r_text2[i];

