var payoff = new Array();

payoff[0] = ["La difficoltà non sta nel credere alle nuove idee,<br/>ma nel fuggire dalle vecchie.","J.M. Keynes"];
payoff[1] = ["Spesso grandi imprese nascono da piccole opportunità.","Demostene"];
payoff[2] = ["Conoscersi è un inizio, progettare insieme un progresso...<br/>lavorare insieme un successo!","Henry Ford"];
payoff[3] = ["Il segreto degli affari è sapere qualcosa che nessun altro conosce.","Aristotele Onassis"];
payoff[4] = ["Abbiate cura dei mezzi, e i fini si realizzeranno da soli.","Gandhi"];

jQuery(function () {
	var rnd = Math.round(Math.random()*4);
	jQuery("#h_claim1").html(payoff[rnd][0]);
	jQuery("#h_claim2").html(payoff[rnd][1]);
	
	jQuery("#caseHistory").jCarouselLite({
	    auto: 2000,
	    speed: 1000,
	    visible:3
	});

});
