function getQuote(id) { document.getElementById(id).innerHTML = "

People from a planet without flowers would think we must be mad with joy the whole time to have such things about us.

— Abraham Lincoln

"; } window.onload = getQuote("qoh-quote");