var html = document.getElementsByTagName("html")[0];
html.className += html.className.length === 0 ? "javascript" : " javascript";

