var quotes = new Array(); quotes[quotes.length] = '/images/public/86F51E99-2F5B-4DD1-A2A826C1D1615D00.gif'; quotes[quotes.length] = '/images/public/60552A96-851E-4673-A25333D001A330EA.gif'; quotes[quotes.length] = '/images/public/B4B48B66-7014-4F6A-B5C65B0407DB78FA.gif'; quotes[quotes.length] = '/images/public/B869BD0C-A3A3-4239-8513EE1F2AA0B2F3.gif'; quotes[quotes.length] = '/images/public/BBE34071-49A7-45DA-9BC7B6A1BF0BAF19.gif'; quotes[quotes.length] = '/images/public/5757830A-D3F3-4842-A4823949267FBDF2.gif'; quotes[quotes.length] = '/images/public/C28F3C4A-F06A-416B-8B47164107C7F05D.gif'; quotes[quotes.length] = '/images/public/95D15D44-665A-46DC-94714C519B8CADA6.gif'; quotes[quotes.length] = '/images/public/C38DC321-3050-4AB5-8D7660255BB50C03.gif'; var quoteIndex = 0; function nextQuote() { quoteIndex = (quoteIndex + 1) % 9; document.getElementById('quote-img').src = quotes[quoteIndex]; } function rotateQuotes() { setInterval('nextQuote()', 7000); } rotateQuotes();