$().ready(function(){setActiveTab("download");var country=$(".country").attr("href");if(country=="spanish"){$(".background").css("height","517px");}
var delay="4";var count='0';var Texts=$(".quotes");updateQuote();function updateQuote(){$(".quote").fadeOut("slow",function(){$(".quote").text(Texts.eq(count).text()).fadeIn("slow");});count++;if(count==Texts.length){count='0';}
setTimeout(updateQuote,delay*1000);}});