function getQuote(id) { document.getElementById(id).innerHTML = "<p id='qod-text'>Good ideas never go out of style.</p><p id='qod-author'><a href='http://quotesondesign.com/?p=1129'> &mdash; Dale Harris</a></p>"; } window.onload = getQuote("qod-quote");