/*
	This removes the "no-js" class on the BODY element, giving both CSS and JS
	an easy way to control the look and feel of the site in both JS-enabled
	and JS-disabled browsers.
*/
document.getElementsByTagName('body')[0].className = "";


