Toggling of CSS classes in JavaScript

Given an element. Add the class www to it if it doesn't exist and remove it if it does.

enru