﻿function loadQuote() {
  var quote = new Array(2);
  var quoteAuthor = new Array(2);
 

  quote[0] = "It has been 17 years and 15 Extravaganzas, sometimes I think ‘it’s just another one’ and I consider myself not going to, but how can that be possible? Once again, I’ve confirmed that there aren’t two similar events; each one has something different that involves us in such a way and recharges our batteries for another year! This particular Extravaganza touched me a lot. Paco Perez reminded me of the importance of Mark Hughes legacy. Sometimes we forget that Herbalife exists because of Mark. Don’t miss the next one!";
 quoteAuthor[0] = "Paulo Sequeira<br>Mill Team<br><i>Portugal</i>";
 
  quote[1] = "To see Herbalife through 30 years of business activity, and to go back in history to see the very beginnings of the company is the privilege for which I am happy I didn't miss. A big thank you to all Distributors who, confirmed with their testimonials, we are in the right place and at the best time for this activity. More then ever I am creating my own momentum and thank you all Distributors for doing Herbalife, because if we do it together it makes it so much better.";
  quoteAuthor[1] = "Tanja & Dalibor Matic<br>GET Team<br><i>Croatia</i>";
  
  
  
  //calculate a random index
  index = Math.floor(Math.random() * quote.length);
   
  //display the quotation
  if (document.getElementById("quote")) {
	document.getElementById("quote").innerHTML = '<p>"' + quote[index] + '"</p>';
	document.getElementById("quote").innerHTML += '<p class="quoteBy">' + quoteAuthor[index] + '</p>';
	
  }
  
}

  
  
  
   function loadQuote2() {
  var quote2 = new Array(2);
  var quoteAuthor2 = new Array(2);
 
 
quote2[0] = "Exceptional Herbalife Extravaganza for the 30th year anniversary of our Company, all of Europe were sent back to experience the climate of the eighties. This was the climate of little London Meetings, where it all began. I am proud that together with people from my organization, I was a part of this incredible moment in time, recalling it brought back memories and tears of joy. I was extremely proud of the Polish representation on stage, talking about Herbalife and the beginning of our business.";
  quoteAuthor2[0] = "Eva Lawrence<br>President’s Team<br><i>Poland</i>";
  
  
  quote2[1] = "What incredible stories! Each time there is a big event like this, we go back home more conscious of what we have in our hands. With the leaders, Michael O. Johnson and all the executive staff, Dr. Luigi and Dr. Ignarro, our awareness that we are the right Company, grows more and more. The most important thing, and this is what makes us growing stronger, is that also our Distributor can understand how big we are and that we can really help people changing their lives. Thank you to Herbalife EMEA and all the Distributors who attended. ";
  quoteAuthor2[1] = "M Valentina & Luigi Carraro<br>Get Team Members<br><i>Italy</i>";
  

  //calculate a random index
  index = Math.floor(Math.random() * quote2.length);
   
  //display the quotation
  if (document.getElementById("quote2")) {
	document.getElementById("quote2").innerHTML = '<p>"' + quote2[index] + '"</p>';
	document.getElementById("quote2").innerHTML += '<p class="quoteBy">' + quoteAuthor2[index] + '</p>';
	
  }
  
}



   function loadQuote3() {
  var quote3 = new Array(2);
  var quoteAuthor3 = new Array(2);
 
 
quote3[0] = "Sono un Distributore da 17 anni e ho partecipato a 15 Extravaganze, a volte dico 'è solo un altro evento' e penso di non andare, ma come è possibile? Ancora una volta ho avuto la conferma che ogni evento è diverso; c’è sempre qualcosa di differente dagli altri che ci coinvolge e ci ricarica di energie per un nuovo anno! In particolare questa Extravaganza mi ha colpito per le parole di Paco Perez che ci ha ricordato l’importanza dell’eredità lasciataci da Mark Hughes. A volte ci dimentichiamo che Herbalife esiste grazie a Mark. Non perdere la prossima!";
  quoteAuthor3[0] = "Paulo Sequeira<br>Mill Team<br><i>Portogallo</i>";
  
  
  quote3[1] = "Rivivere Herbalife nei suoi 30 anni di attività e tornare indietro nel tempo per rivedere gli inizi dell’Azienda è il privilegio per il quale sono felice di aver partecipato. Un enorme ringraziamento a tutti i Distributori che, che con le loro testimonianze, ci hanno confermato che siamo nel momento giusto e al posto giusto. Mai come adesso sto costruendo il mio momento e grazie a tutti i Distributori Herbalife, perché se lavoriamo insieme le cose continueranno a migliorare.";
  quoteAuthor3[1] = "Tanja & Dalibor Matic<br>GET Team<br><i>Croatia</i>";
  

  //calculate a random index
  index = Math.floor(Math.random() * quote3.length);
   
  //display the quotation
  if (document.getElementById("quote3")) {
	document.getElementById("quote3").innerHTML = '<p>"' + quote3[index] + '"</p>';
	document.getElementById("quote3").innerHTML += '<p class="quoteBy">' + quoteAuthor3[index] + '</p>';
	
  }
  
}


  function loadQuote4() {
  var quote4 = new Array(2);
  var quoteAuthor4 = new Array(2);
 
 
quote4[0] = "Un’ eccezionale Extravaganza che ha festeggiato i 30 anni dell’Azienda, I Distributori di tutta Europa sono tornati indietro nel tempo per respirare l’atmosfera degli anni 80. Era il clima dei “Little London Meetings”, dove tutto ha avuto inizio Sono orgogliosa di aver partecipato insieme alla mia organizzazione a questo momento incredibile, tornato nella memoria di tutti con lacrime di gioia. Sono stata orgogliosa di aver rappresentato la Polonia sul palco, parlando di Herbalife e degli inizi della nostra attività.";
  quoteAuthor4[0] = "Eva Lawrence,<br>President’s Team<br><i>Polonia</i>";
  
  
  quote4[1] = "Che storie incredibili! Ogni volta che c’è un grande evento come questo, torniamo a casa più consapevoli delle nostre potenzialità. Insieme ai leader, a Michael O. Johnson agli Executive Herbalife, al Dr. Luigi e al Dr. Ignarro, la nostra consapevolezza di essere nell’Azienda giusta cresce sempre di più. La cosa più importante, ed è quello che ci fa crescere, è che anche i nostri Distributori comprendono la grandiosità di questa Azienda e che possiamo veramente aiutare le persone a cambiare la propria vita. Grazie a Herbalife e a tutti i Distributori che hanno partecipato all’evento.";
  quoteAuthor4[1] = "Valentina & Luigi Carraro<br>Get Team Members<br><i>Italia</i>";
  

  //calculate a random index
  index = Math.floor(Math.random() * quote4.length);
   
  //display the quotation
  if (document.getElementById("quote4")) {
	document.getElementById("quote4").innerHTML = '<p>"' + quote4[index] + '"</p>';
	document.getElementById("quote4").innerHTML += '<p class="quoteBy">' + quoteAuthor4[index] + '</p>';
	
  }
  
}
window.onload = function() {
	loadQuote();
	loadQuote2();
	loadQuote3();
	loadQuote4();
	selectCurrentLanguage();
}
