function getQuote(id) { document.getElementById(id).innerHTML = "<p class='qod-quote'>Please update to the latest version of the <a href='http://quotesondesign.com/the-api/'>Quotes on Design API</a></p>"; } window.onload = getQuote("quote");