ready
document.ready(function() {
// Enable hover effect on the style switcher buttons.
$('#switcher .button').hover(function() { this.addClass('hover'); }, function() { this.removeClass('hover'); });