function w(word) {
document.write( '<p>This article is licensed under the <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>. It uses material from the <a href="http://www.wikipedia.org/wiki/' + word + '">Wikipedia article "' + escape(word) + '"</a>.</p>' );
}